How do I set a kernel boot parameter permanently, such as setting 'noapic' in Ubuntu Natty?

Asked by Ashley Stone

How do I set a kernel boot parameter permanently, such as setting 'noapic' in Ubuntu Natty?

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu grub2 Edit question
Assignee:
No assignee Edit question
Solved by:
Ian Ace
Solved:
Last query:
Last reply:
Revision history for this message
Best Ian Ace (iaculallad) said :
#1

Editing the grub file will do the job:

gksu gedit /etc/default/grub

Save any changes.

sudo update-grub

HTH.

Revision history for this message
Ashley Stone (ashleystone) said :
#2

Thank you very much, worked perfectly!

Revision history for this message
Ashley Stone (ashleystone) said :
#3

Thanks Ian Ace, that solved my question.