• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

What files are neccesary to make a disk bootable?

layne151

Senior member
I am not interested in the files that load cd rom drivers or mouse drivers, just the essential ones that MUST be there in order for the disk to be bootable?
 
autoexec
command
extract
fdisk
findramd
format
setramd


these are the ones that i have on the boot disk that i use. there are also alot of hidden files.




dam()
 
drvspace.binis for compressed drives. You might also see dblspace.bin or something similar which is also for compressed drives.
 
You need more than just files....you need the MBR to be bootable on the disk.

For a "bare" bootdisk, go into the DOS Prompt, insert a blank, formatted floppy disk and type sys a:. It will create the MBR, and copy the 3 required files, io.sys, msdos.dos and command.com
 
Back
Top