[gelöst]Kein Bootsplash unter opensuse 11.3

Hinweis: In dem Thema [gelöst]Kein Bootsplash unter opensuse 11.3 gibt es 2 Antworten. Der letzte Beitrag () befindet sich ganz unten auf dieser Seite.
  • Hallöchen,


    ich bekomme keinen bootsplash unter opensuse 11.3 beim Systemstart angezeigt. Die Pakete sind installiert. Auch habe ich unter Yast - Bottloadterkonfiguration verschiedene VGA-Auflösungen probiert (640x480, 800x600, 1280x800....). Auch splash=silent ist eingetragen.


    Der Befehl initrd erzeugt:
    ernel image: /boot/vmlinuz-2.6.34.7-0.2-desktop
    Initrd image: /boot/initrd-2.6.34.7-0.2-desktop
    Root device: /dev/disk/by-id/ata-ST3500418AS_5VM59FTE-part6 (/dev/sda6) (mounted on / as ext4)
    Resume device: /dev/disk/by-id/ata-ST3500418AS_5VM59FTE-part5 (/dev/sda5)
    Kernel Modules: scsi_mod libata pata_atiixp ata_generic jbd2 crc16 ext4 pata_triflex pata_ninja32 pata_opti pata_atp867x sata_sil pata_cmd640 pata_acpi pata_hpt366 pata_hpt3x3 pata_cypress pata_hpt3x2n pata_efar ata_piix pata_ns87410 ahci sata_inic162x pata_it821x pata_sis sata_vsc pata_jmicron pata_it8213 pata_sl82c105 sata_qstor pata_marvell sata_svw pata_pdc202xx_old pata_mpiix pata_cs5520 pata_ali pata_sc1200 sata_sil24 sata_sx4 pata_rz1000 pata_optidma pata_rdc pata_oldpiix pata_ns87415 sata_promise sata_mv pata_pdc2027x sata_uli pata_amd pata_hpt37x pata_serverworks pata_sch pata_via pata_radisys pdc_adma sata_nv pata_cs5530 sata_sis sata_via pata_piccolo pata_artop pata_sil680 pata_netcell pcmcia_core pcmcia pata_pcmcia pata_cmd64x sd_mod
    Features: block usb resume.userspace resume.kernel
    Bootsplash: disabled for resolution 1280x800
    disabled for resolution 800x600



    Die menu.lst sieht so aus:
    # Modified by YaST2. Last modification on Sa Sep 18 12:32:16 CEST 2010
    # THIS FILE WILL BE PARTIALLY OVERWRITTEN by perl-Bootloader
    # Configure custom boot parameters for updated kernels in /etc/sysconfig/bootloader


    default 2
    timeout 3
    gfxmenu (hd0,5)/boot/message
    ##YaST - activate


    ###Don't change this comment - YaST2 identifier: Original name: linux###
    title Desktop -- openSUSE 11.3 - 2.6.34.7-0.2
    root (hd0,5)
    kernel /boot/vmlinuz-2.6.34.7-0.2-desktop root=/dev/disk/by-id/ata-ST3500418AS_5VM59FTE-part6 resume=/dev/disk/by-id/ata-ST3500418AS_5VM59FTE-part5 splash=silent quiet showopts vga=0x315
    initrd /boot/initrd-2.6.34.7-0.2-desktop


    ###Don't change this comment - YaST2 identifier: Original name: failsafe###
    title Failsafe -- openSUSE 11.3 - 2.6.34.7-0.2
    root (hd0,5)
    kernel /boot/vmlinuz-2.6.34.7-0.2-desktop root=/dev/disk/by-id/ata-ST3500418AS_5VM59FTE-part6 showopts apm=off noresume edd=off powersaved=off nohz=off highres=off processor.max_cstate=1 x11failsafe
    initrd /boot/initrd-2.6.34.7-0.2-desktop


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



    Auch die Dateien und "Bilder" unter /etc/bootspalsh sind alle vorhanden.



    WAS TUN?
    Danke für eure Hilfe....


    PS: Vielleicht ist es ja auch wichtig: NVIDIA Grafik mir NVIDIA-Treiber und Auflösung 1920x1080

    Für den Inhalt des Beitrages 24156 haftet ausdrücklich der jeweilige Autor: mairo

  • Bootsplash: disabled for resolution 1280x800
    disabled for resolution 800x600


    Bootsplash ist ausgeschaltet.Tipp mal

    Code
    cat /proc/splash

    in die Konsole. Wenn dort off steht schalte ihn mit

    Code
    echo 1 > /proc/splash


    ein.

    Einmal editiert, zuletzt von robbie ()

    Für den Inhalt des Beitrages 24157 haftet ausdrücklich der jeweilige Autor: robbie