use Udisk to install Windows OS
download windows ISO
download windows iso on windows official website
make bootable Udisk on Ubuntu
- plug in the udisk
- check the disk mount path
lsblk
- umount the udisk
umount /dev/sdX
- download ventoy from ventoy.net
- unzip the ventoy package
- cd to the ventoy directory
- install ventoy to udisk
sudo ./Ventoy2Disk.sh -i /dev/sdX
- copy windows iso to udisk root path
install windows from udisk
issues
无法在驱动器0分区上安装windows
- shift + F10
- diskpart
- list disk
- select disk 0
- clean
-
convert gpt convert mbr - 如果是 UEFI 模式, 则使用
convert gpt
- 如果是 Legacy 模式, 则使用
convert mbr
- 如果是 UEFI 模式, 则使用
- exit