Preparing your computer for coreboot: Difference between revisions
Jump to navigation
Jump to search
(→Steps) |
(→Steps) |
||
Line 3: | Line 3: | ||
== Steps == | == Steps == | ||
=== Output for production === | |||
If you have a serial port, you should consider [[Serial_console#%20Enabling_Serial_Console|Enabling the Serial Console]] in: | If you have a serial port, you should consider [[Serial_console#%20Enabling_Serial_Console|Enabling the Serial Console]] in: | ||
* Coreboot | * Coreboot | ||
Line 9: | Line 10: | ||
* The kernel(like the linux kernel) | * The kernel(like the linux kernel) | ||
* The init system(systemd, sysvinit etc...) | * The init system(systemd, sysvinit etc...) | ||
=== Initramfs === |
Revision as of 20:39, 23 June 2013
Introduction
In order to easier coreboot debugging(really usefull when something goes wrong) you should consider making your computer coreboot-ready before installing coreboot.
Steps
Output for production
If you have a serial port, you should consider Enabling the Serial Console in:
- Coreboot
- The payload(if you use Seabios from coreboot's "make menuconfig" it's already done for you)
- The bootloader like grub
- The kernel(like the linux kernel)
- The init system(systemd, sysvinit etc...)