Boot Error with USB - 0xc000000f

Santiago Toro 0 Reputation points
2024-01-08T15:55:03.76+00:00
Hello to all,

I recently started working on an autounattend.xml file, which was supposed to do a few different things. It worked fine until my most recent change in which i tried to make it so that it installs some Applications like Google Chrome by default. However, when i try to boot using the ISO i made with oscdimg, it gives me the error 0xc000000f, telling me to insert a boot disk. I suspect it does not like some of the changes i made to the xml file, maybe someone can help me find the answer as to why. Here is the code i changed within the xml file:


<RunSynchronousCommand wcm:action="add">

                    <Order>103</Order>

                    <Path>cmd /c winget install --id Google.Chrome --silent</Path>

                </RunSynchronousCommand>

                <RunSynchronousCommand wcm:action="add">

                    <Order>104</Order>

                    <Path>cmd /c winget install --id Mozilla.Firefox --silent</Path>

                </RunSynchronousCommand>

                <RunSynchronousCommand wcm:action="add">

                    <Order>105</Order>

                    <Path>cmd /c winget install acrobat reader  --accept-package-agreements --silent</Path>

                </RunSynchronousCommand>

                <RunSynchronousCommand wcm:action="add">

                    <Order>106</Order>

                    <Path>cmd /c winget install Microsoft Office 365 --accept-package-agreements --silent</Path>

                </RunSynchronousCommand>

                <RunSynchronousCommand wcm:action="add">

                    <Order>107</Order>

                    <Path>cmd /c winget install 7zip.7zip --silent</Path>

                </RunSynchronousCommand>

I would be most grateful if someone could help me in this endeavour. 
Windows for business Windows Client for IT Pros User experience Other
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Anonymous
    2024-01-10T01:31:48.7766667+00:00

    Hello,

    Based on my search, the error code 0xc000000f usually indicates a problem with the Boot Configuration Data (BCD). This error can occur when the computer cannot read the BCD due to an issue with the booting device, such as the USB drive you’re using.

    If we use old ISO with autounattend.xml without these software could boot normally. I also suggest that check if secure boot option has been enabled in BIOS.

    Best Regards,
    Hania Lian

    ============================================

    If the Answer is helpful, please click "Accept Answer" and upvote it.


  2. Kapil Arya 8,451 Reputation points MVP Volunteer Moderator
    2024-01-10T12:09:04.44+00:00

    Hello,

    See if this video fix helps you:

    https://www.youtube.com/watch?v=cMBggyt4xlc

    Let us know if this helps!


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.