I need help getting my dualboot with Windows 7 and Ubuntu 12.04 to work, and since I'm not to experienced with computers I've been pretty dumb. Here's what I've done, quite shortend though:
When trying to boot Windows 7 now I get a Blue Screen Of Death. I can though boot in to safe mode with everything working. I have uninstalled the beta drivers and installed the same one as before but still the same problem.
I have tried all the commands in Bootrec.exe and none is working. I can't neither find an OS when using Bootrec.exe/ScanOs.
I have also tried running: sfc/scannow and that comes out clean.
Short: My harddrive and files seems to be intact but when booting I get bluescreen. I can though boot in to safemode with everything working. I need help
Thanks to anyone who even took the time to read that.
Edit: Here is the BSOD text that appears:
A problem has been detected and Windows has been shut down to prevent damage to your computer.
If this is the first time you've seen this Stop error screen, restart your computer. If this screen appears again, follow these steps:
Check to be sure that you adequate disk space. If a driver is identified in the Stop message, disable the driver or check with the manufacturer for driver updates. Try changing video adapters.
Check with your hardware vendor for any BIOS updates. Disable BIOS memory options such as caching or shadowing. If you need to use Safe Mode to remove or disable components, restart your computer, press F8 to select advanced Startup options, and then select Safe Mode.
Technical information:
*** STOP: 0x0000007E (0xc0000005,0x8BA3B7D2,0X80786314,0X80785EFO)
Collection data for crash dump ... Initializing disk for crash dump ... Beginning dump of physical memory. Dumping physical memory to disk: 100 Physical memory dump complete. Contact your system admin or technical support group for further assistance
STOP 7E is a pretty generic "there was a problem" BSOD.
0xC0000005
is an Access Violation exception, one of the most common errors. Basically, the kernel tried to access some memory, and the CPU said 'No.'
Due to your comment on @DaveM's answer, that you are getting C000000E
errors as well, that makes me think that there may be a problem with your hard drive or RAM.
Try running chkdsk
or similar on your HD, and Memtest x86 or similar for your RAM.
Also, the CE
error basically means that the system tried to access a device that does not exist, so there may be a problem with the way you repartitioned your drive. If nothing else works, back up all your data and "nuke and pave" (format your HD and reinstall everything).
The video drivers are the likely issue. Can you roll the driver back to the previous driver and see if it boots normally? Or change the driver to the earlier version manually?
User contributions licensed under CC BY-SA 3.0