Eric Louis

Thousand tons of tools
AMI MMTools
Latest Overclocking Programs, System Info, Benchmarking, & Stability Tools – TweakTown Forums

AS my opinioin,
1) first of all Extract the original BIOS from windows
2) use tools mod what you’re looking for,
3) then save as another bin/rom file
4) rename the file and burn it with autoexecbat in UEFI mode into your USB
5) final, let it auto update itself.

Eric Louis

Proxmox Installation with Passthrough Guest into W10 then Mount & Use Existing NTFS Drive without Format

Proxmox Installation with Passthrough Guest into W10 then Mount & Use Existing NTFS Drive without Format
Menthod 2: reference URL: (using GUI)

https://dae.me/blog/2340/how-to-add-an-existing-virtual-disk-to-proxmox/

1 update VM 100: -sata1 /dev/disk/by-id/ata-WDC_WD20EFRX-68EUZN0_WD-xxxxxxxx

——————————————————-

Menthod 1: reference URL: (using Command Line)
https://www.cnblogs.com/wukongroot/p/15513228.html

ls /dev/disk/by-id
Shown as similar information as below

ata-TOSHIBA_Q300._xxxxxxxx
ata-TOSHIBA_Q300._xxxxxxxx-part1
ata-TOSHIBA_Q300._xxxxxxxx-part2
ata-TOSHIBA_Q300._xxxxxxxx-part3
ata-WDC_WD20EFRX-68EUZN0_WD-xxxxxxxx
ata-WDC_WD20EFRX-68EUZN0_WD-xxxxxxxx-part1
qm set 100 -sata1 /dev/disk/by-id/ata-WDC_WD20EFRX-68EUZN0_WD-xxxxxxxx

It will be return as below