Skip to content

LordTermor/coreboot-configurator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

coreboot-configurator alt text

A simple GUI to change settings in coreboot's CBFS, via the nvramtool utility.

Requires the same version of coreboot as coreboot-configurator i.e. coreboot 6 with coreboot-configurator 6

coreboot-configurator

How to install

Ubuntu, Linux Mint, elementary OS, Zorin OS and other derivates

Install
sudo add-apt-repository ppa:starlabs/ppa
sudo apt update
sudo apt install coreboot-configurator
Uninstall
sudo apt purge coreboot-configurator

Debian

Install
echo "deb http://ppa.launchpad.net/starlabs/ppa/ubuntu focal main" | sudo tee -a /etc/apt/sources.list.d/starlabs-ubuntu-ppa-focal.list 
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 17A20BAF70BEC3904545ACFF8F21C26C794386E3
sudo apt update
sudo apt install coreboot-configurator
Uninstall
sudo apt purge coreboot-configurator

Manjaro

Install
sudo pacman -Syu coreboot-configurator
Uninstall
sudo pacman -Rns coreboot-configurator

Other Distributions

Install
git clone https://github.com/StarLabsLtd/coreboot-configurator.git
cd coreboot-configurator
meson build
ninja -C build install
Uninstall
sudo ninja -C uninstall

Any issues or questions, please contact us at support@starlabs.systems

View our full range of Linux laptops at: https://starlabs.systems

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published