sudo apt update
sudo apt install git p7zip-full python3-pip python3-wxgtk4.0
sudo pip3 install WoeUSB-ng --break-system-packages
got error “Windows cannot be installed to this disk” which means your PC is in UEFI mode but the disk is formatted as MBR, or vice-versa
m6800 does have an MBR
solution is to convert disk to GPT
On the disk selection screen where the error appears, press Shift + F10 to open the Command Prompt.
Type diskpart and press Enter.
Type list disk and press Enter to see your drives.
Type select disk X (replace X with your disk number, usually 0) and press Enter.
Type clean and press Enter to erase all data.
Type convert gpt and press Enter to convert the disk.
Type exit and press Enter, then exit Command Prompt.
Select the unallocated space and click Next to install.