Displaying 1 result from an estimated 1 matches for "ntfs30r".
Did you mean:
ntfs3
2004 Apr 29
0
Pxelinux/memdisk with Universal TCP/IP Network Bootdisk floppy
...image, by mounting the file on a linux computer (mount -t vfat -o loop
Win98tcp.img Win98tcp).
I added mem.exe to the files.cab, using EXTRACT.EXE and CABARC.EXE from
http://support.microsoft.com/default.aspx?scid=KB;en-us;310618 I also added
ntfsdos.exe from http://www.sysinternals.com/files/ntfs30r.zip.
I added emm386.exe to the floppy image, and added the following to
CONFIG.SYS
device=emm386.exe /noems
I use pxegrub from grub 0.94 on my tftp server, I have the following in my
GRUB menu:
title Win98 Network Bootdisk
root (nd)
kernel /memdisk
initrd /Win98tcp.img
The memdisk is from sy...