summaryrefslogtreecommitdiffstats
path: root/resources/grub/config/menuentries
Commit message (Collapse)AuthorAgeFilesLines
* Revert "grub.cfg: link to coreinfo on all ROMs, not just text-mode"Francis Rowe2015-12-092-4/+4
| | | | This reverts commit e89e17c8d5d5169eed0b28c218f27a9358c07df9.
* grub.cfg: link to coreinfo on all ROMs, not just text-modeFrancis Rowe2015-12-092-4/+4
|
* New payload: CoreinfoKlemens Nanni2015-12-091-1/+4
| | | | | | | | | | | | | | | Add coreinfo as optional payload providing various useful system information. As part of coreboot, coreinfo does not need to be downloaded seperately, just build it using $ ./build module coreinfo after downloading and building coreboot. See https://www.coreboot.org/Payloads#Coreinfo for more information.
* grub.cfg: Add MemTest86+ hotkey, fix lowercaseKlemens Nanni2015-11-052-9/+9
| | | | | | Appearently --hotkey can only be used once, therefore remove uppercase Letters overwriting lowercase ones.
* grub.cfg: use memtest.bin, not memtestFrancis Rowe2015-11-051-1/+1
|
* grub.cfg (text mode): linux16 memtest, not chainload memtestFrancis Rowe2015-11-051-1/+1
|
* grub.cfg: Search for keyfile only onceKlemens Nanni2015-11-051-5/+5
|
* grub.cfg: Search {boot/,}grub2 as well (OpenSUSE)Klemens Nanni2015-11-051-1/+22
|
* grub.cfg: remove redundant spaceFrancis Rowe2015-11-051-1/+1
|
* grub.cfg: search on usb first, not ahciFrancis Rowe2015-11-051-1/+1
|
* libreboot is not autobootFrancis Rowe2015-10-141-4/+4
|
* Integrate SeaBIOS payload as option on top of GRUB, with SeaVGABIOSFrancis Rowe2015-10-141-0/+4
|
* docs/tasks.html: tidy upFrancis Rowe2015-10-071-31/+21
|
* grub.cfg: replace autoboot with librebootFrancis Rowe2015-10-061-5/+5
| | | | | kl3 told me to do it before pushing the last patch, but I wasn't concentrating and didn't see his message
* Merge kl3's GRUB enhancements from autobootKlemens Nanni2015-10-061-94/+88
|
* grub.cfg: RAID support (2)Francis Rowe2015-09-221-19/+16
|
* grub.cfg: RAID support (note: ugly hack. TODO: re-write)Francis Rowe2015-09-221-7/+19
|
* grub.cfg: fix indentation and empty lineFrancis Rowe2015-09-021-2/+1
|
* grub.cfg cbfs: put set root and unset superusers in the submenuFrancis Rowe2015-09-021-2/+2
|
* grub.cfg: re-add searching for grub.cfg on USB devicesFrancis Rowe2015-09-021-1/+1
|
* grub.cfg: only search for grub.cfg on ahci0Francis Rowe2015-09-021-1/+1
|
* grub.cfg: add missing end quoteFrancis Rowe2015-08-301-1/+1
|
* grub.cfg: fix indentation on if statementKlemens Nanni2015-08-291-1/+1
|
* grub.cfg: Be more intelligent: automatically decrypt, etcKlemens Nanni2015-08-231-33/+94
|
* grub.cfg: refer to variables properlyFrancis Rowe2015-08-181-5/+5
|
* grub.cfg: Don't load on-disk grub.cfg, just libreboot_grub.cfgFrancis Rowe2015-08-181-1/+1
| | | | This maintains behavioural compatibility with release 20150518.
* grub.cfg: re-add missing if check for initrd.imgFrancis Rowe2015-08-161-1/+3
|
* grub.cfg: simplify (remove repetition)Francis Rowe2015-08-161-81/+35
|
* grub.cfg: switch to on-disk grub.cfg if it existsFrancis Rowe2015-07-101-0/+8
|
* fix lack of line breaks in some filesFrancis Rowe2015-06-061-0/+1
|
* grub.cfg: also look for /boot/vmlinuz and /boot/initrd.imgFrancis Rowe2015-06-041-3/+10
|
* grub.cfg: Also scan for grub2/grub.cfg, not just grub/grub.cfgFrancis Rowe2015-04-111-0/+14
| | | | A Fedora 21 user had issues. This should make them happy.
* GRUB: add vesamenu.c32 support (fixes tails ISOLINUX menu)Francis Rowe2015-03-171-12/+0
| | | | | | Debian ISOLINUX menu is still broken (syslinux_configfile -i just puts you back to the main screen but with the Debian background). (same issue on gnewsense)
* grub.cfg: add syslinux_configfile menuentry for ahci0Francis Rowe2015-02-221-0/+21
|
* grub.cfg: Add more paths for syslinux_configfileFrancis Rowe2015-02-221-0/+8
|
* Delete GRUB Invaders from librebootFrancis Rowe2015-02-131-4/+0
|
* grub.cfg: add another SYSLINUX config locationLunar2015-02-131-0/+4
| | | | `syslinux/syslinux.cfg` is at least used by Tails.
* grub.cfg: hardcode the list of partitions to searchFrancis Rowe2015-01-261-6/+3
| | | | | | | | | | | | For libreboot_grub.cfg or ISOLINUX parsing, the old grub.cfg was using regexp to automatically search all partitions. For example, it was using (ahci0,*). This, and the ls, is extremely slow on some machines. Partition/file access is itself fast, but producing the list can be slow. Therefore, use hardcoded entries like ahci0,1-4 (up to 4) or usb0,1-4 instead of *. This is less flexible, but much faster and it should still work for most people.
* grub.cfg: Fix Trisquel 7 32-bit (gnome) live USB bootingFrancis Rowe2015-01-241-14/+6
| | | | ISOLINUX parser was being given the wrong *.cfg files.
* grub.cfg: Explicitly load missing modulesFrancis Rowe2015-01-221-1/+9
|
* grub.cfg: Add USB to the Search for GRUB menuentryFrancis Rowe2015-01-221-2/+2
| | | | For the Guix GNU/Linux distribution.
* grub.cfg: Add ahci1 to list of devices for optical driveFrancis Rowe2015-01-221-12/+14
| | | | Docking station on X200 is SATA/AHCI.
* grub.cfg: Scan all USB partitions for ISOLINUX parserFrancis Rowe2015-01-221-12/+14
| | | | | This makes it possible to boot from USB regardless of what what partition an ISO file was written to using dd.
* grub.cfg: Search menuentry now explicity loads part_gptFrancis Rowe2015-01-221-0/+1
|
* grub.cfg: use for loop instead of search for libreboot_grub.cfgFrancis Rowe2015-01-221-9/+18
| | | | Avoids the error messages when the files don't exist.
* grub.cfg: In default entry, search for libreboot_grub.cfg on diskMark H Weaver2015-01-221-4/+10
| | | | If not found, fall back to the previous behavior.
* grub.cfg: Add more path checks to isolinux parserFrancis Rowe2014-11-231-12/+22
| | | | Should make more ISO's work
* grub.cfg: Add Trisquel netinstall option (CD)Francis Rowe2014-11-231-0/+5
|
* grub.cfg Add Trisquel netinstall (USB) boot optionFrancis Rowe2014-11-231-0/+5
|
* grub.cfg: Only load initrd.img if it exists. Add rw to linux lineFrancis Rowe2014-11-221-2/+4
| | | | For ProteanOS