Hi. I'm there:

https://doc.coreboot.org/tutorial/part1.html


I did:

$ qemu-system-x86_64 -bios build/coreboot.rom -serial stdio

I see something like:

The command 'qemu-system-x86_64' wasn't found, but can be installed with:
sudo apt install qemu-system-x86 # version 1:4.2-3ubuntu6.18, or
sudo apt install qemu-system-x86-xen # version 1:4.2-3ubuntu6.18

What should I do?

Regards,

Bernd


-------- Originalnachricht --------
Betreff: [coreboot] Re: Installing coreboot with SeaBIOS
Von: Nicholas
An: bernd1-1@web.de
Cc: coreboot@coreboot.org


Hello!

To change the payload to SeaBIOS instead of coreinfo, skip step 4, and in step 5 under "Select the payload" you would select SeaBIOS in the "Add a payload" menu, and then exit and build as usual. Then when you run qemu in step 8, you should see SeaBIOS instead of coreinfo.

Once you are familiar with that you could try building coreboot for your Thinkpad. To do that, first run "make distclean". Then, run "make menuconfig" (like step 5 in the part1 tutorial on doc.coreboot.org) and select Lenovo as the "Mainboard vendor", and the appropriate model in the "Mainboard model" menu. SeaBIOS should be the default payload, but you can check that in the Payloads menu. That will produce an image that should work on your hardware. I won't go into the details about flashing it, as I am not familiar with the exact process for your laptops and there are plenty of flashing tutorials available on the internet.

Also, feel free to join us on IRC (#coreboot on libera.chat). There you can more directly communicate with the coreboot community and likely will get answers sooner. If you aren't familiar with that, the easiest way is probably by going to https://web.libera.chat/, entering a nickname in the "Nick" box and "#coreboot" in the "Channel" box. You don't need to register, but you can if you would like to reserve your nickname.

Cheers,
Nicholas


On Sun, Nov 7, 2021 at 11:35 PM bernd1-1@web.de <bernd1-1@web.de> wrote:
 Hi. I go through this tutorial:

https://doc.coreboot.org/tutorial/part1.html

I'm on Step 5 - Configure the build > Check your configuration (optional step):

I entered

$ make savedefconfig
$ cat defconfig

I have changed my mind. Now I'd like to install SeaBIOS instead of coreinfo. What do I need to do? How do I change it?

Regards,

Bernd
_______________________________________________
coreboot mailing list -- coreboot@coreboot.org
To unsubscribe send an email to coreboot-leave@coreboot.org