Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
software:virtualbox [2014/11/28 17:28]
cyril
software:virtualbox [2014/11/29 10:03] (current)
cyril
Line 24: Line 24:
   * Create the virtual machine in VirtualBox the usual way, with the following settings:   * Create the virtual machine in VirtualBox the usual way, with the following settings:
     * check "Enable IO APIC" in System/Motherboard tab and "Enable PAE/NX" in System/Processor tab     * check "Enable IO APIC" in System/Motherboard tab and "Enable PAE/NX" in System/Processor tab
-    * set you real mac address for the Network adapter+    * set your real mac address for the Network adapter
   * Set the DMI BIOS information to avoid activation problems. Execute:<code>   * Set the DMI BIOS information to avoid activation problems. Execute:<code>
 sudo dmidecode -t0 # provides DmiBIOS* variables sudo dmidecode -t0 # provides DmiBIOS* variables
 sudo dmidecode -t1 # provides DmiSystem* variables sudo dmidecode -t1 # provides DmiSystem* variables
-</code>And update the values of the following script that you will then execute:<code>+</code>And update the values of the following script that you will then execute (if a value is listed as "Not specified", set it to "<EMPTY>"):<code>
 #! /bin/sh #! /bin/sh
 VM_NAME="Win7" # Name of your Virtual Machine VM_NAME="Win7" # Name of your Virtual Machine
Line 58: Line 58:
 </code> </code>
   * You can also try different combinations of partitions you export with VBoxManage (sometimes it can require 1,2,3 which are diagnostic,recovery,windows)   * You can also try different combinations of partitions you export with VBoxManage (sometimes it can require 1,2,3 which are diagnostic,recovery,windows)
-  * If you get a BSOD "Stop: 0x0000007b" and the installation DVD fails to repair this, reboot natively under Windows, and merge the following registry file merge_ide.reg:<code>+  * If you get a BSOD "Stop: 0x0000007b" and the installation DVD fails to repair this, reboot natively under Windows, and merge the following registry file merge_ide.reg (you may have to set the main disk as IDE to boot Windows and another useless disk as ATA so that it installs the drivers, and then switch the main disk to ATA):<code>
 Windows Registry Editor Version 5.00 Windows Registry Editor Version 5.00
  
Line 247: Line 247:
 I did not find the .cab file to extract, but the .sys drivers were already at the right place, so I just merged the .reg file after rebooting to the native Win7, and then it worked also in VirtualBox, even with SATA ! I did not find the .cab file to extract, but the .sys drivers were already at the right place, so I just merged the .reg file after rebooting to the native Win7, and then it worked also in VirtualBox, even with SATA !
  
 +Several years after I ran into more problems and found this complete tutorial:
 +
 +[[https://forums.virtualbox.org/viewtopic.php?t=33356]]
software/virtualbox.1417195692.txt.gz ยท Last modified: 2014/11/28 17:28 by cyril
CC Attribution-Share Alike 4.0 International
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0