Boot FAILED!

RaveMaker
Posts: 204
Joined: 21 Mar 2013, 20:11

Re: Boot FAILED!

Post by RaveMaker » 21 Aug 2013, 15:42

The line you have added is the wrong one,
add to /etc/exports:

Code: Select all

/tftpboot/er/shares      *(ro,sync,no_wdelay,insecure_locks,no_root_squash,insecure)
and save the file.

after you have done that run the next command as root:

Code: Select all

ln -s /deployment/tftp/ /tftpboot
You need to purchase a live support account and only then you can open a live support ticket.

commguy
Posts: 57
Joined: 20 Aug 2013, 06:38
Contact:

Re: Boot FAILED!

Post by commguy » 23 Aug 2013, 05:14

I had the exact same issue a couple of times for different reasons.

The first time I ran into this it was because tftpd-hpa didn't install correctly, when I reinstalled the package everything was working fine.

The second time I ran into this it was because only root had permission to read the files. Once I chmod'd the files with 755 (may not be entirely correct) the files moved right over.

hope that helps.

ctugt
Posts: 8
Joined: 18 Aug 2013, 13:29

Re: Boot FAILED!

Post by ctugt » 28 Aug 2013, 20:55

Admin wrote: You need to purchase a live support account and only then you can open a live support ticket.
cant find the link... were can is buy such ticket

Post Reply