UNMOUNTABLE_BOOT_VOLUMN

Try looking for help here if you are having problems with the Ultimate Boot CD.

Moderators: Icecube, StopSpazzing

Locked
Message
Author
sdfileger
Posts: 1
Joined: Mon May 12, 2008 12:35 pm

UNMOUNTABLE_BOOT_VOLUMN

#1 Post by sdfileger » Mon May 12, 2008 12:44 pm

I get the dreaded blue screen with"UNMOUNTABLE_BOOT_VOLUMN" on it. What do I use on the Ultimate Boot CD to try and fix this problem.I don't know much about computers, any help would be appreciated.Trying to do this myself to save some money. I have a young son with Autism who likes to play on that computer.Most of our money goes towards him and my other boys. I have none of the original computer boot disks. It is 2 years old.Please help. Shawn

Icecube
Posts: 1278
Joined: Fri Jan 11, 2008 2:52 pm
Contact:

#2 Post by Icecube » Mon May 12, 2008 1:04 pm

http://www.pcreview.co.uk/forums/thread-192587.php

The link that you probably need from that site:
http://support.microsoft.com/default.as ... duct=winxp

Code: Select all

STOP 0x000000ED (0xaaaaaaaa,0xbbbbbbbb,0xcccccccc,0xdddddddd) UNMOUNTABLE_BOOT_VOLUME
If the second parameter (0xbbbbbbbb) of the Stop error is 0xC0000032, the file system is damaged.
If this is the case, restart the computer to the Recovery Console, and then use the chkdsk /r command to repair the volume. After you repair the volume, check your hardware to isolate the cause of the file system damage.

To do this, follow these steps:
1. Start your computer by using the Windows startup disks, or with the Windows installation disk if your computer can start from the CD drive.
2. When the Welcome to Setup screen appears, press R to select the repair option.
3. If you have a dual-boot or multiple-boot computer, select the Windows installation that you want to access from the Recovery Console.
4. Type the administrator password when you are prompted to do this.

Note If no administrator password exists, press ENTER.
5. At the command prompt, on the drive where Windows is installed, type chkdsk /r, and then press ENTER.
6. At the command prompt, type exit, and then press ENTER to restart your computer.
If this procedure does not work, repeat it and use the fixboot command in step 5 instead of the chkdsk /r command.

Note In this error message, aaaaaaaa, bbbbbbbb, cccccccc, and dddddddd are hexadecimal numbers that may vary.
Else search on google for UNMOUNTABLE_BOOT_VOLUMN.

Locked