home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / os / mswindo / programm / win32 / 772 < prev    next >
Encoding:
Text File  |  1992-09-01  |  1.7 KB  |  49 lines

  1. Newsgroups: comp.os.ms-windows.programmer.win32
  2. Path: sparky!uunet!sun-barr!ames!pacbell.com!rtech!ingres!rion
  3. From: rion@Ingres.COM (Rion Cassidy (x3357) OGT)
  4. Subject: Re: Experiment in booting NT
  5. Message-ID: <1992Sep2.015911.14745@pony.Ingres.COM>
  6. Reply-To: rion@Ingres.COM (Rion Cassidy )
  7. Organization: Ask Computer Systems Inc., Ingres Division, Alameda CA 94501
  8. References: <137670012@hpfcso.FC.HP.COM> <1992Sep1.212732.21992@jato.jpl.nasa.gov>
  9. Date: 2 Sep 92 01:59:11 GMT
  10. Lines: 37
  11.  
  12. I posted this before, but a lot of people just tune in for a quick question
  13. and didn't see it the first time.  The flexboot question keeps coming up
  14. so here's the answer again:
  15.  
  16.  
  17.  
  18. It's a relatively simple matter to get the boot sector back in the right 
  19. place, but the files you'll need are on the NT CD, not on your hard disk.  I 
  20. suggest that you put them in a FAT partition NOW so that you can get things 
  21. fixed quickly after a disk crash.  Even if you can reinstall NT quickly, the 
  22. configuration can be very time consuming.
  23.  
  24. On the NT CD, go to the directory \dos2nt\install.  You will need the 
  25. following files:
  26.  
  27. saveboot.sec
  28. ntboot.sec
  29. insert.sec
  30. debug.exe
  31.  
  32. Create a batch file that contains the following:
  33.  
  34. ren bootsec.dos btsecdos.bak
  35. debug < saveboot.sec
  36. debug ntboot.sec < insert.sec
  37.  
  38. This similar to what "NT2DOS.BAT" does, but obviously we want to skip copying 
  39. all those files.
  40.  
  41. This worked for me and saved the time and trouble of having to reinstall all 
  42. of NT again.  Keep in mind that this is designed to work ONLY where the files 
  43. are all there, but the boot sector is misplaced.
  44.  
  45. I guess the good folks at MicroSoft forgot about people's disks crashing and 
  46. didn't think to provide this batch file.
  47.  
  48. Rion Cassidy
  49.