[syslinux] pxe + memdisk ..??

Blaauw,Bernd B. B.Blaauw at student.fontys.nl
Thu Aug 26 04:24:01 PDT 2004


put the disk image in /diskless.
That should work. Mine is called fdboot.img, as on the FreeDOS cdrom.
Best scenario for testing PXE is to get MEMTEST86+ working
(www.memtest.org), and then try MEMDISK + (Win98)bootdisk image.

my example below shows a Bochs harddisk image being loaded (cdrv.img)

Bernd Blaauw



F:.
|   memdisk
|   memtest
|   pxelinux.0
|   fdboot.img
|   
\---pxelinux.cfg
        default

prompt 0
default 3
ontimeout 3
timeout 150
# standard FreeDOS bootdisk, 360KB, GZIP compressed (www.gzip.org)
label 0
    kernel memtest
label 1
    kernel memdisk
      append initrd=win98.img
label 2
    kernel memdisk
      append initrd=fdboot.img
label 3
    kernel memdisk
      append initrd=cdrv.img


----------------------------------------------------------------
Op deze e-mail zijn de volgende voorwaarden van toepassing:

http://www.fontys.nl/disclaimer

The above disclaimer applies to this e-mail message.
----------------------------------------------------------------




More information about the Syslinux mailing list