Windows 10: UEFI VM does not network boot anymore after upgrading host from Windows 10 to 11

Discus and support UEFI VM does not network boot anymore after upgrading host from Windows 10 to 11 in Windows 10 Software and Apps to solve the problem; Hi All,Since I've upgraded my Windows 10 laptop to Windows 11, I've got a strange problem where I hope you can help pointing me in the right... Discussion in 'Windows 10 Software and Apps' started by Harm Peter Millaard, Mar 13, 2023.

  1. UEFI VM does not network boot anymore after upgrading host from Windows 10 to 11


    Hi All,Since I've upgraded my Windows 10 laptop to Windows 11, I've got a strange problem where I hope you can help pointing me in the right direction...On my laptop I have Hyper-v Installed. I have 2 vSwitches, 1 external, 1 private. I also have an MDT/WDS/DHCP/RRAS machine with 2 NIC's in both networks. This machine is the DHCP server on the private vSwitch and is able to hand out IP adresses to VM's already running Windows and Generation 1 VM's that want to boot from network. However, a Gen-2 VM is not able to boot from network and reports "A boot image was not found".When I install Wiresha

    :)
     
    Harm Peter Millaard, Mar 13, 2023
    #1

  2. UEFI VM does not network boot anymore after upgrading host from Windows 10 to 11

    Hi All,

    Since I've upgraded my Windows 10 laptop to Windows 11, I've got a strange problem where I hope you can help pointing me in the right direction...

    On my laptop I have Hyper-v Installed. I have 2 vSwitches, 1 external, 1 private. I also have an MDT/WDS/DHCP/RRAS machine with 2 NIC's in both networks. This machine is the DHCP server on the private vSwitch and is able to hand out IP adresses to VM's already running Windows and Generation 1 VM's that want to boot from network. However, a Gen-2 VM is not able to boot from network and reports "A boot image was not found".

    When I install Wireshark on the DHCP VM, I see that other VM's walk through the DHCP sequence normally (Discover-Offer-Request-Ack), but the UEFI VM does not show up (this should show up with a broadcast/discover packet).

    When my laptop was running Windows 10, this was all working flawless. After upgrading to Windows 11, this stopped working.

    I've already removed Hyper-v and reinstalled the Wifi adapter on the laptop (so all customizations to the Driver settings are reset to default), reinstalled Hyper-v, reconfigured the vSwitches, reconnected the VM's to the vSwitches. This did not resolve the issue.

    If you have any clue on where to look or what to check, please let me know!

    I'm currently using Windows 11, 22H2 build 25314.1010 (Canary channel)

    Kind regards,

    Harm
     
    Harm Peter Millaard, Mar 14, 2023
    #2
  3. Can I share a network connection from a VM to the host OS?

    hmm, i will assumer no responces = no, i cannot share it... lucky me, i finally got it to work in 7 with steps pretty close... Program Files > Pantech is where you will need to point windows to inorder to the card running in 7... though it would be nice to be able to share hardware and network connections from a VM to the host PC...
     
    beyond_amusia, Mar 14, 2023
    #3
  4. UEFI VM does not network boot anymore after upgrading host from Windows 10 to 11

    Can you allow the host to use the VM network connection?

    If you use a VM...

    this is possible although not immediately obviously useful. My situation was one where the vm os was able to change settings on a wireless network adapter which allowed me to pick up the signal at a useable strength. The host could not do this. So I was in the weird situation where the vm os - backtrack - had internet but the host - osx 10.6 - did not. Annoying.

    Easily corrected as follows:
    1. connect the vm to the network, in my case this was wireless so wlan0
    2. set up the vm so that is has a local network with the host, make sure the host can ping the vm. In my case this meant enabling eth0 in the vm
    3. set up ip forward and iptables masquerade rules on the vm.
    4. change the default route of the host to be the vm local ip
    5. enjoy the vm network via the host


    now I imagine some readers will want more detail on ip forward and masquerade with iptables but there are a lot of tutorials out there for this stuff. It depends on the vm os but if you are using linux then

    ip forward with:
    $ echo 1 > /proc/sys/net/ipv4/ip_forward

    iptables rules something like this
    iptables -t nat -A POSTROUTING -s $PRIVATE -o eth0 -j MASQUERADE

    {clearly $PRIVATE is your private subnet, set the rules up to run at ifup}

    *Smile UEFI VM does not network boot anymore after upgrading host from Windows 10 to 11 :)
     
    MatteusBlanc, Mar 14, 2023
    #4
Thema:

UEFI VM does not network boot anymore after upgrading host from Windows 10 to 11

Loading...
  1. UEFI VM does not network boot anymore after upgrading host from Windows 10 to 11 - Similar Threads - UEFI does network

  2. UEFI VM does not network boot anymore after upgrading host from Windows 10 to 11

    in Windows 10 Gaming
    UEFI VM does not network boot anymore after upgrading host from Windows 10 to 11: Hi All,Since I've upgraded my Windows 10 laptop to Windows 11, I've got a strange problem where I hope you can help pointing me in the right direction...On my laptop I have Hyper-v Installed. I have 2 vSwitches, 1 external, 1 private. I also have an MDT/WDS/DHCP/RRAS machine...
  3. Windows won’t boot after going from Legacy + UEFi to UEFi.

    in Windows 10 Software and Apps
    Windows won’t boot after going from Legacy + UEFi to UEFi.: I didn’t realize I needed to have GPT instead of MBR drive and after changing this setting in the bios for my Msi b450m gaming plus max my pc just keeps loading “preparing automatic repair”.I have tired removing th cmos for 3hrs and resetting the bios. When bios are set back...
  4. Windows won’t boot after going from Legacy + UEFi to UEFi.

    in Windows 10 Gaming
    Windows won’t boot after going from Legacy + UEFi to UEFi.: I didn’t realize I needed to have GPT instead of MBR drive and after changing this setting in the bios for my Msi b450m gaming plus max my pc just keeps loading “preparing automatic repair”.I have tired removing th cmos for 3hrs and resetting the bios. When bios are set back...
  5. Windows won’t boot after going from Legacy + UEFi to UEFi.

    in Windows 10 Installation and Upgrade
    Windows won’t boot after going from Legacy + UEFi to UEFi.: I didn’t realize I needed to have GPT instead of MBR drive and after changing this setting in the bios for my Msi b450m gaming plus max my pc just keeps loading “preparing automatic repair”.I have tired removing th cmos for 3hrs and resetting the bios. When bios are set back...
  6. UEFI boot VM's on non UEFI systems

    in Windows 10 Virtualization
    UEFI boot VM's on non UEFI systems: Hi folks if you want to test such things as UEFI boot or even Secure boot on a VM running on older hardware that doesn't have UEFI boot it's still easily possible. On for example Linux host running KVM/QEMU a Windows VM ( This also works on Windows hosts running VMWare for...
  7. Networking on Windows VM from KVM/ QEMU Host via Bridge

    in Windows 10 Virtualization
    Networking on Windows VM from KVM/ QEMU Host via Bridge: Hi folks For those running Windows VM's on Linux Hosts and want to try the Linux Hypervisor (VMWare and VBOX will run concurrently so you don't even need to power off any running Windows VM's) with decent networking you need to set up a network Bridge (roughly analogous to...
  8. Bridged networking to Windows VM from linux host

    in Windows 10 Network and Sharing
    Bridged networking to Windows VM from linux host: Hi folks I created a working bridge to a physical NIC as per : [[email protected] hrafn]# ifconfig enp2s0f1 0.0.0.0 [[email protected] hrafn]# brctl addbr br0 [[email protected] hrafn]# brctl addif br0 enp2s0f1 <==== one of my NIC physical interfaces - [[email protected]...
  9. Protected Boot and a VM (Not talking about UEFI)

    in Windows 10 Virtualization
    Protected Boot and a VM (Not talking about UEFI): Hi there While reading some threads about Ms's possible insistence on "Protected Boot" in the future I was wondering what this would do to the literally zillions of Virtual machines / Virtual desktops and other "Virtual desktop Integration" schemes around the world. As...
  10. Network adapter settings to isolate vm from host

    in Windows 10 Virtualization
    Network adapter settings to isolate vm from host: What network adapter settings mean vms can communicate with each other but not with host? Thanks Vmware Workstation 10 69475