Hi there,
I’m new to this forum and indeed this particular application. I’ve been tasked with setting up a bootable Linux ISO over PXE so the company I work for may use it to access guest machines that are likely themselves running Win7.
Here is my PXE boot menu configuration at its current state:
:MENU
menu
item --gap -- ---------------- iPXE boot menu ----------------
item ubuntu Ubuntu 16.04 Desktop
item shell ipxe shell
item return return to previous menu
choose --default return --timeout 15000 target && goto ${target}
:ubuntu
initrd http://${fog-ip}/fog/service/ipxe/Linux/ubuntu-16.04-desktop-amd64.iso
chain memdisk iso raw ||
goto MENU
:shell
shell ||
goto MENU
:return
chain http://${fog-ip}/${fog-webroot}/service/ipxe/boot.php?mac=${net0/mac} ||
prompt
goto MENU
autoboot
The configuration above successfully starts the iso, but when I select “Try without installing Ubuntu” (or basically any option, really) it continues to go and then all I get is "/init: line 7: can’t open/dev/sr0: No medium found
I’ve spent the last few hours making every possible link I could on Google purple, and can’t find a solid answer.
The system running fog is Linux Mint, and is a VM I access through vSphere. The guest machine in my scenario is another (basic) VM.
From what I’ve seen, some solutions involve physical problems such as USB3.0 vs USB2 sockets, etc.
I’m running out of hair from scratching my head, here, and I’m only 22! Some assistance would be incredibly appreciated.
Thank you for your time. I will try to reply as soon as possible to everyone.
Have a good day!