Windows Installation

Aktiviert und deaktiviert , immer genau gleich...


Kühler ist fest angezogen
 
Wurde das Windows-ISO mit Rufus auf den USB-Stick geschrieben? (das wäre gut)

Ist der USB-Stick GPT-Partitioniert? (MBR wäre falsch für UEFI)

Ist der USB-Stick mit Fat32 formatiert? (NTFS wäre falsch für UEFI)

Hast du mal sämtliche Dateien auf dem USB-Stick mit einem Schreibschutz versehen? (das hilft manchmal, besonders die Datei "bootmgr")

Ist im UEFI "fast boot" und "ultra-fast boot" ausgeschaltet? (aus ist gut)

Ist das neueste UEFI im Mainboard geflasht?
 
Zuletzt bearbeitet:
Habe ich mit einem anderen Tool gemacht, werde es jetzt nochmal mit Rufus machen (das eine Tool hat NTFS formatiert)

Dann werde ich alles ausschalten, Dateien schreibgeschützt machen und es nochmal versuchen

BIOS Update habe ich gerade per USB versucht, ich bin mir nur nicht sicher ob es funktioniert hat, da es kurz vor 100% oder bei 100% (konnte man nicht genau erkennen) einfach wieder einen reboot gab (die neue Version wird jetzt aber angezeigt)


Rufus gibt mir den Fehler dass eine Datei größer 4GB ist und daher FAT32 nicht möglich
 
Zuletzt bearbeitet:
Dann liegt genau dort das Problem:

"Für das Booten eines Sticks im UEFI-Modus ist aber zwingend das FAT32-Dateisystem erforderlich. "
http://www.pcwelt.de/tipps/Windows-Windows-vom-USB-Stick-im-UEFI-Modus-installieren-8758782.html

Dann habe ich ebenfalls ein Problem, da mein ISO (bzw die install.wim) eben diese 4GB-Größe überschreitet, wegen der integrierten Updates.

Also benötigt man ein Windows7-ISO, welches:
- kleiner ist als 4 GB
- die nötigen Treiber für USB3 (evtl NVMe) enthält

Wie bekommt man das ISO jetzt klein genug?

Edit:
folgender Befehl splittet die zu große install.wim in kleinere Stücke:
dism.exe" /Split-Image /ImageFile:d:\work\install.wim /SWMFile:d:\work\install.swm /FileSize:1000
https://msdn.microsoft.com/windows/...image--wim--file-to-span-across-multiple-dvds

Problem:
Die direkte Installation mit gesplitteter install.wim (*.swm) wird von Windows nicht unterstützt.

Alternative Lösung:
.imgPTN
http://www.easy2boot.com/add-payloa...ll-isos-without-needing-a-helper-flash-drive/

Alternative:
https://github.com/pbatard/uefi-ntfs
http://efi.akeo.ie/downloads/efifs-0.9/x64/ntfs_x64.efi
http://efi.akeo.ie/downloads/efifs-0.9/x64/
(damit kann man mittels Rufus auch NTFS booten, wenn UEFI aktiviert ist)

Im RUFUS:
[x] Startfähiges Laufwerk erstellen mit: "UEFI:NTFS"
 
Zuletzt bearbeitet:
Aber dann müsste ich ja zumindest Windows 10 installieren können aber da komme ich ja nichtmal in die Installation
 
Versuche das mal:
Im RUFUS:

[x] Startfähiges Laufwerk erstellen mit: "UEFI:NTFS"
GPT-Partitionierungsschema für UEFI
Dateisystem: NTFS


Dadurch kann man die 4-GB-Grenze umgehen.

The way it works is by adding a small (256KB) FAT partition at the end of the drive, which contains an EFI boot executable that loads a Free Software (GPLv3) NTFS EFI driver. Once the relevant driver is loaded, that executable locates the regular EFI bootloader,
on the NTFS partition, and hands the boot over to it.
The one drawback this method has is that, since the EFI boot executable on the FAT partition is not signed by Microsoft (which I don't think it can be, on account of the the Microsoft Secure Boot signing process explicitly the use of GPLv3 as a license), it
is not compatible with Secure Boot.
[...]
[Disclaimer: I am the author of Rufus and UEFI:NTFS]
https://blogs.technet.microsoft.com...eating-bootable-usb-drive-for-uefi-computers/

The latest Rufus Version (v2.0 (2015.03.03)) includes a free NTFS driver for EFI to use NTFS instead of FAt32 to avoid the 4GB file size limitation when creating a bootable USB thumb drive.

Add seamless UEFI boot of NTFS partitions, for Windows ISOs with large files (>4GB)
https://superuser.com/questions/920...ze-more-than-4-gb-using-gpt-usb-and-uefi-mode

Option #3: Use Rufus (http://rufus.akeo.ie) and its UEFI:NTFS mode, which provides seamless boot for NTFS partitions on UEFI systems, and thus allows >4GB install.wim

If you are working with a Windows installation ISO, you can just select it in Rufus, set the partition scheme to GPT partition scheme for UEFI computers and set the file system to NTFS. Then the application should automatically make that NTFS partition UEFI
bootable.
https://blogs.technet.microsoft.com...eating-bootable-usb-drive-for-uefi-computers/
 
Zuletzt bearbeitet:
Schonmal danke für die Hilfe, es war gerade jemand mit etwas mehr Erfahrung hier und wir kamen nichtmal noch ins BIOS mit angeschlossener Festplatte. Er hat ihn jetzt mitgenommen deswegen kann ich das leider grad nicht versuchen.

Ich vermute ja langsam soviel "Glück" zu haben, dass ich 2 mal hintereinander ein defektes Mainboard bekomme. :o
 
Zurück
Oben