|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] trouble in xen installation
sheetal stephen wrote:
Kernel /xen-3.0.0.gz dom0_mem=300M
^^^
[Multiboot-elf, <0x100000:0x661ec:0x2ce14>,
shtab=0x193078, entry=0x100000] Module
/boot/vmlinuz-2.6.12.6-xen0 root=/dev/hda5 ro
^^^
console=tty0
Error 15: file not found
-----------
It would appear from the xen-3.0.0.gz path that you have /boot on a
separate partition. What you need to do is specify vmlinuz relative to
the root of that partition. In other words:
kernel /xen-3.0.0.gz dom0_mem=300M
module /vmlinuz-2.6.12.6-xen0 root=/dev/hda5 ro
--
Jason Stubbs
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|