[quote=“Eli Kelly, post: 33173, member: 1152”]This is working pretty well for me. Much credit to others on this forum who came up with most of this…
[CODE]login && goto validate || goto return
:validate
iseq ${password} yourpasswordhere && goto MENU || goto return
:MENU
menu
item --gap – ---------------- iPXE boot menu ----------------
item ipxedemo ipxe online boot demo
item shell ipxe shell
item pe86 Generic WinPE x86
item lt86 MDT Lite Touch x86
item lt64 MDT Lite Touch x64
item ghost Ghost Boot
item dban Derek’s Boot and Nuke
item return return to previous menu
item hostinfo details about this computer
choose --default return --timeout 5000 target && goto ${target}
:ipxedemo
chain http://boot.ipxe.org/demo/boot.php ||
goto MENU
:shell
shell ||
goto MENU
:pe86
initrd http://${fog-ip}/ISO/pe86.iso
chain memdisk iso raw ||
goto MENU
:lt86
initrd http://${fog-ip}/ISO/lt86.iso
chain memdisk iso raw ||
goto MENU
:lt64
initrd http://${fog-ip}/ISO/lt64.iso
chain memdisk iso raw ||
goto MENU
:ghost
initrd http://${fog-ip}/ISO/ghost.iso
chain memdisk iso raw ||
goto MENU
:dban
initrd http://${fog-ip}/ISO/dban.iso
chain memdisk iso raw ||
goto MENU
:return
chain http://${fog-ip}/${fog-webroot}/service/ipxe/boot.php?mac=${net0/mac} ||
prompt
goto MENU
:hostinfo
echo This computer : ||
echo MAC address…${net0/mac} ||
echo IP address…${ip} ||
echo Netmask…${netmask} ||
echo Serial…${serial} ||
echo Asset number…${asset} ||
echo Manufacturer…${manufacturer} ||
echo Product…${product} ||
echo BIOS platform…${platform} ||
echo ||
echo press any key to return to Menu ||
prompt
goto MENU
autoboot
item return return to previous menu
choose --default return --timeout 5000 target && goto ${target}
:ipxedemo
chain http://boot.ipxe.org/demo/boot.php ||
goto MENU
:shell
shell ||
goto MENU
:return
chain http://${fog-ip}/${fog-webroot}/service/ipxe/boot.php?mac=${net0/mac} ||
prompt
goto MENU
autoboot[/CODE][/quote]
Is there a way to display Link Speed? 10Mbit 100Mbit 1000Mbit??
Or is there a very light boot disk that can do it???
I looked over at the ipxe.org site and could not find anything on link/media speed…
Any ideas???
Having this info helps reduce the time figuring out which PC is the bad one when there is very slow multicast…