|
|
|
|
|
|
|
|
|
|
xen-users
Tony Breeds wrote:
On Tue, Aug 15, 2006 at 05:14:19PM -0700, Corey B wrote:
I'm just guessing but this looks like selinux to me. Try adding
"selinux=0" to the kernel commanline ie:
title Fedora Core (2.6.17-1.2174_FC5xen0)
root (hd0,0)
kernel /xen.gz-2.6.17-1.2174_FC5
module /vmlinuz-2.6.17-1.2174_FC5xen0 ro root=/dev/VolGroup00/LogVol00 3 module
/initrd-2.6.17-1.2174_FC5xen0.img selinux=0
If this boots without the errors then you'll need to ask on selinux
lists (or mayber here aswell) to workout how to add the appropriate
changes to your selinux policy.
Right idea, wrong line of the config.
title Fedora Core (2.6.17-1.2174_FC5xen0)
root (hd0,0)
kernel /xen.gz-2.6.17-1.2174_FC5
module /vmlinuz-2.6.17-1.2174_FC5xen0 ro root=/dev/VolGroup00/LogVol00
selinux=0
module /initrd-2.6.17-1.2174_FC5xen0.img
My usual method of turning it off it to disable selinux in
/etc/sysconfig/selinux
-Mike
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|