|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] Can't boot to Xen kernel: Errors like mount error 6 moun
Jac, guys,
thank you all - I put that SCSI drive of mine in, Xen kernel is up
and running, time to advance to guest domains
building :)
Thanks for your help :)
Boris
On Sun, 21 Jan 2007, Boris Senker wrote:
According to your config diffs the xen kernel has no IDE drivers
build in (are configured to be loadable modules) while your original
kernel has them build in.
< CONFIG_BLK_DEV_IDEDISK=y
---
> CONFIG_BLK_DEV_IDEDISK=m
... lines deleted ...
< CONFIG_IDE_GENERIC=y
---
> CONFIG_IDE_GENERIC=m
.., more lines (including those for the diffenent IDE chipsets) deleted ...
So you need to find which driver is being used to access your
drive(s) and explicitly add it to the initial ramdisk.
(--with=xxxxx) (Adding the combined_mode=ide could be needed as well
depending on the driver you need)
Best regards,
Jac
---
Jac Kersing Technical Consultant The-Box Development
j.kersing@xxxxxxxxxxx CISSP http://www.the-box.com
--
No virus found in this incoming message.
Checked by AVG Free Edition.
Version: 7.5.432 / Virus Database: 268.17.3/642 - Release Date:
20.1.2007 22:31
--
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.5.432 / Virus Database: 268.17.4/643 - Release Date: 21.1.2007 17:12
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|