<div dir="ltr">Hi <br>Here's my /boot/grub/grub.conf content: <br> grub.conf generated by anaconda<br>#<br># Note that you do not have to rerun grub after making changes to this file<br># NOTICE:  You do not have a /boot partition.  This means that<br>
#          all kernel and initrd paths are relative to /, eg.<br>#          root (hd0,0)<br>#          kernel /boot/vmlinuz-version ro root=/dev/mapper/sil_aibhcbccdhagp1<br>#          initrd /boot/initrd-version.img<br>#boot=/dev/mapper/sil_aibhcbccdhag<br>
default=0<br>timeout=10<br>splashimage=(hd0,0)/boot/grub/splash.xpm.gz<br>hiddenmenu<br>title CentOS (2.6.18-92.1.22.el5)<br>        root (hd0,0)<br>        kernel /boot/vmlinuz-2.6.18-92.1.22.el5 ro root=LABEL=/ pci=nommconf<br>
        initrd /boot/initrd-2.6.18-92.1.22.el5.img<br>title CentOS (2.6.18-92.el5)<br>        root (hd0,0)<br>        kernel /boot/vmlinuz-2.6.18-92.el5 ro root=LABEL=/ pci=nommconf<br>        initrd /boot/initrd-2.6.18-92.el5.img<br>
<br><br>  As you can see there's no mentioning of "acpi=off" anywhere .... and unless I stop it and change the command line parameter from acpi=off to pci=nommconf it still boots with acpi=off  ... :-( <br><br>
<br><br>--<br>TIA <br>Paolo <br> <br><br><div class="gmail_quote">On Tue, Feb 3, 2009 at 3:23 PM, Toby Bluhm <span dir="ltr"><<a href="mailto:tkb@alltechmedusa.com">tkb@alltechmedusa.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="Ih2E3d">Paolo Supino wrote:<br>
> Hi Peter<br>
><br>
>   The symlinks aren't broken: the grub.conf file is located in<br>
> /boot/grub/. /etc/grub/menu.lst points to it and so does /etc/grub.conf ...<br>
> [root@server grub]# ls -l /etc/grub.conf /boot/grub/menu.lst<br>
> /boot/grub/grub.conf<br>
> -rw------- 1 root root 974 Feb  3 13:59 /boot/grub/grub.conf<br>
> lrwxrwxrwx 1 root root  11 Dec 15 10:04 /boot/grub/menu.lst -> ./grub.conf<br>
> lrwxrwxrwx 1 root root  22 Dec 15 10:04 /etc/grub.conf -><br>
> ../boot/grub/grub.conf<br>
><br>
><br>
<br>
</div>Typically there's more than one kernel version installed with<br>
corresponding lines in grub.conf. Perhaps you're not booting the kernel<br>
entry you think you are? Check your "default=" line.<br>
<font color="#888888"><br>
<br>
--<br>
tkb<br>
</font><div><div></div><div class="Wj3C7c">_______________________________________________<br>
CentOS mailing list<br>
<a href="mailto:CentOS@centos.org">CentOS@centos.org</a><br>
<a href="http://lists.centos.org/mailman/listinfo/centos" target="_blank">http://lists.centos.org/mailman/listinfo/centos</a><br>
</div></div></blockquote></div><br></div>