Displaying 1 result from an estimated 1 matches for "ghostbootnet".
2004 Apr 12
1
Newbie RIS Replacement
...ests
b) dhcpd works fine and scope references 'filename
"/tftpboot/pxelinux.0";' to hand out pxe file
2) download a quick pxe prepared 2.88MB floppy
(http://www.fdos.org/ripcord/beta8h02/images/fd288mb.zip)
3) unzip the file (ramdskNT.img,newdos288.img)
4) mount my custom working ghostbootnet.img (mount -t vfat -oloop
ghostbootnet.img /mnt/floppy)
5) mount the DOS/vfat version of the 2.88MB floppy to shim in all the
files from my old floppy
a)Is this last step correct?
b)Why does it error? (mount -t vfat -oloop newdos288.img
/mnt/floppy/)
c)Are their any additional steps required aft...