[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-users] xen-2.0.7 install problem
I had the same problem and didn't realize why at first, but if you look closely at your grub.conf file you'll see that your other kernel doesn't use /boot in it's path. You should remove that from your xen kernel's path as well and it should work. Also, you should look into using the fallback option in your grub.conf. Jon lyouseff@xxxxxxxxxxx wrote: Hi, I have few problems installing xen2.0.7. I belive my problem is withsetting grub entry for xen, since grub can not see xen.gz file. I made sure all xen files exist and i re-installed xen once from the binary and once from the source without any success. The error i always get is: - Filesystem type is ext2fs, partition type is 0x83 module /boot/vmlinuz-2.6-xen0 root=/dev/hda2 ro console=tty0Error 15: File not found - The content of my /etc/fstab is:LABEL=/ / ext3 defaults 1 1 LABEL=/boot /boot ext3 defaults 1 2 none /dev/pts devpts gid=5,mode=620 0 0 LABEL=/export /export ext3 defaults 1 2 none /proc proc defaults 0 0 none /dev/shm tmpfs defaults 0 0 /dev/hda3 swap swap defaults 0 0and my mount command output is /dev/hda2 on / type ext3 (rw)none on /proc type proc (rw) none on /dev/pts type devpts (rw,gid=5,mode=620) usbdevfs on /proc/bus/usb type usbdevfs (rw) /dev/hda1 on /boot type ext3 (rw) /dev/hda5 on /export type ext3 (rw) none on /dev/shm type tmpfs (rw)My grub file looks like this.... default=0timeout=10 splashimage=(hd0,0)/grub/splash.xpm.gz title Fedora Core (2.4.22-1.2115.nptlsmp) root (hd0,0) kernel /vmlinuz-2.4.22-1.2115.nptlsmp ro root=LABEL=/ rhgb initrd /initrd-2.4.22-1.2115.nptlsmp.img title Xen-Domain0-Linux2.6.11 root (hd0,0) kernel /boot/xen-2.0.7.gz dom0_mem=150000 console=vga module /boot/vmlinuz-2.6-xen0 root=/dev/hda2 ro console=tty0 Can you advise me what is the source of my problem, and how to fix it?Thank you, Lamia Youseff_______________________________________________ Xen-users mailing list Xen-users@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-users _______________________________________________ Xen-users mailing list Xen-users@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-users
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |