home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / os / mswindo / programm / win32 / 1846 < prev    next >
Encoding:
Internet Message Format  |  1992-11-08  |  2.3 KB

  1. Xref: sparky comp.os.ms-windows.programmer.win32:1846 comp.os.ms-windows.misc:4413 comp.os.ms-windows.programmer.misc:3279 misc.forsale.computers:39462
  2. Path: sparky!uunet!ogicse!news.u.washington.edu!tad
  3. From: tad@wrq.com (Tad Marshall)
  4. Newsgroups: comp.os.ms-windows.programmer.win32,comp.os.ms-windows.misc,comp.os.ms-windows.programmer.misc,misc.forsale.computers
  5. Subject: Re: HELP ME!!!
  6. Message-ID: <1992Nov7.001255.1896@u.washington.edu>
  7. Date: 7 Nov 92 00:12:55 GMT
  8. Article-I.D.: u.1992Nov7.001255.1896
  9. References: <1992Nov4.160103.27714@cs.wayne.edu> <1992Nov4.162950.12374@eng.ufl.edu> <Nov04.224920.52591@yuma.ACNS.ColoState.EDU>
  10. Sender: news@u.washington.edu (USENET News System)
  11. Distribution: usa
  12. Organization: Walker Richer & Quinn, Inc., Seattle, WA
  13. Lines: 30
  14.  
  15. In article <Nov04.224920.52591@yuma.ACNS.ColoState.EDU> kyoder@lamar.ColoState.EDU (Kenneth Yoder) writes:
  16. >In article <1992Nov4.162950.12374@eng.ufl.edu> jason@hal.eel.ufl.edu (Jason Nadrowski) writes:
  17. >>Is this possible?
  18. >>
  19. >>Can I have a triboot feature where NT,OS/2,&DOS are chosen at power on
  20. >>and thus pick either of the three to go into?  If so how?
  21. >
  22. >I want to do the same thing (great for comparing features, speed, etc.).  I 
  23. >know OS2 allows for multiple boot partitions, but will NT work with this.  I 
  24. >would guess there are others out there with the same idea so posts to the net 
  25. >would be great.
  26.  
  27. Here's one method that worked for me.  I installed DOS and Windows onto an
  28. empty partition.  I installed OS/2 over this as a same-partition install
  29. (I think IBM calls this DualBoot) -- this is the method that does not involve
  30. extra partions, but requires to choose your next operating system WHEN YOU
  31. SHUT DOWN instead of when you boot.  This resulted in BOOT.DOS and BOOT.OS2
  32. files being created, containing the DOS and OS/2 boot sectors.
  33.  
  34. I then booted into DOS and installed NT.  This copied the DOS boot sector to
  35. BOOTSECT.DOS and replaced the physical boot sector with an NT boot sector.  I
  36. then used debug to grab a copy of the NT boot sector (debug;l cs:100 2 0 1;
  37. rcx 200;nboot.nt;w), and copied the resulting file over the BOOT.DOS file.
  38.  
  39. When I next boot up, if set for OS/2 I boot into OS/2; if set for DOS, I boot
  40. up into the NT boot loader, which lets me choose between DOS and NT.
  41.  
  42. Others may have more clever methods, but this one works for me.
  43.  
  44. -- Tad
  45.