1vyrain
coreboot
1vyrain | coreboot | |
---|---|---|
49 | 94 | |
1,104 | 2,390 | |
1.5% | 1.1% | |
3.6 | 9.9 | |
6 months ago | about 19 hours ago | |
Shell | C | |
- | GNU General Public License v3.0 only |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
1vyrain
-
Appreciation post for my pristine & mighty W530 - almost filled to the brim!
- 1vyrain BIOS with TDP set to 42W and Turbo Boost increased from 30 to 40s (you can find those settings in the 'Advanced' menu if you have an unlocked xx30 ThinkPad)
-
a lit of people says about 1vyrain, what is it? i want to buy a thinkpad t430 this week and try to make some change on it.
Read all about it: https://github.com/n4ru/1vyrain
-
Moved from Windows to Debian Linux on the T420
Nice! Have you thought of changing to an open source BIOS with Skulls? It's more secure and faster. You can now flash it with a flash drive using 1vyrain.
-
T530 questions
For T530, ivyRa1n BIOS allows/unlocks overclocking.
-
Why the heck are X230s running at around $300 on eBay?
i did the easiest one... 1vyrain, which is basically a softmod for the bios.. coreboot and libreboot are a different beast altogether, and afaik a physical bios flasher that you clamp to the bios chip...
-
Getting "Bad CRC of Security Settings in EFI variable" after installing 1vyrain
The 1vyrain instructions direct you to clear any BIOS passwords or settings prior to flashing.
- x230- Damn this is a good machine.
- am i going crazy or is there no date and time setting
-
1vyrain website down?
Try this instead.
- What is the brightest highest resolution panel for X230? Anyone running 16GB RAM?
coreboot
-
Authenticated Boot and Disk Encryption on Linux
> Show me a FLOSS implementation of this standard and you will have a point
I've had a point from my first comment and it hasn't changed in validity. It's just taking time to convince you, but I think I'm making progress :)
I referenced several open implementations in my last reply, an a cursory search reveals more [1] [2]. Besides, this still doesn't help you trust the hardware, even if that hardware is entirely open like some sort of RISC chip. Can you verify every step in the supply chain? At every stage of assembly? No? Or, assuming a trusted device, can you be 100% confident something wasn't added, a simple keylogger? Most keyboards can be removed from laptops without leaving a trace, so can screen casings, speakers, batteries, etc. Plenty of places to hide something tiny.
> At the moment, I would have to trust a megacorporation obeying NSA,
That's less likely than the software you use having been compromised, for example by introducing an obfuscated bug, or MitMing as you perform a software update (many software update mechanisms have notoriously weak security, search some defcon talks on the subject).
> Your threat model may vary.
No, what I'm saying applies to all threat models, and I challenge you to name one to disprove that.
Secure boot is an open standard and can be implemented in a trustworthy and secure way, you just need to put in the work to do so. It's entirely possible to do so.
Of course if you are putting in all that work, if you are that at risk, you would need to switch your software stack entirely as well and use something like seL4 as a starting point.
[1] https://github.com/prplfoundation/prpl-secure-boot
[2] https://www.coreboot.org/
- No more boot loader: Please use the kernel instead
-
Chromebooks will get 10 years of automatic updates
Why BIOS (did you mean UEFI?) when it runs the best boot loader, which is Coreboot¹. Many users would love to re-flash their bios/uefi for it, if it’s supported.
1: https://www.coreboot.org/
-
C++ is everywhere, but noone really talks about it. What are people's thoughts?
Coreboot is 0.6% C++.
-
Laptops with best Linux support (latest gen, battery life, performance)?
NovaCustom ; some models come with Dasharo a coreboot distribution.
-
Asus flip c302 last update
You can also use Mr. Chromebox Script to install Coreboot on your chromebook to get a UEFI BIOS on your Chromebook and then you can go an install either a linux distro or even Windows if you want. It's a pretty straightforward process and also reversable if you want to go back to just using ChromeOS.
-
A Linux laptop under 1350€
Some models are available with Dasharo a [coreboot]https://www.coreboot.org/) distribution.
-
why no haswell_ult_dmi_registers for broadwell? in https://github.com/coreboot/coreboot/blob/master/util/inteltool/pcie.c
why no haswell_ult_dmi_registers for broadwell? in https://github.com/coreboot/coreboot/blob/master/util/inteltool/pcie.c
-
Having issues restoring the firmware with u/MrChromebox's utility
use croshfirmware.sh from https://github.com/coreboot/coreboot/tree/master/util/chromeos
-
AMD to move to open source firmware in 2026
There may be other protections to restrict SPI flash access for security reasons (so you might not be able to flash your custom firmware in the OS), but worst case you can use a HW flasher (or maybe USB flashback). Still, this doesn't address the elephant in the room - platform initialization code might be open-sourced, but that isn't everything. You'll still need to figure out the board-specific stuff (the Super I/O chip, chipset GPIOs, other peripherals, etc.). Using coreboot as an example, Intel provides the Firmware Support Package blob to handle platform initialization. I think AGESA is somewhat similar to this, though Intel publicly releases the binaries for use in coreboot/etc. Thanks to the FSP, coreboot has support for recent Intel chipsets. However, there is only support for two recent consumer boards: the MSI PRO Z690-A WiFi DDR4 and DDR5.
What are some alternatives?
skulls - pre-built coreboot images and documentation on how to flash them for Thinkpad Laptops
u-boot - "Das U-Boot" Source Tree
IVprep - Downgrade any xx30 series ThinkPad to an 1vyrain compatible BIOS version.
UEFITool - UEFI firmware image viewer and editor
thinkpad-ec - Infrastructure for examining and patching Thinkpad embedded controller firmware
edk2 - EDK II