danderson / netboot

Packages and utilities for network booting
Apache License 2.0
1.47k stars 181 forks source link

quick for archlinux not working #129

Open xchoice opened 3 years ago

xchoice commented 3 years ago
[DHCP] Offering to boot 54:bf:64:25:70:b2
[TFTP] Send of "54:bf:64:25:70:b2/2" to 192.168.1.113:1427 failed: "192.168.1.113:1427": sending OACK: client aborted transfer: User aborted the transfer
[TFTP] Sent "54:bf:64:25:70:b2/2" to 192.168.1.113:1428
[DHCP] Offering to boot 54:bf:64:25:70:b2
[HTTP] Sending ipxe boot script to 192.168.1.113:63346
[HTTP] Unknown file size for "kernel", boot will be VERY slow (can your Booter provide file sizes?)

[HTTP] Sent file "kernel" to 192.168.1.113:63346
[HTTP] Error getting file "initrd-0" (query "/_/file?name=initrd-0&type=initrd&mac=54%3Abf%3A64%3A25%3A70%3Ab2" from 192.168.1.113:63346): https://mirrors.kernel.org/archlinux/iso/latest/arch/boot/x86_64/archiso.img: Not Found
Arondight commented 2 years ago

hi, any solutions? @danderson

Arondight commented 2 years ago

oh, not same with me

[DHCP] Got valid request to boot e4:54:e8:c5:b8:f6 (X64)
[DHCP] Offering to boot e4:54:e8:c5:b8:f6
[DHCP] Ignoring packet from e4:54:e8:c5:b8:f6: packet is DHCPREQUEST, not DHCPDISCOVER
[HTTP] Get bootspec for e4:54:e8:c5:b8:f6 took 1.621µs
[HTTP] Construct ipxe script for e4:54:e8:c5:b8:f6 took 89.96µs
[HTTP] Sending ipxe boot script to 10.10.1.209:47269
[HTTP] Writing ipxe script to e4:54:e8:c5:b8:f6 took 11.517µs
[HTTP] handleIpxe for e4:54:e8:c5:b8:f6 took 192.868µs
[HTTP] Sent file "kernel" to 10.10.1.209:47269
[HTTP] Error getting file "initrd-0" (query "/_/file?name=initrd-0&type=initrd&mac=e4%3A54%3Ae8%3Ac5%3Ab8%3Af6" from 10.10.1.209:47269): https://mirrors.tuna.tsinghua.edu.cn/archlinux/iso/latest/arch/boot/x86_64/initramfs-linux.img: Forbidden
Arondight commented 2 years ago

everything is ok after I use mirror http://mirrors.ustc.edu.cn/archlinux/ instead of https://mirrors.tuna.tsinghua.edu.cn/archlinux.

also this issue should be closed because fc2840fa7b05c2f2447452e0dcc35a5a76f6acfa fixed this.