PDA

View Full Version : How to edit Menu.lst file?



aidata
08-27-2005, 05:50 PM
Just installed K 3.9 on my HD.
I noticed you can't login as root in the normal splash box. I got root access in the terminal, then tried to edit my menu.lst file by: gedit /boot/grub/menu.lst --- this didn't work, so I tried: kwrite /boot/grub/menu.lst --- neither did this. How do you do it? Thx.

UnderScore
08-27-2005, 06:01 PM
as a normal user:
kdesu kate /boot/grub/menu.lst

as root user in command line editor:
nano /boot/grub/menu.lst
vi /boot/grub/menu.lst

aidata
08-27-2005, 06:53 PM
as a normal user:
kdesu kate /boot/grub/menu.lst

Thnx.