Monday, May 7, 2018

windows 10 - Installing OS via USB "Reboot and select proper boot device"



When I attempt to boot the newly built computer from a USB in order to install windows 10, I get the error "Reboot and select proper boot device." I think that somehow my settings in the UEFI are not correct so that it is not attempting to boot from the USB as I'd like.




Some details:




Answer



It doesn't make sense to dd a Windows ISO to a USB drive. It's simply not supposed to be bootable this way. For the PC to boot a USB drive, the drive needs to have either a MBR with proper boot code for hard disks, but not ISO9660/UDF, for BIOS/CSM, or a proper FAT-formatted ESP for UEFI.



The simplest way to make a bootable Windows installation USB for UEFI, is to format the drive with FAT32, and then mount the ISO and copy the content to it. UEFI simply looks for EFI binaries on proper location.


No comments:

Post a Comment

hard drive - Leaving bad sectors in unformatted partition?

Laptop was acting really weird, and copy and seek times were really slow, so I decided to scan the hard drive surface. I have a couple hundr...