|
|
|
|
|
|
|
|
|
|
xen-users
RE: [Xen-users] compiling kernel in Centos Domu
Sorry this is the correct fstab
/dev/hda1 / ext3 defaults 1 1
none /dev/pts devpts gid=5,mode=620 0 0
none /dev/shm tmpfs defaults 0 0
none /proc proc defaults 0 0
none /sys sysfs defaults 0 0
/dev/hda2 swap swap defaults 0 0
-----Original Message-----
From: Teck Choon Giam [mailto:giamteckchoon@xxxxxxxxx]
Sent: 05 October 2011 21:16
To: Ian Tobin
Cc: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: Re: [Xen-users] compiling kernel in Centos Domu
On Thu, Oct 6, 2011 at 3:23 AM, Ian Tobin <itobin@xxxxxxxxxxxxx> wrote:
> The kernel config is standard except for enabling highmem 64Gb so I
> can enable paravirtualisation, select all xen options. Then in
> drivers set all XEN related options as static in kernel. I didn't
> touch anything else.
>
> This same setup works fine on Debian DomU and I don't get this problem
> about modules missing when creating the initrd, only seems to happen
> on CentOS
>
Is your standard kernel config. modified from Debian? If so, I will suggest
that you use CentOS 5 kernel-xen config as base and modified from there to see
whether are you able to reproduce the problem?
One important thing is due to udev version in CentOS 5, I think you will need
to set/enable CONFIG_SYSFS_DEPRECATED and CONFIG_SYSFS_DEPRECATED_V2.
BTW, just curious what is your /etc/fstab looks like as the following make me
curious... ...
Looking for driver for device hda1
Looking for driver for device hda2
Hope this helps!
Thanks.
Kindest regards,
Giam Teck Choon
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|