<html><head><style type='text/css'>p { margin: 0; }</style></head><body><div style='font-family: times new roman,new york,times,serif; font-size: 12pt; color: #000000'>I would like to comment a related issue (and a workaround) similar to the reported in:<br><br>http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=614348<br> <small><b><br></b></small>Having already installed Debian squeezy (stable) on /dev/sda1, I installed Debian wheezy (testing) on /dev/sda2.<br><br>The grub-legacy of Debian wheezy is only installed on the boot sector of the partition /dev/sda2, but *not* on the MBR of the disk (sda).<br><br>Therefore, at  boot time, I use the (squeezy) grub at MBR to chainload to /dev/sda2:<br><br>grub> chainloader (hd0,1)+1<br>grub> boot<br><br>Then, appears the grub shell of /dev/sda2, I mean just the shell, but not the menu, as expected. In this case, I enter the "kernel" and "initrd" info, but when I enter "boot", the computer reboots.<br><br>However I discover the following workaround. When appears the grub shell of /dev/sda2, do not enter kernel and initrd info, but the commands:<br><br>grub> root (hd0,1)<br>grub> configfile /boot/grub/menu.lst<br><br>Then the menu appears and you can boot the system as usual.<br><br>I do not know which is the issue, neither because this fix works. But I tested many times and always works.<br><br>Regards,<br><br>Fernando Auil<br><br></div></body></html>