Grub e splashimage
Inviato: lun 18 feb 2008, 15:22
Girovagando su internet ho visto che si poteva mettere un'immagine al boot di Grub così provo anche io:
- copio l'immagine in quella directory
- inserisco in /boot/grub/menu.lst
Ma niente l'immagine non si vede, tutto come se non avessi fatto niente.
- copio l'immagine in quella directory
- inserisco in /boot/grub/menu.lst
Codice: Seleziona tutto
splashimage=(hd0,1)/boot/grub/linuxinside.xpm.gzMa niente l'immagine non si vede, tutto come se non avessi fatto niente.
Codice: Seleziona tutto
# Start GRUB global section
timeout 30
default 2
color cyan/blue white/blue
splashimage=(hd0,1)/boot/grub/linuxinside.xpm.gz
# End GRUB global section
# Other bootable partition config begins
title Windows on (/dev/sda1)
rootnoverify (hd0,0)
makeactive
chainloader +1
# Other bootable partition config ends
## Autogenerated by kernel-image build with kernelpkg tool ##
title 2.6.24 on (/dev/sda2)
root (hd0,1)
kernel /boot/vmlinuz-2.6.24 root=/dev/sda2 ro vga=795
## you remove manually when use removepkg with kernel-image package ##
## Autogenerated by kernel-image build with kernelpkg tool ##
title 2.6.24.2
root (hd0,1)
kernel /boot/vmlinuz-2.6.24.2 root=/dev/sda2 ro vga=795
## you remove manually when use removepkg with kernel-image package ##
# Linux bootable partition config begins
title 2.6.23.12 on (/dev/sda2)
root (hd0,1)
kernel /boot/vmlinuz root=/dev/sda2 ro vga=795
# Linux bootable partition config ends
# Other bootable partition config begins
title Windows on (/dev/sdb5)
map (hd0) (hd1)
map (hd1) (hd0)
map (hd0,0) (hd1,4)
map (hd1,4) (hd0,0)
rootnoverify (hd1,4)
makeactive
chainloader +1
# Other bootable partition config ends
title --- For help press 'c', type: 'help'
root (hd0)
title --- For usage examples, type: 'cat /boot/grub/grub.txt'
root (hd0)