ZAVCXL0005 - Windows: Difference between revisions
(→P2V) |
(→P2V) |
||
Line 88: | Line 88: | ||
We still get the same error as above (0x0000007B). |
We still get the same error as above (0x0000007B). |
||
In safe mode, several drivers are started, and stops at CLASSPNP.SYS. |
In safe mode, several drivers are started, and stops at CLASSPNP.SYS. |
||
Boot linux livecd, then delete all occurences of {{file|AGP440.sys}} and {{file|intelppm.sys}}. |
|||
Boot Windows repair cd, import into registry: |
|||
<source lang=reg> |
|||
Windows Registry Editor Version 5.00 |
|||
[HKEY_LOCAL_MACHINE\remote_SYSTEM\ControlSet001\Control\Class\{4D36E96A-E325-11CE-BFC1-08002BE10318}\0000] |
|||
"InfPath"="mshdc.inf" |
|||
"InfSection"="msahci_Inst" |
|||
"ProviderName"="Microsoft" |
|||
"DriverDateData"=hex:00,80,8c,a3,c5,94,c6,01 |
|||
"DriverDate"="6-21-2006" |
|||
"DriverVersion"="6.1.7600.16385" |
|||
"MatchingDeviceId"="pci\\cc_010601" |
|||
"DriverDesc"="Standard AHCI 1.0 Serial ATA Controller" |
|||
"Migrated"=dword:00000001 |
|||
[HKEY_LOCAL_MACHINE\remote_SYSTEM\ControlSet001\Control\PnP] |
|||
"DisableCDDB"=- |
|||
[HKEY_LOCAL_MACHINE\remote_SYSTEM\ControlSet001\services\atapi] |
|||
"Start"=dword:00000000 |
|||
[HKEY_LOCAL_MACHINE\remote_SYSTEM\ControlSet001\services\msahci] |
|||
"Start"=dword:00000000 |
|||
</source> |
|||
Reboot... it boots! Let's shutdown w/o logging... it boots again! Yeehaa!!! |
|||
== System Settings == |
== System Settings == |
Revision as of 20:57, 8 June 2015
Introduction
This is the configuration page for the Windows 7 partition on ZAVCWL0035.
Configuration Files
All configuration files can be found here.
Installed Applications
Common applications
See Common configuration for Linux.
Essential
Application (package, repo Repository) |
sudo apt-...
|
Application (package) |
|
Local
Application (package) | [YYYY-MM-DD] Update Additional configuration settings |
Uninstalled
Application (package) | [YYYY-MM-DD] Update Additional configuration settings |
P2V
- Resize C: / /dev/sda1 partition to 60GB using gparted.
- Move BCD partition /dev/sda2 contiguous to /dev/sda1 using gparted.
- Create raw partition disk:
sudo dd if=/dev/sda of=vm.mbr bs=512 count=1 sudo install-mbr -i n -p D -t 0 vm.mbr # Certainly useless since we'll repair the boot with Win rescue disk sudo vboxmanage internalcommands createrawvmdk -filename zavcwl0035-sda1-mbr.vmdk -rawdisk /dev/sda -partitions 1 -relative -mbr vm.mbr # This creates 2 files: ...-mbr.vmdk, and ...-mbr-pt.vmdk
Create VM:
- Mount zavcwl0035-sda1-mbr.vmdk
- Set hard-disk as Solid-state Drive
Boot VM with Win Repair disk
- No windows partition found
- Open command prompt
C: # fails D: # Ok dir # Ok mountvol # Show C: and D: present, with same UUID bootrec /fixmbr
Reboot and restart. We get the message:
Missing operating system
Reboot with Repair disk
- Open command prompt:
bootrec /rebuildbcd [1] D:\Windows Add installation to boot list? Yes(Y)/No(N)/All(A):Y
... but this fails.
Boot in Linux Live/CD. In Gparted, delete all partitions but /dev/sda1. Set boot flag on /dev/sda1.
Boot in windows repair. Now it detects the partition. Let repair and restart. Windows boots but we get a blue screen that quickly disappear. Go into advanced boot options by hitting F8 at boot, and choose Disable automatic restart on system failure. We see the message:
A problem has been detected ... ... Technical information: *** STOP: 0x0000007B (0xFFFFF880009A9928, 0xFFFFFFFFC0000034, ...)
Boot in windows repair. To skip automatic recovery, select restore image, then next, then cancel twice. Open a command prompt:
mountvol # Show a single volume C: (+X: and D: from the current boot) c: bcdedit /export C:\BCD_Backup ren C:\boot\BCD bcd.old bootrec /rebuildbcd
... and say Y when asked to add installation to boot list. Reboot, press F8. We still get the same error as above (0x0000007B). In safe mode, several drivers are started, and stops at CLASSPNP.SYS.
Boot linux livecd, then delete all occurences of AGP440.sys and intelppm.sys.
Boot Windows repair cd, import into registry:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\remote_SYSTEM\ControlSet001\Control\Class\{4D36E96A-E325-11CE-BFC1-08002BE10318}\0000]
"InfPath"="mshdc.inf"
"InfSection"="msahci_Inst"
"ProviderName"="Microsoft"
"DriverDateData"=hex:00,80,8c,a3,c5,94,c6,01
"DriverDate"="6-21-2006"
"DriverVersion"="6.1.7600.16385"
"MatchingDeviceId"="pci\\cc_010601"
"DriverDesc"="Standard AHCI 1.0 Serial ATA Controller"
"Migrated"=dword:00000001
[HKEY_LOCAL_MACHINE\remote_SYSTEM\ControlSet001\Control\PnP]
"DisableCDDB"=-
[HKEY_LOCAL_MACHINE\remote_SYSTEM\ControlSet001\services\atapi]
"Start"=dword:00000000
[HKEY_LOCAL_MACHINE\remote_SYSTEM\ControlSet001\services\msahci]
"Start"=dword:00000000
Reboot... it boots! Let's shutdown w/o logging... it boots again! Yeehaa!!!
System Settings
1st install |
|
File system |
|
Network |
|
Preferences |
|
Miscellaneous |
|
To Do
Issues
- Issue — To be completed
- To Do — Description
Done & Fixed
- Fixed — Issue description
Fix description - Done — Description