Is rufus compatible With autounattend.xml file


Rbcc

Member
Local time
3:02 PM
Posts
28
OS
Windows 11 pro
Is rufus compatible with autounattend.xml file, In which partition do I put it into? UEFI_NTFS or 2nd Partition? John
 

My Computer

System One

  • OS
    Windows 11 pro
    Computer type
    Laptop
    Manufacturer/Model
    Asus
    CPU
    I-7 2gigaherz
    Motherboard
    Asus
    Memory
    16Gig
    Screen Resolution
    1024x768
    Hard Drives
    512 SSD
When asked to perform Windows Setup features, Rufus will create its own \Windows\Panther\unattend.xml.

Due to the search order for answer files, Windows Setup will accept this file before any \autounattended.xml you have on the USB media.

The solution is to either modify the unattend.xml Rufus wrote for you, or skip having Rufus do this work, and copy those XML lines into the autounattend.xml you're building for the install. Setup doesn't merge the two files when running.
 

My Computer

System One

  • OS
    Windows 7
"F:\sources\$OEM$\$$\Panther\unattend.xml"
 

My Computer

System One

  • OS
    Microsoft Windows 11 Home
    Computer type
    PC/Desktop
    Manufacturer/Model
    MSI MS-7D98
    CPU
    Intel Core i5-13490F
    Motherboard
    MSI B760 GAMING PLUS WIFI
    Memory
    2 x 16 Patriot Memory (PDP Systems) PSD516G560081
    Graphics Card(s)
    GIGABYTE GeForce RTX 4070 WINDFORCE OC 12G (GV-N4070WF3OC-12GD)
    Sound Card
    Bluetooth Аудио
    Monitor(s) Displays
    INNOCN 15K1F
    Screen Resolution
    1920 x 1080
    Hard Drives
    WD_BLACK SN770 250GB
    KINGSTON SNV2S1000G (ELFK0S.6)
    PSU
    Thermaltake Toughpower GF3 1000W
    Case
    CG560 - DeepCool
    Cooling
    ID-COOLING SE-224-XTS / 2 x 140Mm Fan - rear and top; 3 x 120Mm - front
    Keyboard
    Corsair K70 RGB TKL
    Mouse
    Corsair KATAR PRO XT
    Internet Speed
    100 Mbps
    Browser
    Firefox
    Antivirus
    Microsoft Defender Antivirus
    Other Info
    https://www.userbenchmark.com/UserRun/66553205
"F:\sources\$OEM$\$$\Panther\unattend.xml"
There's a reason for that, as listed in Rufus' source code (src/wue.c). I think he could have simply dropped a dummy windowsPE pass...

Code:
            // If there is no windowsPE section in our unattend, then copying it as Autounattend.xml on
            // the root of boot.wim will not work as Windows Setup does *NOT* carry Autounattend.xml into
            // %WINDIR%\Panther\unattend.xml then (See: https://github.com/pbatard/rufus/issues/1981).
            // So instead, copy it to \sources\$OEM$\$$\Panther\unattend.xml on the media, as the content
            // of \sources\$OEM$\$$\* will get copied into %WINDIR%\ during the file copy phase.
 

My Computer

System One

  • OS
    Windows 7

Latest Support Threads

Back
Top Bottom