1

Based on this suggestion, I want to edit /etc/default/grub to add the line:

GRUB_CMDLINE_LINUX="acpi_osi=Linux"

However, I don't have that file on my system. What should I do?

fronthem
  • 4,957
  • 6
  • 24
  • 31

3 Answers3

6

Well /etc/default is a Debian/Ubuntu thing, so you're unlikely to find it in Fedora.

You don't need it though - just add the option to the command line for the current entries in grub.conf and Fedora will preserve it when installing new kernels.

TomH
  • 2,952
  • 1
  • 17
  • 10
  • An [anonymous user](http://unix.stackexchange.com/review/suggested-edits/9845) suggests that since Fedora 18, there is now a file `/etc/default/grub`, similar to the one in Debian/Ubuntu. (Dear anonymous user: this should have been submitted as an answer, not by editing an existing answer.) – Gilles 'SO- stop being evil' Jan 08 '13 at 09:38
1

Maybe you want to change /boot/grub/grub.conf?

mdpc
  • 6,736
  • 3
  • 32
  • 46
0

Fedora 15 uses grub2. You should have /etc/grub.conf symlinked to /boot/grub/menu.lst

Sirex
  • 7,646
  • 1
  • 17
  • 18