4th release.
2014 February 21st
Compiled version () (pre-compiled coreboot.rom, flashrom/bucts source code.
Documentation.):
- useful if you just want to flash the new version:
- http://gluglug.org.uk/X60/release/3/X60_binary.tar.gz
Source code () (coreboot, bucts, flashrom, grub2, memtest86+. Config files.
Documentation.):
- useful if you want to study and hack the source code:
- http://gluglug.org.uk/X60/release/3/X60_source.tar.gz
Changes:
- Removed SeaBIOS (redundant)
- New GRUB version (2.02~beta2)
--> Fixes some USB issues
--> Includes ISOLINUX/SYSLINUX parser
- New grub.cfg
--> Removed useless options:
* options for booting sda 2/3/4
* seabios boot option
- Added new menu entries:
--> Parse ISOLINUX config (USB)
--> Parse ISOLINUX config (CD)
--> Added "cat" module for use on GRUB command line.
* "set pager=1" is set in grub.cfg, for less-like functionality
The "Parse" options read ./isolinux/isolinux.cfg on a CD or USB,
and automatically converts it to a grub config and switches to the boot menu
of that distro.
This makes booting ISO's *much* easier than before.