[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: PXE server



Hello again

Am 20.02.2016 um 18:04 schrieb Florian Nachbauer:
> Hi Philipp,
> 
> thank you very much for your support.
> 
> I changed my configuration to
> --------------------------------------------------------------------------
> LABEL Debian LiveCD
> MENU DEFAULT
> KERNEL ::/debianlive/live/vmlinuz
> APPEND root=/dev/nfs netboot=nfs boot=live toram=filesystem.squashfs
> nfsroot=192.168.7.1::/debianlive/live/ initrd=::/debianlive/live/initrd.img
> --------------------------------------------------------------------------
> 
> flori@microbian:/var/lib/tftpboot/debianlive/live$ ls -l
> insgesamt 1268080
> -r--r--r-- 1 root root      50375 Sep  8 23:02 filesystem.packages
> -r--r--r-- 1 root root        218 Sep  8 23:02 filesystem.packages-remove
> -r--r--r-- 1 root root 1260589056 Sep  8 23:01 filesystem.squashfs
> -r--r--r-- 1 root root   34760279 Sep  8 23:02 initrd.img
> -r--r--r-- 1 root root    3112432 Sep  8 23:02 vmlinuz
> 
> After the Kernel boots I get the failure: "no supported filesystem
> images found at /live"
> 
> Do you have one more hint for me how to solve the issue?

The :: shouldn't be there, only a single : in the nfsroot and none in
the other places.

Other than that, I guess the error is in your NFS setup.

You need to have a running NFS server and verified that it works.
You would need a line like

/var/lib/tftpboot/debianlive 192.168.7.0/24
(ro,async,no_root_squash,no_subtree_check)

in your /etc/exports and then your nfsroot parameter above should be
nfsroot=192.168.7.1:/var/lib/tftpboot/debianlive

Try mounting 192.168.7.1:/var/lib/tftpboot/debianlive on another linux
machine in the allowed subnet and make sure you can access the
"live"-folder inside as well as the squashfs therein.

Regards,
-- 
 .''`.   Philipp Huebner <debalance@debian.org>
: :'  :  pgp fp: 6719 25C5 B8CD E74A 5225  3DF9 E5CA 8C49 25E4 205F
`. `'`
  `-

Attachment: signature.asc
Description: OpenPGP digital signature


Reply to: