Announcement

Collapse
No announcement yet.

acpi=off in grub

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    acpi=off in grub


    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?
    __________________

    #2
    Re: acpi=off in grub

    Add it in the line that begins with kernel, at the end should be fine.

    Comment


      #3
      Re: acpi=off in grub

      kernel /boot/vmlinuz-2.6.22-custom root=UUID=2c69adc6-45c7-4f34-9e0e-f7a03f818175 ro quiet splash acpi=off
      You should do this for each kernel line entry in your grub, as you could end up needing to boot to the recovery or lower kernel on occassion.
      Windows no longer obstructs my view.
      Using Kubuntu Linux since March 23, 2007.
      "It is a capital mistake to theorize before one has data." - Sherlock Holmes

      Comment

      Working...
      X