Therefore I have to reinstall with this added in the syslinux.cfg ?
If I am adding it like this
7d01 is matching my ID, the installer is coming up with an error saying that the files are not found
Its a single line. My installed line looks like:
Bash
nuc12:~ # more /flash/syslinux.cfg
DEFAULT linux
PROMPT 0
LABEL linux
KERNEL /KERNEL
APPEND boot=UUID=779D-1827 disk=LABEL=Storage ssh i915.force_probe=!4626 xe.force_probe=4626
you can edit this by remounting /flash on the installed copy. (I am running 6.10)
e.g.
Bash
mount -o rw,remount /flash/syslinux.cfg
vi /flash/syslinux.cfg
mount -o ro,remount /flash/syslinux.cfg
sync
reboot
Suggest removing quiet if you are debugging.