Jump to content

Diskless setup failed error in 0810 beta: Difference between revisions

From LinuxMCE
Purps (talk | contribs)
New page: Should you receive the error "Diskless setup failed" when trying to netboot your MDs for the first time, try the following... Edit /usr/pluto/bin/files.d/fstab-diskless by running... sud...
 
No edit summary
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
Should you receive the error "Diskless setup failed" when trying to netboot your MDs for the first time, try the following...
'''This has been fixed since Oct 09'''
 
Should you receive the error "Diskless setup failed" when trying to netboot your MDs, try the following...


Edit /usr/pluto/bin/files.d/fstab-diskless by running...
Edit /usr/pluto/bin/files.d/fstab-diskless by running...
Line 7: Line 9:
...on line 28 has a double quote at the end. If it does not, add one! So that it looks like this...
...on line 28 has a double quote at the end. If it does not, add one! So that it looks like this...
  mkdir -p "${Parm_RootLocation}/var/spool/asterisk"
  mkdir -p "${Parm_RootLocation}/var/spool/asterisk"
...and then save and restart the core (just to be on the safe side), and try netbooting your MD again.
...and then save the file and restart the core (just to be on the safe side). Now try netbooting your MD again.

Latest revision as of 13:59, 12 December 2009

This has been fixed since Oct 09

Should you receive the error "Diskless setup failed" when trying to netboot your MDs, try the following...

Edit /usr/pluto/bin/files.d/fstab-diskless by running...

sudo kate /usr/pluto/bin/files.d/fstab-diskless

...and check that the last line...

mkdir -p "${Parm_RootLocation}/var/spool/asterisk

...on line 28 has a double quote at the end. If it does not, add one! So that it looks like this...

mkdir -p "${Parm_RootLocation}/var/spool/asterisk"

...and then save the file and restart the core (just to be on the safe side). Now try netbooting your MD again.