GRUB Linux only: Unterschied zwischen den Versionen
K (1. GRUB Musterkonfiguration zugefügt) |
Gehrke (Diskussion | Beiträge) K (Hinweis auf GRUB Legacy) |
||
| (4 dazwischenliegende Versionen von einem anderen Benutzer werden nicht angezeigt) | |||
| 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 | ||
color white/blue black/light-gray | color white/blue black/light-gray | ||
| − | default | + | default 1 |
timeout 8 | timeout 8 | ||
gfxmenu (hd0,0)/boot/message | gfxmenu (hd0,0)/boot/message | ||
| Zeile 9: | Zeile 12: | ||
title SUSE Linux 10.2 | title SUSE Linux 10.2 | ||
root (hd0,0) | root (hd0,0) | ||
| − | kernel /boot/vmlinuz root=/dev/hda1 vga=790 | + | kernel /boot/vmlinuz root=/dev/hda1 vga=790 resume=/dev/hda2 splash=silent showopts |
initrd /boot/initrd | initrd /boot/initrd | ||
| Zeile 21: | Zeile 24: | ||
root (hd0,0) | root (hd0,0) | ||
kernel /boot/xen.gz | kernel /boot/xen.gz | ||
| − | module /boot/vmlinuz-xen root=/dev/hda1 vga=790 | + | module /boot/vmlinuz-xen root=/dev/hda1 vga=790 resume=/dev/hda2 splash=silent showopts |
module /boot/initrd-xen | module /boot/initrd-xen | ||
###Don't change this comment - YaST2 identifier: Original name: memtest86### | ###Don't change this comment - YaST2 identifier: Original name: memtest86### | ||
title Speichertest | title Speichertest | ||
| − | kernel (hd0, | + | kernel (hd0,0)/boot/memtest.bin |
</pre> | </pre> | ||
---- | ---- | ||
[[GRUB Musterkonfigurationen | zurück zu den GRUB Musterkonfigurationen]] | [[GRUB Musterkonfigurationen | zurück zu den GRUB Musterkonfigurationen]] | ||
| + | |||
[[Bootmanager | zurück zu den Bootmanagern]] | [[Bootmanager | zurück zu den Bootmanagern]] | ||
[[Kategorie:Musterkonfigurationen]] | [[Kategorie:Musterkonfigurationen]] | ||
[[Kategorie:Bootmanager]] | [[Kategorie:Bootmanager]] | ||
Aktuelle Version vom 9. Dezember 2013, 16:28 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,0)/boot/message
###Don't change this comment - YaST2 identifier: Original name: linux###
title SUSE Linux 10.2
root (hd0,0)
kernel /boot/vmlinuz root=/dev/hda1 vga=790 resume=/dev/hda2 splash=silent showopts
initrd /boot/initrd
###Don't change this comment - YaST2 identifier: Original name: failsafe###
title Failsafe -- SUSE Linux 10.2
root (hd0,0)
kernel /boot/vmlinuz root=/dev/hda1 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,0)
kernel /boot/xen.gz
module /boot/vmlinuz-xen root=/dev/hda1 vga=790 resume=/dev/hda2 splash=silent showopts
module /boot/initrd-xen
###Don't change this comment - YaST2 identifier: Original name: memtest86###
title Speichertest
kernel (hd0,0)/boot/memtest.bin