The Notebook Review forums were hosted by TechTarget, who shut down them down on January 31, 2022. This static read-only archive was pulled by NBR forum users between January 20 and January 31, 2022, in an effort to make sure that the valuable technical information that had been posted on the forums is preserved. For current discussions, many NBR forum users moved over to NotebookTalk.net after the shutdown.
Problems? See this thread at archive.org.

    Can't Edit Menu.lst

    Discussion in 'Linux Compatibility and Software' started by millermagic, Jul 23, 2008.

  1. millermagic

    millermagic Rockin the pinktop

    Reputations:
    330
    Messages:
    1,742
    Likes Received:
    0
    Trophy Points:
    55
    I can't figure out what to do with this one. I've tried chmod 7777 and chown to my user but sitll no luck in the terminal or GUI. I really dont want Linux Mint being my default OS choice.
     
  2. Lakjin

    Lakjin Notebook Deity

    Reputations:
    313
    Messages:
    1,939
    Likes Received:
    0
    Trophy Points:
    55
    Post your error log?
     
  3. andyasselin

    andyasselin Notebook Deity

    Reputations:
    140
    Messages:
    1,690
    Likes Received:
    0
    Trophy Points:
    55
    make sure you runing you editor as root open terminal and so

    sudo gedit

    or su root

    then edit the file
     
  4. Thomas

    Thomas McLovin

    Reputations:
    1,988
    Messages:
    5,253
    Likes Received:
    0
    Trophy Points:
    205
    Use gksu, more secure.
     
  5. nail17

    nail17 Notebook Enthusiast

    Reputations:
    1
    Messages:
    33
    Likes Received:
    0
    Trophy Points:
    15
    Magic,

    Edit menu.lst with the editor of your choice as the OP's
    suggest, when your done execute;

    sudo update-grub

    You should be good to go, also remember;

    # You can specify 'saved' instead of a number. In this case, the default entry
    # is the entry saved with the command 'savedefault'.
    # WARNING: If you are using dmraid do not change this entry to 'saved' or your
    # array will desync and will not let you boot your system.
    default 0

    That can be 0,1,2,3 etc if'n your not doing the "savedefault"

    Regards, db
     
  6. jeffsmythe

    jeffsmythe Notebook Geek

    Reputations:
    97
    Messages:
    98
    Likes Received:
    0
    Trophy Points:
    15
    The other posters have given good advice. But if still not working, check to see if perhaps your boot partition is mounted read-only (or whatever partition holds /boot).

    But yes, typically you would just need to
    $ sudo vi /boot/grub/menu.1st

    or similar.