Difference between revisions of "Support/Broadwell"

From GalliumOS Wiki
Jump to: navigation, search
(Not model specific anymore ;))
(Tag: visualeditor)
 
(5 intermediate revisions by 4 users not shown)
Line 1: Line 1:
Intel processors with Broadwell cores are very popular in newer higher-end ChromeOS devices.
+
Broadwell core Intel processors are popular in higher end 2014 and 2015 Chromebooks.
  
Factory firmware support for coreboot and SeaBIOS is spotty, but custom firmware is also available for all Broadwell models as well -- see [[Firmware]].
+
Support for Broadwell Chromebooks has been implemented in upstream Linux with aplomb, so you should be able to run any recent Linux distribution you please with little to no friction.
  
'''Full ROM''' flash is available from CoolStar: https://docs.google.com/document/d/1nFZmoRzQ03btPCGVSa4ku6JPQik-SxD__zOd1CoB2yg/edit (for running Linux, you can follow the flashing instructions and install Linux instead of Windows)
+
Factory firmware support for coreboot and SeaBIOS is generally good on Broadwell models (with a few bugs), but custom firmware is also available -- see [[Firmware]].
*'''Note: Not available for the Pixel 2'''
+
 
** Bypasses the white "OS verification is OFF" screen
+
=== GRUB bug with some factory firmwares ===
** Installs a complete ROM containing a coreboot build and a working SeaBIOS
+
* One firmware bug relates to video init in early boot, which prevents the display of the GRUB boot menu. This can be worked around with GRUB settings:
** Removes the ability to run ChromeOS natively, creating a small risk of bricking your device
+
** # Add settings to '''<code>/etc/default/grub</code>'''
** Will wipe out all product data
+
** #* <code>GRUB_TERMINAL=console</code>
** This option is the most invasive and may include bugs or idiosyncrasies that the stock firmware does not
+
** #* <code>GRUB_GFXMODE=1024x768</code>
** Fixes Graphics issues associated with the RW_LEGACY
+
** # Run '''<code>sudo update-grub</code>'''
** Fixes several issues related to ACPI
+
* This bug is not present on full custom [[Firmware]].
** Enables VT-x, allowing virtual machines to run faster
 
** Allows booting Linux, Windows and even Mac OS!
 

Latest revision as of 20:45, 10 June 2019

Broadwell core Intel processors are popular in higher end 2014 and 2015 Chromebooks.

Support for Broadwell Chromebooks has been implemented in upstream Linux with aplomb, so you should be able to run any recent Linux distribution you please with little to no friction.

Factory firmware support for coreboot and SeaBIOS is generally good on Broadwell models (with a few bugs), but custom firmware is also available -- see Firmware.

GRUB bug with some factory firmwares

  • One firmware bug relates to video init in early boot, which prevents the display of the GRUB boot menu. This can be worked around with GRUB settings:
    • # Add settings to /etc/default/grub
    • #* GRUB_TERMINAL=console
    • #* GRUB_GFXMODE=1024x768
    • # Run sudo update-grub
  • This bug is not present on full custom Firmware.