NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums General General Discussion v
« Previous 1 … 13 14 15 16 17 … 159 Next »
How to upgrade your drive to 3TB + without re-installing your windows 7+ OS

 
  • 0 Vote(s) - 0 Average
How to upgrade your drive to 3TB + without re-installing your windows 7+ OS
drlava
Offline

Member

Posts: 188
Threads: 18
Joined: Jul 2007
#1
2014-08-23, 08:45 PM
Hey guys, I have been rolling with a 250gb hdd for a while, using win7 32 bit and recently upgraded to a 3TB hard drive without re-installing windows and all the programs. This is how it's possible.

Some background: Win XP and most win7 installations on 2TB or less HDDs will have the disk partitioned using a master boot record partition table (MBR) and NTFS file system. The MBR can only utilize up to 2TB of disk capacity. If you want to use the extra space on disks over that, you'll have to update to the new partition table format, GPT. There are several problems with this: GPT partitions store boot record information completely differently than MBR, your system bios must support UEFI bootloading, the bootable OS partition must be FAT32, and only 64 bit win7 and vista support this booting mode.

So, how does one take an NTFS win7 32-bit install and clone it to run on a 3TB+ GPT disk while booting normally from BIOS without messing with UEFI? Here's how I did it:

required: 1) a small flash drive, 2) your windows install disk

overview: we are going to clone your disk to the new one, non-destructively convert it to GPT and resize to fill the drive, and create a MBR-based flash drive bootloader to run windows from a GPT partition. The flash drive will have to remain in the system for it to boot.

1) Download and burn a live image of clonezilla.
2) Install your new larger HDD into the computer
3) Boot from this cd/dvd you burned (you may have to adjust your bios boot settings) and do a disk-to-disk clone from your old hdd to the new one. Make note of the drive order. If the new drive is listed first, you'll have to turn off computer and swap sata cables at the drive OR motherboard side before the next step.
4) turn off computer and unplug the sata cable from the old drive, turn on computer and ensure your new cloned drive boots properly, shut down
5) re-connect sata cable to your old drive and boot to windows using your old drive
6) Download and install AOMEI partition assistant lite and convert your new disk to GPT, Apply. Then set up/resize your partitions as desired. Apply. I resized my OS partition to 100GB and created a 2.7TB partition for media after it.
7) Shut down, disconnect sata cable from old drive. Boot using your windows install disk. Choose recovery and get to a command prompt. If it complains "System Recovery Option is not compatible with the version of windows you are trying to repair" press shift-F10 to get a command prompt.
8) plug in your USB flash drive. you are almost done!
9) type 'diskpart' and press enter to run the disk partition utility. Caution: track the disk and partition numbers carefully so you don't mess up your hard disk. type 'list disk' you should see your new hdd and your flash drive.
10) type the following commands into diskpart (the <- and text following it is a note. do not type this.):
Code:
select disk 1 <- replace '1' with your flash disk number from list disk.
clean
create partition primary
format fs=ntfs quick
select partition 1 <- you are selecting the partition you just formatted
active
list volume
select volume E: <- replace E: with the volume of the flash drive
assign
list volume <- make note of the volume letter of your flash drive (F:) and windows partition (C:).
exit
11)
Install boot files to flash drive (replace flash drive letter as necessary, the middle switch is a lower case L):
Code:
bcdboot C:\Windows /l en-us /s F:
12) Install the boot sector to flash drive (replace drive letter with yours):
Code:
bootsect /nt60 F: /mbr /force
13) run this, also replacing the drive letter for your flash drive
Code:
bcdedit /store F:\boot\bcd /set {bootmgr} device boot
14) reboot, and ensure your bios is set to boot from USB and the boot order has USB ahead of hdd. You should boot into windows on your new disk!

from here, you can remove the flash drive's drive letter using disk management (run diskmgmt.msc), right click flash drive partition and change (delete) drive letter.

The bootloader instructions are thanks to milindsmart from the win seven forums. This is a new technique that pretty much no one knows of so far, so spread the word.
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)



Possibly Related Threads…
Thread Author Replies Views Last Post
  Multiple PIP windows in Firefox Graham 0 1,673 2020-09-25, 11:45 AM
Last Post: Graham
  Why Do People Upgrade to Windows 10? ga_mueller 12 7,967 2019-08-11, 01:21 PM
Last Post: Ludron
  Windows 10 Ramdrive for buffer PaulW 1 1,683 2018-10-16, 10:45 PM
Last Post: gEd
  Downgrade Windows Reddwarf 9 4,291 2017-05-26, 07:12 PM
Last Post: tonyjohn29
  Windows 10 Preview removes command prompt p37307 13 5,461 2016-12-10, 03:49 AM
Last Post: johnsonx42
  Windows 10 Update September 29, 2016 — KB3194496 p37307 0 2,597 2016-09-30, 09:32 AM
Last Post: p37307
  Hard Drive Life crossnet 7 3,733 2016-09-08, 06:28 PM
Last Post: crossnet
  Windows 10 Anniversary NPVR fullscreen flicker and freeze fix p37307 1 3,147 2016-08-11, 02:59 AM
Last Post: sub
  Win10 Upgrade and NextPVR still humming.... JavaWiz 11 10,286 2015-11-17, 07:15 PM
Last Post: jtallsmith
  windows 10 jrhcom 3 3,227 2015-10-07, 10:43 PM
Last Post: jrhcom

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Designed by D&D, modified by NextPVR - Powered by MyBB

Linear Mode
Threaded Mode