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.
-
-
Post your error log?
-
make sure you runing you editor as root open terminal and so
sudo gedit
or su root
then edit the file -
Use gksu, more secure.
-
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 -
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.
Can't Edit Menu.lst
Discussion in 'Linux Compatibility and Software' started by millermagic, Jul 23, 2008.