Comment 7 for bug 303199

Revision history for this message
Angel Sanchez (evelio80) wrote :

Este es un ejemplo de mi grub para que lo tomen de referencia a ver si entienden de que les hablo....

do this:

sudo gedit /boot/grub/menu.lst

veran esto y lo podran modificar, pero cuidado.... esto no es necesario, es solo otro camino a la solucion, solo que lo considero mas complejo....

=======================================================================
Muchas cosas omitidas al principio del archivo ya que no son de interés para ustedes
........
........
........
## should update-grub adjust the value of the default booted system
## can be true or false
# updatedefaultentry=false

## should update-grub add savedefault to the default options
## can be true or false
# savedefault=false

## ## End Default Options ##

title Ubuntu 8.04.1, kernel 2.6.24-21-generic
root (hd0,1)
kernel /boot/vmlinuz-2.6.24-21-generic root=UUID=30a514e4-63ea-4fe6-8181-67b15a0b6396 ro quiet splash
initrd /boot/initrd.img-2.6.24-21-generic
quiet

title Ubuntu 8.04.1, kernel 2.6.24-21-generic (recovery mode)
root (hd0,1)
kernel /boot/vmlinuz-2.6.24-21-generic root=UUID=30a514e4-63ea-4fe6-8181-67b15a0b6396 ro single
initrd /boot/initrd.img-2.6.24-21-generic

title Ubuntu 8.04.1, kernel 2.6.24-19-generic
root (hd0,1)
kernel /boot/vmlinuz-2.6.24-19-generic root=UUID=30a514e4-63ea-4fe6-8181-67b15a0b6396 ro quiet splash
initrd /boot/initrd.img-2.6.24-19-generic
quiet

title Ubuntu 8.04.1, kernel 2.6.24-19-generic (recovery mode)
root (hd0,1)
kernel /boot/vmlinuz-2.6.24-19-generic root=UUID=30a514e4-63ea-4fe6-8181-67b15a0b6396 ro single
initrd /boot/initrd.img-2.6.24-19-generic

title Ubuntu 8.04.1, memtest86+
root (hd0,1)
kernel /boot/memtest86+.bin
quiet

### END DEBIAN AUTOMAGIC KERNELS LIST

# This is a divider, added to separate the menu items below from the Debian
# ones.
title Other operating systems:
root

# This entry automatically added by the Debian installer for a non-linux OS
# on /dev/sda1
title Lamentablemente - ""Microsoft Windows XP Professional""
root (hd0,0)
savedefault
makeactive
chainloader +1

=====================================================================