Go Back   TechArena Community > Software > Operating Systems
Become a Member!
Forgot your username/password?
Tags Active Topics RSS Search Mark Forums Read SiteMap

Tags: , ,

Sponsored Links


How to change kernel arguments in grub

Operating Systems


Reply
 
Thread Tools Search this Thread
  #1  
Old 20-08-2009
Member
 
Join Date: Jul 2009
Posts: 19
How to change kernel arguments in grub

Sponsored Links
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...

Reply With Quote
  #2  
Old 20-08-2009
Member
 
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!
Reply With Quote
  #4  
Old 20-08-2009
Member
 
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...
Reply With Quote
Reply

  TechArena Community > Software > Operating Systems


Thread Tools Search this Thread
Search this Thread:

Advanced Search


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


All times are GMT +5.5. The time now is 06:56 PM.