Moderator: Moderators
micia wrote:Windows has overwritten your bootloader, you have to recover it using
Supergrubdisk or the Sabayon LiveDVD.
http://www.supergrubdisk.org/
fdisk -l
mkdir sabayon_partition
mount /dev/sda1 ./sabayon_partition
mount --bind /dev/ ./sabayon_partition/dev
mount -t proc none ./sabayon_partition/proc
chroot ./sabayon_partition /bin/bash
grub-install /dev/sda
exit
umount ./sabayon_partition/proc
umount ./sabayon_partition/dev
umount ./sabayon_partition
Xanity wrote:micia wrote:Windows has overwritten your bootloader, you have to recover it using
Supergrubdisk or the Sabayon LiveDVD.
http://www.supergrubdisk.org/
How do I recover it with the Sabayon LiveDVD???
grubfind /boot/grub/stage1root (hd0,1)setup (hd0)Return to Beginners|Newbies Area
Users browsing this forum: No registered users and 1 guest