Displaying 2 results from an estimated 2 matches for "vmrootf".
Did you mean:
  vmroot
  
2006 Jul 26
2
exec of init (/sbin/init) failed!!!
...-ax /{root,dev,var,etc,usr,bin,sbin,lib} /mnt
mkdir /mnt/{proc,sys,home,tmp}
umount /mnt
I used the following config file for the domU:
kernel = "/boot/vmlinuz-2.6.17-1.2157_FC5xenU"
ramdisk = "/boot/initrd-2.6.17-1.2157_FC5xenU.img"
memory = 256
disk = [ ''file:/root/vmrootfs,sda1,w'' ]
name = "ExampleDomain"
vif = [ '''' ]
root = "/dev/sda1"
extra = "4"
The /etc/fstab file
 of the file system that the vm will use is:
/dev/sda1  /          ext3    defaults        1 1
none       /dev/pts   devpts  gid=5,mode=620  0...
2006 Jul 26
4
xen-users@lists.xensource.com
...-ax /{root,dev,var,etc,usr,bin,sbin,lib} /mnt
mkdir /mnt/{proc,sys,home,tmp}
umount /mnt
I used the following config file for the domU:
kernel = "/boot/vmlinuz-2.6.17-1.2157_FC5xenU"
ramdisk = "/boot/initrd-2.6.17-1.2157_FC5xenU.img"
memory = 256
disk = [ ''file:/root/vmrootfs,sda1,w'' ]
name = "ExampleDomain"
vif = [ '''' ]
root = "/dev/sda1"
extra = "4"
The /etc/fstab file of the file system that the vm will use is:
/dev/sda1  /          ext3    defaults        1 1
none       /dev/pts   devpts  gid=5,mode=620  0 0...