home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 July / CMCD0704.ISO / Software / Complet / FreeDOS / fdbootcd.iso / FREEDOS / DOCS / MOREINFO / DUALBOOT.TXT < prev    next >
Text File  |  2004-01-31  |  1KB  |  33 lines

  1. It is possible to install a dualboot between FreeDOS and Windows.
  2.  
  3. MS-dos, Windows 95/98/98SE/ME (Millennium Edition):
  4.  
  5. *have your Microsoft operating system installed.
  6. *install FreeDOS. do NOT install bootsector.
  7. *save the Microsoft Bootsector by running COPYBS C: C:\BOOTSECT.BIN
  8.  This creates the file bootsect.bin
  9. *obtain from the freedos bootdisk both meta-all.sys and metaboot.bot
  10.  
  11. *Create the MetaKern bootloader entries
  12.  (defaults to first added bootsector):
  13.  COPY /B META-ALL.SYS + BOOTSECT.BIN + METABOOT.BOT C:\METAKERN.SYS
  14.  
  15. *Write the FreeDOS bootsector to C:, and specify 
  16.  the name for the above created "kernel" file:
  17.  SYS C: C: BOOTONLY /K METAKERN.SYS
  18.  
  19.  
  20. Windows NT/2000/XP:
  21.  
  22. *C: needs to be FAT or FAT32, not NTFS or Dynamic Disk
  23. *install FreeDOS to c:\fdos for example.
  24. *add a line to c:\boot.ini:
  25.  echo C:\FREEDOS.BIN = load FreeDOS beta9 >> c:\boot.ini
  26.  
  27. *write FreeDOS bootsector to c:\freedos.bin:
  28.  SYS C: C: C:\FREEDOS.BIN
  29.  
  30. * now the NT bootmenu displays the option to load FreeDOS.
  31.  
  32.  
  33.