Forum Home
Press F1
 
Thread ID: 60827 2005-08-14 09:45:00 Editing Fedora Core 4 Bootloader Options Erayd (23) Press F1
Post ID Timestamp Content User
380913 2005-08-14 09:45:00 Hi,

Have just installed FC4 on a laptop, but need to modify the bootloader options. How do I do this? I need to add acpi=force to the boot options. GUI preferred although I can use a console if necessary.

Bletch
Erayd (23)
380914 2005-08-14 10:01:00 You need to add this to the kernel line in GRUB. To do this via a GUI, just log onto the machine as root and then navigate to /etc/grub.conf. If you right-click on it you will get an option to open it with a text editor. Make your changes and then save it. To do this via command line, open up a terminal window and su - to root. Then use the command line text editor called nano to open and edit the file:

nano -w /etc/grub.conf

Use the arrows to move up and down the file, and when you have finished use CTRL-O to write the changes (say Y to accept it) and then CTRL-X to exit out of nano.

Example of line to edit:
kernel /vmlinuz-2.6.11-1.1369_FC4 ro root=LABEL=/1 rhgb quiet acpi=force
Jen (38)
380915 2005-08-14 10:30:00 Cheers, that seems to have worked fine.

Thanks,
Bletch
Erayd (23)
1