BTFRDOS.img FREEDOS Superfloppy image is installed in the root of the directory from which the full XP BootImage XPRMU.img is made.
I used BOOT_IMG.exe to install BTFRDOS.img and to create the grub4dos boot option so that RAMDISK will have MultiBoot menu.
So BTFRDOS.img is part of the full XP BootImage which is loaded in 20 sec into RAMDISK.
There is no cd involved, since XPRMU.img is installed as grub4dos boot option on the Harddisk of your testmachine.
The boot.ini of the testmachine has e.g.
boot.ini
CODE
[boot loader]
timeout=20
default=multi(0)disk(0)rdisk(0)partition(1)\WINDOWS
[operating systems]
multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Microsoft Windows XP Professional" /noexecute=optin /fastdetect
C:\grldr="Start GRUB4DOS Menu"
menu.lst in root of test machine
CODE
title Boot XPRMU.img full XP BootImage from RAMDISK
map --mem (hd0,0)/XPRMU.img (hd0)
map --hook
root (hd0,0)
chainloader /ntldr
menu.lst in root of XPRMU.img
CODE
title Boot BTFRDOS.img SuperFLoppy Image file
find --set-root --ignore-floppies /BTFRDOS.img
map --mem /BTFRDOS.img (fd0)
map --hook
chainloader (fd0)+1
rootnoverify (fd0)
My testmachine has 2.5 GB RAM
The next thing I would like to do is also to decrease the size of the full XP BootImage,
so that it will be of general use.
The XPRMU.img file was created with latest hddimage.cmd of
oriensol and mounted with vdk using
CODE
vdk open * F:\hddimage04\images\XPRMU.pln /RW
http://www.boot-land.net/forums/index.php?showtopic=9033I used simply the quick format with FAT from XP Explorer so that it will be formatted with FAT16
I see
jaclaz has given already a lot of info on ERUNT