Инструменты пользователя

Инструменты сайта


proxmox:patch_xen_win_vm

Различия

Показаны различия между двумя версиями страницы.

Ссылка на это сравнение

Следующая версия
Предыдущая версия
proxmox:patch_xen_win_vm [2023/06/01 14:34] – создано rootproxmox:patch_xen_win_vm [2024/12/21 19:00] (текущий) – внешнее изменение 127.0.0.1
Строка 1: Строка 1:
 ====== Патч Windows ВМ при импорте из Xen ====== ====== Патч Windows ВМ при импорте из Xen ======
 +
 +1) You can remove the Xen drivers via Recovery mode using something like:
 +
 +Code:
 +
 +<code>''X:\> dism /Image:D:\ /Get-Drivers''
 +
 +</code> 
 +Then look for the Xen drivers - they'll be listed as something like **oem6.inf** etc etc. Remove them with:
 +
 +Code:
 +
 +<code>''X:\> dism /Image:D:\ /Remove-Driver /Driver:oem6.inf''
 +
 +</code> 
 +Repeat this for all of the entries in Get-Drivers that mention Xen.\\
 +\\
 +2) Remove the '**xenfilt**' entries from the registry:
 +
 +Code:
 +
 +<code>''X:\> regedit''
 +
 +</code> 
 +Click on "**HKEY_LOCAL_MACHINE**", then **File** -> **Load Hive**. Browse to **D:\Windows\System32\config\** and load **SYSTEM**. Call the import '**DSYSTEM**'.\\
 +\\
 +Run a search for '**xenfilt**' and remove all options that have the key name of '**UpperFilters**'.\\
 +\\
 +At the end of this, you'll see a number of Xen entries for VIF, SCSI etc etc - you can delete these entire keys.\\
 +\\
 +Save the modified hive via **File** -> **Unload Hive**.\\
 +\\
 +3) You can optionally install the KVM VirtIO drivers using the Add-Driver method to dism as documented here:\\
 +[[https://docs.microsoft.com/en-us/windows-hardware/manufacture/desktop/dism-driver-servicing-command-line-options-s14|https://docs.microsoft.com/en-us/wi...ism-driver-servicing-command-line-options-s14]]
 +
  
proxmox/patch_xen_win_vm.1685619282.txt.gz · Последнее изменение: 2024/12/21 19:00 (внешнее изменение)