New laptop - no install media - Backup Windows - Install linux

3

So I've got a new laptop, but no installation media. The hard drive has a hidden restore partition, a Windows 7 partition, and a small partition for vendor tools.

My goal is to make a backup of the Windows 7 partition, get rid of them all, install Ubuntu then reinstall Windows 7 from some sort of image.

Does anyone have some help or advice on how to go about doing this, best practices, or a documented walk through?

I've seen people use various live CDs to do this, I'd like to know what the best approach is.

Thanks

RandySavage

Posted 2010-10-03T15:37:38.197

Reputation: 31

Answers

1

First thing you're gonna want to do is use some hard drive cloning software to clone your Windows 7 partition. Acronis True Image Home can do this for you and you can download a free trial from their website. Once you have it installed and setup (regardless of the type of cloning software at this point), create an image of your Windows 7 partition and have some sort of external media such as a external hard drive ready to offload the image onto, as it may be rather large. Also, make sure you make a Clone disk which you can boot off of to reapply your Windows 7 image. Acronis True Image Home has this option, as do other forms of cloning software

Next, as long as you know you REALLY want to get rid of that Factory Restore partition and the Vendor Tools partition, stick in an Ubuntu live cd and open up the partition manager (GParted) and delete the Restore partition and the Tools partition. At this point you should have some free space at the beginning and/or the end of the hard drive. Confirm that you are 100% sure you want to delete your installation of Windows 7, then nuke it.

After all this, create 2 new partitions in GParted: 1 Ext4 partition for Ubuntu, and 1 Swap partition for your swap file. Don't worry about Windows 7 at this point. Continue with the installation filling in your credentials.

Once you have Ubuntu booted, updates and all, reboot and boot off of the clone disk you made earlier, and reapply your Windows 7 image to the free space left over. Reboot and Voila, Dual boot Windows 7 and Ubuntu without having to reinstall Windows. You may run into the problem of having either of the bootloaders fail. If GRUB fails to load and Windows 7 boots on startup, their are tutorials out there on how to fix this, and vice versa on Windows 7 bootloader failure.

brandon927

Posted 2010-10-03T15:37:38.197

Reputation: 1 039

1

I think you should make the hard disk image as suggested by brandon927 to be sure you can recover your HD after removing the restore partition.

After that, is there a specific reason Why you want to remove windows 7 and install it again? I would install Ubuntu from the live CD without removing Windows 7 and let Ubuntu installer reduce Windows 7 partition and install itself in a new one built in the created space. This way, Ubuntu will build the dual-boot and from my experience, it is a lot better to do partition changes, dual boots and all these kind of things with Linux than with Windows. (for a dual boot system, I always install Windows first and Linux after) and this would be easier as you won't need to reinstall Windows.

laurent

Posted 2010-10-03T15:37:38.197

Reputation: 4 166