[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-users] xen 3.0 on UP amd64 - rootfs mounting problem in xenU
On Sunday 31 July 2005 13:52, Arkadiusz Miskiewicz wrote: > Hi, > > I'm trying to run Xen 3.0 on my amd64 UP machine. So far xen0 is working > fine but there is a problem with mounting rootfs on xenU kernel. > > Is there something else that needs to be compiled into xenU 3.0 kernel? [snip] > + insmod /lib/modules/2.6.12.3-0.2/kernel/drivers/scsi/scsi_mod.ko > Using /lib/modules/2.6.12.3-0.2/kernel/drivers/scsi/scsi_mod.ko > SCSI subsystem initialized > + insmod /lib/modules/2.6.12.3-0.2/kernel/drivers/scsi/sd_mod.ko > Using /lib/modules/2.6.12.3-0.2/kernel/drivers/scsi/sd_mod.ko > register_blkdev: cannot get major 8 for sd for some strange reasons, the sd_mod module doesn't initialize correctly, as a result, the kernel doesn't know how to use scsi discs. [snip] > VFS: Cannot open root device "sdc3" or unknown-block(8,35) > Please append a correct "root=" boot option > Kernel panic - not syncing: VFS: Unable to mount root fs on > unknown-block(8,35) Yep. of course it can't boot from a scsi disc then.. I'd try to a) compile scsi and scsi-disc static into the domU kernel b) test with using hda3 or something instead of sdc3 in the domain config, to see if your root-filesystem works at all /Ernst _______________________________________________ Xen-users mailing list Xen-users@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-users
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |