paperlined.org
sysadmin > boot > cd-resident > floppy_emulation
document updated 15 years ago, on Jul 19, 2008

full command-line Hiren's

  1. use WinImage to extract the stage1 boot floppy (Image > Boot Sector properties, Export)
  2. use WinImage to open that floppy .ima, and extract all the files into a new directory
  3. blank all of config.sys except for [EMM], [NOEMM], [COMMON], and this at the very top:
    [menu]
    menuitem=EMM, Load EMM (expanded memory manager)
    menuitem=NOEMM, Don't load EMM
    
  4. modify the top section of autoexec.bat to read:
    @echo off
    set path=
    set ramd=R
    set keyboard=US 
    startup all
    goto ramd
    
    or, for even less:
    @echo off
    set path=
    set ramd=R
    set keyboard=US 
    goto end
    
  5. in WinImage, do File>New, create a 1.44MB image
  6. extract all the files from the .iso (all ~700mb) into another folder
  7. now, use your bruning program (Nero, Roxio, whatever) to burn all the 700mb files, and using your new .ima file as the boot floppy

To use (these are valid for Hiren's 9.5)

Hiren's, driver-loading kept intact, but everything else is customized

Hiren's, drivers for one specific computer

See other