logo Debian Debian Debian-France Debian-Facile Debian-fr.org Forum-Debian.fr Debian ? Communautés logo inclusivité

Debian-facile

Bienvenue sur Debian-Facile, site d'aide pour les nouveaux utilisateurs de Debian.

Vous n'êtes pas identifié(e).


L'icône rouge permet de télécharger chaque page du wiki visitée au format PDF et la grise au format ODT → ODT PDF Export

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édentes Révision précédente
Prochaine révision Les deux révisions suivantes
doc:install:refind-boot-uefi [14/08/2013 11:57]
mytux [rEFIND]
doc:install:refind-boot-uefi [14/08/2013 11:58]
mytux [UEFI Shell :]
Ligne 56: Ligne 56:
  
  
- 
-=====UEFI Shell :​===== 
- 
-Préparons une clef USB, pour accueillir le shell UEFI. 
- 
-Comme expliqué précédemment nous aurons besoin d'une table de partition GPT ainsi qu'une partition de type FAT32 ou FAT16. 
-Gdisk, parted ou gparted seront vos amis pour cela.  
-Une taille de 100 Mo suffira largement, ce sera même un peu grand, mais mieux vos voir large au cas ou par la suite vous voudriez installer des tools kits, UEFI. 
- 
-<​code>​ 
-$ gdisk /​dev/​sdx ​       (sdx étant votre clé usb ) 
-$ h  (Affiche l'aide ) 
-$ o (Créer une nouvelle table de partition GPT ) 
-$ n ( Créer une nouvelle partition ) 
-$ 1  ( Numero de la partition par défault ) 
-$ 2048 ( Premier secteur par défaut ) 
-$ +100M  ​       ( Dernier secteur 100Mo ) 
-$ 8300    ( 8300 LFS par défaut ) 
-$ w ( Sauvegarde des modifications) 
-</​code>​ 
- 
- 
-Créons maintenant un système de fichier FAT32 sur notre partition. 
- 
-<​code>​ 
-$ mkfs.vfat -F32 /​dev/​sdx1 ​ 
-</​code>​ 
- 
-Il nous faut la monter pour pouvoir y déposer notre Shell. 
- 
-<​code>​ 
-$mkdir -p /media/EFI/ 
-$ mount /dev/sdx1 /media/EFI 
-</​code>​ 
- 
-Reste plus qu'à télécharger ce fameux Shell précompilé sur [[https://​wiki.archlinux.org/​index.php/​Unified_Extensible_Firmware_Interface#​UEFI_Shell|Archlinux]]. 
- 
-Télécharger,​ le version correspondante à votre architecture et enregistrer là dans le dossier **/​media/​EFI/​boot/​** 
- 
-Renommer le en **bootx64.efi** 
- 
-Pour les commandes, et la DOC allez sur [[http://​sourceforge.net/​projects/​efi-shell/​files/​|Sourceforge]] 
- 
-Il y a les sources et deux ou trois  en PDF si l' envie  vous viens de compiler votre Shell ou un Tool Kit. 
- 
-Ces commandes sont proches du batch Windows : 
- 
-**Table 1 Commands from Default Build Shell** 
- 
-^ Commandes ​ ^ Description 
-| alias      | Displays, creates, or deletes aliases in the EFI Shell. ​               | 
-| attrib ​    | Displays or changes the attributes of files or directories ​            | 
-| cd      | Displays or changes the current directory ​                             | 
-| cls      | Clears the standard output and optionally changes the background color | 
-| connect ​   | Binds a driver to a specific device and starts the driver ​             | 
-| cp      | Copies one or more source files or directories to a destination ​       | 
-| date      | Displays and sets the current date for the system ​                     | 
-| del      | Deletes one or more files or directories ​                              | 
-| dh      | Displays the device handles in the EFI environment ​                    | 
-| dir      | Lists directory contents or file information ​                          | 
-| disconnect | Disconnects one or more drivers from the specified devices ​            | 
-| drivers ​   | Displays a list of information for drivers ​                            | 
-| drvcfg ​    | Invokes the Driver Configuration Protocol ​                             | 
-| drvdiag ​   | Invokes the Driver Diagnostics Protocol ​                              | 
-| echo      | Displays messages or turns command echoing on or off                   | 
-| exit      | Exits the EFI Shell environment ​                                       | 
-| help      | Displays the list of commands that are built into the EFI Shell        | 
-| load      | Loads an EFI driver into memory ​                                       | 
-| ls      | Lists a directory'​s contents or file information ​                      | 
-| map      | Defines a mapping between a user-defined name and a device handle ​     | 
-| mkdir      | Creates one or more new directories ​                                   | 
-| mv      | Moves one or more files to a destination within a file system ​         | 
-| reconnect ​ | Reconnects drivers to the specific device ​                             | 
-| reset      | Resets the system ​                                                     | 
-| rm      | Deletes one or more files or directories ​                              | 
-| set      | Used to maintain the environment variables ​                            | 
-| time      | Displays or sets the current time for the system ​                      | 
-| touch      | Updates the time and date on a file to the current time and date       | 
-| type      | Sends the contents of a file to the standard output device ​            | 
-| unload ​    | Unloads a driver image that was already loaded ​                        | 
-| ver      | Displays the version information for this EFI firmware ​                | 
-| vol      | Displays the volume information for the file system ​                   | 
  
  
doc/install/refind-boot-uefi.txt · Dernière modification: 26/11/2015 18:38 par milou

Pied de page des forums

Propulsé par FluxBB