Windows not Installing on New System
Use the windows download/install utility to create bootable flash media, such as a USB flash drive. Then install from that.
http://windows.microsoft.com/en-us/windows-8/create-reset-refresh-media
I'm going to assume you extracted the contents of your ISO/Disk to a flash drive and just didn't put the ISO on a flash drive as-is. Sounds like the partition on the flash drive probably isn't marked as active. To fix this, follow these steps:
- Open an command prompt as an administrator.
- Type diskpart
- After diskpart loads, type list disk. You'll see a list of the disks currently running on your computer, including your flash drive.
- After you determine which disk # corresponds to your flash drive, type select disk #, where # is corresponds to the number from the list produced by step 3.
- Type list partition. You'll see a list of partitions on the selected disk. You should only have 1 partition, but check to see if there might be a hidden partition or something.
- Type select partition #, again replacing # with the number in the list produced by step 5.
- Type active. This marks the partition as active.
- Type exit. Close command prompt.
If you follow these steps, you should correct the issue and be able to boot assuming the contents of the flash drive are correct. As always, be careful when handling drive partitions, even though this process is really hard to mess up.
Thanks for all the replies! It appears that I may have not marked the partition as active. I had already triple-checked if I had, yet somehow still messed it up. ![]()

Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now