Solamente hay que editar el archivo "/etc/grub.d/40_custom" y éste es el resultado en mi caso:
#!/bin/sh
exec tail -n +3 $0
# This file provides an easy way to add custom menu entries. Simply type the
# menu entries you want to add after this comment. Be careful not to change
# the 'exec tail' line above.
menuentry "Meego" {
set root=(hd0,2)
savedefault
makeactive
chainloader +1
}
menuentry "Microsoft Windows 7" {
set root=(hd0,1)
savedefault
makeactive
chainloader +1
}
Y tras guardar el archivo editado como superusuario, solamente hay que ejecutar también como superusuario "update-grub".
Como diría el conejo Bugs Bunny: "¡Eso es todo amigos!"
No hay comentarios:
Publicar un comentario