User Tools

Site Tools


virtualization:microsoft:hyper-v-usb

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
virtualization:microsoft:hyper-v-usb [2012/09/15 15:11]
gcooper
virtualization:microsoft:hyper-v-usb [2019/05/20 11:32] (current)
gcooper
Line 1: Line 1:
 ====== Run Microsoft Hyper-V Server From USB ====== ====== Run Microsoft Hyper-V Server From USB ======
  
-FIXME Gave up trying to get Hyper-V Server 2012 to work...+See also **[[https://virtualarchitects.com/wiki/doku.php?do=search&id=start&q=hyper-v|more Hyper-V pages]]** 
 + 
 +FIXME I'm not really sure how well this works because it was so slow to boot up that I decided I'd rather use a 32GB SSD and Velcro...
  
 http://technet.microsoft.com/en-us/library/ee731893%28WS.10%29.aspx http://technet.microsoft.com/en-us/library/ee731893%28WS.10%29.aspx
Line 110: Line 112:
 12) Disable paging. 12) Disable paging.
  
 +<file>
 reg load HKLM\HyperVTemp r:\windows\system32\config\system reg load HKLM\HyperVTemp r:\windows\system32\config\system
-reg add "HKLM\HyperVTemp\ControlSet001\Control\Session Manager\Memory Management" /v PagingFiles /t REG_MULTI_SZ /d "" /f +reg add "HKLM\HyperVTemp\ControlSet001\Control\Session Manager\Memory Management" /v PagingFiles /t REG_MULTI_SZ /d "" /f 
 +reg delete "HKLM\HyperVTemp\ControlSet001\Control\Session Manager\Memory Management" /v ExistingPageFiles /f 
 +reg unload HKLM\HyperVTemp 
 +</file>
  
 +13) Switch back to the "diskpart" window, dismount the VHD file and exit ''diskpart'':
 +
 +<file>
 +detach vdisk
 +exit
 +</file>
  
-9) Safely Remove the USB flash drive from the technician workstation and test.+14) Safely Remove the USB flash drive from the technician workstation and test.
virtualization/microsoft/hyper-v-usb.1347743492.txt.gz · Last modified: 2012/09/15 15:11 by gcooper