Hi guys . I recently compiled the latest kernel for my pc and realized that grub didnt have acpi=off enabled for it , since my pc will not boot with acpi=on.I am used to doing this with live-cd's but when i do this on my hdd install , it isn't like the livecd . maybe because it isn't isolinux. This is how the grub looks like ;
title Ubuntu, kernel 2.6.22-custom
root (hd0,2)
kernel /boot/vmlinuz-2.6.22-custom root=UUID=2c69adc6-45c7-4f34-9e0e-f7a03f818175 ro quiet splash
initrd /boot/initrd.img-2.6.22-custom
quiet
savedefault
where do i add acpi=off?
__________________
Comment