|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] Newbie question: FC5 boot problem with a blue screen
grub.conf is modified as follows:
default=0
#default=5
timeout=5
splashimage=(hd0,4)/grub/splash.xpm.gz
#hiddenmenu
title Fedora Core (2.6.17-1.2145_FC5xen0)
root (hd0,4)
kernel /xen.gz-2.6.17-1.2145_FC5
#module /vmlinuz-2.6.17-1.2145_FC5xen0 ro root=LABEL=/
module /vmlinuz-2.6.17-1.2145_FC5xen0 ro root=/dev/VolGroup00/LogVol00 3
module /initrd-2.6.17-1.2145_FC5xen0.img
title Fedora Core (2.6.15-1.2054_FC5) original
root (hd0,4)
kernel /vmlinuz-2.6.15-1.2054_FC5 ro root=LABEL=/ rhgb quiet
initrd /initrd-2.6.15-1.2054_FC5.img
title Windows XP
rootnoverify (hd0,1)
chainloader +1
During boot, the computer has a kernel panic, so it will reboot again and stuck
in an infinite loop of rebooting.
If the grub.conf has this line:
module /vmlinuz-2.6.17-1.2145_FC5xen0 ro root=LABEL=/
During reboot to the FC5 XEN kernel, the computer is hung with a lot of the
"avc: denied" messages:
...
audit(1152294237.706:383): avc: denied { read write } for pid=2678 comm=
nfig" name="[7424]" dev=sockfs ino=7424 scontext=system_u:system_r:ifconfig
tcontext=user_u:object_r:xend_t:s0 tclass=unix_stream_socket
audit(1152294237.754:384): avc: denied { create } for pid=2687 comm="pyt
name="xend" scontext=system_u:system_r:xend_t:s0 tcontext=user_u:object_r
run_t:s0 tclass=dir
----- Original Message ----
From: Jerry Amundson <jerry@xxxxxxx>
To: xen-users@xxxxxxxxxxxxxxxxxxx
Sent: Monday, July 10, 2006 2:11:51 PM
Subject: Re: [Xen-users] Newbie question: FC5 boot problem with a blue screen
On Mon July 10 2006 10:46, PoWah Wong wrote:
> I followed the instructions at
> http://fedoraproject.org/wiki/FedoraXenQuickstartFC5 to install XEN.
>
> After installing FC5, I do
> # yum install kernel-xen0
>
> Now /boot/grub/grub.conf is modified to have the FC5 XEN kernel boot
> option: title Fedora Core (2.6.17-1.2145_FC5xen0)
> root (hd0,4)
> kernel /xen.gz-2.6.17-1.2145_FC5
> module /vmlinuz-2.6.17-1.2145_FC5xen0 ro root=LABEL=/ rhgb quiet
> module /initrd-2.6.17-1.2145_FC5xen0.img
Try removing "rhgb quiet" first. Also, I think I've read where "LABEL=/"
is iffy - better to replace it with the full
path "/dev/VolGroup00/LogVol00", or whatever yours might be...
jerry
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|