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
Révision précédente
Prochaine révision Les deux révisions suivantes
doc:install:refind-boot-uefi [14/08/2013 14:58]
mytux [Configuration]
doc:install:refind-boot-uefi [14/08/2013 15:52]
mytux [UEFI & EFI ( EN chantier )]
Ligne 7: Ligne 7:
  
  
-====== UEFI & EFI ( EN chantier )======+====== UEFI & EFI======
  
 Toutes les versions 64bits des PC qui exécutent Windows certifié par le programme de certification Windows utilisent l’UEFI à la place du BIOS. Toutes les versions 64bits des PC qui exécutent Windows certifié par le programme de certification Windows utilisent l’UEFI à la place du BIOS.
Ligne 160: Ligne 160:
  
 Bon là pas besoin de moi, vous installez une iso qui vous fais des misères (Crunchbang,​ LMDE) sur /dev/sdx2. Bon là pas besoin de moi, vous installez une iso qui vous fais des misères (Crunchbang,​ LMDE) sur /dev/sdx2.
 +
 +Dans cet exemple j'​utilise Crunchbang.
  
 =====Configuration===== =====Configuration=====
Ligne 183: Ligne 185:
  
 textonly textonly
- 
-#resolution 1024 768 
- 
-use_graphics_for linux 
  
 showtools shell, about, reboot, exit showtools shell, about, reboot, exit
Ligne 197: Ligne 195:
  
 dont_scan_dirs EFI/​linuxmint,​boot dont_scan_dirs EFI/​linuxmint,​boot
- 
-max_tags 0 
  
 default_selection Crunch_Live default_selection Crunch_Live
  
 menuentry Crunch_Live { menuentry Crunch_Live {
-        icon /​EFI/​boot/​icons/​os_debian.icns+        icon /​EFI/​boot/​icons/​os_debian.icns ​
         volume 1:         volume 1:
         loader /​live/​vmlinuz         loader /​live/​vmlinuz
Ligne 211: Ligne 207:
         graphics off         graphics off
 } }
 +
 +menuentry Crunch_Install {
 +        icon /​EFI/​boot/​icons/​os_debian.icns ​
 +        volume 1:
 +        loader /​install/​vmlinuz
 +        initrd /​install/​initrd.gz
 +        options "ro root=UUID=C847-7244 add_efi_memmap file=/​cdrom/​install/​crunchbang.cfg"​
 +        osype Linux
 +        graphics off
 +}
 +
 +
 </​file>​ </​file>​
  
 +Pour vous aider vous aurez besoin du fichier syslinux.cfg générer par Unetbootin :
 +
 +<​code>​
 +$ cd /media/usb1
 +$ cat syslinux.cfg
 +default menu.c32
 +prompt 0
 +menu title UNetbootin
 +timeout 100
 +
 +label unetbootindefault
 +menu label Default
 +kernel /ubnkern
 +append initrd=/​ubninit boot=live config quiet
 +
 +label ubnentry0
 +menu label Live Session
 +kernel /​live/​vmlinuz
 +append initrd=/​live/​initrd.img boot=live config quiet
 +
 +label ubnentry1
 +menu label Install
 +kernel /​install/​gtk/​vmlinuz
 +append initrd=/​install/​gtk/​initrd.gz video=vesa:​ywrap,​mtrr vga=788 quiet file=/​cdrom/​install/​crunchbang.cfg
 +
 +label ubnentry2
 +menu label Memory Test
 +kernel /​live/​memtest
 +append initrd=/​ubninit ​
 +
 +$
 +</​code>​
  
  
    
  
doc/install/refind-boot-uefi.txt · Dernière modification: 26/11/2015 18:38 par milou

Pied de page des forums

Propulsé par FluxBB