Saturday, January 17, 2015

boot - Create UEFI-bootable DVD with Windows 8.1 iso

I'm trying to set up a UEFI-boot of Windows 8.1. However, I seem to be unable to install it with a USB drive (previous question), and when I try to install with a DVD (the same iso), I don't get the UEFI boot option on startup, contrary to what happens when I use a DVD burned with e.g. an Arch Linux live install.




How exactly could I be able to boot with UEFI my Windows 8.1 iso from a DVD?

No comments:

Post a Comment

linux - How to SSH to ec2 instance in VPC private subnet via NAT server

I have created a VPC in aws with a public subnet and a private subnet. The private subnet does not have direct access to external network. S...