Kevin Wells
2007-Apr-13 15:44 UTC
[Xen-users] Error installing Xen on Xen 64 bit 2-CPU Intel-Xeon under SLED 10
Hi, new to Xen, we want to try it out on one of our workstations. The installation runs ok using the tarball xen-3.0.4.4_1-install-x86_64.tar and running the provided install.sh. However we are unable to create the xen initrd ramdisk image. We get the following: asfde-ht5wn2j:/software/sources/xen/dist64bit/dist # ./install.sh Installing Xen from ''./install'' to ''/''... - installing for udev-based system - modifying permissions All done. Checking to see whether prerequisite tools are installed... Xen CHECK-INSTALL Fri Apr 13 15:26:13 CEST 2007 Checking check_brctl: *** Check for the bridge control utils (brctl) FAILED Checking check_crypto_lib: OK Checking check_iproute: OK Checking check_libvncserver: unused, OK Checking check_python: OK Checking check_python_xml: OK Checking check_sdl: unused, OK Checking check_udev: OK Checking check_zlib_lib: OK All done. asfde-ht5wn2j:/software/sources/xen/dist64bit/dist # ls /lib/modules/ 2.6.16.21-0.8-smp 2.6.16.33-xen asfde-ht5wn2j:/software/sources/xen/dist64bit/dist # /sbin/depmod 2.6.16.33-xen asfde-ht5wn2j:/software/sources/xen/dist64bit/dist # /sbin/mkinitrd /boot/initrd-2.6.16.33-xen 2.6.16.33-xen /sbin/mkinitrd: line 2965: /boot/initrd-2.6.16.33-xen/etc/fstab: No such file or directory No ''/'' mountpoint specified in /boot/initrd-2.6.16.33-xen/etc/fstab asfde-ht5wn2j:/software/sources/xen/dist64bit/dist # In other words, everything seems to be going ok up to the point where we run mkinitrd to create the ramdisk image. I dont understand why it returns this strange message: /sbin/mkinitrd: line 2965: /boot/initrd-2.6.16.33-xen/etc/fstab: No such file or directory No ''/'' mountpoint specified in /boot/initrd-2.6.16.33-xen/etc/fstab asfde-ht5wn2j:/software/sources/xen/dist64bit/dist # Has anyone else come across this problem? Any ideas as to how we can solve it? The workstation in question is a 64bit 2-CPU Intel-Xeon 3Ghz with 8GB RAM running SUSE Linux Enterprise Desktop Version 10. Thanks in advance! Xennewbie Kevin Wells Network Administrator ES - Engineering Support TRW Automotive Safety Systems GmbH Hefner-Alteneck-Straße 11 D-63743 Aschaffenburg Tel.: +49.(0)6021.314.1572 Fax: +49.(0)6021.314.1102 Email: Kevin.Wells@trw.com _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Petersson, Mats
2007-Apr-13 15:53 UTC
RE: [Xen-users] Error installing Xen on Xen 64 bit 2-CPU Intel-Xeon under SLED 10
> -----Original Message----- > From: xen-users-bounces@lists.xensource.com > [mailto:xen-users-bounces@lists.xensource.com] On Behalf Of > Kevin Wells > Sent: 13 April 2007 16:44 > To: xen-users@lists.xensource.com > Subject: [Xen-users] Error installing Xen on Xen 64 bit 2-CPU > Intel-Xeon under SLED 10 > > Hi, > > new to Xen, we want to try it out on one of our workstations. > The installation runs ok using the tarball > xen-3.0.4.4_1-install-x86_64.tar and running the provided install.sh. > > However we are unable to create the xen initrd ramdisk image. > We get the following: > > asfde-ht5wn2j:/software/sources/xen/dist64bit/dist # ./install.sh > Installing Xen from ''./install'' to ''/''... > - installing for udev-based system > - modifying permissions > All done. > Checking to see whether prerequisite tools are installed... > Xen CHECK-INSTALL Fri Apr 13 15:26:13 CEST 2007 > Checking check_brctl: > *** Check for the bridge control utils (brctl) FAILED > Checking check_crypto_lib: OK > Checking check_iproute: OK > Checking check_libvncserver: unused, OK > Checking check_python: OK > Checking check_python_xml: OK > Checking check_sdl: unused, OK > Checking check_udev: OK > Checking check_zlib_lib: OK > All done. > asfde-ht5wn2j:/software/sources/xen/dist64bit/dist # ls /lib/modules/ > 2.6.16.21-0.8-smp 2.6.16.33-xen > asfde-ht5wn2j:/software/sources/xen/dist64bit/dist # > /sbin/depmod 2.6.16.33-xen > asfde-ht5wn2j:/software/sources/xen/dist64bit/dist # > /sbin/mkinitrd /boot/initrd-2.6.16.33-xen 2.6.16.33-xen > /sbin/mkinitrd: line 2965: > /boot/initrd-2.6.16.33-xen/etc/fstab: No such file or directory > No ''/'' mountpoint specified in /boot/initrd-2.6.16.33-xen/etc/fstab > asfde-ht5wn2j:/software/sources/xen/dist64bit/dist #For some reason, it seems that it prepends the name of the initrd to the /etc/fstab. This would be a bug in mkinitrd that probably isn''t VERY hard to fix (mkinitrd is a shell-script, so it''s not a dramatically difficult task to change it, if you have some experience with Unix-type OS''s and/or (other) script programming). Or if you specify a root-device to mkinitrd, it shouldn''t need to scan fstab in the first place (that is if your mkinitrd works the same as the slightly older version I''ve got on my machine), "-d /dev/hda" or some such would work. [Or you can do "rootdev=/dev/hdb mkinitrd <args>", according to my script-file], -- Mats> > > In other words, everything seems to be going ok up to the > point where we run mkinitrd to create the ramdisk image. I > dont understand why it returns this strange message: > > /sbin/mkinitrd: line 2965: > /boot/initrd-2.6.16.33-xen/etc/fstab: No such file or directory > No ''/'' mountpoint specified in /boot/initrd-2.6.16.33-xen/etc/fstab > asfde-ht5wn2j:/software/sources/xen/dist64bit/dist # > > Has anyone else come across this problem? Any ideas as to how > we can solve it? > > The workstation in question is a 64bit 2-CPU Intel-Xeon 3Ghz > with 8GB RAM running SUSE Linux Enterprise Desktop Version 10. > > > Thanks in advance! > Xennewbie > > > Kevin Wells > Network Administrator > ES - Engineering Support > > TRW Automotive Safety Systems GmbH > Hefner-Alteneck-Straße 11 > D-63743 Aschaffenburg > > Tel.: +49.(0)6021.314.1572 > Fax: +49.(0)6021.314.1102 > Email: Kevin.Wells@trw.com > > > _______________________________________________ > Xen-users mailing list > Xen-users@lists.xensource.com > http://lists.xensource.com/xen-users > > >_______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users