this post was submitted on 22 Jun 2024
31 points (94.3% liked)
Linux
48031 readers
1156 users here now
From Wikipedia, the free encyclopedia
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.
Rules
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.
- No misinformation
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I'm not sure what you mean by "checking the ROM"...
Hello . I mean, how do I know that there are blob objects embedded in the ROM, without which my laptop won’t turn on, I mean
mrc.bin
Previously I could check this using the command:
./cbfstool grub_t440pmrc_12mb_libgfxinit_corebootfb_usqwerty.rom print
Oh you can still do that. The path changed to
elf/cbfstool/[TREE]/cbfstool
(replace[TREE]
with the tree concerened). Note that since the switch to the libre RAM init code,mrc.bin
is not included anymoreI installed the updated version 20240612 everything worked as you said. Checking nothing as in the previous instructions does not give anything, as you wrote: after switching to the libre RAM initialization code
mrc.bin no longer turns on
.Now i need to edit
grub.cfg
because I get an error with searching for the achi1 diskThanks for your answer and help. I understand you correctly that after I executed the command
$ ./build roms t440plibremrc_12mb
Then I can update my ROM (for example, I now have 2023.06.25) by running the commands:
iomem=relaxed
$ sudo flashprog -p internal
4 Flash
$ sudo flashprog -p internal -w seabios_withgrub_t440plibremrc_12mb_libgfxinit_corebootfb_ukqwerty_grubfirst.rom
And can I be sure that after turning on my computer I will see Grub Libreboot?
Yeah, that's basically right. I believe flashprog is also included in libreboot, have a look in the
elf/
directory. After that, it should work as expectedThank you, kind person)) I installed it, but after installation
my screen is too bright
and this happens every time, so for now I will use the latest test version, it works well.I have another question, please tell me how, in your opinion, I can edit grub.cgf correctly so as not to get an error with searching for disk
"ahci1"
I inserted these lines:
and deleted these ones since I don't use
raid
:Hmm, I'm not sure... I must admit, I only use SeaBIOS, not GRUB, so I wouldn't know how to configure it