could not pxe boot (input/output error) when do multicast
-
@dvchuyen What port does the client think it’s connecting to?
In other words, please create your multicast task (and get it running while still staying “on”).
Go to the URL:
http://192.168.1.252/fog/service/boot.php?mac=<mac of relevant host with colons>
What’s the output in the browser?
-
@Tom-Elliott I don’t know how to check port on client, this is my Multicast setting
I got 404 Not Found when access the url. I go to service folder and cannot find boot.php file
-
@dvchuyen what url?
-
@Tom-Elliott
http://192.168.1.252/fog/service/boot.php?mac=<mac of relevant host with colons> -
@dvchuyen Did you change the <mac of relevant host with colons> part?
-
@Tom-Elliott
Of course…
Am I missing something ?
-
@dvchuyen Sorry, after service but before boot.php add /ipxe/
so 192.168.1.252/fog/service/ipxe/boot.php?mac=macaddresshere
-
@Tom-Elliott
Thanks,#!ipxe set fog-ip 192.168.1.252 set fog-webroot fog set boot-url http://${fog-ip}/${fog-webroot} kernel bzImage32 loglevel=4 initrd=init_32.xz root=/dev/ram0 rw ramdisk_size=127000 keymap= web=192.168.1.252/fog/ consoleblank=0 rootfstype=ext4 rootfstype=ext4 mac=00:0c:29:bf:57:4a ftp=192.168.1.252 storage= storageip= web=192.168.1.252/fog/ osid= consoleblank=0 irqpoll hostname=000c29bf574a isdebug=yes imgfetch init_32.xz boot```
-
@dvchuyen and this is a mac address who’s waiting for multicast to occur?
-
@Tom-Elliott Yes, it is
00:0c:29:bf:57:4a
If you don’t mind, could you teamviewer and check ? Thanks!