Hi, I am trying to install xen under Fedora Core 4 and when I try to boot it, right after selecting xen from the grub list, I get an error. It says kernel /boot/xen-2.0.gz dom0_mem=131072 Error 15: File not found I installed all the prereq''s., did ''sh ./install-sh'', added the three line to /boot/grub/menu.lst, and disabled the tls. Is there anything else I have to do before trying to boot xen? I would appriciate any help. thanks. Jake Aviles _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Hi, On Thursday 28 July 2005 05:37, Jacek Aviles wrote:> I am trying to install xen under Fedora Core 4 and when I try to boot > it, right after selecting xen from the grub list, I get an error. It says > > kernel /boot/xen-2.0.gz dom0_mem=131072 > Error 15: File not foundDid you verify that the file /boot/xen-2.0.gz is actually there? if /boot is on a seperate partition on your system, did you mount it before installing xen-2.0.gz there? /Ernst _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Hi, Ernst Bachmann wrote:>Hi, > >On Thursday 28 July 2005 05:37, Jacek Aviles wrote: > > >>I am trying to install xen under Fedora Core 4 and when I try to boot >>it, right after selecting xen from the grub list, I get an error. It says >> >>kernel /boot/xen-2.0.gz dom0_mem=131072 >>Error 15: File not found >> >> > >Did you verify that the file /boot/xen-2.0.gz is actually there? >if /boot is on a seperate partition on your system, did you mount it before >installing xen-2.0.gz there? >Also make sure that the root statement in menu.lst points to the boot device. If boot is a separate partition you should remove ''/boot'' from the start of the kernel statement. Otherwise the statement you have supplied would make the bootloader try to load a kernel from /boot/boot/xen...gz Marcus. _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users