Diskless booting
by lattimro from LinuxQuestions.org on (#5S2X1)
I am trying to follow this but instead dhcp and tftp I use dnsmasq
dmnasq.conf:
...
Code:tftp-root=/netboot/nfs/PXEnetboot/nfs/PXE/pxelinux.cfg/default:
Code:kernel /images/ubuntucurrent/vmlinuz-5.13.0-21-generic
append root=/dev/nfs initrd=/images/ubuntucurrent/initrd.img-5.13.0-21-generic nfsroot=192.168.1.4:/netboot/nfs/PXE/images/ubuntucurrentshowmount -e:
Code:/netboot/nfs *ls /netboot/nfs/PXE/images/ubuntucurrent:
Code:initrd.img-5.13.0-21-generic vmlinuz-5.13.0-21-generic
I am stuck at /dev/nfs I think and I am getting this:
Attached Thumbnails
dmnasq.conf:
...
Code:tftp-root=/netboot/nfs/PXEnetboot/nfs/PXE/pxelinux.cfg/default:
Code:kernel /images/ubuntucurrent/vmlinuz-5.13.0-21-generic
append root=/dev/nfs initrd=/images/ubuntucurrent/initrd.img-5.13.0-21-generic nfsroot=192.168.1.4:/netboot/nfs/PXE/images/ubuntucurrentshowmount -e:
Code:/netboot/nfs *ls /netboot/nfs/PXE/images/ubuntucurrent:
Code:initrd.img-5.13.0-21-generic vmlinuz-5.13.0-21-generic
I am stuck at /dev/nfs I think and I am getting this:
Attached Thumbnails