.history 583 B

1234567891011121314
  1. # command history so I can document the whole process later on
  2. cd /tmp
  3. git clone git://git.savannah.gnu.org/libreboot.git
  4. cd libreboot
  5. sudo ./build dependencies parabola
  6. ./download coreboot
  7. ./download grub
  8. sudo ./build config corebootreplace x201_8mb # create new config for X201 using menuconfig
  9. nano resources/utilities/grub-assemble/gen.sh # comment out memtest86+ since it wasn't built
  10. ./build module grub # runs in roughly 3min
  11. sudo ./build module coreboot # build coreboot incl. deps like binutils and gcc, go get yourself a drink
  12. sudo ./build roms withgrub x201_8mb