Démarrer en mode UEFI ou BIOS hérité (2024)

  • Article

Choisissez le mode UEFI ou BIOS hérité lors du démarrage dans WindowsPE (WinPE) ou le programme d’installation de Windows. Une fois Windows installé, si vous devez changer de mode de microprogramme, vous pouvez utiliser l’outil MBR2GPT.

En général, installez Windows en utilisant le mode UEFI le plus récent, car il inclut plus de fonctionnalités de sécurité que le mode BIOS hérité. Si vous démarrez à partir d’un réseau qui prend uniquement en charge le BIOS, vous devez démarrer en mode BIOS hérité.

Une fois Windows installé, l’appareil démarre automatiquement en utilisant le même mode que celui avec lequel il a été installé.

Pour démarrer en UEFI ou BIOS:

  1. Ouvrez les menus du microprogramme. Vous pouvez utiliser l’une des méthodes suivantes:

    • Démarrez le PC et appuyez sur la touche du fabricant pour ouvrir les menus. Touches courantes utilisées: Échap, Supprimer, F1, F2, F10, F11 ou F12. Sur les tablettes, les boutons courants sont Volume+ ou Volume- (recherchez les touches et boutons courants). Au démarrage, un écran mentionne souvent la touche. S’il n’y en a pas, ou si vous n’avez pas le temps de voir l’écran, consultez le site de votre fabricant.

    • Ou, si Windows est déjà installé, à partir de l’écran de connexion ou du menu Démarrer, sélectionnez Marche/Arrêt (Démarrer en mode UEFI ou BIOS hérité (1)) >maintenez la touche Maj enfoncée tout en sélectionnant Redémarrer. Sélectionnez Résoudre des problèmes > Options avancées > Paramètres du microprogramme UEFI.

  2. Dans les menus du microprogramme, démarrez sur un lecteur ou un réseau en mode UEFI ou BIOS:

    Dans le menu de l’appareil de démarrage, sélectionnez la commande qui identifie à la fois le mode microprogramme et l’appareil. Par exemple, sélectionnez UEFI: lecteur USB ou BIOS: réseau/LAN.

    Vous pouvez voir des commandes distinctes pour le même appareil. Par exemple, vous pouvez voir lecteur USB UEFI et lecteur USB BIOS. Chaque commande utilise le même appareil et le même support, mais démarre le PC dans un mode de microprogramme différent.

    Certains appareils ne prennent en charge qu’un seul mode (UEFI ou BIOS). D’autres appareils vous permettent uniquement de démarrer en mode BIOS en désactivant manuellement les fonctionnalités de sécurité UEFI. Pour désactiver les fonctionnalités de sécurité, allez dans Sécurité > Démarrage sécurisé et désactivez la fonctionnalité.

    Notes

    Certains PC plus anciens (Windows7-era ou version antérieure) prennent en charge UEFI, mais vous obligent à accéder au fichier de démarrage. Dans les menus du microprogramme, recherchez l’option «Démarrer à partir d’un fichier», puis accédez à \EFI\BOOT\BOOTX64.EFI sur WindowsPE ou le support d’installation de Windows.

Modes UEFI et BIOS dans WinPE

Déterminez si WinPE est démarré en mode BIOS ou UEFI

Interrogez le registre pour déterminer dans quel mode se trouve l’appareil. Vous pouvez le faire à partir de la ligne de commande:

reg query HKLM\System\CurrentControlSet\Control /v PEFirmwareType
Code de retourMode du microprogramme
0x1BIOS
0x2UEFI

Utilisez-le dans un script:

wpeutil UpdateBootInfofor /f "tokens=2* delims= " %%A in ('reg query HKLM\System\CurrentControlSet\Control /v PEFirmwareType') DO SET Firmware=%%B:: Note: delims is a TAB followed by a space.if %Firmware%==0x1 echo The PC is booted in BIOS mode.if %Firmware%==0x2 echo The PC is booted in UEFI mode.

Notez qu’entre delims= et " %%A se trouve un onglet, suivi d’un espace.

Veillez à démarrer dans le bon mode à chaque fois

Voici quelques façons de vous assurer que vous démarrez dans le mode de microprogramme chaque fois que vous lancez votre PC.

Utilisez des disques durs préformatés et utilisez une méthode qui ne formate pas automatiquement le lecteur.

Si vous souhaitez vous assurer que votre lecteur démarre dans un certain mode, utilisez les lecteurs que vous avez préformatés avec le format de fichier GPT pour le mode UEFI ou le format de fichier MBR pour le mode BIOS. Lorsque l’installation commence, si le PC est démarré dans le mauvais mode, l’installation de Windows échouera. Pour résoudre ce problème, redémarrez le PC dans le mode de microprogramme approprié.

Supprimer les fichiers de démarrage UEFI ou BIOS

Si vous souhaitez qu’un PC démarre uniquement dans un certain mode, vous pouvez supprimer les fichiers que WindowsPE ou le programme d’installation de Windows utilisent pour démarrer en mode UEFI ou BIOS. Supprimez les fichiers suivants, en fonction du mode de démarrage que vous souhaitez utiliser.

Démarrer uniquement en mode UEFI

Supprimez le fichier bootmgr de la racine de WindowsPE ou du support d’installation Windows. Cela empêche le démarrage de l’appareil en mode BIOS.

Démarrer uniquement en mode BIOS

Supprimez le dossier efi de la racine de WindowsPE ou du support d’installation Windows. Cela empêche le démarrage de l’appareil en mode UEFI.

WinPE: créer un lecteur USB démarrable

Démarrer en mode UEFI ou BIOS hérité (2024)

FAQs

Should I boot with UEFI or BIOS? ›

UEFI offers more features and benefits, such as faster boot times, better security, larger disk support, and graphical user interface. Legacy BIOS is the old mode that uses a 16-bit code and a limited number of options.

What is the difference between BIOS and UEFI? ›

The main difference between UEFI and BIOS lies in their architecture and capabilities. While BIOS uses 16-bit mode and has a limited user interface, UEFI uses 32-bit or 64-bit mode and offers a more advanced graphical user interface.

How do you determine if the system is booted in BIOS or UEFI mode? ›

Click the Search icon on the Taskbar and type in msinfo32 , then press Enter. System Information window will open. Click on the System Summary item. Then locate BIOS Mode and check the type of BIOS, Legacy or UEFI.

Should I install Windows in UEFI or BIOS? ›

Most of the latest features and capabilities are only available in UEFI mode. MBR and GPT are two different ways of storing the partitioning information on a drive. This information includes where partitions begin, so the operating system knows which sectors belong to each partition and which partition is bootable.

What happens if I change boot mode from UEFI to Legacy? ›

When switching between Legacy BIOS Boot Mode and UEFI BIOS Boot Mode (either direction), BIOS settings that affect the Boot Options Priority list settings will be changed. If the boot mode is changed, the boot candidates from the previous boot mode disappear.

Should I enable UEFI in BIOS? ›

In general, install Windows using the newer UEFI mode, as it includes more security features than the legacy BIOS mode. If you're booting from a network that only supports BIOS, you'll need to boot to legacy BIOS mode. After Windows is installed, the device boots automatically using the same mode it was installed with.

How do I force UEFI to boot in safe mode? ›

Start safe mode with [Shift] + “Restart”

Step 2: Now press down the [Shift] key on your keyboard and click “Restart” with the mouse. Step 3: After a short while, the UEFI will open in the form of a screen with a blue background, where you can select various options.

Should UEFI boot mode Secure Boot be on or off? ›

Secure Boot must be enabled before an operating system is installed. If an operating system was installed while Secure Boot was disabled, it will not support Secure Boot and a new installation is required. Secure Boot requires a recent version of UEFI.

What are the disadvantages of UEFI BIOS? ›

Disadvantages of UEFI

UEFI has limited compatibility because it only supports 64-bit systems. While these are increasingly becoming standard, 32-bit systems are still widely used, especially in the Windows ecosystem.

What is an example of a bootloader? ›

For Linux, the two most common boot loaders are known as LILO (LInux LOader) and LOADLIN (LOAD LINux). An alternative boot loader, called GRUB (GRand Unified Bootloader), is used with Red Hat Linux. LILO is the most popular boot loader among computer users that employ Linux as the main, or only, operating system.

Why is my BIOS mode Legacy? ›

If your BIOS Mode is set to Legacy, you need to check if your OS Drive is formatted as MBR or GPT. If it is MBR, you will need to convert it to GPT before setting your BIOS Mode to UEFI. Please see this video for information on how to check your drive, and this video on converting your drive to GPT.

Which boot mode should I use? ›

The boot mode you use must match the operating system installation. If not, changing the boot mode can impact the ability of the server to boot to the installed operating system. When booting to UEFI Mode, leave UEFI Optimized Boot enabled.

Can I change BIOS mode from legacy to UEFI? ›

Power on system. Press F2 when prompted to enter BIOS menu. Navigate to Boot Maintenance Manager -> Advanced Boot Options -> Boot Mode. Select the desired mode: UEFI or Legacy.

Why use BIOS over UEFI? ›

If you are not a fan of the UEFI GUI and want a simple interface, you can switch to BIOS if your system supports it. In contrast, use UEFI for faster boot time and when you have hard drives larger than 2 TB.

Why is UEFI faster than BIOS? ›

UEFI is a BIOS update that allows larger hard drives, faster boot speeds, more security features, and more graphics and mouse cursor choices than standard BIOS. UEFI enables higher-powered booting on both 32-bit and 64-bit systems, allowing them to manage discs with capacities of up to 9.4 zettabytes.

Does UEFI replace BIOS? ›

UEFI replaces the BIOS which was present in the boot ROM of all personal computers that are IBM PC compatible, although it can provide backwards compatibility with the BIOS using CSM booting.

Is UEFI BIOS mode good? ›

There are further advantages: UEFI can manage partitions and hard drives with a capacity of more than two terabytes, supports not only the classic MBR format (Master Boot Record) but also the GUID partition table (GPT) and can handle up to 128 primary partitions — with BIOS there were only four.

References

Top Articles
Latest Posts
Article information

Author: Kimberely Baumbach CPA

Last Updated:

Views: 6020

Rating: 4 / 5 (61 voted)

Reviews: 84% of readers found this page helpful

Author information

Name: Kimberely Baumbach CPA

Birthday: 1996-01-14

Address: 8381 Boyce Course, Imeldachester, ND 74681

Phone: +3571286597580

Job: Product Banking Analyst

Hobby: Cosplaying, Inline skating, Amateur radio, Baton twirling, Mountaineering, Flying, Archery

Introduction: My name is Kimberely Baumbach CPA, I am a gorgeous, bright, charming, encouraging, zealous, lively, good person who loves writing and wants to share my knowledge and understanding with you.