GRUB Linux und Solaris auf einer Festplatte: Unterschied zwischen den Versionen

Aus Linupedia.org
Wechseln zu: Navigation, Suche
K
 
K (Hinweis auf GRUB Legacy)
Zeile 1: Zeile 1:
 +
{{Achtung|'''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]]}}
 +
 +
 
<pre>
 
<pre>
 
# Modified by YaST2. Last modification on So Jan  7 19:54:55 CET 2007
 
# Modified by YaST2. Last modification on So Jan  7 19:54:55 CET 2007

Version vom 9. Dezember 2013, 16:29 Uhr

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,1)/boot/message

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

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

title Xen -- SUSE LINUX 10.2
    root (hd0,1)
    kernel /boot/xen.gz 
    module /boot/vmlinuz-xen root=/dev/hda2 vga=790 resume=/dev/hda3  splash=silent showopts
    module /boot/initrd-xen

# Solaris 10 x86
title Solaris 10 6/06 s10x_u2wos_09a X86
 root (hd0,0,a)
 kernel /platform/i86pc/multiboot
 module /platform/i86pc/boot_archive
 makeactive
 savedefault

# Solaris 10 x86 Failsafe
title Solaris failsafe
 root (hd0,0,a)
 kernel /boot/multiboot kernel/unix -s
 module /boot/x86.miniroot-safe
 makeactive
 savedefault

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


zurück zu den GRUB Musterkonfigurationen

zurück zu den Bootmanagern