DISKPART > IF YOUR YUMI USB WILL NOT BOOT -- use diskpart at your own risk
- Click (DOS) Command Prompt
- Type:
diskpart
- Press Enter
- Type:
list disk
- Press Enter
- Remember the number of the disk ( example:
2 ) you want to convert.
- Type:
select disk 2 ----------------- [ number is only an example ]
Where 2 is the number of the disk that’s going to be converted.
- Press Enter
- Type:
clean ------------------ [ this may fail ]
- Press Enter
- Type:
convert mbr
- Press Enter
- Disk #2 is now being converted
To create new partitions using Command Prompt, follow these instructions:
- Type:
create partition primary
- Press Enter
- Type:
list volume
- Press Enter
Make sure the new volume is selected (look for the * on the left side) before you format the partition
- Type: [ ONLY FOR 64GB or larger USB flash drive ]
format fs=exfat
- Type: [ ONLY FOR 32GB or smaller USB flash drive ]
format fs=fat32
- Type:
exit
- Press Enter
You can now run YUMI again to create the required USB multiboot structure.
IMPORTANT: Even though you just reformatted your USB flash drive, when running
YUMI again, you will still need to click the FORMAT box. Fortunately, the YUMI format will be quick.
After YUMI, you can proceed with menu step 6 - transfer the Lite-Speed files to your USB flash drive.