Here are the steps-->
1. In case of a boot failure. Reboot into any Linux cd and try to update grub boot loader.
- First of all boot into windows and clean unnecessary files from all partitions. You can use any disk cleanup utility.
- Then run disk checking software (chkdsk /p /r) on each partition and reboot twice to make sure the disk is error free.
- BACKUP YOUR DATA.
- Download GPARTED live cd from here and burn it on a disk.
- Now shutdown your system and attach your new hard-disk. Remove any unnecessary media form your system (e.g. pen drive).
- Boot into gparted live cd. Please wait while it detects all your disks and partitions.
- Now select the windows partition from your old harddisk and click copy button.
- Select your new hard-disk. Select Device-->Set Disklabel. Click create.
- Now paste your copied partition to the new hard-disk.
- Make it bootable. (Right click --> Manage Flags --> Boot)
- You can also increase the size of your new partion.
- Create an extended partion.
- Repeat Steps 7 and 9 for other partitions.
- Detach old hard-disk. (Don't reboot without detaching your old hard-disk. It can cause big problems.)
- Reboot
1. In case of a boot failure. Reboot into any Linux cd and try to update grub boot loader.
- sudo grub
- find /boot/grub/stage1
- root (hdx,y) [here x,y denotes your hard-disk and partion number]
- setup (hd0)
- quit
This entry was posted
on Wednesday, May 21, 2008
at Wednesday, May 21, 2008
and is filed under
HowTo,
Linux,
Tips
. You can follow any responses to this entry through the
comments feed
.