2018-05-03, 13:42
Hello,
I have a problem with my ipxe server.
I want to do an entry for system rescue CD, so i have download the iso from the website, i mount it for to take the files "rescue32" "rescue64" "initram.igz" in my tftp folder and "sysrcd.md5 and "sysrcd.dat" on my web server.
I do an entry on my menu ipxe (i replace my server ip by "IpServer") :
:rescueCD64
kernel /images/sysresccd/rescue64 dodhcp setkmap=fr scandelay=1 netboot=http://IpServer/sysrcd.dat
initrd /images/sysresccd/initram.igz
boot || goto failed
when i select this entry, kernel is download, initrd too but after i have problem :
It's like there is no network...
Could you help me to understand this problem?
Thanks alot
I have a problem with my ipxe server.
I want to do an entry for system rescue CD, so i have download the iso from the website, i mount it for to take the files "rescue32" "rescue64" "initram.igz" in my tftp folder and "sysrcd.md5 and "sysrcd.dat" on my web server.
I do an entry on my menu ipxe (i replace my server ip by "IpServer") :
:rescueCD64
kernel /images/sysresccd/rescue64 dodhcp setkmap=fr scandelay=1 netboot=http://IpServer/sysrcd.dat
initrd /images/sysresccd/initram.igz
boot || goto failed
when i select this entry, kernel is download, initrd too but after i have problem :
It's like there is no network...
Could you help me to understand this problem?
Thanks alot