Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Appliance Request: Debian 7.4

Featured Replies

I'm really interested in using unraid 6 with some VMs rather than using plugins for unraid.

 

I've only ever used OpenVZ (through proxmox) on my sites servers, and virtualbox on my windows PC.

 

I've been trying to get my head around everything, but was wondering if someone who actually knew what they were doing would be able to create a Debian 7.4 applaince?

 

If not I will give it a go when my ram and replacement CPU finally turn up.

If you want to do your own install here's the config file I used.

 

name = "debcloud"
memory = 512
vcpus = '2'
disk = [ 
'file:/net/unraid/mnt/user/Media/Software/ISOs/debian7.4.iso,xvdd:cdrom,r', 
        'phy:/mnt/ownCloud/debian.img,xvda,w'
]
vif = [ 'mac=00:16:3e:a1:bc:a4,bridge=br0' ]
bootloader = "pygrub"
bootloader_args = "--kernel=/install.amd/xen/vmlinuz --ramdisk=/install.amd/xen/initrd.gz"

If you want to do your own install here's the config file I used.

 

name = "debcloud"
memory = 512
vcpus = '2'
disk = [ 
'file:/net/unraid/mnt/user/Media/Software/ISOs/debian7.4.iso,xvdd:cdrom,r', 
        'phy:/mnt/ownCloud/debian.img,xvda,w'
]
vif = [ 'mac=00:16:3e:a1:bc:a4,bridge=br0' ]
bootloader = "pygrub"
bootloader_args = "--kernel=/install.amd/xen/vmlinuz --ramdisk=/install.amd/xen/initrd.gz"

 

Ironic... It works, but you probably want to change the way you do cfg files and update your image / documentation.

 

You use...

 

phy:/mnt/ownCloud/debian.img,xvda,w

 

That is for lvm, disks, etc.

 

Instead of...

 

file:/mnt/ownCloud/debian.img,xvda,w

 

Which is for img, ISOs, VHDs, cow, cow2, etc. files.

 

If the users continue to use this, later versions of Xen (or if we goto libvirt and import them) it could break it. Plus when looking at documentation / guides online they will not see "phy" unless the documentation is using disks, volumes, etc. in their examples.

 

  • Author

Thanks for replying ironicbadger, I did see that one but didn't look too much into it because I don't use/need owncloud but I guess I could uninstall that.

  • Author
disk = [

'file:/net/unraid/mnt/user/Media/Software/ISOs/debian7.4.iso,xvdd:cdrom,r',

        'phy:/mnt/ownCloud/debian.img,xvda,w'

]

 

You use...

 

Code: [select]

phy:/mnt/ownCloud/debian.img,xvda,w

 

That is for lvm, disks, etc.

 

Instead of...

 

Code: [select]

file:/mnt/ownCloud/debian.img,xvda,w

 

Which is for img, ISOs, VHDs, cow, cow2, etc. files.

 

So if you change phy: to file: does that mean there are 2 file: entries

so do you have file: twice?

 

Yes

 

name = "debcloud"

memory = 512

vcpus = '2'

disk = [

'file:/net/unraid/mnt/user/Media/Software/ISOs/debian7.4.iso,xvdd:cdrom,r',

'file:/mnt/ownCloud/debian.img,xvda,w'

]

vif = [ 'mac=00:16:3e:a1:bc:a4,bridge=br0' ]

bootloader = "pygrub"

bootloader_args = "--kernel=/install.amd/xen/vmlinuz --ramdisk=/install.amd/xen/initrd.gz"

Archived

This topic is now archived and is closed to further replies.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.