ubuntu 19.04
dual xeon e5620
fog 157
recently I had to redo my linux machine
I get this error “no such file or directory” no matter what permissions i give to the folder with the boot images in it.
I have previously had great success with the same config prior to reinstalling and made every note to insure a seamless reinstall yet, no luck
with that said the regular fog stuff works just fine, but my tools are used often and are very important in my environment.
my external tools sit in a folder that i have created
Here is the info of the command = ls -la
drwxr-xr-x 8 www-data www-data 4096 Oct 16 16:35 .
drwxr-xr-x 5 root root 4096 Oct 1 21:38 …
drwxr-xr-x 12 www-data www-data 4096 Apr 26 2018 18.04_64
drwxr-xr-x 3 www-data www-data 4096 Oct 1 20:14 centos
drwxr-xr-x 12 www-data www-data 4096 Apr 26 2018 kubuntu-18.04-desktop-amd64
drwxr-xr-x 11 www-data www-data 4096 Apr 26 2018 kubuntu-18.04-desktop-i386
drwxr-xr-x 2 www-data www-data 4096 Oct 16 16:35 mac
drwxr-xr-x 3 www-data www-data 4096 Oct 15 19:39 pmagic
Here is the error,
my exports:
/images *(ro,sync,no_wdelay,no_subtree_check,insecure_locks,no_root_squash,insecure,fsid=0)
/images/dev *(rw,async,no_wdelay,no_subtree_check,no_root_squash,insecure,fsid=1)
/images2 *(ro,sync,no_wdelay,no_subtree_check,insecure_locks,no_root_squash,insecure,fsid=2)
/images2/dev *(rw,async,no_wdelay,no_subtree_check,no_root_squash,insecure,fsid=3)
#/var/www/html/bootimgs *(ro,sync,no_wdelay,insecure_locks,no_root_squash,insecure)
/opt/bootimgs *(ro,sync,no_wdelay,insecure_locks,no_root_squash,insecure)
My parameters:
kernel http://${fog-ip}/bootimgs/18.04/casper/vmlinuz
initrd http://${fog-ip}/bootimgs/18.04/casper/initrd.lz
imgargs vmlinuz.efi root=/dev/nfs boot=casper netboot=nfs nfsroot=${fog-ip}:/bootimgs/18.04/ locale=en_US.UTF-8 keyboard-configuration/layoutcode=la mirror/country=US
boot || goto failed
goto start
am i missing something?