You are not logged in.

#1 2023-12-19 14:55:21

Melv1n
Member
Registered: 2023-12-13
Posts: 9

[SOLVED] ipxe and archlinux issue

Hello,

I'm having a problem with my Arch Linux installation. I'm using iPXE, and it works well with other systems like Debian and Ubuntu, obtaining its IP address through DHCP.

However, when trying to load Arch Linux, I get the following error:

Here is my code:


IP-Config: eth0 hardware address xx:xx:xx:xx:xx:xx mtu 1500 DHCP RARP
ERROR; Failed to configure network
Falling back to interactive prompt...

Here is my code:

#!ipxe
:retry
kernel http://{{mirrorurl}}/iso/latest/arch/boot/x86_64/vmlinuz-linux ip=dhcp vmlinuz-linux initrd=amd-ucode.img initrd=intel-ucode.img initrd=initramfs-linux.img cms_verify=y  archiso_http_srv=http://{{mirrorurl}}/iso/latest/ archisobasedir=arch net.ifnames=0 script={{os_script_folder_url}}/{{mac | replace(':','-') | lower }}/kickstart.j2 || goto retry
initrd http://{{mirrorurl}}/iso/latest/arch/boot/intel-ucode.img || goto retry
initrd http://{{mirrorurl}}/iso/latest/arch/boot/amd-ucode.img || goto retry
initrd http://{{mirrorurl}}/iso/latest/arch/boot/x86_64/initramfs-linux.img  || goto retry
boot

I've tried using DHCP, BOOTP, and even attempted to set a static IP (which works, but I can't add a nameserver). Can someone help me troubleshoot and fix this issue?

Last edited by Melv1n (2024-01-03 08:37:41)

Offline

#2 2023-12-20 13:01:12

Lone_Wolf
Forum Moderator
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 11,964

Re: [SOLVED] ipxe and archlinux issue


Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.


(A works at time B)  && (time C > time B ) ≠  (A works at time C)

Offline

#3 2023-12-20 13:06:40

Melv1n
Member
Registered: 2023-12-13
Posts: 9

Re: [SOLVED] ipxe and archlinux issue

yes but that no solve my trouble :')

Offline

#4 2023-12-30 10:18:18

Lone_Wolf
Forum Moderator
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 11,964

Re: [SOLVED] ipxe and archlinux issue

for clarity :

your pxe server has the correct archlinux entries in /tftpboot/pxelinux.cfg/default ?

This is probably beyond my skill level and the forum doesn't look like the appropriate place .

I don't know who could help, but the members of the releng project may be able to help or get you in contact with people that can.

Try asking on Arch-releng mailing list .

Last edited by Lone_Wolf (2023-12-30 10:18:39)


Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.


(A works at time B)  && (time C > time B ) ≠  (A works at time C)

Offline

#5 2024-01-03 08:37:16

Melv1n
Member
Registered: 2023-12-13
Posts: 9

Re: [SOLVED] ipxe and archlinux issue

Finaly i have found !

this one work

 ip=192.168.1.2 (private ip):::::eth0:bootp

.

my archlinux succesfull get every time his ip and dns ip too.

Offline

Board footer

Powered by FluxBB