thePMG Rated XXX
|
Posted: Tue, 24 May 2005 18:40:27 Post Subject: |
|
|
Grub is pretty new to me, so don't quote me on this.
I think you need to edit your /boot/grub/menu.lst and add an option like acpi=off. I would add a second entry for a failsafe, and not add this to the main boot entry, just in case.
example:
Code: |
title Ubuntu, kernel 2.6.10-5-386
root (hd0,0)
kernel /boot/vmlinuz-2.6.10-5-386 root=/dev/hde1 ro quiet splash
initrd /boot/initrd.img-2.6.10-5-386
savedefault
boot
title Ubuntu, kernel 2.6.10-5-386 No ACPI
root (hd0,0)
kernel /boot/vmlinuz-2.6.10-5-386 root=/dev/hde1 ro quiet acpi=off splash
initrd /boot/initrd.img-2.6.10-5-386
savedefault
boot
|
But definitly google whats above, I'm not totally sure it's right. _________________ It's got something to do with motherboards and fuzzy logic, f**k, I don't know... |
|