Ubuntu: Migrate Disk
Ups Bad PBR sig..
I got this message after migrate my Ubuntu disk to the new and bigger disk capacity.(Migrate using partimage by partition, new disk from windows and have existing data on d:). It solved by using Ubuntu live cd and doing some trick:
- Mount the Disk ( mount /dev/sda1 /mnt )
- Chroot to /mnt ( chroot /mnt )
- inside chroot ( mount /dev /proc )
- inside chroot ( update-grub )
- inside chroot ( grub-install /dev/sda )
- inside chroot ( grub-install –recheck /dev/sda )
- exit from chroot ; umount /mnt ; then reboot
Done! Everything back to normal again.
Posted on May 28, 2010 at 10:24 PM by krisna · Permalink
In: Linux, Operating System · Tagged with: Grub, Linux, Ubuntu
In: Linux, Operating System · Tagged with: Grub, Linux, Ubuntu
Related Post:
