Ben's notes

Linux, Unix, network, radio...

User Tools

Site Tools


pcengines_apu_archlinux_pxe

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
Next revisionBoth sides next revision
pcengines_apu_archlinux_pxe [2014/12/30 13:43] – created adminpcengines_apu_archlinux_pxe [2016/12/24 16:34] – [PC Engines APU - install Archlinux over PXE] admin
Line 2: Line 2:
 ~~TOC~~ ~~TOC~~
 =====PC Engines APU - install Archlinux over PXE===== =====PC Engines APU - install Archlinux over PXE=====
 +  * Mount iso, copy files:<code>
 +cp /mnt/arch/boot/x86_64/archiso.img /tftpboot/arch/
 +cp /mnt/arch/boot/x86_64/vmlinuz /tftpboot/arch/
 +cp -r /mnt/* /var/www/html/arch/
 +</code>
   * PXE config example /tftpboot/pxelinux.cfg/default:<code>serial 0 115200   * PXE config example /tftpboot/pxelinux.cfg/default:<code>serial 0 115200
 default arch64 default arch64
Line 10: Line 15:
         KERNEL arch/vmlinuz         KERNEL arch/vmlinuz
         INITRD arch/archiso.img         INITRD arch/archiso.img
-        APPEND ip=dhcp archiso_http_srv=http://172.16.10.43 archisobasedir=/arch/arch console=ttyS0,115200n8+        APPEND ip=dhcp archiso_http_srv=http://<your server IP> archisobasedir=/arch/arch console=ttyS0,115200n8
         IPAPPEND 3</code>         IPAPPEND 3</code>
- 
pcengines_apu_archlinux_pxe.txt · Last modified: 2021/10/09 15:14 by 127.0.0.1