Floppy image opnemen als optie in boot.ini (via GRUB)

Dit kan door gebruik te maken van grub4dos:

C:\GRLDR="GRUB laden"
# This is a sample menu.lst file. You should make some changes to it.
# The old install method of booting via the stage-files has been removed.
# Please install GRLDR boot strap code to MBR with the bootlace.com
# utility under DOS/Win9x or Linux.

color black/cyan yellow/cyan
timeout 30
default /default

title Systeem starten
find --set-root /ntldr
chainloader /ntldr

title Floppy image starten
map --mem /floppy.img (fd0)
map --hook
chainloader (fd0)+1
rootnoverify (fd0)
map --floppies=1
boot

title herstarten
reboot

title uitzetten
halt

Zie ook GNU GRUB Manual 0.97 voor commando's in menu.lst en README_GRUB4DOS.txt in de download van grub4dos.

/3GB switch

The Old New Thing - Kernel address space consequences of the /3GB switch
Say No to /3GB in boot.ini