Announcement

Collapse
No announcement yet.

missing menu.lst

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    missing menu.lst

    Hi,

    For some reason, my system is missing menu.lst:
    Code:
    $ ls /boot/grub/menu.lst
    ls: cannot access /boot/grub/menu.lst: No such file or directory
    and locate menu.lst isn't returning anything that helps either... any idea how I can change my grub config?

    Thank you,
    Ron
    roN

    http://www.inetgate.biz

    #2
    [solved]

    Originally posted by reggler View Post
    Hi,

    For some reason, my system is missing menu.lst:
    Code:
    $ ls /boot/grub/menu.lst
    ls: cannot access /boot/grub/menu.lst: No such file or directory
    and locate menu.lst isn't returning anything that helps either... any idea how I can change my grub config?

    Thank you,
    Ron
    Got it! In Grub2, things are in /boot/grub/grub.cfg
    roN

    http://www.inetgate.biz

    Comment


      #3
      Originally posted by reggler View Post
      Got it! In Grub2, things are in /boot/grub/grub.cfg
      Correct, but you shouldn't edit that directly. If you do, your changes will be undone everytime "update-grub" gets run (it will run on kernel upgrades, for example)

      Most things you normally need to edit can be edited in /etc/default/grub and running "sudo update-grub" afterwards. There is also a GUI grub2 editor for system settings available in the package "kde-config-grub2"

      Comment


        #4
        and the answer to "How can I change my grub config?" is variable depending on what changes you desire.

        Please Read Me

        Comment

        Working...
        X