http://www.lpacomputers.telinco.co.uk/ The bottom link at the above page is the Unvervsal Boot Disk. I was able to boot with the floppy it created and launch I386\winnt.exe from an NTFS partition. Download the zipfile, extract the contents to a folder, put a blank floppy in the drive and run MAKEUBD.BAT. My system froze up during the loading of the CD-ROM driver. If you have the same problem, delete this from the autoexec.bat: IF NOT EXIST %RAMD%:\CDROM.BAT GOTO IOMEGA ECHO. CHOICE Load CD-ROM driver (2 Ä with custom drivers) /C:012 /T:1,3 IF ERRORLEVEL 3 SET CDROMCMD=/C IF ERRORLEVEL 2 CALL %RAMD%:\CDROM.BAT %CDROMCMD% SET CDROMCMD= It's a pretty slick setup as far as floppy boot disks go. It's probably overkill for the simple task of launching winnt.exe but there are quite of few useful utilities. For myself, I'm going to slim it down somewhat to get rid of the things I won't use.