Sie sind nicht angemeldet.

1

14.08.2012, 20:47

grub splash funktioniert nicht

Hallo,
ich habe mein System neu installiert. Allerdings funktioniert das Hintergrundbild in grub nicht. Es erscheint nur ein schwarzer Bildschirm.
Grub Installation:

Quellcode

1
2
3
4
5
6
7
8
9
10
11
12
13
14
grub> root (hd0,4)
 Filesystem type is ext2fs, partition type 0x83

grub> setup (hd0) 
 Checking if "/boot/grub/stage1" exists... yes
 Checking if "/boot/grub/stage2" exists... yes
 Checking if "/boot/grub/e2fs_stage1_5" exists... yes
 Running "embed /boot/grub/e2fs_stage1_5 (hd0)"...  22 sectors are 
embedded.
succeeded
 Running "install /boot/grub/stage1 (hd0) (hd0)1+22 p 
(hd0,4)/boot/grub/stage2
/boot/grub/menu.lst"... succeeded
Done.
grub.conf

Quellcode

1
2
3
4
5
6
7
8
default 0
timeout 30
#splashimage=(hd0,0) /boot/grub/splash.xpm.gz

splashimage=(hd0,4)/boot/grub/splash.xpm.gz
title Gentoo Linux root=/dev/sda5
root (hd0,4)
kernel /boot/bzImage root=/dev/sda5
/etc/fstab

Quellcode

1
2
3
4
/dev/sda5               /               ext4            noatime             0 1
/dev/SWAP               none            swap            sw                  0 0
/dev/cdrom              /mnt/cdrom      auto            noauto,ro           0 0
/dev/dvd                /mnt/dvd        udf,iso9660     noauto,ro           0 0
D.h. ich habe keine separate /boot Partition
Das Image ist das Standard Gentoo Bild, das mitinstalliert wird.

Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von »flammenflitzer« (15.08.2012, 14:05)


2

15.08.2012, 09:48

Du kannst das Bild aber angucken in einem Viewer? D.h. es funkt?
http://www.dyle.org
IM-Account (Jabber!) sind auf meiner HP ...
There is no place like /home

http://www.gentooforum.de
http://www.gentoofreunde.org

<div>how to annoy a web developer?</span>

3

15.08.2012, 14:04

Danke.
Tippfehler:
Ist

Quellcode

1
splashimage=(hd0,4) /boot/grub/splash.xpm.gz

Soll

Quellcode

1
splashimage=(hd0,4)/boot/grub/splash.xpm.gz

Ähnliche Themen