After Deploying an Image: Windows Boot Manager - Missing ACPI.sys

Hi,
I am currently working on deploying a Windows 7 Pro x64 image to a number of clients over our network using FOG. We used KVM in Ubuntu to build the base image. The image has a small virtual disk for the Windows installation and is deployed to clients with larger
drives. Prior to capture the image, we ran sysprep /generalize /shutdown /oobe /unattend:unattend.xml, then boot the VM to the FOG client and let FOG save off the disk image. We then deploy the image to clients over FOG.
FOG successfully copies the image over, then reboots the PC. The computer attempts to boot from the local hard drive, then fails at the Windows Boot Manager screen, saying:
Windows boot manager
Windows failed to start. A recent hardware or software change might be the cause....
File: \Windows\system32\drivers\ACPI.sys
Status: 0xc0000098
Info: Windows failed to load because a critical system driver is missing or corrupt.
I've updated the client's BIOS, tried a different hard drive, used ATA secure erase to wipe the drive before formatting, and still encounter this same issue with certain client computers. Are there any other steps I can take to resolve this issue?
What files in Panther should I look at (or post) to troubleshoot? I don't see anything too obvious in diagerr, and sestuperr.log is just about empty.

We're using two models of 120GB SSDs, and deploying to 5 different motherboards (4 Intel models + 1 MSI model). The issue is most common with the DH55TC Intel boards.
We're using FOG due to budget limits--otherwise, WDT definitely would have been considered.

Similar Messages

  • After restore windows boot manager says windows failed to start. CQ57 notebook

    Had a problem with the FBI scareware. Took it to a cmputer repair place. They wanted $250 to fix it and now it won't boot up at all. It did the HP system restore but when it rebooted the Windows Boot Manager says "Windows failed to start". It wants an installation disc. THen :
    File: \Boot\BCD
    Status: 0xc000000f
    Info: An error occurred while attempting to read the boot configuration data.
    Is it trying to boot from the wrong partition?

    Enter BIOS setup by tapping/holding the F10 key immediately after powering on the laptop.Use Diagnostics to test your hdd.
    If you haven't burned a Recovery Disk set, phone HP to order one.Usually around $17. Choose your country here>> Contact HP
    ******Clicking the Thumbs-Up button is a way to say -Thanks!.******
    **Click Accept as Solution on a Reply that solves your issue to help others**

  • Efibootmgr & gummiboot replaced UEFI entry for Windows Boot Manager

    TLDR
    I am now in Windows 7 and dual boot with Arch is working fine.
    But before I update Arch, I would like to understand what happened, as in why adding an efibootmgr entry for Arch replaced/deleted the Windows Boot Manager entry although I followed the BG.
    The status of my UEFI boot menu was, before the installation of Arch:
    Windows Boot Manager
    AHCI HDJ... (hard drive 1)
    AHCI ST... (hard drive 2)
    While working through the BG, I decided to use gummiboot=> https://wiki.archlinux.org/index.php/Be … #Gummiboot. So:
    pacman -S gummiboot
    gummiboot install
    pacman -S efibootmgr
    gummiboot install
    [some error ocurred, as mentioned in red box]
    efibootmgr -c -L "Gummiboot" -l /EFI/gummiboot/gummibootx64.efi
    nano /boot/loader/entries/arch.conf
    title Arch Linux
    linux /vmlinuz-linux
    initrd /initramfs-linux.img
    options root=/dev/sdb3 ro
    [CTRL + X, Y, Enter]
    exit
    umount /mnt/{boot,home,}
    reboot
    I then saw a new list of the UEFI boot order:
    Gummiboot
    AHCI HDJ... (hard drive 1)
    AHCI ST... (hard drive 2)
    Chose Gummiboot and it brought up a gummiboot menu with entries
    Arch Linux
    Windows Boot Manager
    EFI Shell something
    Selected Arch Linux and it went to a message something along "boot device ' ' not found" and I was in a shell which was, I think, rootfs.
    I rebooted via the button on my desktop and out the Arch Linux USB drive back. After mounting the partitions:
    gummiboot remove
    efibootmgr
    [0000: Windows Boot Manager
    [0001: Arch Linux
    [0002: AHCI HDJ...
    [0003: AHCI ST...
    exit
    umount /mnt/{boot,home,}
    reboot
    Now I booted into a black screen with white text which said something "Reboot and select proper Boot device"
    => Inserted Win 7 64-bit DVD, repaired the boot sector. Rebooted, saw I had these entries again:
    Windows Boot Manager
    AHCI HDJ... (hard drive 1)
    AHCI ST... (hard drive 2)
    The boot into Windows worked fine. Rebooted, chrooted into my install again and:
    efibootmgr
    [0000: Arch Linux
    [0001: Windows Boot Manager
    [0003: AHCI HDJ...
    [0003: AHCI ST...
    efibootmogr -b 0 -B
    Then I used the EFISTUB method:
    efibootmgr -c -L "Arch Linux" -l /vmlinuz-linux -u "root=/dev/sdb3 ro initrd=/initramfs-linux.img"
    efibootmgr
    [0000: Windows Boot Manager
    [0001: Arch Linux
    [0002: AHCI HDJ...
    [0003: AHCI ST...
    exit
    umount /mnt/{boot,home,}
    reboot
    On reboot, 'Windows Boot Manager' was again replaced by 'Arch Linux'.
    => Inserted Win 7 64-bit DVD, repaired the boot sector.
    Rebooted, I have now Windows Boot Manager + Arch Linux and dual boot works now.
    My questions:
    What is going on with efibootmgr replacing/deleting the Windows entry? Is there something wrong with my UEFI menu?
    In connection with 1., I would like to sync the EFISTUB Kernel (wiki entry) before I run pacman -Syu. Can I do that now?
    Can I uninstall gummiboot now?
    Last edited by jones (2013-07-11 12:30:55)

    henrik wrote:So in light of your post, I decided to ditch EFISTUB + gummiboot and try out GRUB. Thanks for clearing it up a bit. Which is what confuses me a great deal more, as GRUB/gummiboot obviously do not meddle with Microsoft's EFI files. Right?
    EFI relies on two things to boot:
    Boot loader program files on the ESP (or occasionally elsewhere).
    NVRAM entries pointing to the boot loader files.
    Your own problems seem to be with the NVRAM entries, not with the boot loader files themselves. Unfortunately, managing those NVRAM entries has proven to be problematic because of bugs in specific EFI implementations, bugs in efibootmgr and other tools that manipulate the NVRAM entries, poor documentation, and other factors.
    To answer your question, though, no boot loader should mess with another's files. Such things can happen, though. The number of bugs that cause Microsoft's boot loader (EFI/Microsoft/Boot/bootmgfw.efi) to be treated deferentially have provoked some tools to use it as a target location for other boot loaders. (Ubuntu's Boot Repair tool does this in a rather overzealous way. So does my own rEFInd installer script, but only under certain narrow circumstances.) Also, the EFI/BOOT/bootx64.efi file is a special case; it's the fallback bootloader that's used when NVRAM entries are missing or don't work, and various boot loader installation procedures place copies in that location, so it can be overwritten and could contain just about anything.
    However, the whole thing happened again with GRUB. So I did the whole "repairing Boot problems" with the Windows DVD rescue thingy again and deleted all non-Microsoft files from the EFI partition, /dev/sda1.
    Then I formatted / (root) and installed arch again and followed the Beginners' Guide which suggest mounting /dev/sda1/ to /mnt/boot (in contrast to the GRUB entry where the ESP should be mounted to /mnt/boot/efi).
    I strongly advise against doing a complete re-installation just to overcome a boot loader problem. Instead, figure out what the problem is and fix it. Doing a complete re-installation is not likely to fix anything, and depending on precisely how you do it, you could end up with a more complex problem. The reason is that the re-installation is not likely to erase the NVRAM entries from the old installation, so you could find that you've got additional stray NVRAM entries. If you do happen to fix the problem by re-installing (say, because you selected a different installation option), you're not likely to know what changed to fix the problem, so you could end up in the same boat should you need to re-install again in the future.
    But it did not show this line
    Found Windows 7 (loader) on /dev/sda1
    ... how come??
    I've given up trying to understand GRUB's configuration scripts. You could try creating an entry manually by editing /etc/grub.d/40_custom; or you could forget about using the GRUB scripts and create a hand-crafted grub.cfg; or you could forget about using GRUB at all. I'm not a fan of GRUB, so my personal choice is the final one.
    So for all the headache and time ... should I delete the EFI partition and recreate it maybe? I think it's possible using the Windows 7 DVD.
    But somehow using efibootmgr on my UEFI list somehow invalidated the Windows entry.
    Reviewing your posts, it seems that you want to use the EFI stub loader directly, but you're having problems with that because when you add it to the NVRAM entries, Windows drops off your boot manager's boot options. The obvious solution to this problem is to forget about adding the EFI stub loader directly to the NVRAM entries, and instead add a boot manager that can handle either a Linux kernel or the Windows boot loader. (IMHO, this is the superior solution anyhow; I disagree with the Arch wiki's emphasis on using the EFI stub loader "raw.") It seems you were trying to do this with GRUB but had problems booting Windows. Earlier you tried gummiboot but had problems booting Linux. My suggestion is to either go back to gummiboot and fix its problem or try rEFInd. The "device not found" error you reported with gummiboot is usually caused by either a missing (or incorrectly-specified) initrd file or by an incorrectly-specified "root=" option passed to the kernel. Check those possitilities, and if you need help, report what happens in more detail. If necessary, take a digital photo of the screen and post it here. (Make sure it's legible, though!)
    You can try rEFInd with minimal disk by using a CD-R or USB flash drive image. Boot with that and your NVRAM and ESP won't be affected at all. If you can get rEFInd working from the flash drive, you can then install it to your hard disk and it should continue working. Note that you probably won't be able to boot Linux directly from rEFInd with your current configuration without adding a "root=" specification to the kernel command line. You can do this by hitting F2 or Insert twice rather than launching Linux by pressing Enter. Alternatively, you can create a refind_linux.conf file in the directory that holds your kernel. That file's contents are described in the rEFInd documentation.

  • Windows boot manager boots almost fully into windows 8 before letting me select windows 7, at which point it reboots my computer

    Hi,
    I haven't used my slow HDD with windows 7 on it in a while, but today my SDD with windows 8 on it died. I have kept my old OS in a dual boot setup exactly for this rare possibility. I in fact successfully revived my SSD from windows 7.
    During the restore procedure I had to boot into both OSes (7 and 8) several times before I managed to get 8 working. I tried a lot of things before one of them struck. (Is that how the phrase goes?
    Me Hungary, no good speak English some times...) I am surprised to have found the following unexpected behavior of the new windows 8 branded boot loader:
    The new windows boot manager boots almost fully into windows 8 before letting me select an OS.
    If I select windows 7, it reboots my computer and loads windows 7, wasting a lot of time... on the windows 8 portion of the boot process, which is simply thrown away if I happen need windows 7 and not 8.
    "This is highly inefficient!" — I almost exclaimed aloud... A boot manager should load just enough of itself so that a simple OS selection menu can be presented to the user with minimal keyboard interaction. Only when a selection is made should
    it load an OS. I have no use for the new boot manager's mouse control support, and having it appear on the second screen in my dual screen setup is just plain scary. Use the main laptop monitor where the BIOS messages were displaying, and keep the secondary
    off until the OS is done booting! By the time my secondary screen turns on, the boot selection menu disappears anyway.
    Yes, I only noticed this problem now because I haven't booted into windows 7 for a long time. (300 MB worth of Windows updates were waiting for me indeed.) My boot selection menu timeout is set to 3 seconds instead of 30 so I don't have to pick windows 8
    every time.
    I am going to wait at least a week for the forum's input before I switch on my own to a faster, minimalist boot manager. I don't know what to use, I'm familiar with:
    some minimalist bootstrap loaders
    coreboot/linuxbios (recently learned of it)
    bootcamp (not really)
    acronis OS selector (discontinued before windows 8 came out, probably doesn't support it)
    syslinux/isolinux (Linux only, I think)
    old Windows bootmgr
    more recent Windows ntldr
    then this new "inefficient for dual booting" Windows 8 boot manager
    and finally grub
    Grub feels like the best option as it keeps the windows boot manager intact and supports mac, windows, and linux. All 3 of which will at one point — or has already — come up as a subject or prerequisite in my university.
    I don't know how or why I was able to access windows 8's boot loader while my SSD was dead. Was it installed on the HDD, overwriting the windows 7 boot loader? That too is inefficient. I want to completely boot from my SSD. Don't spin up my HDD while I'm
    booting my laptop on the go! The shaking of the vehicle I'm in could seriously damage the disk if I run into a pothole (common in my country) with just the right timing, data could be damaged. The entire reason windows 8 is on an SSD is so that it can boot
    without accessing my HDD with all its moving parts. My goal with buying an SSD was for the HDD to remain safely offline while I'm in a shaky environment with potholes! Also, what if I want to disconnect the old HDD in the future... Or what if it dies? Will
    the windows 8 boot loader die with windows 7? I want the two kept separately and completely independent from each other for exactly this reason.
    In summary:
    How can I stop windows 8 from almost fully booting before offering the dual boot OS selection menu? Do I need a better Boot loader?
    Why was the boot loader that came with windows 8 still working OK while the SSD with windows 8 on it wasn't accessible? Did it sneak its way onto the old HDD? I want a 100% SSD-based boot process. What is the boot loader doing on a different drive? Its
    place is on the SSD, with the operating system it belongs to. Not on the HDD of a different OS. Can I move it?
    Sincerely,
    Daniel "3ICE" Berezvai
    p.s.: For windows 7 I only have a repair disk and hidden RECOVERY partition which I kept (came with the laptop, would rather not use it.) The Windows 8 pro DVD (purchased last year) is fine, but I had it moved to a bootable pendrive so I could remove my
    optical drive and replace it with an SSD on which windows 8 is installed now. (I also have a vista ultimate DVD, as they were giving them away for free on a Microsoft conference. Funny story.)
    p.p.s.: I am subscribed (☑ Alert me) to this topic and will respond to all questions and try all recommended actions right away.
    http://3ice.hu/

    Hi,
    Thank you for your post.
    From your description, I see the issue you are facing is there is no menu to choose OS when booting dual boot(Windows 7 & Windows 8). Please let me know if I have misunderstood anything.
    It seems that the Windows 7 entry is missing, currently, we can use a tool –
    EasyBCD to get it back. After downloading it, choose the Add/Edit panel item, select the OS you're missing and let the program detect it. Then simply click the Add button to add the missing OS entry.
    At the meantime, here is a related link which demonstrates how to keep Windows 7 as the default OS in dual boot, you may use it for a reference.
    How to Dual-Boot Windows 8 While Keeping Windows 7 As Your Default OS
    http://blog.laptopmag.com/how-to-dual-boot-windows-8-while-keeping-windows-7-as-your-default-os
    [Please Note: Since the website is not hosted by Microsoft, the link may change without notice. Microsoft does not guarantee the accuracy
    of this information.]
    Regarding your second questions in your first post, you can refer to the following link to know more about dual boot.
    Dual
    Booting Explained: How You Can Have Multiple Operating Systems on Your Computer
    http://www.howtogeek.com/187789/dual-booting-explained-how-you-can-have-multiple-operating-systems-on-your-computer/
    [Please Note: Since the website is not hosted by Microsoft, the link may change without notice. Microsoft does not guarantee the accuracy
    of this information.]
    Hopefully the information is helpful. Please let me know if you have any questions. Thanks for your time.
    Best Regards,
    Sophia Sun
    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.

  • Windows Boot Manager

    Hello all Support Team,
    i Have some problem want to know reason and fix it, please help me.
    i'm used the HP ProBook 440 G1. My problem is :
    1.When i install OS win7 by disc from Microsoft, after first install complete it's reboot and black screen appear with one option to chose is " Windows 7 install [EMS Enable]". I provisional accept the solution from my friend but i still want to know what reason of this issue.
    If choose that without remove disc, the laptop will restart and progress installed windows start again from beginning.
    If choose that with remove disc, the laptop start to windows normal and everything maybe is fine ( this is my friend's solution).
    2.When I reboot this laptop, the screen "Windows boot manager" appear, even only one option to chose is Window 7, then I check in "Boots"  by open msconfig, I see only one OS and it's already default OS. But every time I restart the laptop the screen "Windows Boot Manager" always appear, how can i remove this screen and take my laptop enter directly to window ?
    That's all my ploblem, please help me fix it.
    Thanks and Best Regards,
    Katori.

    Remove the disk unless you want to install Windows.
    "When I reboot this laptop, the screen "Windows boot manager" appear, even only one option to chose is Window 7, then I check in "Boots"  by open msconfig, I see only one OS and it's already default OS. But every time I restart the laptop the screen "Windows Boot Manager" always appear, how can i remove this screen and take my laptop enter directly to window ?"
    If you remove the password you are using, then the notebook will boot right into the operating system. That is not a good practice as there is no security at all.
    ****Please click on Accept As Solution if a suggestion solves your problem. It helps others facing the same problem to find a solution easily****
    2015 Microsoft MVP - Windows Experience Consumer

  • [HELP] A300 Desktop Stuck at Windows Boot Manager Page

    Hi Community,
    I was trying to restore my desktop back to its orginal factory settings but through the process, it encountered an error and the system restarted. When the desktop is back on, the only page it offered was the 'Windows Boot Manager' page (As seen in the picture below). It says to insert the Windows Installation disc which not only do i not have, but also the A300 desktop does not have a disc/disk drive for me to insert any disc.
    I have googled for any solutions but all of them require me to insert the disc which i clearly have no ways to do so.
    How am i suppose to proceed from here to get my desktop working again?
    Thank you in advance for any kind responses.

    Hi lyl
    The hard disk MBR seems to be corrupted
    Kindly boot the desktop into BIOS by pressing F1 key and then press F9 to load default settings and after this press F10 to save and exit.
    Check if the system works or recovery from hard disk runs, to run the recovery after the system power on press F2 key and check if the recovery works fine.
    If the issue continues then you may need to contact the support center.
    Country or Region
    Language
    Telephone number
    Hours of operation
    Supported products
    Singapore
    English, Mandarin
    18008185219
    9 am - 6 pm Monday - Friday 
    9 am - 3 pm Saturday
    IDEA Products
    Best Regards,
    Tanuj
    Did someone help you today? Press the star on the left to thank them with a Kudo!
    If you find a post helpful and it answers your question, please mark it as an "Accepted Solution".! This will help the rest of the Community with similar issues identify the verified solution and benefit from it.
    Follow @LenovoForums on Twitter!

  • Windows boot manager - satellite L305-S3892

    Everytime I turn the computer on it reads Windows Boot Manager. Windows failed to start. file: \windows\system32\winload.exe   status: 0xc000000f   Info: The selected entry could not be loaded because the application is missing or corrupt. The disc won't work. Up until now I had no problem with it. How can I restore it back to factory settings?
    I changed the BIOS to start boot from CD - I first chose to repair - once completed I rebooted but still will not boot up into windows - I then chose the restore option - it seemed like it was working but then I received an error and the restore aborted.

    satellite L305-S3892
    I don't find that anywhere.
    How can I restore it back to factory settings?
    If it is indeed among the Satellite L300 series, see the section Hard Disk Drive Recovery using the Recovery media, starting on p. 66 of the User's Guide.
       Satellite L300 Series User’s Guide
    -Jerry

  • Finding the explanation of all entries of the Windows Boot Manager and Windows Boot Loader sections

    Hi
    Where can I find the explanation of all entries of the Windows Boot Manager and Windows Boot Loader sections that appear when I write the /store /v options of bcdedit command?
    Thanks
    Bye
    Balubeto

    All the BCEDIT command line options are described here:
    https://technet.microsoft.com/en-us/library/cc709667%28v=ws.10%29.aspx?f=255&MSPPError=-2147217396
    Jerry
    Actually, I wanted to find the explanation of all entries (as inherit or
    device or osdevice) of the Windows Boot Manager and Windows Boot Loader sections
    that appear when I write the /store /v options of bcdedit command?
    Thanks
    Bye
    Balubeto

  • My laptop have refused to start it will just show windows boot manager on the screen,

    My laptop have refused to start up, it will just show windows boot manager on the screen,and me to choose an operating system to start or press tab to select a tool but when I tryed all those things none of it will respond

    Thanks also Star 1. I have gone the route you suggest also but with the same results as I explained to the hatter. I have about a dozen die-hard Windows friends and they have been trying to help me also. We have tried everything and I have read a several pages on how to do it but nothing looks like what they are saying it does. When in Vista, Vista says it is the default SU OS. When in XP, XP says it is the default SU OS. So there is nothing to change. Only the Windows Boot Manager (which is really not a manager but a boot selector) shows Vista as default and XP next. I've learned again what I already knew. Windows is a conglomerated piece of crap that is hard as heck to use.

  • Corrupt Boot Manager / Missing Windows 8 Pro

    Please assist with the following as I have read too many forums and attempted to resolve without success.
    Problem: unable to boot into Windows 8.0 due to corrupt boot manager or missing boot manager.  
    Observed:  Harddisk is recognized within bios. The disk cable is firmly connected. I hear the disk spinning. Bootrec commands have completed successfully. 
    Attempted to resolve by: 
    1. Bootrec commands (but will still will not boot). 
    2. Factory disk repair command
    3. Ran chkdsk commands (there was some clusters that need to be reorganized).
    My primary concern is that I need to access my data on the drive.  Is there a file that I can download and install that will act as my new boot manager?  Or how can I access the drive?  Pulling it of the computer and installing in an HD dock
    seemingly will not work because I need the bootmanger fixed? 
    Please advise.  Many thanks,

    Hi,
    Firstly, I need to confirm your system edition, as you said unable to boot into Windows 8.0 but your provide this problem at Windows 7 forum.
    About bootrec command to fix the boot manager problem, I would like to suggest you refer to the KB again and try its process for test.
    Use Bootrec.exe in the Windows RE to troubleshoot startup issues:
    http://support.microsoft.com/kb/927392
    If no use, please try to boot system into repair mode and using Startup Repair to fix system startup problem.
    Roger Lu
    TechNet Community Support

  • HP Pavilion dv7-6c66nr - Win 7 HP 64 bits - Boot manager missing

    I have a HP Pavilion dv7 with Win 7 Home Premium edition pre-installed, it is a 3.5 years old computer, seldom used by me.  As my previous computer with XP was close to the end of is life I decided to investigate if it was possible to use the Pavilion.
    I intend to have the Pavilion with the windows 7 sp1 and HP drivers, so at startup I pressed f11 to enter HP Recover Manager, chose  “Minimized Image Recover” and the software installed the intended image
    With windows 7 sp1 installed I install all windows updates till two days ago and also an handful of HP drivers updates
    Then I made 1 bootable CD windows recover disk with windows, and 1 system image windows also, that I save to a usb hd drive
    Everything was going ok but the cyberlink software could not connect with the computer embedded camera. I took several steps to solve the problem and it seems that the camera was not connected (hard disconnected).
    I was not sure if before the minimized installation the webcam was operating well and once more I used HP “Recover Manager” to return to the full installation
    As the web camera was not operating even with the full installation, I decided to return to the streamlined installation.
    I tried a short cut to the original process, and instead of going to the HP Recover Manager and a once more update of windows and HP drivers I tried to use my previous produced system image with windows, so I went to Control Panel and used windows recover from the image, copying all to the same place (I was prompt to replace a lot of existing files). At the end of the process a received a message about same errors generated by the process but I do not investigated at that time.
    When I reboot the PC I have a “BOOTMGR is missing/ Press Ctrl+Alt+Del” message and a blinking prompt
    Now if I attempt Recover Manager to do a “minimized image recover” I receive an 0xEFFFFF08 error code and if I tried the full image after a rather short time it announces that the 1st stage is finished and it goes boot to proceed with the second half of the process, it goes off and reboot with the “BOOTMGR is missing/ Press Ctrl+Alt+Del” message and a blinking prompt
    Can anyone helps me? I have no HP recover disks (it seems that HP do not sell rescue disks anymore for pavilion dv7 and Win7)
    Happy 2015 for all

    Create a System Repair Disk on another Windows 7 computer to use your computer if it fixes anything.
    If you live in the USA/Canada, call HP at this number 1-800-334-5144, and see if you can still get a set of recovery disks otherwise the WorldWide site:
    http://welcome.hp.com/country/w1/en/support.html
    If the recovery disks are not available through HP, they have them at Computer Surgeons:
    http://www.computersurgeons.com/p-20621-recovery-kit-679228-002-for-hp-pavilion-entertainment-notebo...
    Please mark my post as SOLVED if it has resolved your problem. It helps others with similar situations.

  • Cant get past "Windows Boot Manager"

    The following message appeared after restarting my computer (Toshiba Equium A200 1V0) from a window vista update
    Windows failed to start. A recent hardwre or software change might be the cause.
    To fix the problem.
    1. Insert your windows installation disc and restart your computer.
    2. Choose your language settings, and then click "Next".
    3. Click "Repair your computer"
    If you do not have this disc, contact your system administrator or computer manufacturer for assistance.
    File: \Boot\BCD
    Status: 0xc000014
    Info: An error occurred while trying to read the windows boot configuration data
    Now my problem is that I cant even change anytthing for my computer to boot from CD - I do not have a windows disc but have the Toshiba product recover disc but nothing at all works. Ive tried pressing F12, F2, F8, DEL .. actually pretty much every key just in hopes it will work.
    Anyone else got any ideas on what I can do. Im pretty much resigned to the fact that Im going to lose everything I just need the computer up and running again as soon as I can.
    Many thanks

    Until one of the experts can give you advice about repairing your Vista system, you might like to try to recover your files. I'm not very computer literate, but managed to achieve this when I "murdered" my Windows 2000 installation. I ASSUME the same process should work with Vista. (Slightly worryingly, Windows passwords don't seem to matter.)
    Download a Linux live CD - I found "Puppy" Linux a good one - small download, and easy to use. Burn the resultant .iso file to a CD. Insert the CD in your CD/DVD drive, and start the computer. Let it boot the Linux operating system. (You may need to experiment with BIOS settings to get the computer to boot from CD before its own hard drive.)
    You now have a linux operating system running independently of your hard drive. (If it's one of the large Linux programs, it will be slow when run from a CD - not a problem - just requires patience!)
    With a bit of luck, the Linux system will see any drives connected to your computer, including your hard drive. (The same as your normal operating system sees a USB stick and can copy files from it, for instance.) You might then be able to browse your hard drive files, and copy them to an external hard drive, or USB flash drive.
    I did come across some matter of permissions to write to the external drive - sorry, can't remember the answer off-hand but it was very simple - and only had it once. Again, simply google the problem. There are lots of Linux experts posting threads out there!
    This won't enable you to boot your Vista system or anything like that but, if you can get your files copied somewhere safe, then you can simply copy them back once you've reinstalled the offending Vista system.
    I'll try to provide a link to an answer I previously suggested here - sorry it's a bit long-winded, but the link in it may be of use, too.
    http://forums.computers.toshiba-europe.com/forums/thread.jspa?threadID=44736&tstart=30
    One of those things which is easier to do than to describe, perhaps - lots on the internet about Linux rescue CDs.
    I found a lot of useful articles on this google link:
    http://www.google.co.uk/search?hl=en&q=using+a+linux+live+cd+to+rescue+win dows+files&btnG=Google+Search&meta=
    I've never been good at entering search terms; you may well find better stuff.
    But the good news is that it might be possible to recover at least some of your data before reinstalling.
    If you've not used Linux live CDs before, do a bit of homework first. They're surprisingly easy, especially when you've overcome one or two of the usual initial pitfalls eg trying to burn the live CD as a data rather than an iso CD then wondering why it won't boot. Proabably easier for you to do a bit of googling than for me to write pages here!
    Another alternative, if you're better at dismantling computers than me, would be to remove your hard-drive and install it in a suitable external hard-drive enclosure. This can then be connected to another computer via a USB port and you should be able to read your files as if from a USB flash drive, and copy them. I've only tried this with old drives from old desktops with nothing on them that matters too much - but it seemed easy enough. Again, just a way of copying all your stuff before wiping your laptop's hard drive and reinstalling Vista.
    Sorry if this was a bit rambling - hope it gives you some ideas.

  • Help please HP pavillion DV6 boot manager missing : (

    Hi  
        I had a trojen I quarantined it   but my laptop was not running ok I kept losing connection it was slow etc ... anyway I decided to do a full system recovery  I done disc one  that run ok ..then entered the 2 nd disc waited over 30 minutes it didnt run I took it out ...maybe i shouldnt of .. now I cant do anything with my laptop it sais boot manger is missing... I ran the memory tests ,hard disc tests they were all ok .... I got to the boot device bit ....it sais ebable i done  that on all ... out of desperaration it kept saying if theres an exclamation mark ..it wont save ???? i cant fet rid ofthe exclamation marks .... when i i save after hiting F10  as advised ?? nothing works im just letf with my lovely laptop with a black screen saying boot manager is missing is there anyone out that can help /advise me please I just thought i would able to dowload a boot device manager from the HP  webite ...no luck i cant find it or see any options for this ..please help if you can Im not technically clever so if you can help please explain in simple terms what i can do .... my laptop  is HP  pavilion DV6 the one im using now is my husbands  
                         Thanks Kerry-anne I googled my problem & i hit F12  on restart now i have  key system  disable  in a blue box with a key   & a few numbers hi-lited in it please try & help me  thanks im really desperate  ...Im disabled & really need my laptop its my life line its the world from outside my bedroom : (

    Hi Kerry
    This seems to be an issue with software try to reinstall Operating system using the disc in case if still does not work please call HP Technical support and order a new set off Recovery disc as the second disc is not working this will resolve your issue.
    Let us know how it goes!
    "I work for HP."
    ****Click the (purple thumbs up icon in the lower right corner of a post) to say thanks****
    ****Please mark Accept As Solution if it solves your problem****
    Regards
    Manjunath

  • I get a message that says:boot manager missing..and it will not boot up..what can i do?

    When I turn it on ,a screen comes up that says Boot MGR missing..What can I do to fix it?

    Hi,
    Can you post back with the following.
    1.  The full Model No. and Product No. of the notebook ( from the service tag underneath your notebook ) - see Here for a further explanation.
    2.  The full version of the operating system you are using ( ie Windows 7 32bit ).
    Regards,
    DP-K
    ****Click the White thumb to say thanks****
    ****Please mark Accept As Solution if it solves your problem****
    ****I don't work for HP****
    Microsoft MVP - Windows Experience

  • Booting manager missing

    HELLO SIRDURRING SYSTEM FORMATING MY DVD DID NOT WORKED AND DUE TO SOME FAULTS ,MY NOTE BOOK IS SHOWING AT START UP ie boot manager is missing .i have tried all options of my boot orders but it doesnt work .i think my dvd drive is also not working .please help me to recover my system either by command promt or usb options ,please hel mereagards 

    Restart the recovery again.

Maybe you are looking for