GRUB

Grub is a Linux bootloader.

Backup MBR using dd

Before installing Windows (backup of original MBR):

sudo dd if=/dev/sda of=sda.linux.mbr bs=512 count=1

After installing Windows (to have a backup):

sudo dd if=/dev/sda of=sda.windows.mbr bs=512 count=1

Restoring MBR using dd

Boot from recovery CD/USB, mount /home, navigate directory where the MBR backups are stored.

sudo dd if=sda.linux.mbr of=/dev/sda bs=512 count=1

Rebuilding MBR using CHROOT

(Complex solution, as above way using dd works just fine) chroot http://wiki.ubuntuusers.de/GRUB#Methode-3-Chroot-ueber-ein-Live-System

grub.txt · Last modified: 2011/06/15 09:33 by semok
CC Attribution-Noncommercial-Share Alike 3.0 Unported chimeric.de = chi`s home Creative Commons License Valid CSS Driven by DokuWiki do yourself a favour and use a real browser - get firefox!! Recent changes RSS feed Valid XHTML 1.0