home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / os / mswindo / programm / win32 / 717 < prev    next >
Encoding:
Internet Message Format  |  1992-08-27  |  2.5 KB

  1. Path: sparky!uunet!elroy.jpl.nasa.gov!ucla-cs!ucivax!orion.oac.uci.edu!cerritos.edu!ladwp!marc
  2. Newsgroups: comp.os.ms-windows.programmer.win32
  3. Subject: Re: Boot Problems - NTLDR
  4. Message-ID: <638@dwp.la.ca.us>
  5. From: marc@dwp.la.ca.us (Marc Hall x4735)
  6. Date: 27 Aug 92 14:28:08 GMT
  7. References: <636@dwp.la.ca.us>
  8. Organization: Los Angeles Dept. of Water & Power
  9. Lines: 70
  10.  
  11.  
  12. >   I have installed Windows NT on the D: drive of an IBM PS/2 Model 70
  13. >using the dos2nt utility. The CD was installed in an IBM RS/6000 cd-rom 
  14. >device and mounted with the following command (actually via smit)
  15.  
  16. >  mount -v'cdrfs' -r'' /dev/cd0 /nt
  17.  
  18. >   The /nt directory was exported by the RS/6000 and mounted as Drive E:
  19. >on the PS/2 via PC-NFS 4.0.
  20.  
  21. >   The following commands were then issued from the PS/2
  22.  
  23. >   cd e:\dos2nt
  24. >   dos2nt d:
  25.  
  26. >   This appeared to be succesful and installed the Windows NT into the
  27. >d:\winnt and d:\mstools. I then performed the steps 3-6 outlined in 
  28. >Section 2.2 (Alternate Installation - DOS2NT) of the July 1992 hardcopy 
  29. >release notes modifying the registry.ini, boot.ini, hal.dll and 
  30. >d:\winnt\system\config\system to conform to the above setup.
  31.  
  32. >   Step 7 (Create Registry) states to reboot the system, when I do I get
  33. >the following error message
  34.  
  35. >   BOOT: Couldn't find NTLDR
  36. >   Please insert another disk
  37.  
  38.  
  39.     I found the soulution to my problem and wonder why this problem hasn't
  40. been mentioned in the past.
  41.  
  42.     In the script file dos2nt.bat the in the dos2nt directory on the cd is
  43. the line
  44.  
  45.     copy .\ntldr c:\
  46.  
  47. This is attempting to copy dos2nt\ntldr to c drive. On my cd dos2nt\ntldr does
  48. not exist but dos2nt\ntldr. does. So I copied it manually to c:\ and I am
  49. able to boot in Windows NT.
  50.  
  51.  
  52.     New problems
  53.  
  54.      When Windows NT boots for the first time I get the following 3 messages 
  55.      displayed
  56.  
  57.      1) NtOpenKey[\Registry\User\.Default\Environment] failed 
  58.         [Status == c0000034
  59.  
  60.      2) NtOpenKey[\Registry\User\.Default\ProgramGroups] failed 
  61.         [Status == c0000034
  62.  
  63.      2) NtOpenKey[\Registry\User\.Default\Software\Microsoft\WindowsNT\
  64.                    CurrentVersion\ProgramManager\Settings] failed 
  65.         [Status == c0000034
  66.  
  67.  
  68.      When Windows NT boots from this point on the Program Groups are not
  69.      found and I an booted into the Program Manager with no icons displayed.
  70.  
  71.  
  72.      Any clues ??
  73.  
  74.      Marc
  75.  
  76. -- 
  77.                            Marc Hall    213-481-4735
  78.                      Engineering Computer Support & Development
  79.                        Los Angeles Dept. of Water & Power
  80.                             marc@manta.dwp.la.ca.us
  81.