Results 1 to 4 of 4

Thread: How to change kernel arguments in grub

  1. #1
    Join Date
    Jul 2009
    Posts
    19

    How to change kernel arguments in grub

    I have a linux box with mandrake installed, its an old box so i am still with the older version to ensure stability as i am afraid that the new version might not work this old age box. I have to keep the kernel argument acpi=off while grup loads the GUI version else the system crashes and i cannot boot into the system. The problem is i have to do it manually everytime i boot the computer, and once the machine has booted, it automatically edits the grub settings and the acpi=off vanishes. How to change kernel arguments in grub manually to keep the changes saved? Please help, m a noob...

  2. #2
    Join Date
    Jan 2009
    Posts
    710

    Re: How to change kernel arguments in grub

    The best help to you would be the following the read me file of your linux operating system, Just have a look at those first. Search for the topics that are related to configuring grub boot loader and this might give you a basic idea on what to change and how to change it... Hope this helps you... All the best!

  3. #3
    Join Date
    Jan 2009
    Posts
    289

  4. #4
    Join Date
    Jan 2009
    Posts
    1,738

    Re: How to change kernel arguments in grub

    If you have any text editor this is too easy... Open terminal and change the file permissions for grub boot loader so that you can save changes to it :
    Code:
    chmod +rwx /boot/grub/menu.lst
    menu.lst is the file which is responsible for saving the boot location, boot order and boot options including kernel arguments. Now open the menu.lst file from a text editor application and add acpi=off under appropriate section, and now save the file. Now again change the file permission so that it doesn't change automatically or by mistake :
    Code:
    chmod -rwx /boot/grub/menu.lst
    Thats it, you're done...

Similar Threads

  1. Grub is unable to boot CentOS, hangs at the Grub prompt
    By Man-Than in forum Operating Systems
    Replies: 5
    Last Post: 07-05-2011, 12:17 PM
  2. Kernel hangs at the ACPI in Grub
    By Danel in forum Operating Systems
    Replies: 5
    Last Post: 29-12-2010, 12:26 AM
  3. Edit grub/defaults/grub file on triple-boot system
    By Hishem-Remashiya in forum Operating Systems
    Replies: 5
    Last Post: 14-11-2010, 06:44 AM
  4. GRUB load shows unknown filesystem, grub rescue error
    By aFRODITA in forum Operating Systems
    Replies: 4
    Last Post: 13-11-2010, 07:34 AM
  5. To change boot order in GRUB.
    By Camillus in forum Operating Systems
    Replies: 2
    Last Post: 29-07-2008, 06:52 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,896,526.41475 seconds with 17 queries