GRUB_TERMINAL=console
GNU GRUB version 1.98+20100804-14
Minimal BASH like line editing is supported. For the first word, TAB
lists possible command completions. anywhere else TAB lists possible
device or file completions.grub> _
insmod normal
set prefix=”(hd0,msdos7)/boot/grub”
set root=(hd0,msdos7)
linux /boot/vmlinuz-3.16.0-4-686-pae root=/dev/sda7 ro
initrd /boot/initrd.img-3.16.0-4-686-pae
boot
# aptitude install grub-pc
# dpkg –configure grub-pc
# dpkg-reconfigure grub-pc
# nano /etc/default/grub
GRUB_DEFAULT=0
GRUB_TIMEOUT=false
# update-grub
set default=”0″
set timeout=false
http://debianyderivadas.blogspot.mx/2015/12/actualizar-debian-jessie-desde-wheezy.html
