WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-users

[Xen-users] xen-2.0.7 install problem

To: <Xen-users@xxxxxxxxxxxxxxxxxxx>
Subject: [Xen-users] xen-2.0.7 install problem
From: <lyouseff@xxxxxxxxxxx>
Date: Tue, 09 Aug 2005 11:03:22 -0700
Delivery-date: Tue, 09 Aug 2005 18:01:44 +0000
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-users-request@lists.xensource.com?subject=help>
List-id: Xen user discussion <xen-users.lists.xensource.com>
List-post: <mailto:xen-users@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
Reply-to: lyouseff@xxxxxxxxxxx
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
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>