• Willkommen im Linux Club - dem deutschsprachigen Supportforum für GNU/Linux. Registriere dich kostenlos, um alle Inhalte zu sehen und Fragen zu stellen.

[gelöst] Systemstartanzeige

garm

Newbie
Hallo,
mein System (Suse 11.2) teilt mir plötzlich die Einzelheiten des Hoch-und Runterfahrens mit (xxxxxxxxxxxxx xxx xxxxx done), nicht besonders schlimm aber unschön.
Wie bekommt man das wieder weg ?
 
Schau mal in diese Datei:
/boot/grub/menu.lst
Rechtsklick => öffnen mit => kdesu kate
(Editor Kate mit root-Rechten)

Bei deinem Suse Eintrag steht da bestimmt das:
Code:
splash=verbose
Ändere das in
Code:
splash=silent

"verbose" zeigt dir alle Meldungen an, während "silent" die Standardansicht von Suse ist.
Ich persönlich bevorzuge übrigens die verbose-Ansicht.

Damit sollte es gehen. ;)
 
OP
G

garm

Newbie
In meiner menu.lst steht sowas nicht ?!?
Code:
# Modified by YaST2. Last modification on Fr Jan 15 23:15:00 CET 2010
# THIS FILE WILL BE PARTIALLY OVERWRITTEN by perl-Bootloader
# Configure custom boot parameters for updated kernels in /etc/sysconfig/bootloader

default 0
timeout 5
##YaST - generic_mbr
gfxmenu (hd0,6)/boot/message
##YaST - activate

###Don't change this comment - YaST2 identifier: Original name: linux###
title SUSE LINUX 
    root (hd0,6)
    kernel /boot/vmlinuz root=/dev/disk/by-id/ata-SAMSUNG_HD103UJ_S13PJ1LS706177-part7    repair=1 resume=/dev/disk/by-id/ata-SAMSUNG_HD103UJ_S13PJ1LS706177-part9 splash=silent quiet showopts vga=0x31a
    initrd /boot/initrd

###Don't change this comment - YaST2 identifier: Original name: failsafe###
title Failsafe -- SUSE LINUX 
    root (hd0,6)
    kernel /boot/vmlinuz root=/dev/disk/by-id/ata-SAMSUNG_HD103UJ_S13PJ1LS706177-part7 showopts apm=off noresume edd=off powersaved=off nohz=off highres=off processor.max_cstate=1 x11failsafe vga=0x31a
    initrd /boot/initrd

###Don't change this comment - YaST2 identifier: Original name: windows###
title Windows
    rootnoverify (hd0,0)
    chainloader +1
 
OP
G

garm

Newbie
sorry, hier ist die derzeitige

Code:
# Modified by YaST2. Last modification on Di Mai 18 00:30:56 CEST 2010
# THIS FILE WILL BE PARTIALLY OVERWRITTEN by perl-Bootloader
# Configure custom boot parameters for updated kernels in /etc/sysconfig/bootloader

default 0
timeout 5
##YaST - generic_mbr
gfxmenu (hd0,6)/boot/message
##YaST - activate

###Don't change this comment - YaST2 identifier: Original name: linux###
title SUSE 11.2
    root (hd0,6)
    kernel /boot/vmlinuz-2.6.31.12-0.2-default root=/dev/disk/by-id/ata-SAMSUNG_HD103UJ_S13PJ1LS706177-part7 resume=/dev/disk/by-id/ata-SAMSUNG_HD103UJ_S13PJ1LS706177-part9 splash=silent quiet showopts
    initrd /boot/initrd-2.6.31.12-0.2-default

###Don't change this comment - YaST2 identifier: Original name: failsafe###
title Failsafe -- openSUSE 11.2 - 2.6.31.12-0.2 (default)
    root (hd0,6)
    kernel /boot/vmlinuz-2.6.31.12-0.2-default root=/dev/disk/by-id/ata-SAMSUNG_HD103UJ_S13PJ1LS706177-part7 showopts apm=off noresume edd=off powersaved=off nohz=off highres=off processor.max_cstate=1 x11failsafe
    initrd /boot/initrd-2.6.31.12-0.2-default

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

silent steht aber auch schon da.

Beim System ausschalten kommen aber auch diese Einzelheiten, vielleicht doch kein Bootproblem.
 

lOtz1009

Moderator
Teammitglied
Der VGA-Wert ist auch korrekt? (1280x1024)
Oder hast du was am Bootsplash geändert? Könnte sein dass der in der initrd nicht mehr drinsteht.
 
OP
G

garm

Newbie
VGA-Wert ist 1280x1024 ,muste gestern Grub neu schreiben (Windoof war unpässlich).
 
OP
G

garm

Newbie
Ich habe den VGA-Wert (vga=0x31a) noch in die menu.lst eingefügt.Damit ist das ganze nicht mehr so nervig. ;)
Aber die Matrix läuft immernoch.
 
Oben