After installation Windows 8.1 not booting

coldhart

Member
Jul 16, 2012
85
0
66
I tried to install OS from several windows 8.1 iso (after writing them into dvd) but when all unpacking & installations completes & PC restarts one final time PC directly boot from windows 7 it neither show windows 8.1 option nor it finalise installation (final step where we insert PC name after rebooting the PC). i wanted to make make dual boot Windows 7 & 8.1 but after restart setup does not continue.

Steps
1> First i installed Windows 7 Ultimate Sp1 X64 during that installation 100 mb system partition gets created
2> but during windows 8 installation 350 Mb partition does not get created by 8.1x64 OS setup but setup does not show any error
3> setup went smoothly & copied file & installed features & reboot but after reboot it directly went to the windows 7 desktop not in windows 8.1 bootloader. but in vmware it went perfectly fine only with one 100mb partition. plz friend tell me how can i solve this problem?
 

ninaholic37

Golden Member
Apr 13, 2012
1,883
31
91
I've never tried this but Windows 7 and Windows 8 both recommends 20GB hard drive each. Running Windows 7 on 100mb is quite an interesting feat you have accomplished. :awe:
 

coldhart

Member
Jul 16, 2012
85
0
66
thanks everyone for valuable reply, i was able to solve the problem by taking help from windows 7 without 100 MB partition topics & i reinstalled windows 7 but at the time & keyboard input screen i used diskpart from command prompt ( Shift + f10 ) & created 500 mb (100mb for 7 + 350 mb for 8.1 + some extra space) partition & made it active then everything gone smoothly.

if anyone having problem (dual boot 7 & 8.1) then following steps may find helpfull
At the first setup screen (Language, Keyboard, etc.) press SHIFT+F10. This will open a command prompt window. Enter the following diskpart commands to create a partition.
Diskpart
List disk
(this command is important. It will show you what disk drives you have. Most likely your hard drive will be will be Disk 0, but you need to check it first.)
select disk 0
clean
create partition primary size=500
(this creates a partition 500MB in size. If you want to use the whole hard drive, just leave off the size=number)
select partition 1
active
format fs=ntfs quick
Type Exit to leave Diskpart. Type Exit to close the command prompt. Now continue with the install.
 

Dahak

Diamond Member
Mar 2, 2000
3,752
25
91
thanks everyone for valuable reply, i was able to solve the problem by taking help from windows 7 without 100 MB partition topics & i reinstalled windows 7 but at the time & keyboard input screen i used diskpart from command prompt ( Shift + f10 ) & created 500 mb (100mb for 7 + 350 mb for 8.1 + some extra space) partition & made it active then everything gone smoothly.

if anyone having problem (dual boot 7 & 8.1) then following steps may find helpfull
At the first setup screen (Language, Keyboard, etc.) press SHIFT+F10. This will open a command prompt window. Enter the following diskpart commands to create a partition.
Diskpart
List disk
(this command is important. It will show you what disk drives you have. Most likely your hard drive will be will be Disk 0, but you need to check it first.)
select disk 0
clean
create partition primary size=500
(this creates a partition 500MB in size. If you want to use the whole hard drive, just leave off the size=number)
select partition 1
active
format fs=ntfs quick
Type Exit to leave Diskpart. Type Exit to close the command prompt. Now continue with the install.

Odd, should not need to do any of that. I have on my laptop a dual boot of 7 and 8.
Just installed 7 waited for it to finish, did my setup, booted win8 and installed have the option to select 7 or 8 from either the 7 boot menu, or 8 boot menu.

This could be uses as a fall back if for some reason it does not work.

*Edit* I see you said 8.1, have not tried that yet. I should give it a shot