I find myself stuck trying to make linux mint 19 available from my wds.
I can boot windows, ubuntu, centos, debian, kali linux AND linux mint 18 with minimal problems but linux mint 19 just won't boot.
Curent menu file :
DEFAULT vesamenu.c32
PROMPT 0
MENU TITLE PXE Boot Menu
MENU INCLUDE pxelinux.cfg/graphics.conf
## Local Boot ##
LABEL local
menu label ^Boot Normally
localboot -1
Type 0x80
## Windows ##
LABEL wds
menu label Install Windows
KERNEL pxeboot.0
## Linux ##
LABEL LinuxMint18Cinnamon
MENU LABEL ^LIVE Linux Mint 18 Cinnamon
KERNEL /ISO/Mint18Cinnamon/casper/vmlinuz
APPEND boot=casper netboot=nfs nfsroot=192.168.1.6:/ISO/Mint18Cinnamon initrd=/ISO/Mint18Cinnamon/casper/initrd.lz
label Centos7
menu label ^Install Centos 7
KERNEL /Linux/Centos7/vmlinuz
APPEND initrd=/Linux/Centos7/initrd.img repo=nfs:192.168.1.6:/ISO/CentOS-7-x86_64-DVD-1810.iso
label Debian9.8
menu label ^Install Debian 9.8
kernel /Linux/Debian9.8/linux
append initrd=/Linux/Debian9.8/initrd.gz
label Ubuntu19.04
menu label ^Install Ubuntu 19.04
kernel /Linux/Ubuntu19.04/linux
append initrd=/Linux/Ubuntu19.04/initrd.gz
LABEL Kali Linux 2019
MENU LABEL ^Kali 2019
kernel /ISO/Kali2019/live/vmlinuz
append vga=normal boot=live netboot=nfs nfsroot=192.168.1.6:/ISO/Kali2019 initrd=/ISO/Kali2019/live/initrd.img
## TESTING ##
LABEL LinuxMint19Cinnamon
MENU LABEL ^Install Linux Mint 19 Cinnamon
KERNEL /ISO/Mint19Cinnamon/casper/vmlinuz
APPEND boot=casper netboot=nfs nfsroot=192.168.1.6:/ISO/Mint19Cinnamon initrd=/ISO/Mint19Cinnamon/casper/initrd.lz
Errors
Failed to start Set console font and keymap error
systemctl status console-setup.service
gives the same error, with an additionnal/bin/setupcon: 903: /bin/setupcon: cannot open /tmp/tempkbd.axcw04: No sush file
. Restartingconsole-setup.service
makes it work, but I am still stuck with no live mint.Failed to mount /tmp
systemctl status tmp.mount
saysMount process finished, but there is no mount.
andFailed with result "protocol"
. Restartingtmp.mount
does not change anything.
I've also tried configuring it the same way as the other distros, but I never go as far as Linux Mint 18's, so I'm not going to explain every last error they made.
I did try adding rw
at the end of the APPEND
, but it did not change anything. Also added root=/dev/nfs
and a combination of the two, but still the same errors.