PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : Grub-Einstellungen ändern



Pegasus
24.10.04, 12:54
Hallo!

Ich möchte gerne im native-Modus booten und habe in /boot/grub/menu.lst in Punkt splash=native eingetragen. Troztdem wird Linux immer noch im Silent-Modus hochgefahren. Was habe ich falsch gemacht?

# Modified by YaST2. Last modification on Sun Oct 24 12:48:19 2004


color white/blue black/light-gray
default 0
timeout 6
gfxmenu (hd0,1)/boot/message

###Don't change this comment - YaST2 identifier: Original name: linux###
title Linux
kernel (hd0,1)/boot/vmlinuz root=/dev/hda2 vga=0x317 splash=native desktop resume=/dev/hda1 showopts
initrd (hd0,1)/boot/initrd

###Don't change this comment - YaST2 identifier: Original name: windows###
title Windows
root (hd1,0)
map (hd1) (hd0)
map (hd0) (hd1)
makeactive
chainloader +1

###Don't change this comment - YaST2 identifier: Original name: floppy###
title Diskette
root (fd0)
chainloader +1

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

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

BloodyBullet
24.10.04, 13:58
Hallo!

Ich möchte gerne im native-Modus booten und habe in /boot/grub/menu.lst in Punkt splash=native eingetragen. Troztdem wird Linux immer noch im Silent-Modus hochgefahren. Was habe ich falsch gemacht?

# Modified by YaST2. Last modification on Sun Oct 24 12:48:19 2004


color white/blue black/light-gray
default 0
timeout 6
gfxmenu (hd0,1)/boot/message

###Don't change this comment - YaST2 identifier: Original name: linux###
title Linux
kernel (hd0,1)/boot/vmlinuz root=/dev/hda2 vga=0x317 splash=native desktop resume=/dev/hda1 showopts
initrd (hd0,1)/boot/initrd

###Don't change this comment - YaST2 identifier: Original name: windows###
title Windows
root (hd1,0)
map (hd1) (hd0)
map (hd0) (hd1)
makeactive
chainloader +1

###Don't change this comment - YaST2 identifier: Original name: floppy###
title Diskette
root (fd0)
chainloader +1

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

###Don't change this comment - YaST2 identifier: Original name: Speichertest###
title Speichertest
kernel (hd0,1)/boot/memtest.bin
Es heisst "verbose" nicht "native".

MfG

Pegasus
24.10.04, 14:30
wenn ich splash=verbose einstelle funktioniert diese Umstellung. Aber ich möchte gerne den native-Modus haben. (es gibt drei Einstellmöglichkeiten: silent, verbose und native)
Nur warum lässt sich native nicht einstellen? Im Moment nur beim Booten über F3.

carnil
24.10.04, 14:39
Hi

Vielleicht würde es ja klappen, wenn man einfach mal den "splash=..." aus der kernel-Zeile herausnimmt?

MfG carnil

reni
24.10.04, 14:45
moin,

... oder mal splash=0 setzen.

Pegasus
24.10.04, 16:03
Es klappt! Thx

P.