/ip dhcp-server network
add address=192.168.180.0/24 boot-file-name=pxelinux.0 dns-server=192.168.180.1 gateway=192.168.180.1 next-server=192.168.180.55
Download the Ubuntu 24.04 Netboot tarball and extract it to /srv/tftp
.
Open pxelinux.cfg/default
and add the console=ttyS0,115200n8
to the APPEND
line:
DEFAULT install
LABEL install
KERNEL vmlinuz
INITRD initrd
APPEND root=/dev/ram0 console=ttyS0,115200n8 ramdisk_size=1500000 ip=dhcp url=https://releases.ubuntu.com/focal/ubuntu-20.04.6-live-server-amd64.iso ---