Results 11 to 11 of 11
Well ! Karmic Koala is using GRUB2 instead of GRUB.
Boot up from Karmic Koala LiveCD, open Terminal and execute this
Code:
sudo mount /dev/sdb1 /mnt
sudo chroot /mnt
sudo ...
- 11-06-2009 #11
Well ! Karmic Koala is using GRUB2 instead of GRUB.
Boot up from Karmic Koala LiveCD, open Terminal and execute this
Press Ctrl+D.Code:sudo mount /dev/sdb1 /mnt sudo chroot /mnt sudo grub-install /dev/sda sudo grub-install --recheck /dev/sda
Reboot machine.Code:sudo umount /dev/sdb1
In case it doesn't work, boot up from Windows OS installation CD and select Repair. Execute fixmbr command at its repair prompt. It will re-install Windows Boot Loader and Windows OS will boot up fine.It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First


Reply With Quote