Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Issue with hyper-v
2018-10-10, 18:10
Post: #3
RE: Issue with hyper-v
Yes, no uefi here so we only use gen1.

Win 10 and server 2016.
using ipxe.krn

ipxe script:
Code:
#!ipxe

cpuid --ext 29 && set arch amd64 || set arch x86
kernel ../wimboot
initrd install.bat                        install.bat
initrd ../winpeshl.ini                       winpeshl.ini
initrd ../media/Boot/BCD                     BCD
initrd ../media/Boot/boot.sdi                boot.sdi
initrd ../media/sources/boot.wim             boot.wim
boot

Vesa menu looks like this:
Code:
LABEL Server 2016 Installer
        MENU LABEL Server 2016 Installer
        KERNEL ../images/ipxe/IPXE.KRN dhcp && chain http://xxxxx/microsoft/pxe/server2016/boot.ipxe

Have tried booting ipxe iso in hyper-v, and issuing the dhcp && chain commands manually. Same result.

(2018-10-10 12:13)NiKiZe Wrote:  So you are using hyper-v Gen 1 since you are using legacy boot?

Is it windows 10 you are trying to boot?
which iPXE binary are you using (undionly.kpxe or something else)

What is the iPXE script you are using?

Have you tried without pxelinux?
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Issue with hyper-v - netfire - 2018-10-10, 08:24
RE: Issue with hyper-v - NiKiZe - 2018-10-10, 12:13
RE: Issue with hyper-v - netfire - 2018-10-10 18:10
RE: Issue with hyper-v - NiKiZe - 2018-10-10, 18:45
RE: Issue with hyper-v - netfire - 2018-10-10, 21:17
RE: Issue with hyper-v - NiKiZe - 2018-10-11, 18:50
RE: Issue with hyper-v - netfire - 2018-10-12, 00:39
RE: Issue with hyper-v - netfire - 2018-12-25, 03:01
RE: Issue with hyper-v - NiKiZe - 2018-12-25, 12:57



User(s) browsing this thread: 1 Guest(s)