black screen no cursor after update on fresh windows 10 installation.

Joined
Sep 6, 2015
Messages
12
Reaction score
0
So basically, I've been dealing with this issue ever since I've upgraded to windows 10 months ago. I've done disk checks sata port checks almost everything under the sun and still have not found a solution to my problem.

____

Months ago, anytime my computer was shut down for more than an hour or 2 I would encounter an interesting unique problem. After booting and loading the bios screen, the next screen would be black and would hang there and I would have to hard reset and try again. I would keep having to hard reset until it would boot into the Windows Boot Manager and from there I would hit the Reset button or go to the advanced settings, and hit continue to windows 10 and it would from there boot into windows successfully. AHA! now you must be thinking "Simple work around! Simply boot into the Windows Boot Manager every time you shut down your computer and easily but annoyingly bootleg boot into windows 10 everytime using the Boot Manager options" and I thought the same. Unfortunately unless I let my computer get to the boot manager by hard resets at that black screen I cant get windows 10 to boot, If any of you have any suggestions please let me know.

I've reinstalled windows 10 again for the 2nd time on a new ssd in hopes that it was a drive issue but that does not seem to be the case, This is my second install of windows 10 on this ssd. This time I've installed windows HOME instead of Pro.

Does anyone know if I've wasted a write cycle on this new Samsung 850 evo? I just received it in the mail and would rather not waste its lifespan on trouble shooting

___
I do NOT boot into a black screen with a cursor
 
Joined
Sep 6, 2015
Messages
12
Reaction score
0
EDIT: There is now something I'm going to call "The Event" After a fresh install my windows 10 will freeze however i can move my mouse but no keyboard commands work and I from this point have to force reset my computer, AFTER i FORCE RESET when my computer is shut down for a couple of hours i encounter the boot problem. so this "EVENT" has something to do with whats causing this issue.

The Event was different when windows 10 was installed on my 1TB HDD, everything would lock up rather then being able to use my mouse and it would force reset on its own.
 
Joined
Jan 27, 2016
Messages
795
Reaction score
80
looks like you have a bad install try this:
Master Clean and Reset Cmds

all commands used from

logo + X ->command prompt as admin

type or copy ea line one at a time

---------------------------------------------------

Dism /Online /Cleanup-Image /CheckHealth

Dism /Online /Cleanup-Image /ScanHealth

Dism /Online /Cleanup-Image /RestoreHealth
or
Dism /Online /Cleanup-Image /RestoreHealth /Source:K:\windows /LimitAccess
K:\windows is where you mounted your install media.

DISM /Online /Cleanup-Image /RestoreHealth /source:WIM:D:\wim\Install.wim:1 /LimitAccess
D:\wim is where you place the install.wim from of you install media

DISM /Online /Cleanup-Image /RestoreHealth
sfc /scannow

wsreset.exe
dism /online /Cleanup-Image /analyzeComonentStore

dism /online /Cleanup-Image /StartComponentCleanup

dism /online /Cleanup-Image /StartComponentCleanup /ResetBase

dism /online /Cleanup-Image /SPSuperseded
 
Joined
Oct 1, 2014
Messages
2,334
Reaction score
358
If you have reinstalled (cleanly I hope) and have the same problem then it may be something else on your system.

Are you dual booting? Is the SSD the only drive you have and is it a SATA or another type of SSD like an mSATA?

Since you appear to have a UEFI system, you are booting to the UEFI configuration of the install media?

Could you type the following command in an Administrative Command prompt and attach the resulting text file?

bcdedit /enum all > %userprofile%\Desktop\bcdlist.txt

Copy and paste if you want then look for bcdlist.txt on your Desktop.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top