|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] DomU booting problem.
> Domain configuration file - ttylinuxVM1
>
> ----------------------------------------
>
> kernel = "/boot/vmlinuz-2.6-xenU"
>
> memory = 64
>
> name = "ttylinux"
>
> nics = 1
>
> vif = [ 'mac=bb:00:00:00:00:11, bridge=xen-br0' ]
>
> ip = "10.1.10.20"
>
> hostname="ttylinux"
>
> disk = ['file:/boot/ttylinux-xen,sda1, w']
>
> root = "/dev/VolGroup00/LogVol00 ro"
As Ernst said, the root = line should correspond to what its block device
appears as. In this case, the disk line is setting the block device to sda1
so you want root = "/dev/sda1 ro"
HTH,
Mark
>
>
>
>
> My mail grub.conf
>
> default=0
>
> timeout=30
>
> #hiddenmenu
>
> title Fedora Core (2.6.11-1.1369_FC4smp)
>
> root (hd1,0)
>
> kernel /vmlinuz-2.6.11-1.1369_FC4smp ro
>
> root=/dev/VolGroup00/LogVol00 rh gb quiet
>
> initrd /initrd-2.6.11-1.1369_FC4smp.img
>
> title Fedora Core-up (2.6.11-1.1369_FC4)
>
> root (hd1,0)
>
> kernel /vmlinuz-2.6.11-1.1369_FC4 ro
> root=/dev/VolGroup00/LogVol00 rhgb quiet
>
> initrd /initrd-2.6.11-1.1369_FC4.img
>
> title Xen-2.0 / XenLnux 2.6
>
> root (hd1,0)
>
> kernel /xen-2.0.7.gz dom0_mem=131072 com1=115200,8n1
>
> module /vmlinuz-2.6.11.12-xen0 root=/dev/VolGroup00/LogVol00 ro
> console= tty0
>
> module /initrd-2.6.11-1.1369_FC4.img
>
>
>
>
>
> - CD
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|