Re: GRUB broken after upgrade on Macbook

2010-07-12 Thread Sylvain Archenault
I managed to fix this. I should have run "grub-install /dev/sda" at a moment instead of "/dev/sda3/" which lead to a corrupt mbr. I fixed this by clearing the mbr (http://ubuntuforums.org/showthread.php?t=811240): dd if=fakembr80.tx of=/dev/sda bs=512 count=1 and reinstalling grub: gptsync grub

GRUB broken after upgrade on Macbook

2010-07-10 Thread Sylvain Archenault
Hello, After upgrading GRUB to 20100706, I am no more able to boot linux on my macbook. When i choose from the refit menu to boot on my linux partition,GRUB is stuck with this message : "GRUB _" I boot with a live cd and chroot to the partition to reinstall it, but it didn't help. gptsync is ha