On Monday 28 April 2008 17:43:14 Sean Cody wrote: > On 28-Apr-08, at 9:58 AM, Chantal Rosmuller wrote: > > in directory /bsd the files pxeboot and bsd.rd are stored > > Here is the clue. > > > open(tftp:/etc/boot.conf): Operation not permitted > > boot> > > booting tftp:/bsd: open tftp:/bsd: Unknown error: code 60 > > failed(60). will try /obsd > > boot> > > booting tftp:/obsd: open tftp:/obsd: Operation not permitted > > failed(1). will try /bsd.old > > boot> > > booting tftp:/bsd.old: open tftp:/bsd.old: Unknown error: code 60 > > failed(60). will try /bsd > > boot> > > booting tftp:/bsd: open tftp:/bsd: Unknown error: code 60 > > failed(60). will try /obsd > > boot> > > booting tftp:/obsd: open tftp:/obsd: Operation not permitted > > failed(1). will try /bsd.old > > boot> > > booting tftp:/bsd.old: open tftp:/bsd.old: Unknown error: code 60 > > failed(60). will try /bsd > > Turning timeout off. > > The problem is the boot loader can't find a kernel to run. > In the above you said /bsd contains 'pxeboot' and 'bsd.rd'... Notice > in the above the bootloader wasn't searching for bsd.rd. > A quick symlink will fix that: > ln -s /bsd/bsd.rd /bsd/bsd > If that doesn't work (or you don't get the symlink), just rename > bsd.rd to one of the items in the search list (see above).
Thanks Sean, unfortunately both methods didn't work, I still get booting tftp:/bsd: open tftp:/bsd: Unknown error: code 60 _______________________________________________ Soekris-tech mailing list [email protected] http://lists.soekris.com/mailman/listinfo/soekris-tech
