*Ähm*
Sowas kann man auch als Anhang an das Posting drankleben, ich erledige das mal.
(Gekürzt)
Code:
## default num
# Set the default entry to the entry number NUM. Numbering starts from 0, and
# the entry number 0 is the default if the command is not used.
#
# 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
## ## End Default Options ##
title Ubuntu, kernel 2.6.15-23-386
root (hd0,5)
kernel /boot/vmlinuz-2.6.15-23-386 root=/dev/sda6 ro quiet splash
initrd /boot/initrd.img-2.6.15-23-386
savedefault
boot
=> Das ist "Eintrag 0" ..siehe oben .. dieser wird als Standard gebootet.
title Ubuntu, kernel 2.6.15-23-386 (recovery mode)
root (hd0,5)
kernel /boot/vmlinuz-2.6.15-23-386 root=/dev/sda6 ro single
initrd /boot/initrd.img-2.6.15-23-386
boot
Eintrag 1
title Ubuntu, memtest86+
root (hd0,5)
kernel /boot/memtest86+.bin
boot
Eintrag 2
### END DEBIAN AUTOMAGIC KERNELS LIST
# This is a divider, added to separate the menu items below from the Debian
# ones.
title Other operating systems:
root
# This entry automatically added by the Debian installer for a non-linux OS
# on /dev/sda1
title Microsoft Windows XP Home Edition
root (hd0,0)
savedefault
makeactive
chainloader +1
Eintrag 3
Also öffnest Du mit einem Texteditor als root die Datei (z.B. Kate oder Gedit)
Code:
cd /boot/grub
sudo cp menu.lst menu.lst.backup #sicher ist sicher
sudo kate menu.lst
ODER
sudo gedit menu.lst
Und editierst folgende Zeile.
Vorher:
Code:
## default num
# Set the default entry to the entry number NUM. Numbering starts from 0, and
# the entry number 0 is the default if the command is not used.
#
# 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
Nachher:
Code:
## default num
# Set the default entry to the entry number NUM. Numbering starts from 0, and
# the entry number 0 is the default if the command is not used.
#
# 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 3
Das müsste es schon gewesen sein.
Greetz,
RM
Lesezeichen