UEFI vs Legacy Boot: Dual-Boot Unterschiede
???? Wichtig: Windows ist meist UEFI → Linux muss auch UEFI sein für perfektes Dual-Boot!
Schnellvergleich
| ???? UEFI (Modern) | ⚫ Legacy/BIOS (Alt) | |
|---|---|---|
| Partitionstabelle | GPT (große Festplatten >2TB, 128 Partitionen) | MBR (max. 2TB, 4 Partitionen) |
| Dual-Boot Windows | ✅ Perfekt (beide nutzen EFI-Partition) | ❌ Probleme (unterschiedliche Boot-Modi mischen) |
| Secure Boot | ✅ (sicherer, kann deaktiviert werden) | ❌ Nicht verfügbar |
| Boot-Geschwindigkeit | ⚡ Schneller | ???? Langsamer |
| USB-Stick erstellen | Partition scheme: GPT Target: UEFI | Partition scheme: MBR Target: BIOS |
Dual-Boot Setup
✅ UEFI Dual-Boot (Empfohlen)
- BIOS prüfen: UEFI-Modus + CSM/Legacy deaktiviert
- USB-Stick: Rufus → GPT/UEFI
- Mint Installation: "Neben Windows" → Erstellt automatisch EFI-Boot-Eintrag
- GRUB-Menü: Windows + Mint = ????
❌ Legacy Dual-Boot (Vermeiden!)
- Windows UEFI + Linux Legacy = GRUB erkennt Windows nicht
- CSM/Legacy-Modus im BIOS aktivieren → Sicherheitslücken
- USB-Stick MBR/BIOS → Nur alte Hardware
So prüfst du deinen Modus
- Windows: msinfo32 → "BIOS-Modus" = UEFI?
- Linux Live: Terminal: [ -d /sys/firmware/efi ] && echo UEFI || echo Legacy
- BIOS: Boot-Menü → "UEFI: USB" oder "USB"?
???? Empfehlung:
UEFI + GPT für alle modernen PCs (2012+)
Nur Legacy bei sehr alter Hardware (<2010)
Erstellt für Linux Mint Themenabend • AI-unterstützt (Perplexity) • © 2026, Heiko Ehmsen, CCW e.V.

