Hello to all! I was active here few month ago when I was playing with xeno-1.0 and was very happy with it. Now I managed to find some time and one solid machine to try to make some xeno-1.2 production tests. Server is HP tc2120 with aic7xxx SCSI controller. I have cloned xeno-1.2, built it and installed it to a working installation. But xenolinux fails to boot ending with: root_device_name = sda3 kmod: failed to exec .... block-major-8, errno = 2 VFS: Cannot opet root device "sda3" or 08:03 Please append a correct "root=" boot option However, when booted to standard linux kernel the setup is: (see below) So, are there any issues with this SCSI controller or disks in general? xen:~ # cat /boot/grub/menu.lst title Xen / XenoLinux 2.4.24 kernel (hd0,0)/xen.gz dom0_mem=131072 noht noreboot module (hd0,0)/xenolinux.gz root=/dev/sda3 console=tty0 xen:~ # ls -l /boot/x* -rw-r--r-- 1 root root 715637 Feb 10 15:58 /boot/xen.gz -rw-r--r-- 1 root root 645215 Feb 10 16:00 /boot/xenolinux.gz xen:~ # fdisk -l /dev/sda Disk /dev/sda: 36.4 GB, 36419584000 bytes 255 heads, 63 sectors/track, 4427 cylinders Units = cylinders of 16065 * 512 = 8225280 bytes Device Boot Start End Blocks Id System /dev/sda1 * 1 5 40131 83 Linux /dev/sda2 6 71 530145 82 Linux swap /dev/sda3 72 855 6297480 83 Linux /dev/sda4 856 4427 28692090 83 Linux xen:~ # cat /etc/fstab /dev/sda3 / ext3 defaults 1 1 /dev/sda1 /boot ext3 defaults 1 2 /dev/sda4 /data1 auto noauto,user 0 0 /dev/sda2 swap swap pri=42 0 0 devpts /dev/pts devpts mode=0620,gid=5 0 0 proc /proc proc defaults 0 0 usbdevfs /proc/bus/usb usbdevfs noauto 0 0 /dev/cdrom /media/cdrom auto ro,noauto,user,exec 0 0 /dev/fd0 /media/floppy auto noauto,user,sync 0 0 ------------------------------------------------------- The SF.Net email is sponsored by EclipseCon 2004 Premiere Conference on Open Tools Development and Integration See the breadth of Eclipse activity. February 3-5 in Anaheim, CA. http://www.eclipsecon.org/osdn _______________________________________________ Xen-devel mailing list Xen-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/xen-devel
> root_device_name = sda3 > kmod: failed to exec .... block-major-8, errno = 2 > VFS: Cannot opet root device "sda3" or 08:03 > Please append a correct "root=" boot optionSend us your complete output from Xen and Xenolinux, if possible (can you capture it via trhe serial line?). -- Keir ------------------------------------------------------- The SF.Net email is sponsored by EclipseCon 2004 Premiere Conference on Open Tools Development and Integration See the breadth of Eclipse activity. February 3-5 in Anaheim, CA. http://www.eclipsecon.org/osdn _______________________________________________ Xen-devel mailing list Xen-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/xen-devel
On Wednesday 11 February 2004 00:10, Keir Fraser wrote:> > root_device_name = sda3 > > kmod: failed to exec .... block-major-8, errno = 2 > > VFS: Cannot opet root device "sda3" or 08:03 > > Please append a correct "root=" boot option > > Send us your complete output from Xen and Xenolinux, if possible (can > you capture it via trhe serial line?).I will try to find null-modem cable but I think we don''t have it here. However, if ti means anything, Xen detects SCSI controller and all attached disks correctly. ------------------------------------------------------- The SF.Net email is sponsored by EclipseCon 2004 Premiere Conference on Open Tools Development and Integration See the breadth of Eclipse activity. February 3-5 in Anaheim, CA. http://www.eclipsecon.org/osdn _______________________________________________ Xen-devel mailing list Xen-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/xen-devel
On Wednesday 11 February 2004 00:10, Keir Fraser wrote:> > root_device_name = sda3 > > kmod: failed to exec .... block-major-8, errno = 2 > > VFS: Cannot opet root device "sda3" or 08:03 > > Please append a correct "root=" boot option > > Send us your complete output from Xen and Xenolinux, if possible (can > you capture it via trhe serial line?).Ok, I found the cable and attached is the boot log:
> On Wednesday 11 February 2004 00:10, Keir Fraser wrote: > > > root_device_name = sda3 > > > kmod: failed to exec .... block-major-8, errno = 2 > > > VFS: Cannot opet root device "sda3" or 08:03 > > > Please append a correct "root=" boot option > > > > Send us your complete output from Xen and Xenolinux, if possible (can > > you capture it via trhe serial line?). > > Ok, I found the cable and attached is the boot log:You incorrectly selected "Real-time clock" from the "character devices" menu when configuring Xenolinux. Unless you''re really sure what you''re doing you should not change any configuration options under that menu (I think all other menus are safe to fiddle with though). What''s happened is that the RTC driver has tried to allocate the ''real'' IRQ 8. This doesn''t exist in Xenolinux, but it is preventing the block-device driver from allocating virtual IRQ 8 -- so you are not properly installing the virtual block-device driver. Recompile with the default settings under "character devices". -- Keir ------------------------------------------------------- The SF.Net email is sponsored by EclipseCon 2004 Premiere Conference on Open Tools Development and Integration See the breadth of Eclipse activity. February 3-5 in Anaheim, CA. http://www.eclipsecon.org/osdn _______________________________________________ Xen-devel mailing list Xen-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/xen-devel
On Wednesday 11 February 2004 10:41, Keir Fraser wrote:> You incorrectly selected "Real-time clock" from the "characterThanks! It works now. ------------------------------------------------------- The SF.Net email is sponsored by EclipseCon 2004 Premiere Conference on Open Tools Development and Integration See the breadth of Eclipse activity. February 3-5 in Anaheim, CA. http://www.eclipsecon.org/osdn _______________________________________________ Xen-devel mailing list Xen-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/xen-devel