Ask Experts Questions for FREE Help !
Ask
    shirt88's Avatar
    shirt88 Posts: 8, Reputation: 1
    New Member
     
    #1

    Apr 22, 2012, 06:57 AM
    Unable to install windows xp
    Got the "unmountable boot volume" message today with no previous problems on a Dell XPS. Inserted the XP installation disk, entered Recovery Console and ran chkdsk /p and /r, receiving unrecoverable sectors on the /r. Tried to install XP from the disk but on the installation screen there were no drives or partitions to select from. My computer had two hard drives. What can I try next? Would like to recover some files from the second hard drive where my data was stored with system/application info on the primary drive. Thanks.
    Technocity's Avatar
    Technocity Posts: 11, Reputation: 1
    New Member
     
    #2

    Apr 22, 2012, 08:59 AM
    Without more info it appears that the boot sector is corrupt. As you already know how to access the Recovery Console, go back in and run these two commands at the prompt:

    FIXBOOT (press enter) this command creates a new boot sector.

    FIXMBR (press enter) this command analyzes and repairs the master boot record.

    Ignore any warning messages you may get during the process.

    After completing these two commands you need to run CHKDSK on both hard drives. If you only have a single volume (C:\)on the first hard drive, and a single volume (D:\) on the second hard drive, run CHKDSK at the prompt with this syntax:

    CHKDSK C: /p /r

    (when it finishes)

    CHKDSK D: /p /r

    If your drives are partitioned into multiple volumes (C:\, D:\, E:\, etc.) you have to run CHKDSK on each volume. Just be sure that the syntax is CHKDSK followed by the drive letter. Reboot after running CHKDSK on all volumes.

    Regarding bad sectors; the /r switch marks out the bad sectors and attempts to recover any data they contained. From that point on Windows will not attempt to write data to the sectors that CHKDSK has marked.

    However, bad sectors are symptomatic of a failing hard drive. You need to replace it as soon as possible, and transfer your data over before it's gone forever.
    shirt88's Avatar
    shirt88 Posts: 8, Reputation: 1
    New Member
     
    #3

    Apr 22, 2012, 04:17 PM
    Thanks! Will do so and come back with results.
    shirt88's Avatar
    shirt88 Posts: 8, Reputation: 1
    New Member
     
    #4

    Apr 22, 2012, 05:02 PM
    Quote Originally Posted by shirt88 View Post
    Thanks! Will do so and come back with results.
    Okay, in recovery console, C drive. The command fixboot comes back "FIXBOOT cannot find the system drive, or the drive specified is not valid"

    If I go to D drive I get the same message. Chkdsk says "The volume appears to contain one or more unrecoverable problems"

    If I run Disk diagnostics though it says both C and D drives pass. If I go to the Setup screen they are also shown there as SATA 0 and SATA 1.
    Technocity's Avatar
    Technocity Posts: 11, Reputation: 1
    New Member
     
    #5

    Apr 22, 2012, 06:27 PM
    Quote Originally Posted by shirt88 View Post
    Okay, in recovery console, C drive. The command fixboot comes back "FIXBOOT cannot find the system drive, or the drive specified is not valid"

    If I go to D drive I get the same message. Chkdsk says "The volume appears to contain one or more unrecoverable problems"

    If I run Disk diagnostics though it says both C and D drives pass. If I go to the Setup screen they are also shown there as SATA 0 and SATA 1.


    Run fixboot and fixmbr again with these switches:

    fixboot \Device\HardDisk0

    fixmbr \Device\HardDisk0

    Then run the bootcfg command. If /list doesn't show any entries, run /scan. If /scan detects your windows installation, run /rebuild.


    Bootcfg Command Syntax


    bootcfg /list

    /list = This option will list every entry in the boot list in the boot.ini file.

    bootcfg /scan

    /scan = Using this option will instruct bootcfg to scan all drives for installations of Windows and then display the results.

    bootcfg /rebuild

    /rebuild = This option will step you through the process of rebuilding the boot.ini file.

    When you say "Setup Screen" are you referring to the Windows installation screen listing any Previous Windows installations? If no previous Windows installation is listed, are the drive capacities listed? Write down exactly how Windows setup lists drive 0 an 1, and include that in your next post.
    shirt88's Avatar
    shirt88 Posts: 8, Reputation: 1
    New Member
     
    #6

    Apr 22, 2012, 07:14 PM
    Quote Originally Posted by Technocity View Post
    Run fixboot and fixmbr again with these switches:

    fixboot \Device\HardDisk0

    fixmbr \Device\HardDisk0

    Then run the bootcfg command. If /list doesn't show any entries, run /scan. If /scan detects your windows installation, run /rebuild.


    Bootcfg Command Syntax


    bootcfg /list

    /list = This option will list every entry in the boot list in the boot.ini file.

    bootcfg /scan

    /scan = Using this option will instruct bootcfg to scan all drives for installations of Windows and then display the results.

    bootcfg /rebuild

    /rebuild = This option will step you through the process of rebuilding the boot.ini file.

    When you say "Setup Screen" are you refering to the Windows installation screen listing any Previous Windows installations? If no previous Windows installation is listed, are the drive capacities listed? Write down exactly how Windows setup lists drive 0 an 1, and include that in your next post.
    Thanks for the help! Ran fixboot /device/harddisk0 and received "FIXBOOT cannot find the system drive, or the drive specified is not valid". Ran bootcfg /list on displayed C prompt and changed to D prompt with no files found. Ran bootcfg /scan and received error message: Failed to successfully scan disks for Windows installations. This error may be caused by a corrupt file system, which would prevent Bootcfg from successfully scanning. Use chkdsk to detect any disk errors.

    Concerning the question about the display screen, if I go to the Boot Device Menu and select Hard Drive Diagnostics, it displays a Drive 0: ST3160023AS - Pass and Drive 1: No device and Drive 2: ST3250620AS - Pass and Drive 3: No device and Drives 4-5 CD R/RW and DVD+/-RW
    shirt88's Avatar
    shirt88 Posts: 8, Reputation: 1
    New Member
     
    #7

    Apr 22, 2012, 07:19 PM
    Quote Originally Posted by shirt88 View Post
    Thanks for the help! Ran fixboot /device/harddisk0 and received "FIXBOOT cannot find the system drive, or the drive specified is not valid". Ran bootcfg /list on displayed C prompt and changed to D prompt with no files found. Ran bootcfg /scan and received error message: Failed to successfully scan disks for Windows installations. This error may be caused by a corrupt file system, which would prevent Bootcfg from successfully scanning. Use chkdsk to detect any disk errors.

    Concerning the question about the display screen, if I go to the Boot Device Menu and select Hard Drive Diagnostics, it displays a Drive 0: ST3160023AS - Pass and Drive 1: No device and Drive 2: ST3250620AS - Pass and Drive 3: No device and Drives 4-5 CD R/RW and DVD+/-RW
    Sorry, the question you asked was about this screen, if I select System Setup from the Boot Device Menu and go to Drives it lists Drive 0: SATA-0, Drive 1: SATA-1; Drive 2: SATA-2, and Drive 3: SATA-3
    shirt88's Avatar
    shirt88 Posts: 8, Reputation: 1
    New Member
     
    #8

    Apr 22, 2012, 07:29 PM
    Quote Originally Posted by shirt88 View Post
    Sorry, the question you asked was about this screen, if I select System Setup from the Boot Device Menu and go to Drives it lists Drive 0: SATA-0, Drive 1: SATA-1; Drive 2: SATA-2, and Drive 3: SATA-3
    Ha ha, I'm batting a 1000 here answering your questions, okay, if I select "To set up Windows XP now, press enter" I get the licensing agreement, press F8 to agree, the next screen says the following list shows the existing partitions and unpartitioned space on this computer. In the box below it says "Unknown disk" and under that (There is no disk in this drive)
    Technocity's Avatar
    Technocity Posts: 11, Reputation: 1
    New Member
     
    #9

    Apr 22, 2012, 08:08 PM
    Quote Originally Posted by shirt88 View Post
    Ha ha, I'm batting a 1000 here answering your questions, okay, if I select "To set up Windows XP now, press enter" I get the licensing agreement, press F8 to agree, the next screen says the following list shows the existing partitions and unpartitioned space on this computer. In the box below it says "Unknown disk" and under that (There is no disk in this drive)
    OK, take a step back and perform these basic troubleshooting steps;

    1] Shutdown, disconnect the power cord from the power supply connector, disconnect all peripherals, then open the case.

    2] If the case is full of dust, clean it out thoroughly with compressed air. If compressed air isn't handy, reverse the hose on the vacuum cleaner so it blows out. Put a crevice tool on the hose extension so you get good air pressure.

    3] Re-seat ALL motherboard and hardware device connectors, ONE at a time. When I say "re-seat" I don't mean just pressing on the connector; I mean unplug each connector, inspect for signs of damage and/or bent pins, then "re-seat" the connector.

    4] When you finish re-seating connectors, button it up, reconnect peripherals and power, reboot.

    5] Immediately go into BIOS setup and verify that your drives are correctly identified by mfg. model number, capacity in MBs, and designation; (primary master, primary slave, etc.).

    Post back with the results and we'll go from there.
    Technocity's Avatar
    Technocity Posts: 11, Reputation: 1
    New Member
     
    #10

    Apr 22, 2012, 08:20 PM
    Quote Originally Posted by Technocity View Post
    OK, take a step back and perform these basic troubleshooting steps;

    1] Shutdown, disconnect the power cord from the power supply connector, disconnect all peripherals, then open the case.

    2] If the case is full of dust, clean it out thoroughly with compressed air. If compressed air isn't handy, reverse the hose on the vacuum cleaner so it blows out. Put a crevice tool on the hose extension so you get good air pressure.

    3] Re-seat ALL motherboard and hardware device connectors, ONE at a time. When I say "re-seat" I don't mean just pressing on the connector; I mean unplug each connector, inspect for signs of damage and/or bent pins, then "re-seat" the connector.

    4] When you finish re-seating connectors, button it up, reconnect peripherals and power, reboot.

    5] Immediately go into BIOS setup and verify that your drives are correctly identified by mfg. model number, capacity in MBs, and designation; (primary master, primary slave, etc.).

    Post back with the results and we'll go from there.

    Sorry... Dell laptop... forget the part about the power cord and peripherals, but everything else applies. Dell's are easy to get into. If you need a users manual to help you, and you don't have one, get it on the Dell website. While you're there, download a copy of the latest BIOS, if you haven't already flashed your BIOS to the latest version.
    shirt88's Avatar
    shirt88 Posts: 8, Reputation: 1
    New Member
     
    #11

    Apr 23, 2012, 03:22 AM
    Quote Originally Posted by Technocity View Post
    OK, take a step back and perform these basic troubleshooting steps;

    1] Shutdown, disconnect the power cord from the power supply connector, disconnect all peripherals, then open the case.

    2] If the case is full of dust, clean it out thoroughly with compressed air. If compressed air isn't handy, reverse the hose on the vacuum cleaner so it blows out. Put a crevice tool on the hose extension so you get good air pressure.

    3] Re-seat ALL motherboard and hardware device connectors, ONE at a time. When I say "re-seat" I don't mean just pressing on the connector; I mean unplug each connector, inspect for signs of damage and/or bent pins, then "re-seat" the connector.

    4] When you finish re-seating connectors, button it up, reconnect peripherals and power, reboot.

    5] Immediately go into BIOS setup and verify that your drives are correctly identified by mfg. model number, capacity in MBs, and designation; (primary master, primary slave, etc.).

    Post back with the results and we'll go from there.
    Will do. At work today so I won't be able to get back with you until this evening. Have a great day, talk to you then.
    shirt88's Avatar
    shirt88 Posts: 8, Reputation: 1
    New Member
     
    #12

    May 6, 2012, 02:48 PM
    Quote Originally Posted by Technocity View Post
    Sorry...Dell laptop...forget the part about the power cord and peripherals, but everything else applies. Dell's are easy to get into. If you need a users manual to help you, and you don't have one, get it on the Dell website. While you're there, download a copy of the latest BIOS, if you haven't already flashed your BIOS to the latest version.
    Hi Technocity, been totally tied up the past two weeks. Followed your directions above. This is a Dell XPS Desktop Gen 4. Running Dell Diagnostics Express Test and Custom on hard drives. I've run the Hard Drive Diagnostics off Setup but will do so again.

Not your question? Ask your question View similar questions

 

Question Tools Search this Question
Search this Question:

Advanced Search

Add your answer here.


Check out some similar questions!

Unable to install printer [ 3 Answers ]

Seems to be one issue after another.. but hopefully this is minor one... 'used' to have a printer, but after various scares, scans, clean ups, etc.. Now cannot install a printer.. I click on 'add a printer' and get box saying operation could not be completed.. Win XP sp2 Updated files, ...

Unable to install english windows xp [ 8 Answers ]

I have the sony laptop VGN NR 110 E/S I try to change from vista to xp. When I put the chinese edition windows xp in it works but when I try the english edition it said CANNOT find the drivers? Can someone please help me to slove this problem ?

Unable to install or uninstall [ 1 Answers ]

Hi, Any help would be grately apprecited! I keep getting an error message (error 1327.invalid drive E:\) when try to install Google earth. I also get the same message when trying to uninstall from my laptop, I have a heap of old software which I no longer use which I just can't uninstall. ...

Unable to install windows XP professional [ 1 Answers ]

Hi Sir, I am unable to complete windows XP professional setup.I have formatted D,E,F drives after entering into the system.After that I kept a bootable CD and I formatted C drive during setup.After setup has completed copying setup files system is restarting and displaying the error as "...

Unable to install Windows XP Professional [ 11 Answers ]

I have more than 10 systems and am typically a whiz at computers. I have been installing WIndows XP since long but to my surprise, in one particular system, I am unable to install Windows XP Professional. The computer is a Pentium 4 - 1.7 Ghz on a 845LDM chipset board & 256 DDR. The surprising...


View more questions Search