[Voyage-linux] Different PXE Server

Gustin Johnson (spam-protected)
Fri Aug 19 23:30:41 HKT 2011


My PXE config looks like this;

LABEL System Rescue CD "Live Image"
        LINUX systemrescue/rescuecd
        INITRD systemrescue/initram.igz
        APPEND scandelay=1 docache
netboot=nfs://192.168.1.10:/images/systemrescue setkmap=us toram
        TEXT
        SystemRescueCD network boot image (recovery)
        ENDTEXT

The 192.168.1.10 is also the PXE server, but it could be any machine.
You can also ignore the TEXT/ENDTEXT bit, it is just for the onscreen
menu (we have a customized FOG install that this is part of).

The Linux and INITRD options are paths that exist under the root of
the TFTP server.
The relevant line from the /etc/exports file:

/images/systemrescue
*(rw,sync,no_wdelay,insecure_locks,no_root_squash,insecure,no_subtree_check)

On Fri, Aug 19, 2011 at 8:22 AM, John Schultz <jschultz0614 at gmail.com> wrote:
> Network Services and Servers are as follows:
> PXE Server: Windows SBS 2003
> NFS Server: Debian 0.6.1a
>
> Current config for PXE that I am testing is:
>>
>> LABEL    sysrcd
>> MENU    DEFAULT
>> MENU    LABEL System Rescue Disk
>> KERNEL    linux/sysresccd/rescuecd
>> APPEND    initrd=linux/sysresccd/initram.igz
>> netboot=10.0.0.17:/export/sysrcd/sysrcd.dat
>
> Current exports file:
>>
>> # /etc/exports: the access control list for filesystems which may be
>> exported
>> #               to NFS clients.  See exports(5).
>> #
>> # Example for NFSv2 and NFSv3:
>> # /srv/homes       hostname1(rw,sync,no_subtree_check)
>> hostname2(ro,sync,no_subtree_check)
>> #
>> # Example for NFSv4:
>> # /srv/nfs4        gss/krb5i(rw,sync,fsid=0,crossmnt,no_subtree_check)
>> # /srv/nfs4/homes  gss/krb5i(rw,sync,no_subtree_check)
>> #
>> /export *(rw,sync,no_root_squash)
>
> I do get an error stating:
>>
>> searching for /sysrcd.dat on devices...
>> !! Cannot find device with /sysrcd.dat. Retrying...
>> !! Cannot find device with /sysrcd.dat. Retrying...
>> !! Cannot find device with /sysrcd.dat. Retrying...
>> !! Cannot find device with /sysrcd.dat. Retrying...
>> !! Cannot find device with /sysrcd.dat.
>> !! Running a mini shell ( cannot complete the boot process)
>
> Do I have my config set up properly? am I missing something?
>
> Thanks,
> John
>
>
> On Wed, Aug 17, 2011 at 18:01, Gustin Johnson <gustin at meganerd.ca> wrote:
>>
>> What platform are you using for the NFS server?
>
>




More information about the Voyage-linux mailing list