Para probar grub2 en ubuntu karmic se deben instalar los siguientes paquetes
$sudo apt-get install grub2 grub2-splashimages desktop-base grub-pc os-prober
Si queremos cambiar la imagen por default, buscamos en el directorio /usr/share/images/grub alguna que nos guste como por ejemplo Lake_mapourika_NZ.tga.
para esto editamos el archivo /etc/grub.d/05_debian_theme
for i in {/boot/grub,/usr/share/images/desktop-base}/moreblue-orbit-grub.{png,tga} ; do
cambiar por
for i in {/boot/grub,/usr/share/images/desktop-base,/usr/share/images/grub}/Lake_mapourika_NZ.{png,tga} ; do
no solo cambiamos el nombre de la imagen, sino agregamos el path donde está la nueva imagen.
Ejecutamos
$ sudo update-grub
Generating grub.cfg ...
Found Debian background: Lake_mapourika_NZ.tga
Found linux image: /boot/vmlinuz-2.6.31-5-generic
Found initrd image: /boot/initrd.img-2.6.31-5-generic
Found linux image: /boot/vmlinuz-2.6.31-4-generic
Found initrd image: /boot/initrd.img-2.6.31-4-generic
Found memtest86+ image: /boot/memtest86+.bin
done
listo tenemos nuestro nuevo grub
sudo apt-get purge grub2 sudo apt-get install grub
No hay comentarios.:
Publicar un comentario