Grub automatisch ein anderes OS laden lassen..
Grub automatisch ein anderes OS laden lassen..
Hallo,
nach der Installation von Debian Sarge 3.1 samt GRUB ist das Standardbetriebssystem beim Booten Linux... Da ich in der nächsten Zeit aber hauptsächlich Windows brauchen werde (WineX ist mir noch zu inkompatibel und kompliziert..), würde ich gerne (vorerst) Windows als Standardbetriebsystem einstellen. Wie kann man das bewerkstelligen?
Danke!
nach der Installation von Debian Sarge 3.1 samt GRUB ist das Standardbetriebssystem beim Booten Linux... Da ich in der nächsten Zeit aber hauptsächlich Windows brauchen werde (WineX ist mir noch zu inkompatibel und kompliziert..), würde ich gerne (vorerst) Windows als Standardbetriebsystem einstellen. Wie kann man das bewerkstelligen?
Danke!
Oder saved benutzen, wenn es immer das zuletzt gewählte sein soll (in Verbindung mit savedefault)
Wenn man Windows verschiebt, dann sollte man jedoch darauf achten es vor
### BEGIN AUTOMAGIC KERNELS LIST
bzw. nach
### END DEBIAN AUTOMAGIC KERNELS LIST
einzutragen, damit es von update-grub nicht überschrieben wird.
Wenn man Windows verschiebt, dann sollte man jedoch darauf achten es vor
### BEGIN AUTOMAGIC KERNELS LIST
bzw. nach
### END DEBIAN AUTOMAGIC KERNELS LIST
einzutragen, damit es von update-grub nicht überschrieben wird.
MfG GoKi
:wq
:wq
Ich habe hier ein Problem:
Windows steht außerhalb dieses Kernelbereichs! Und ich sehe dort keine "Nummer", die ich als Default setzen könnte... Was soll ich tun?
(Ausschnitt)## ## End Default Options ##
title Debian GNU/Linux, kernel 2.6.8-2-k7
root (hd0,4)
kernel /boot/vmlinuz-2.6.8-2-k7 root=/dev/hda5 ro
initrd /boot/initrd.img-2.6.8-2-k7
savedefault
boot
title Debian GNU/Linux, kernel 2.6.8-2-k7 (recovery mode)
root (hd0,4)
kernel /boot/vmlinuz-2.6.8-2-k7 root=/dev/hda5 ro single
initrd /boot/initrd.img-2.6.8-2-k7
savedefault
boot
title Debian GNU/Linux, kernel 2.4.27-2-386
root (hd0,4)
kernel /boot/vmlinuz-2.4.27-2-386 root=/dev/hda5 ro
initrd /boot/initrd.img-2.4.27-2-386
savedefault
boot
title Debian GNU/Linux, kernel 2.4.27-2-386 (recovery mode)
root (hd0,4)
kernel /boot/vmlinuz-2.4.27-2-386 root=/dev/hda5 ro single
initrd /boot/initrd.img-2.4.27-2-386
savedefault
boot
### 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/hda1
title Microsoft Windows XP Professional
root (hd0,0)
savedefault
makeactive
chainloader +1
Windows steht außerhalb dieses Kernelbereichs! Und ich sehe dort keine "Nummer", die ich als Default setzen könnte... Was soll ich tun?
Geonosis hat geschrieben:Ich habe hier ein Problem:
(Ausschnitt)## ## End Default Options ##
title Debian GNU/Linux, kernel 2.6.8-2-k7
root (hd0,4)
kernel /boot/vmlinuz-2.6.8-2-k7 root=/dev/hda5 ro
initrd /boot/initrd.img-2.6.8-2-k7
savedefault
boot
title Debian GNU/Linux, kernel 2.6.8-2-k7 (recovery mode)
root (hd0,4)
kernel /boot/vmlinuz-2.6.8-2-k7 root=/dev/hda5 ro single
initrd /boot/initrd.img-2.6.8-2-k7
savedefault
boot
title Debian GNU/Linux, kernel 2.4.27-2-386
root (hd0,4)
kernel /boot/vmlinuz-2.4.27-2-386 root=/dev/hda5 ro
initrd /boot/initrd.img-2.4.27-2-386
savedefault
boot
title Debian GNU/Linux, kernel 2.4.27-2-386 (recovery mode)
root (hd0,4)
kernel /boot/vmlinuz-2.4.27-2-386 root=/dev/hda5 ro single
initrd /boot/initrd.img-2.4.27-2-386
savedefault
boot
### 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/hda1
title Microsoft Windows XP Professional
root (hd0,0)
savedefault
makeactive
chainloader +1
Windows steht außerhalb dieses Kernelbereichs! Und ich sehe dort keine "Nummer", die ich als Default setzen könnte... Was soll ich tun?
Win ist bei Dir als OS Nr. sechs (6) aufgeführt...
Jedes title gilt als auswählbarer Eintrag...
Gruß
Slater