Mois : février 2018

Installer Linux sur un pc portable Acer ES1-132

J’ai récemment acquis ce Acer Aspire ES1-132 préinstallé (de force ?) avec Windows 10.
État des test:

  • 24-07-2017: Démarrage possible ! Solution enfin trouvée.
  • 16-02-2017: Démarrage sur grub depuis le disque dur sans clef usb.:-) Cependant, grub ne trouve pas son fichier de configuration. 😕
  • 15-02-2017: Possibilité de boot avec une clef usb préparée avec SupergrubDisk 🙂

Impossible de démarrer sous Linux après installation

Par défault Ubuntu / Linux Mint installe le chargeur de démarrage dans /boot/efi/EFI/ubuntu Le bios du pc lui, utilise des chemins prédéfinis :

\EFI\Linux\BOOTX64.efi (Linux)
\EFI\Microsoft\Boot\bootmgfw.efi (Windows Boot Manager)
\EFI\ubuntu\shim.efi (ubuntu SECURE)
\EFI\ubuntu\shim$cpu$.efi (ubuntu SECURE)
\EFI\ubuntu\grub.efi (ubuntu NORMAL)
\EFI\fedora\shim.efi (Fedora)
\EFI\android\bootx64.efi (Android)
\EFI\opensuse\grubx64.efi (topenSUSE)
\EFI\redhat\grub.efi (Red Hat Linux)
\EFI\SuSE\elilo.efi (SuSE Linux)
\EFI\ubuntu\grub$cpu$.efi (ubuntu NORMAL)

Source: http://community.acer.com/t5/E-F-and-M-Series-Laptops/ES1-132-cannot-install-other-OS-than-Windows-10-BIOS-options/td-p/476726/page/2

Installation de Manjaro en single-boot

Sous Manjaro Linux, l’installation par défaut créée l’arborescence suivante:

/boot/efi
+EFI/
+boot
-bootx64.efi

+Manjaro
-grubx64.efi

Créer simplement un dossier Linux dans /boot/efi/EFI et copier les fichiers bootx64.efi et grubx64.efi. L’ordinateur démarrera ensuite sous Grub.

Installation avec Linux Mint

On va donc utiliser le chemin/EFI/Linux situé dans /boot/efi. Soit le chemin complet suivant: /boot/efi/EFI/Linux

Code BASH :

sudo rename /boot/efi/EFI/ubuntu /boot/efi/EFI/Linux

Ensuite, copier les fichiers BOOTx64.EFI et grubx64.efi situé sur le dossier /UEFI/BOOT/ du dvd d’installation de Linux Mint.

Documentation en ligne

  • http://community.acer.com/t5/E-F-and-M-Series-Laptops/ES1-132-cannot-install-other-OS-than-Windows-10-BIOS-options/td-p/476726
  • http://community.acer.com/t5/E-F-and-M-Series-Laptops/Acer-Aspire-ES1-132-C685-Ubuntu-Installation-Dual-Boot-Single-OS/td-p/483647
  • https://ubuntuforums.org/showthread.php?t=2305551
  • https://ubuntuforums.org/showthread.php?t=2256083

Caractéristiques techniques

  • CPU: Intel xx @ 1,xx GHz
  • GPU: Intel HD Graphics
  • Ram: 2Go
  • Disque Dur: 32Go

Compatibilité du matériel

Pour que le touchpad soit fonctionnel, il faut changer son mode dans le bios. En le passant de advanced à basic (uniquement avec des anciens noyaux < 4.9)