I'm trying to install Windows 10 on a separate partition alongside Ubuntu. Here are the steps I've taken:
Download Unetbootin and GParted
Use GParted to create 2 partitions,
/dev/sdb1
and/dev/sdb2
on my USBUse Unetbootin to extract a GParted Live ISO to
/dev/sdb1
Use GParted Live to split my root partition on
/dev/sda
in half, making room for WindowsExtracted the Windows 10 ISO to
/dev/sdb2
Now when I restart my computer and go to BIOS, there is no option to boot from /dev/sdb2
. The Boot Sequence options are only "UEFI SanDisk, Partition 1" and "ubuntu". How do I go about getting it to boot from the 2nd partition on my USB drive?