You are not logged in.

#1 2009-08-01 08:55:08

ciembor
Member
Registered: 2008-03-30
Posts: 57

[solved] non-graphical grub-gfx

I were trying to make grub prettier. I installed grub-gfx, but it's not loading any splash. Here is my config:

timeout   30
default   0
color light-blue/black light-cyan/blue
splashimage /boot/grub/splash.xpm.gz

# (0) Arch Linux
title  Arch Linux
root   (hd0,2)
kernel /boot/vmlinuz26 root=/dev/sda3 ro vga=792 video=vesafb quiet console=tty1 splash=silent,theme:arch-black
initrd /boot/kernel26.img

# (1) Arch Linux Pro Audio
title  Arch Linux Pro Audio
root   (hd0,2)
kernel /boot/vmlinuz26rt root=/dev/sda3 ro vga=792 video=vesafb quiet console=tty1 splash=silent,theme:arch-black
initrd /boot/kernel26rt.img

What's wrong?

Last edited by ciembor (2009-08-02 22:42:25)

Offline

#2 2009-08-02 15:51:37

oliwer
Member
From: Paris
Registered: 2007-06-30
Posts: 153
Website

Re: [solved] non-graphical grub-gfx

Have you reinstalled grub on your MBR ?

grub-install /dev/sda

Offline

#3 2009-08-02 22:41:53

ciembor
Member
Registered: 2008-03-30
Posts: 57

Re: [solved] non-graphical grub-gfx

Hah, I am stupid;). That's it.

Offline

Board footer

Powered by FluxBB