topic title: Change the Grub?
Posts: 29
Schnake
Joined: 04 Nov 2010
#1
Hey guys, its me again __{{emoticon}}__

So, if i start my laptop, its stay

Code: Select all

root=/dev/sda1 nomce quiet nosplash vga=791
And on this its can start, i know why, i need to change the entry sda1 in hda1.... I change it everytime manually on even start. But i want to change it on the grub, that on even start the correct entry stay in and i dont need anymore to change the s into an h manually everytime

Thank you in Advance
Schnake
anticapitalista
Posts: 5,955
Site Admin
Joined: 11 Sep 2007
#2
Make change to /boot/grub/menu.lst
Posts: 609
dark-D
Joined: 02 Jun 2008
#3
edit as root /boot/grub/menu.lst

- via terminal :

Code: Select all

su
then

Code: Select all

leafpad /boot/grub/menu.lst
- or by run check run as root:

Code: Select all

leafpad /boot/grub/menu.lst
- or use in terminal or run:

Code: Select all

 gksu leafpad /boot/grub/menu.lst
- or enter control center and under system there must be an option for config files.
Posts: 29
Schnake
Joined: 04 Nov 2010
#4
Ok thank for ya help...

Change it via Leafpad worked