Hi Here's my /boot/grub/grub.conf content: grub.conf generated by anaconda # # Note that you do not have to rerun grub after making changes to this file # NOTICE: You do not have a /boot partition. This means that # all kernel and initrd paths are relative to /, eg. # root (hd0,0) # kernel /boot/vmlinuz-version ro root=/dev/mapper/sil_aibhcbccdhagp1 # initrd /boot/initrd-version.img #boot=/dev/mapper/sil_aibhcbccdhag default=0 timeout=10 splashimage=(hd0,0)/boot/grub/splash.xpm.gz hiddenmenu title CentOS (2.6.18-92.1.22.el5) root (hd0,0) kernel /boot/vmlinuz-2.6.18-92.1.22.el5 ro root=LABEL=/ pci=nommconf initrd /boot/initrd-2.6.18-92.1.22.el5.img title CentOS (2.6.18-92.el5) root (hd0,0) kernel /boot/vmlinuz-2.6.18-92.el5 ro root=LABEL=/ pci=nommconf initrd /boot/initrd-2.6.18-92.el5.img 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 ... :-( -- TIA Paolo On Tue, Feb 3, 2009 at 3:23 PM, Toby Bluhm <tkb at alltechmedusa.com> wrote: > Paolo Supino wrote: > > Hi Peter > > > > The symlinks aren't broken: the grub.conf file is located in > > /boot/grub/. /etc/grub/menu.lst points to it and so does /etc/grub.conf > ... > > [root at server grub]# ls -l /etc/grub.conf /boot/grub/menu.lst > > /boot/grub/grub.conf > > -rw------- 1 root root 974 Feb 3 13:59 /boot/grub/grub.conf > > lrwxrwxrwx 1 root root 11 Dec 15 10:04 /boot/grub/menu.lst -> > ./grub.conf > > lrwxrwxrwx 1 root root 22 Dec 15 10:04 /etc/grub.conf -> > > ../boot/grub/grub.conf > > > > > > Typically there's more than one kernel version installed with > corresponding lines in grub.conf. Perhaps you're not booting the kernel > entry you think you are? Check your "default=" line. > > > -- > tkb > _______________________________________________ > CentOS mailing list > CentOS at centos.org > http://lists.centos.org/mailman/listinfo/centos > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos/attachments/20090203/51ff20d7/attachment-0005.html>