Outils pour utilisateurs

Outils du site


hardware:lenovo:thinkstation_s30:erreur_demarrage_debian_uefi

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentesRévision précédente
Prochaine révision
Révision précédente
hardware:lenovo:thinkstation_s30:erreur_demarrage_debian_uefi [2024/11/08 17:54] yoannhardware:lenovo:thinkstation_s30:erreur_demarrage_debian_uefi [2024/12/10 10:12] (Version actuelle) yoann
Ligne 47: Ligne 47:
   * <key>F10</key> Save and Exit   * <key>F10</key> Save and Exit
  
-Le démarrage échoue toujours. En bootant manuellement depuis une clé, le système démarre:+Le démarrage échoue toujours. Il est cependant possible de [[sysadmin:grub2:booter_linux_manuellement|démarrer le système via une clé usb]] :
  
-**efibootmgr** retourne à présent :+<code bash> 
 +set prefix=(hd1,gpt1)/boot/grub 
 +set root=(md/0) 
 +  
 +insmod normal 
 +normal 
 +  
 +insmod linux 
 +linux /vmlinuz root=/dev/md0 
 +initrd /initrd.img 
 +  
 +boot 
 +</code> 
 + 
 +Après MAJ firmware et une fois le système démarré, **efibootmgr** retourne des informations cohérentes :
  
 <file> <file>
Ligne 75: Ligne 89:
 The only problem then is that the firmware will almost certainly favour Windows' renegade bootmgfw.efi loader but the OP may be able to use the firmware boot menu to switch between the operating systems (or move bootmgfw.efi and make a custom boot entry for it, which is what I do). The only problem then is that the firmware will almost certainly favour Windows' renegade bootmgfw.efi loader but the OP may be able to use the firmware boot menu to switch between the operating systems (or move bootmgfw.efi and make a custom boot entry for it, which is what I do).
 </file> </file>
 +
 +<code bash>
 +grub-install --removable /dev/sda --target=x86_64-efi --efi-directory=/boot/efi/
 +grub-install --removable /dev/sdb --target=x86_64-efi --efi-directory=/boot/efi/
 +
 +efibootmgr --create --disk /dev/sda --part 1 --label debian1 --loader '\EFI\BOOT\BOOTX64.EFI' AMBO
 +</code>
 +
 +Les entrées crées via efibootmgr n'apparaissent pas dans le menu UEFI au démarrage, elles ne semblent apparaître que lorsque grub-install utilise l'option %%--removable%% et que le loader est placé  :
 +
 +<code bash>
 +efibootmgr --create --disk /dev/sda --part 1 --label debian1 --loader '\EFI\BOOT\BOOTX64.EFI' AMBO
 +</code>
 +
 +<note>
 +Après redémarrage les entrées du boot uefi sont modifiées par le BIOS.
 +</note>
 +
 +Avant redémarrage :
 +
 +Après redémarrage :
 +
  
 ===== Références ===== ===== Références =====
Ligne 82: Ligne 118:
   * [[https://pcsupport.lenovo.com/be/fr/products/workstations/thinkstation-s-series-workstations/thinkstation-s30/downloads/driver-list/component?name=BIOS|Support Lenovo liste des MAJ BIOS pour ThinkStation S30]]    * [[https://pcsupport.lenovo.com/be/fr/products/workstations/thinkstation-s-series-workstations/thinkstation-s30/downloads/driver-list/component?name=BIOS|Support Lenovo liste des MAJ BIOS pour ThinkStation S30]] 
   * https://forums.debian.net/viewtopic.php?p=680550&sid=8cb79190bfef9fe824469cb5f6d9c63d#p680550   * https://forums.debian.net/viewtopic.php?p=680550&sid=8cb79190bfef9fe824469cb5f6d9c63d#p680550
 +
hardware/lenovo/thinkstation_s30/erreur_demarrage_debian_uefi.1731088496.txt.gz · Dernière modification : 2024/11/08 17:54 de yoann