GRUB Linux und Windows auf einer Festplatte

Aus Linupedia.org
Wechseln zu: Navigation, Suche
Hinweis: Dieser Artikel handelt explizit von der Version GRUB Legacy. Das Programm wurde weiterentwickelt. Die Weiterentwicklung wird aufgrund von Inkompatibilitäten auf einer eigenen Seite behandelt: GRUB 2


# Modified by YaST2. Last modification on So Jan  7 19:54:55 CET 2007
color white/blue black/light-gray
default 1
timeout 8
gfxmenu (hd0,4)/boot/message

###Don't change this comment - YaST2 identifier: Original name: linux###
title SUSE Linux 10.2
    root (hd0,4)
    kernel /boot/vmlinuz root=/dev/hda5 vga=790 resume=/dev/hda6  splash=silent showopts
    initrd /boot/initrd

###Don't change this comment - YaST2 identifier: Original name: failsafe###
title Failsafe -- SUSE Linux 10.2
    root (hd0,4)
    kernel /boot/vmlinuz root=/dev/hda5 vga=normal showopts ide=nodma apm=off acpi=off noresume nosmp noapic maxcpus=0 edd=off 3
    initrd /boot/initrd

#wer es per Xen auch virtualisiert haben will:
title Xen -- SUSE LINUX 10.2
    root (hd0,4)
    kernel /boot/xen.gz 
    module /boot/vmlinuz-xen root=/dev/hda5 vga=790 resume=/dev/hda6  splash=silent showopts
    module /boot/initrd-xen

# Chainloading des MS-Bootloaders 
title Windows XP Professional 
    root (hd0,0)
    makeactive
    savedefault
    chainloader +1

# Wenn man auf einer zweiten Platte eine weitere Windowsinstallation 
#zum testen hat kann man folgendes nutzen:
#title Windows XP Professional (Productive)
#    map (hd0) (hd1)
#    map (hd1) (hd0)
#    root (hd1,0)
#    chainloader +1

###Don't change this comment - YaST2 identifier: Original name: memtest86###
title Speichertest
    kernel (hd0,4)/boot/memtest.bin

zurück zu den GRUB Musterkonfigurationen

zurück zu den Bootmanagern