|
|
|
|
|
|
|
|
|
|
xen-users
[Xen-users] xen-2.0.7 install problem
Hi,
I have few problems installing xen2.0.7. I belive my problem is with
setting 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=tty0
Error 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 0
and 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=0
timeout=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
|
<Prev in Thread] |
Current Thread |
[Next in Thread>
|
- [Xen-users] xen-2.0.7 install problem,
lyouseff <=
|
|
|
|
|