Windows Help
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Dev Shed ForumsOperating SystemsWindows Help

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
  #1  
Old October 17th, 2003, 10:10 AM
macrohard macrohard is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Feb 2003
Posts: 100 macrohard User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 4 h 6 m 44 sec
Reputation Power: 6
Win2k Server Stop Codes During Clean Install

Hello,
I am having a lot of trouble trying to install Windows 2000 Server. I am currently trying to dual-boot this with XP Pro. I wanted to set it up so XP Pro was on my C: partition (beginning of physical disk) and 2k Server was on my E: partition (end of physical disk). (I have a D: partition which is just a cache of media files and contains all of my backed up stuff.) Both C: and E: had been formatted using the NTFS (Quick) format option on the XP Pro installation cd, since Win2k doesn't offer that option. NOTE: I have not installed Windows XP yet. I then rebooted my computer and tried to install Windows 2000 Server. The core setup files copied to my HDD and then asked me to reboot. I did so, and it displayed the Win2k Server splash screen for a second, and then gave me the following STOP code:
***STOP: 0x0000007B
INACCESSIBLE_BOOT_DEVICE
This happens every time I try to start Win2k. I even tried setting it up at the partition at the beginning of the disk, but it still failed. When I tried starting up in Safe Mode, it shows a "Please wait" message and then hangs. One last thing, when I turn my computer on, a bootloader appears, giving me <1 second to select the only option there "Microsoft Windows 2000 Server." I tried going into the recovery console to do a FIXMBR and FIXBOOT but it didn't help, and now I am here. Thank you all for your consideration in this matter and please try to understand the severity of my situation.

O yea, CHKDSK /F returned no errrors, and I am NOT using a SCSI hard drive.

P.S.: My Win2k Server CD won't boot on its own; I had to make 4 bootable floppies using a utility on the CD. Is there any way to put all four of these together into a bootable image and place that onto the CD and boot from that?

Last edited by macrohard : October 17th, 2003 at 10:19 AM.

Reply With Quote
  #2  
Old December 7th, 2003, 05:11 AM
ndutyme ndutyme is offline
Junior Member
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Dec 2003
Location: Nashville
Posts: 1 ndutyme User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Send a message via AIM to ndutyme
Lightbulb RE: Win2k Server Stop Codes During Clean Install

Hey Macrohard,

I just had a similar problem happen to me. I was looking all over the internet to find a fix for it. I found one!

Here was my situation:
I was trying to build a trouble-shooting box that would boot to Win98, Win2K & WinXP. I started with Win98. With a 20 GB HD, I created and formated a 4 GB partition with a Win98 boot disk (FDISK), then installed Win98. No problems. Then I booted from a Win2K CD, created a second 4 GB partition, and installed Win2k on it. After the Win2K setup formatted then copied files, it restarted. Then POW! INNACCESSIBLE_BOOT_DEVICE. I tried all the usual stuff too, but got no love back from the screen.

While searching the web, I read your post. I ended up reading a post on another site...

URL

...that had many links to workarounds for installation issues (I have included the site link above, but the fix for my problem is the link below).

Here is what fixed my problem!!

URL

Hope this helps you out (or someone else)!

Reply With Quote
  #3  
Old December 7th, 2003, 11:19 AM
Tom Myboy Tom Myboy is offline
Contributing User
Dev Shed Regular (2000 - 2499 posts)
 
Join Date: Aug 2003
Posts: 2,491 Tom Myboy User rank is Sergeant (500 - 2000 Reputation Level)Tom Myboy User rank is Sergeant (500 - 2000 Reputation Level)Tom Myboy User rank is Sergeant (500 - 2000 Reputation Level)Tom Myboy User rank is Sergeant (500 - 2000 Reputation Level)Tom Myboy User rank is Sergeant (500 - 2000 Reputation Level) 
Time spent in forums: 3 Days 20 h 13 m 41 sec
Reputation Power: 14
Here's MS' take on it:

Stop 0x0000007B or INACCESSIBLE_BOOT_DEVICE

This Stop message, also known as Stop 0x7B, indicates that Windows 2000 lost access to the system partition during the startup process. This error always occurs while the system is starting and cannot be debugged because it generally occurs before the operating system has loaded the debugger.
Interpreting the Message

The four parameters listed in the message are defined in order of appearance as follows:

1. Address of a Unicode string data structure representing the Advanced RISC Computing (ARC) specification name of the device from which the startup was being attempted
2. Pointer to ARC name string in memory
3. 0 (zero)
4. 0 (zero)

The first parameter typically contains two separate pieces of data. For example, if the parameter is 0x00800020, 0x0020 is the actual length of the Unicode string and 0x0080 is the maximum name string length. The next parameter contains the address of the buffer. This address is in system space, so the high-order bit is set.

If the file system that is supposed to read the boot device failed to initialize or simply did not recognize the data on the boot device as a file system structure, the following parameter definition applies:

1. Address of the device object that could not be mounted
2. 0 (zero)
3. 0 (zero)
4. 0 (zero)

The value of the first argument determines whether the argument is a pointer to an ARC name string (ARC names are a generic method of identifying devices within the ARC environment) or a device object, because a Unicode string never has an odd number of bytes, and a device object always has a Type code of 0003.
Resolving the Problem

Failed boot device. During I/O system initialization, the boot device driver might have failed to initialize the boot device (typically a hard disk). File system initialization might have failed because it did not recognize the data on the boot device.

Also, repartitioning the system partition or installing a new SCSI adapter or disk controller might induce this error. If this happens, the Boot.ini file must be edited. For additional information about the Boot.ini file, see "Additional Resources" at the end of this chapter.

Incompatible disk hardware. If the error occurred at the initial setup of the system, the system might have been installed on an unsupported disk or SCSI controller. Some controllers are supported only by drivers that are in the Windows Driver Library (WDL), which requires the user to use a custom driver during installation. If upgrading the computer to Windows 2000, you might see a prompt to press F6 to use a custom driver. If doing a clean installation of Windows 2000, press F6 when the message "Setup is inspecting your computer's hardware configuration…" is displayed. You will be prompted later for the new driver. If Setup autodetected the controller, you might need to skip detection and use a specific manufacturer's diskette to load the driver. Also, check the availability of updates for the system BIOS and SCSI controller firmware. Updates of this kind are typically available on the Web site or BBS of the hardware manufacturer.

Remove any recently added hardware, especially hard disks or controllers, to see if the error is resolved. If the offending piece of hardware was a hard disk, the disk firmware version might be incompatible with Windows 2000. Contact the manufacturer for updates. If the removal of another piece of hardware resolved the error, IRQ or I/O port conflicts likely exist. Reconfigure the new device according to the manufacturer's instructions.

Confirm that all hard disks, hard disk controllers, and SCSI adapters are listed on the Microsoft Windows 2000 Hardware Compatibility List (HCL). For more information about the HCL, see "Additional Resources" at the end of this chapter.

If a driver was recently added, restart your computer, and press F8 at the character-mode screen that displays the prompt "For troubleshooting and advanced startup options for Windows 2000, press F8." At the resulting Windows 2000 Advanced Options menu, choose the Last Known Good Configuration option. This option is most effective when only one driver or service is added at a time.

In addition, check your computer for viruses using any up-to-date, commercial virus scanning software that examines the Master Boot Record of the hard disk. All Windows 2000 file systems can be infected by viruses.

This error can also be a result of hard disk corruption. Run Chkdsk /f /r on the system partition. You must restart the system before the disk scan begins. If you cannot start the system due to the error, use the Recovery Console and run Chkdsk /r. For more information about the Recovery Console, see chapter "Repair, Recovery, and Restore" in this book.

Warning If your system partition is formatted with the FAT16 file system, the long file names used by Windows 2000 can be damaged if Scandisk or another MS-DOS-based hard disk tool is used to verify the integrity of your hard disk from an MS-DOS prompt. (An MS-DOS prompt is typically derived from a MS-DOS startup disk or from starting MS-DOS on a multiboot system.) Always use the Windows 2000 version of Chkdsk on Windows 2000 disks.

If your system has SCSI adapters, contact the adapter manufacturer to obtain updated Windows 2000 drivers. Try disabling sync negotiation in the SCSI BIOS, checking the cabling and the SCSI IDs of each device, and confirming proper termination. For EIDE devices, define the onboard EIDE port as Primary only. Also check each EIDE device for the proper master/slave/stand alone setting. Try removing all EIDE devices except for hard disks.

For more troubleshooting information about the 0x7B Stop message, refer to the Microsoft Knowledge Base link , using the keywords winnt and 0x0000007B. For information about this resource, see "Additional Resources" at the end of this chapter.

http://www.microsoft.com/technet/tr...rt4/sopch16.asp

good luck
Tom

Reply With Quote
Reply

Viewing: Dev Shed ForumsOperating SystemsWindows Help > Win2k Server Stop Codes During Clean Install


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 1 hosted by Hostway
Stay green...Green IT