Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Question
Friday, June 22, 2018 1:00 PM
I have a windows to Go USB Drive with windows 7 on it, I can run this on A windows 8.1 machine but I get a blue screen when the windows to go is starting (shown the Microsoft starting screen for about 10 to 20 seconds) When I try running it on a new windows 10 desktop and a new windows 10 laptop. Why is this and how can it be fixed.
BAC6
All replies (5)
Friday, June 22, 2018 3:45 PM
Do I understand this correctly: you ask in a Windows 10 forum why Windows 7 is crashing?
Friday, June 22, 2018 3:51 PM
Hi BAC6.
Please upload the .DMP file(s) created by Windows at the BSOD time to your OneDrive, make them publicly available and post the URL here so we can analyze them and try to suggest you a solution.
Also look in the "System" log of the Windows Event Viewer to see if there's any record related to this crash that could provide you with more detailed information about the problem itself.
Bye.
Luigi Bruno
MCP, MCTS, MOS, MTA
Friday, June 22, 2018 11:06 PM
It does not create any dump files, the setting to create dump files are correct but no files get created.
Also there are no events logged just before time of crash, only during successful boots and shutdowns on windows 8.1 machine.
The only info I can supply is a picture of blue screen, the link to picture is
https://1drv.ms/u/s!As1onW8Pkp8jgf5Gudq0N1n8oSJbmA
BAC6
Saturday, June 30, 2018 11:41 AM
It does not create any dump files, the setting to create dump files are correct but no files get created.
Also there are no events logged just before time of crash, only during successful boots and shutdowns on windows 8.1 machine.
The only info I can supply is a picture of blue screen, the link to picture is
https://1drv.ms/u/s!As1onW8Pkp8jgf5Gudq0N1n8oSJbmA
BAC6
According to the picture, you've experienced a 0x0000007B (INACCESSIBLE_BOOT_DEVICE) bug check has, which indicates that the Microsoft Windows operating system has lost access to the system partition during startup.
During I/O system initialization, the boot device driver might have failed to initialize the boot device; this error can also occur because of incompatible disk hardware.
Also consider that Windows to Go is supported only in Windows 10 Enterprise Edition and Education Edition: which Windows 10 edition are you using?
Bye.
Luigi Bruno
MCP, MCTS, MOS, MTA
Saturday, June 30, 2018 5:27 PM
1) To evaluate the BSOD please post logs for troubleshooting.
2) Using administrative command prompt copy and paste this whole command.
3) Make sure the default language is English so that the logs can be scanned and read.
https://www.tenforums.com/tutorials/3813-language-add-remove-change-windows-10-a.html
4) The command will automatically collect the computer files and place them on the desktop.
5) Then use one 7zip and one drive or drop box to place share links into the thread for troubleshooting.
6) This command will automatically collect these files: msinfo32, mini dumps, drivers, hosts, install, uninstall, services, startup, event viewer files, etc.
7) Open administrative command prompt and copy and paste the whole command:
copy %SystemRoot%\minidump\.dmp "%USERPROFILE%\Desktop\&dxdiag /t %Temp%\dxdiag.txt© %Temp%\dxdiag.txt "%USERPROFILE%\Desktop\SFdebugFiles\&type %SystemRoot%\System32\drivers\etc\hosts >> "%USERPROFILE%\Desktop\hosts.txt"&systeminfo > "%USERPROFILE%\Desktop\systeminfo.txt"&driverquery /v > "%USERPROFILE%\Desktop\drivers.txt" &msinfo32 /nfo "%USERPROFILE%\Desktop\msinfo32.nfo"&wevtutil qe System /f:text > "%USERPROFILE%\Desktop\eventlog.txt"® export HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall "%USERPROFILE%\Desktop\uninstall.txt"® export "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Active Setup\Installed Components" "%USERPROFILE%\Desktop\installed.txt"&net start > "%USERPROFILE%\Desktop\services.txt"&REM wmic startup list full /format:htable >"%USERPROFILE%\Desktop\startup.html"&wmic STARTUP GET Caption, Command, User >"%USERPROFILE%\Desktop\startup.txt"
8) There are two files for you to find manually:
a) C:\Windows\MEMORY.DMP
Use file explorer > this PC > local C: drive > right upper corner search enter each of the above to find results.
b) Dxdiag: In the left lower corner search type: dxdiag > When the DirectX Diagnostic Tool opens click on the next page button so that each tab is opened > click on save all information > save to desktop > post one drive or drop box share link into the thread
.
.
.
Please remember to vote and to mark the replies as answers if they help.
.
.
.