Hi After compiling/installing xen 3.0-devel with "make world; make install" i''ve changed my /boot/grub/menu.lst file with the following content: title XEN 3 kernel (hd0,2)/boot/xen-3.0-devel.gz dom0_mem=131072 console=vga module (hd0,2)/boot/vmlinuz-2.6.12-xen0 root=/dev/sda3 ro console=tty0 When booting the system says something about a missing NFS-root and asks for a root floppy. Why it does not start from /dev/sda3? Stephan <http://www.buchmesse.de/imperia/md/images/logos/fbm/2003/Logo100s150px.gif> 19. - 23. Oktober 2005 Halle 4.0 / Stand F1305 Reservieren Sie sich bereits heute über unsere Homepage <http://www.bpm.ch/> www.bpm.ch Ihren persönlichen Gesprächstermin. Wir freuen uns auf Sie! _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Try using an initrd. Cheers, David Barrera Stephan Böni wrote:> Hi > > After compiling/installing xen 3.0-devel with "make world; make > install" i''ve changed my /boot/grub/menu.lst file with the following > content: > > title XEN 3 > kernel (hd0,2)/boot/xen-3.0-devel.gz dom0_mem=131072 console=vga > module (hd0,2)/boot/vmlinuz-2.6.12-xen0 root=/dev/sda3 ro console=tty0 > > When booting the system says something about a missing NFS-root and > asks for a root floppy. Why it does not start from /dev/sda3? > > Stephan > > > > *19. - 23. Oktober 2005* > *Halle 4.0 / Stand F1305* > Reservieren Sie sich bereits heute > über unsere Homepage www.bpm.ch <http://www.bpm.ch/> > Ihren persönlichen Gesprächstermin. > Wir freuen uns auf Sie! > > >------------------------------------------------------------------------ > >_______________________________________________ >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
On Friday 23 September 2005 14:46, Stephan Böni wrote:> Hi > > After compiling/installing xen 3.0-devel with "make world; make install" > i''ve changed my /boot/grub/menu.lst file with the following content: > > title XEN 3 > kernel (hd0,2)/boot/xen-3.0-devel.gz dom0_mem=131072 console=vga > module (hd0,2)/boot/vmlinuz-2.6.12-xen0 root=/dev/sda3 ro console=tty0 > > When booting the system says something about a missing NFS-root and asks > for a root floppy. Why it does not start from /dev/sda3? >The kernel always tries to use NFS root or floppy as last resort, when everything else fails. In your case its probably the SCSI hostcontroller driver that is missing or fails initializing. if you just compile with "make world; make install", it basically will use the plain vanilla kernel configs, without drivers for fancy hardware. So check your kernel config for the needed driver, if its there, but compiled as module, try generating and using an initrd, otherwise recompile the kernel, statically including the driver. (just enter the kernel source directory inside the xen sources, "make ARCH=xen menuconfig" should work from there) /Ernst _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users