Outils pour utilisateurs

Outils du site


liberer_un_chromebook_de_google

Différences

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

Lien vers cette vue comparative

Prochaine révision
Révision précédente
liberer_un_chromebook_de_google [2018/07/28 16:13] – créée Benjamin Labomedialiberer_un_chromebook_de_google [2020/12/01 17:43] (Version actuelle) – ↷ Liens modifiés en raison d'un déplacement. serge
Ligne 12: Ligne 12:
 Il s'agissait du modèle : HP CHROMEBOOK 14 G1 14" Celeron 2955u 1.4 Ghz Ssd 16 Go Ram 4 Go (129 €) Il s'agissait du modèle : HP CHROMEBOOK 14 G1 14" Celeron 2955u 1.4 Ghz Ssd 16 Go Ram 4 Go (129 €)
  
-{{:1527576508.98.jpg|centré centré}}+{{media_02:1527576508.98.jpg|centré centré}}
  
   * Un tutoriel à suivre par ici : https://ubuntuforums.org/showthread.php?t=2220912   * Un tutoriel à suivre par ici : https://ubuntuforums.org/showthread.php?t=2220912
Ligne 35: Ligne 35:
 The machine will reboot and the Recovery screen will appear: The machine will reboot and the Recovery screen will appear:
  
-{{:Aosz87.jpg|Aosz87.jpg Aosz87.jpg}}+{{media_02:aosz87.jpg|Aosz87.jpg Aosz87.jpg}}
  
 At this screen press Ctrl+D, Press Enter at the next screen. At this screen press Ctrl+D, Press Enter at the next screen.
Ligne 41: Ligne 41:
 The machine will now enable developer mode and wipe all local data, may take up to 10 mins to complete. Once its done the machine will automatically reboot and show the OS Verification error. The machine will now enable developer mode and wipe all local data, may take up to 10 mins to complete. Once its done the machine will automatically reboot and show the OS Verification error.
  
-{{:121pl6t.jpg|121pl6t.jpg 121pl6t.jpg}}+{{media_02:121pl6t.jpg|121pl6t.jpg 121pl6t.jpg}}
  
 Press Ctrl+D again to boot into Chrome OS. Press Ctrl+D again to boot into Chrome OS.
Ligne 55: Ligne 55:
 ===== Démonter l'ordinateur ===== ===== Démonter l'ordinateur =====
  
-Notamment pour trouver le bouton afin d'écraser définitivement le bios+Notamment pour trouver le bouton afin d'écraser définitivement le bios : voir http://www.chromium.org/a/chromium.org/dev/chromium-os/developer-information-for-chrome-os-devices/hp-pavilion-14-chromebook 
 + 
 +{{media_08:img_5313_zpsacbb2723.jpg?direct|}} 
 +Image de la vis qui empêche l'écriture, l'enlever pour pouvoir mettre un firmware complet
  
 {{youtube>IrIRLbZ4npY}} {{youtube>IrIRLbZ4npY}}
  
 +===== Modifier le BIOS pour pouvoir booter directement sur Linux =====
 +  - Démarrer en mode développeur
 +  - CTRL+D log as invité
 +  - CTRL+ALT+T pour avoir un prompt
 +  - taper shell
 +  - voir l'état du firmware :
 +<code>flashrom --wp-status
 +flashrom v0.9.9  : f0812a6 : Apr 13 2018 17:51:12 UTC on Linux 3.8.11 (x86_64)
 +flashrom v0.9.9  : f0812a6 : Apr 13 2018 17:51:12 UTC on Linux 3.8.11 (x86_64)
 +coreboot table found at 0x7f77a000.
 +WP: status: 0x0094
 +WP: status.srp0: 1
 +WP: status.srp1: 0
 +WP: write protect is enabled.
 +WP: write protect range: start=0x00600000, len=0x00200000
 +
 +flashrom -V|grep 'Found' |grep 'flash chip'
 +flashrom v0.9.9  : f0812a6 : Apr 13 2018 17:51:12 UTC on Linux 3.8.11 (x86_64)
 +flashrom v0.9.9  : f0812a6 : Apr 13 2018 17:51:12 UTC on Linux 3.8.11 (x86_64)
 +No operations were specified.
 +Found Winbond flash chip "W25Q64" (8192 kB, SPI) at physical address 0xff800000
 +
 +</code>
 +  - rebooter en mode RW :
 +  flashrom --wp-disable
 +  - Utiliser https://mrchromebox.tech/#fwscript
 +  * https://www.maketecheasier.com/replace-chromebook-bios/
 +  * https://johnlewis.ie/custom-chromebook-firmware/rom-download/
 +Ensuite, il a fallu suivre cette résolution de pb :
 +
 +**I'm using your UEFI firmware, installed my OS [Linux], and it still boots to the EFI shell - what do I do?**
 +
 +A: Sounds like your Linux distro doesn't install the EFI bootloader in the default location - no worries, it's an easy fix:
 +
 +Type 'exit' to return to the UEFI settings menu, then select Boot Maintenance Manager. From there, select Boot From File, then navigate to and boot from /EFI/[distro name]/grubx64.efi (where [distro name] will be ubuntu, arch, debian, etc). Once your OS is booted, open a terminal/shell, and type the following (observing case):
 +
 +   sudo su
 +   mkdir -p /boot/efi/EFI/BOOT
 +   cp /boot/efi/EFI/[distro name from above]/grubx64.efi /boot/efi/EFI/BOOT/BOOTX64.efi
 +
 +then reboot to test. What we're doing is copying the grub EFI boot stub from the OS installed location to the location the firmware is expecting (/EFI/BOOT/BOOTX64.efi) on the EFI system partition (ESP), which most (Debian/Ubuntu-based?) distros will mount at /boot/efi. You may need to adjust slightly for your distro, but these instructions should work in most cases. 
 +
 +Sauvegarde du firmware initial : {{ media_12:stock-firmware-falco-20181101.rom.zip |}}
 +
 +===== Configurations complémentaires =====
 +**Configuration du touchpad pour plus de sensibilité :**
 +   sudo nano /usr/share/X11/xorg.conf.d/50-synaptics.conf
 +Modifier la section "InputClass" comme suit :
 +<code>
 +Section "InputClass" 
 +    Identifier      "touchpad peppy cyapa" 
 +    Driver          "synaptics"
 +    MatchIsTouchpad "on" 
 +    MatchDevicePath "/dev/input/event*" 
 +    MatchProduct    "cyapa" 
 +    Option          "FingerLow" "10" 
 +    Option          "FingerHigh" "10" 
 +EndSection
 +
 +</code>
 ===== Conclusion ===== ===== Conclusion =====
  
Ligne 73: Ligne 136:
   * http://www.chromium.org/chromium-os/developer-information-for-chrome-os-devices/hp-chromebox   * http://www.chromium.org/chromium-os/developer-information-for-chrome-os-devices/hp-chromebox
   * http://www.chromium.org/chromium-os/ec-development   * http://www.chromium.org/chromium-os/ec-development
-  * http://www.chromium.org/chromium-os/developer-information-for-chrome-os-devices/hp-chromebox 
   * http://www.chromium.org/a/chromium.org/dev/chromium-os/developer-information-for-chrome-os-devices/hp-chromebook-14   * http://www.chromium.org/a/chromium.org/dev/chromium-os/developer-information-for-chrome-os-devices/hp-chromebook-14
-  * https://www.maketecheasier.com/replace-chromebook-bios/+  * https://www.coreboot.org/Board:google/butterfly
  
  
-{{tag>bj}}+{{tag>bj linux chromebook}}
liberer_un_chromebook_de_google.1532794418.txt.gz · Dernière modification : 2018/07/28 16:13 de Benjamin Labomedia