Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

When trying to install OS in Hyper-V, it ignores boot order and goes to "Start PXE over IPv4" instantly

Tags:

I'm trying to create a VM from an .iso file on my computer. In my boot order settings, the DVD Drive with as value the .iso is at the top. I've tried several different VM's (Ubuntu18.04, Windows 10 and Windows Server 2016) all of which give me the same problem where they don't boot from the .iso file. Pressing any key doesn't do anything.

I followed tutorials from both my lecturers and articles online when creating the VM's.

I am clueless as to what I'm doing wrong, so any help is appreciated

Black "Start PXE over IPv4 screen Error message when trying Windows 10 after the black "Start PXE over IPv4" screen Error message when trying Ubuntu after the black "Start PXE over IPv4" screen

like image 893
user11212623 Avatar asked Sep 24 '19 05:09

user11212623


People also ask

Why does my PC say start PXE over IPv4?

When a computer attempts to boot the system using PXE, this usually means that it wouldn't boot in any other way. Therefore, among the most common issues is a wrong boot priority order, which might've got reset on its own. To fix this: Open the BIOS by pressing the BIOS button before the OS starts booting.

How do I install an OS on a virtual machine Hyper-V?

Open Hyper-V Quick Create from the start menu. Select an operating system or choose your own by using a local installation source. If you want to use your own image to create the virtual machine, select Local Installation Source. Select Change Installation Source.


1 Answers

Try disabling Secure boot in the "Security" section of the settings.

I had the same problem with a gen2 Linux vm (running in Hyper-V Manager 10.0.17763.1). Turning off "Enable Secure Boot" allowed booting from an .iso. I think in some other versions of Hyper-V Manager the setting is under "Firmware"

VM Settings

like image 198
Matthew Avatar answered Sep 20 '22 16:09

Matthew