Minisforum 790 pro mini unattended install


Thanks guys decided to rebuild my stick with the updated rufus, cause i'm not certain if it has:
Rufus also creates a small FAT partition (labeled UEFI_NTFS) where the UEFI:NTFS bootloader is located.
 

My Computer

System One

  • OS
    Win 10
    Computer type
    PC/Desktop
    Manufacturer/Model
    HP
Rebuilt with latest Rufus when I included the UEFI:NTFS bootloader it complains about my install.wim & file checks however it does install, though
at first reboot it goes back to the file check once more then immediate loops back to start the installation all over again! More research to be done on this!
 

My Computer

System One

  • OS
    Win 10
    Computer type
    PC/Desktop
    Manufacturer/Model
    HP
I have upgraded the SSD sticks

The SSD may be the cause of the issue.

Some users have reported boot loop problems with certain M.2 NVMe SSDs. After replacing the SSD with a different brand, a clean installation of Windows 11 completed successfully.

Edit: Create a Windows 11 installation USB using the Media Creation Tool, then test the installation using that USB.
 
Last edited:

My Computers

System One System Two

  • OS
    Windows 11 Pro
    Computer type
    PC/Desktop
    CPU
    AMD Ryzen 9 9950X3D
    Motherboard
    ASRock B650E Taichi Lite
    Memory
    Kingston FURY Beast 64GB (2x32GB) DDR5 6000MT/s
    Graphics Card(s)
    ASUS TUF Gaming Radeon RX 9070 OC Edition 16GB GDDR6
    Hard Drives
    Solidigm P44 Pro 2TB M.2 NVMe SSD
  • Operating System
    Windows 11 Home
    Computer type
    Laptop
    Manufacturer/Model
    Lenovo Legion Pro 7i Gen 10 16"
    CPU
    Intel Core Ultra 9 275HX
    Memory
    64GB (2x 32GB) DDR5-6400
    Graphics card(s)
    NVIDIA GeForce RTX 5080 16GB GDDR7 Laptop GPU
    Hard Drives
    2x 1TB M.2 NVMe SSD (SK Hynix)
The SSD may be the cause of the issue.

Some users have reported boot loop problems with certain M.2 NVMe SSDs. After replacing the SSD with a different brand, a clean installation of Windows 11 completed successfully.

Edit: Create a Windows 11 installation USB using the Media Creation Tool, then test the installation using that USB.
@Celery thank you you could be right, I bought two new SSD's when I bought the mini, I might reinstall the original SSD & do some testing.
 

My Computer

System One

  • OS
    Win 10
    Computer type
    PC/Desktop
    Manufacturer/Model
    HP
Ok narrowing down the issue as @Celery mentioned the ssd could be the problem, when I bought this PC I also bought 2 x 990evo pluss 2tb ssd.
I have read in a few places peeps as I experienced either windows pe cannot find or write to the ssd or like my problem installation will loop!
There does not appear to be a solid solution to overcome this! Bit annoying as they are a very expensive ssd & should be compatible. I have evo's in my other PC's with no issues.
 

My Computer

System One

  • OS
    Win 10
    Computer type
    PC/Desktop
    Manufacturer/Model
    HP
Update
I have now reinstalled the orig oem supplied Kingston drive & attempted to install win 11 it too ignores the "Press any key to boot from CD/DVD",
setup after first reboot loops install over & over unless I remove the usb stick. I don't believe the M.2 NVMe SSDs are the issue now!
There must be a driver missing in the boot.wim?
 

Attachments

  • Kingston.webp
    Kingston.webp
    35 KB · Views: 1
  • SS Evo.webp
    SS Evo.webp
    42.1 KB · Views: 1

My Computer

System One

  • OS
    Win 10
    Computer type
    PC/Desktop
    Manufacturer/Model
    HP
setup after first reboot loops install over & over unless I remove the usb stick.

have you got usb first in the bios boot order ?
 

My Computers

System One System Two

  • OS
    Win7,Win11
    Computer type
    PC/Desktop
    CPU
    i7-9700
    Motherboard
    gigabyte b365m ds3h
    Memory
    2x16gb 3600mhz
    Monitor(s) Displays
    benq gw2480
    PSU
    bequiet pure power 11 400CM
    Cooling
    cryorig m9i
  • Operating System
    win7,win11
    Computer type
    PC/Desktop
    CPU
    i5-8400
    Motherboard
    gigabyte b365m ds3h
    Memory
    2x8gb 3200
    PSU
    xfx pro 450
have you got usb first in the bios boot order ?
Normally I do, though regardless of the order it will look for the usb, which it does. As mentioned above regardless of the media whether manual or unattended gives the same issue.
 

My Computer

System One

  • OS
    Win 10
    Computer type
    PC/Desktop
    Manufacturer/Model
    HP
For the difficulties getting media to boot properly, try this method. If this does not work I can just about guarantee that there is a problem with your system or your boot configuration in the BIOS or UEFI FW. This is literally the only method I use. I don't bother with RUFUS or the MCT or anything else except by automations which do this automatically.



Bootable Flash Drive Using Only Native MS Tools

This method creates a bootable Windows installation USB Flash Drive (UFD) that works in every possible scenario. It works with BIOS based systems or UEFI based systems, it works on systems that don't like to boot from NTFS formatted UFDs, and it has no size limit on files as an only FAT32 boot would.

I've used this method quite literally many, many hundreds of times and have never once had this not work.

Start with the thumb drive that you want to make bootable attached to your PC.

1) Run diskpart.

2) From the diskpart> prompt, run this command:

list disk

3) From the size of the disks, try to determine which disk ID is your thumb drive. If that is not enough information, run these commands to get more detail on the disk. In this example, I want more info on disk 4:

select disk 4
detail disk

Here is some sample output:

DISKPART> list disk

Disk ### Status Size Free Dyn Gpt
-------- ------------- ------- ------- --- ---
Disk 0 Online 476 GB 0 B *
Disk 1 Online 3726 GB 0 B *
Disk 2 Online 465 GB 1024 KB *
Disk 3 Online 7452 GB 0 B *
Disk 4 Online 238 GB 0 B

DISKPART> select disk 4

Disk 4 is now the selected disk.

DISKPART> detail disk

SanDisk Extreme Pro USB Device
Disk ID: DC727760
Type : USB
Status : Online
Path : 0
Target : 0
LUN ID : 0
Location Path : UNAVAILABLE
Current Read-only State : No
Read-only : No
Boot Disk : No
Pagefile Disk : No
Hibernation File Disk : No
Crashdump Disk : No
Clustered Disk : No

Volume ### Ltr Label Fs Type Size Status Info
---------- --- ----------- ----- ---------- ------- --------- --------
Volume 7 Z My Software NTFS Removable 238 GB Healthy
C:\MountPoints\My Software\

4) When you determine the correct disk, run these commands. I am assuming disk 4 in the following example:

select disk 4
clean (if you get an error running this command, run it again)
convert mbr
create partition primary size=2000
active
format fs=fat32 quick
assign
create partition primary
format fs=ntfs quick
assign
exit

NOTE: The assign commands will assign the next available drive letter. If you want to assign specific drives letters, for example E:, use the command assign letter=E.

5) NOTE: This step is optional. Read the remainder of step and decide whether or not you want to implement this. If not, just skip to step 6.

Start by checking to see if your original source has a file called ei.cfg in \sources folder. If that file is already present, skip to step 6.

Create a text file called ei.cfg. We will use that below. Place the following 2 lines into that file:

[Channel]
Retail

Notes about ei.cfg: Let's say that you have a computer that shipped with Windows 10 Home, but you upgraded to Pro. You may find that when you try to perform a clean install, Windows simply starts installing Home and doesn't even show you the menu from which you can select other editions. By placing this file in the sources folder, we prevent that from happening. This happens because Windows setup reads a signature in the UEFI FW that tells setup which edition of Windows the system was shipped with.

Note that when performing an unattended installation, this file is not needed because the autounattend.xml specifies the edition of Windows to install, but you can leave the ei.cfg in place as it won't hurt anything. I always include this file.

6) We will now copy files from the source to the two partitions on the thumb drive. To be clear, all the files and folders that you are being asked to copy come from your source folder such as a folder on your hard disk that contains all the Windows files, or from a mounted Windows ISO image.

Follow these steps to copy files to your thumb drive:

- Copy all files and folders EXCEPT the \sources folder to the FAT32 partition.

- If you are planning to use an autounattend.xml answer file, place it in the root of the first (FAT32) partition. You can do this later if you prefer.

- Create a folder called sources on the FAT32 partition.

- Copy the file \sources\boot.wim to the FAT32 partition \sources folder.

- Create a folder called sources on the NTFS partition.

- Copy all files and folders from the \sources folder EXCEPT boot.wim to the \sources folder on the NTFS partition.

- If you created an ei.cfg file, copy it to the \sources folder of the NTFS partition.

- Copy the folders boot, efi, and support from the source to the root of the NTFS partition. Note that these three folders will now exist on both the first and second partitions. These are VERY small folders, so the duplication of data is very minor.

NOTE: The last bullet above becomes necessary with Windows 11 24H2+.

At this point, you should have a bootable thumb drive.

NOTE: When booting you may be presented with an option to boot either the FAT32 or the NTFS partition. Choose the FAT32 partition. If it is not clear which one the FAT32 partition is, simply try either. If it doesn't work, reboot and try the other.
 

My Computers

System One System Two

  • OS
    Win11 Pro 25H2 (RTM+)
    Computer type
    PC/Desktop
    Manufacturer/Model
    Acemagic
    CPU
    Intel i7-14650HX
    Memory
    32 GB
    Graphics Card(s)
    No GPU - Built-in Intel Graphics
    Sound Card
    Integrated
    Monitor(s) Displays
    Varies as machine will often be moved to locations with different monitors
    Screen Resolution
    Varies
    Hard Drives
    1 x 1TB Gen 4 NVMe SSD
    PSU
    120W Power Brick
    Keyboard
    Corsair K70 Max RGB Magnetic Keyboard
    Mouse
    Logitech MX Master 3
    Internet Speed
    1Gb Up / 1 Gb Down
    Browser
    Edge
    Antivirus
    Windows Defender
  • Operating System
    Win11 Pro 25H2 (RTM+)
    Computer type
    Laptop
    Manufacturer/Model
    Lenovo ThinkBook 13x Gen 2
    CPU
    Intel i7-1255U
    Memory
    16 GB
    Graphics card(s)
    Intel Iris Xe Graphics
    Sound Card
    Realtek® ALC3306-CG codec
    Monitor(s) Displays
    13.3-inch IPS Display
    Screen Resolution
    WQXGA (2560 x 1600)
    Hard Drives
    2 TB 4 x 4 NVMe SSD
    PSU
    USB-C / Thunderbolt 4 Power / Charging
    Keyboard
    Backlit, spill resistant keyboard
    Mouse
    Buttonless Glass Precision Touchpad
    Internet Speed
    1Gb Up / 1Gb Down
    Browser
    Edge
    Antivirus
    Windows Defender
    Other Info
    WiFi 6e / Bluetooth 5.1 / Facial Recognition / Fingerprint Sensor / ToF (Time of Flight) Human Presence Sensor
@hsehestedt I used diskpart & made both partitions on the usb, no issues. As you mentioned in the bios it shows both partitions 1 & 2
When I boot from either the pc after approx 15 seconds starts installing though there is no prompt? Im running the install now it is still loops the install!
There must be a bios setting causing this, though have been through most! More digging.

Boot Opt.webp

Here is comp spec
Code:
Device name    DESKTOP-OUPVGUV
Processor    AMD Ryzen 9 7940HS w/ Radeon 780M Graphics        4.00 GHz
Installed RAM    64.0 GB (61.8 GB usable)
Device ID    E37D13C6-4196-49A2-907A-A496D7C3ADA6
Product ID    00330-53253-87131-AAOEM
System type    64-bit operating system, x64-based processor
Pen and touch    No pen or touch input is available for this display
 
Last edited:

My Computer

System One

  • OS
    Win 10
    Computer type
    PC/Desktop
    Manufacturer/Model
    HP
setup after first reboot loops install over & over unless I remove the usb stick
That's where it's best to use the one time boot option by tapping the F7 key on booting. You should then be able to select the USB drive and will only boot from it once. No real need to change the boot order in the UEFI.
 

My Computers

System One System Two

  • OS
    Win 11 Pro
    Computer type
    Laptop
    Manufacturer/Model
    ASUS Vivobook
    CPU
    AMD Ryzen™ 7 7730U
    Motherboard
    M1605YA
    Memory
    24GB Dual-Channel DDR4 @ 1596MHz (22-22-22-52)
    Graphics Card(s)
    512MB ATI AMD Radeon Graphics (ASUStek Computer Inc)
    Monitor(s) Displays
    Generic PnP Monitor (1920x1200@60Hz) - P1 PLUS (1920x1080@59Hz)
    Screen Resolution
    1920 X 1200
    Hard Drives
    953GB Western Digital WD
    PSU
    45 Watts
    Mouse
    Lenovo Bluetooth.
    Internet Speed
    500 Mbps
    Browser
    Edge
    Antivirus
    Defender
  • Operating System
    Windows 11
    Computer type
    Laptop
    Manufacturer/Model
    ACER NITRO
    CPU
    AMD Ryzen 7 5800H / 3.2 GHz
    Motherboard
    CZ Scala_CAS (FP6)
    Memory
    32 GB DDR4 SDRAM 3200 MHz
    Graphics card(s)
    NVIDIA GeForce RTX 3060 6 GB GDDR6 SDRAM
    Sound Card
    Realtek Audio. NVIDIA High Definition Audio
    Monitor(s) Displays
    15.6" LED backlight 1920 x 1080 (Full HD) 144 Hz
    Screen Resolution
    1920 x 1080 (Full HD)
    Hard Drives
    Samsung 970 Evo Plus 2TB NVMe M.2
    PSU
    180 Watt, 19.5 V
    Mouse
    Lenovo Bluetooth
    Internet Speed
    500 Mbps
    Browser
    Edge
    Antivirus
    Defender
That's where it's best to use the one time boot option by tapping the F7 key on booting. You should then be able to select the USB drive and will only boot from it once. No real need to change the boot order in the UEFI.
I just tried this, it did bring up a separate boot menu I haven't seen previously, however it did loop back to the start after first reboot!
 

My Computer

System One

  • OS
    Win 10
    Computer type
    PC/Desktop
    Manufacturer/Model
    HP
I just tried this, it did bring up a separate boot menu I haven't seen previously, however it did loop back to the start after first reboot!
That's odd. When it boots from the USB drive, then it should ignore it if it needs a reboot.
 

My Computers

System One System Two

  • OS
    Win 11 Pro
    Computer type
    Laptop
    Manufacturer/Model
    ASUS Vivobook
    CPU
    AMD Ryzen™ 7 7730U
    Motherboard
    M1605YA
    Memory
    24GB Dual-Channel DDR4 @ 1596MHz (22-22-22-52)
    Graphics Card(s)
    512MB ATI AMD Radeon Graphics (ASUStek Computer Inc)
    Monitor(s) Displays
    Generic PnP Monitor (1920x1200@60Hz) - P1 PLUS (1920x1080@59Hz)
    Screen Resolution
    1920 X 1200
    Hard Drives
    953GB Western Digital WD
    PSU
    45 Watts
    Mouse
    Lenovo Bluetooth.
    Internet Speed
    500 Mbps
    Browser
    Edge
    Antivirus
    Defender
  • Operating System
    Windows 11
    Computer type
    Laptop
    Manufacturer/Model
    ACER NITRO
    CPU
    AMD Ryzen 7 5800H / 3.2 GHz
    Motherboard
    CZ Scala_CAS (FP6)
    Memory
    32 GB DDR4 SDRAM 3200 MHz
    Graphics card(s)
    NVIDIA GeForce RTX 3060 6 GB GDDR6 SDRAM
    Sound Card
    Realtek Audio. NVIDIA High Definition Audio
    Monitor(s) Displays
    15.6" LED backlight 1920 x 1080 (Full HD) 144 Hz
    Screen Resolution
    1920 x 1080 (Full HD)
    Hard Drives
    Samsung 970 Evo Plus 2TB NVMe M.2
    PSU
    180 Watt, 19.5 V
    Mouse
    Lenovo Bluetooth
    Internet Speed
    500 Mbps
    Browser
    Edge
    Antivirus
    Defender
After the computer restarts during Windows Setup and enters the boot loop, if you boot the Windows installer again from the USB, does the "Select location to install Windows 11" screen show any partitions?

UEFI systems boot using EFI files stored on the EFI system partition. If no EFI partition exists on the SSD, the firmware may continue booting from the Windows installation USB instead.

If the SSD contains an EFI partition, check that "Windows Boot Manager" is listed before the Windows 11 installation USB in the boot priority settings (see image below). Normally, Windows Setup creates a UEFI boot entry in NVRAM that points to \EFI\Microsoft\Boot\bootmgfw.efi on the EFI partition.

ASRock B650E Taichi.webp

Also, always use the one-time boot menu (F7 on your computer) when selecting the installation USB.

Have you tried this already: create a Windows 11 installation USB using the Media Creation Tool, then test the installation using that USB?
 

My Computers

System One System Two

  • OS
    Windows 11 Pro
    Computer type
    PC/Desktop
    CPU
    AMD Ryzen 9 9950X3D
    Motherboard
    ASRock B650E Taichi Lite
    Memory
    Kingston FURY Beast 64GB (2x32GB) DDR5 6000MT/s
    Graphics Card(s)
    ASUS TUF Gaming Radeon RX 9070 OC Edition 16GB GDDR6
    Hard Drives
    Solidigm P44 Pro 2TB M.2 NVMe SSD
  • Operating System
    Windows 11 Home
    Computer type
    Laptop
    Manufacturer/Model
    Lenovo Legion Pro 7i Gen 10 16"
    CPU
    Intel Core Ultra 9 275HX
    Memory
    64GB (2x 32GB) DDR5-6400
    Graphics card(s)
    NVIDIA GeForce RTX 5080 16GB GDDR7 Laptop GPU
    Hard Drives
    2x 1TB M.2 NVMe SSD (SK Hynix)
If the SSD contains an EFI partition, check that "Windows Boot Manager" is listed before the Windows 11 installation USB
No it's not listed.

Have you tried this already: create a Windows 11 installation USB using the Media Creation Tool, then test the installation using that USB?
Will try this now.
 

My Computer

System One

  • OS
    Win 10
    Computer type
    PC/Desktop
    Manufacturer/Model
    HP
If I am understanding correctly, are you saying that when Windows setup reboots it boots from the thumb drive again, right?

You can simply unplug the thumb drive as soon as you see a message that the system will reboot in a few moments. At that point, everything needed from the thumb drive has already been copied so it is no longer needed.

EDIT: If you miss that message and it does boot from the thumb drive, just unplug it and exit setup. This time it will boot from your internal drive and continue with setup.
 

My Computers

System One System Two

  • OS
    Win11 Pro 25H2 (RTM+)
    Computer type
    PC/Desktop
    Manufacturer/Model
    Acemagic
    CPU
    Intel i7-14650HX
    Memory
    32 GB
    Graphics Card(s)
    No GPU - Built-in Intel Graphics
    Sound Card
    Integrated
    Monitor(s) Displays
    Varies as machine will often be moved to locations with different monitors
    Screen Resolution
    Varies
    Hard Drives
    1 x 1TB Gen 4 NVMe SSD
    PSU
    120W Power Brick
    Keyboard
    Corsair K70 Max RGB Magnetic Keyboard
    Mouse
    Logitech MX Master 3
    Internet Speed
    1Gb Up / 1 Gb Down
    Browser
    Edge
    Antivirus
    Windows Defender
  • Operating System
    Win11 Pro 25H2 (RTM+)
    Computer type
    Laptop
    Manufacturer/Model
    Lenovo ThinkBook 13x Gen 2
    CPU
    Intel i7-1255U
    Memory
    16 GB
    Graphics card(s)
    Intel Iris Xe Graphics
    Sound Card
    Realtek® ALC3306-CG codec
    Monitor(s) Displays
    13.3-inch IPS Display
    Screen Resolution
    WQXGA (2560 x 1600)
    Hard Drives
    2 TB 4 x 4 NVMe SSD
    PSU
    USB-C / Thunderbolt 4 Power / Charging
    Keyboard
    Backlit, spill resistant keyboard
    Mouse
    Buttonless Glass Precision Touchpad
    Internet Speed
    1Gb Up / 1Gb Down
    Browser
    Edge
    Antivirus
    Windows Defender
    Other Info
    WiFi 6e / Bluetooth 5.1 / Facial Recognition / Fingerprint Sensor / ToF (Time of Flight) Human Presence Sensor
If I am understanding correctly, are you saying that when Windows setup reboots it boots from the thumb drive again, right?

You can simply unplug the thumb drive as soon as you see a message that the system will reboot in a few moments. At that point, everything needed from the thumb drive has already been copied so it is no longer needed.

EDIT: If you miss that message and it does boot from the thumb drive, just unplug it and exit setup. This time it will boot from your internal drive and continue with setup.
Yes that's correct & windows installs, though it messes with my unattended install, looking for a totally silent solution, all my other pc's do this.
 

My Computer

System One

  • OS
    Win 10
    Computer type
    PC/Desktop
    Manufacturer/Model
    HP
Have you tried this already: create a Windows 11 installation USB using the Media Creation Tool, then test the installation using that USB?
Ran the MCT on a fresh usb drive & made bootable, however windows complains my pc is not TPM compatible, this is ludicrous as it was shipped with win 11!
 

My Computer

System One

  • OS
    Win 10
    Computer type
    PC/Desktop
    Manufacturer/Model
    HP
Yes that's correct & windows installs, though it messes with my unattended install, looking for a totally silent solution, all my other pc's do this.
Without seeing your answer file I cannot say why, but I do this all the time with unattended installs and never have a problem.
 

My Computers

System One System Two

  • OS
    Win11 Pro 25H2 (RTM+)
    Computer type
    PC/Desktop
    Manufacturer/Model
    Acemagic
    CPU
    Intel i7-14650HX
    Memory
    32 GB
    Graphics Card(s)
    No GPU - Built-in Intel Graphics
    Sound Card
    Integrated
    Monitor(s) Displays
    Varies as machine will often be moved to locations with different monitors
    Screen Resolution
    Varies
    Hard Drives
    1 x 1TB Gen 4 NVMe SSD
    PSU
    120W Power Brick
    Keyboard
    Corsair K70 Max RGB Magnetic Keyboard
    Mouse
    Logitech MX Master 3
    Internet Speed
    1Gb Up / 1 Gb Down
    Browser
    Edge
    Antivirus
    Windows Defender
  • Operating System
    Win11 Pro 25H2 (RTM+)
    Computer type
    Laptop
    Manufacturer/Model
    Lenovo ThinkBook 13x Gen 2
    CPU
    Intel i7-1255U
    Memory
    16 GB
    Graphics card(s)
    Intel Iris Xe Graphics
    Sound Card
    Realtek® ALC3306-CG codec
    Monitor(s) Displays
    13.3-inch IPS Display
    Screen Resolution
    WQXGA (2560 x 1600)
    Hard Drives
    2 TB 4 x 4 NVMe SSD
    PSU
    USB-C / Thunderbolt 4 Power / Charging
    Keyboard
    Backlit, spill resistant keyboard
    Mouse
    Buttonless Glass Precision Touchpad
    Internet Speed
    1Gb Up / 1Gb Down
    Browser
    Edge
    Antivirus
    Windows Defender
    Other Info
    WiFi 6e / Bluetooth 5.1 / Facial Recognition / Fingerprint Sensor / ToF (Time of Flight) Human Presence Sensor
Without seeing your answer file I cannot say why, but I do this all the time with unattended installs and never have a problem.
My answer file works correctly, though due to the first reboot & removing the usb to prevent the looping it fails to invoke runoncex & setupcomplete.cmd's
 

My Computer

System One

  • OS
    Win 10
    Computer type
    PC/Desktop
    Manufacturer/Model
    HP
Back
Top Bottom