Windows 7 upgrade destroy the grub2 boot loader.
Solution from http://www.ubuntu-inside.me/2009/06/howto-recover-grub2-after-windows.html#comment-form
In my case, Debian sid
Solution from http://www.ubuntu-inside.me/2009/06/howto-recover-grub2-after-windows.html#comment-form
In my case, Debian sid
- use net install CD to boot and install until partitioning hard disk.
- press Alt + F2 to get console
- use fdisk -l to check linux location (sda5 in my laptop)
mount /dev/sda5 /mntmount --bind /dev /mnt/devmount --bind /proc /mnt/proccp /etc/resolv.conf /mnt/etc/resolv.conf- chroot /mnt
- grub-install /dev/sda
- reboot
沒有留言:
張貼留言