From mika at grml.org Wed Oct 17 17:21:27 2018 From: mika at grml.org (Michael Prokop) Date: Wed, 17 Oct 2018 08:21:27 -0700 Subject: [Git-commits] [grml/grml-live] eaa7b5: EFI/BOOT/README: document file usage Message-ID: <5bc75377113af_20b82afc00710580583a6@hookshot-fe-d2afb11.cp1-iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/grml/grml-live Commit: eaa7b568cd92a5eaf0584153a6e862d9fc09dfc8 https://github.com/grml/grml-live/commit/eaa7b568cd92a5eaf0584153a6e862d9fc09dfc8 Author: Michael Prokop Date: 2018-10-17 (Wed, 17 Oct 2018) Changed paths: M templates/EFI/BOOT/README Log Message: ----------- EFI/BOOT/README: document file usage Commit: 8c2668bf55e917289d87d9f59f93763d019a32ca https://github.com/grml/grml-live/commit/8c2668bf55e917289d87d9f59f93763d019a32ca Author: Michael Prokop Date: 2018-10-17 (Wed, 17 Oct 2018) Changed paths: M templates/EFI/BOOT/README M templates/EFI/BOOT/grubx64.efi.signed Log Message: ----------- EFI/BOOT: bring back files from Ubuntu 18.04 Bring back the state of EFI/BOOT files as of commit bc4f02658ffa63a71ef1bc4f37ae3707ff580382 plus the config change with commit c35a30b42bac4de7089f936d6917b246ade6d5c5, as this was the last GRUB version that's known to be working with *unsigned* kernel files. Otherwise SecureBoot fails to boot with: | Loading kernel... | error: /boot/grml/vmlinuz has invalid signature. | Loading initrd... | error: you need to load the kernel first. when using grub2-signed (corresponding to Ubuntu's GRUB 2.02+dfsg1-5ubuntu7) with files e.g. from http://de.archive.ubuntu.com/ubuntu/pool/main/s/shim-signed/shim-signed_1.38+15+1533136590.3beb971-0ubuntu1_amd64.deb + http://de.archive.ubuntu.com/ubuntu/pool/main/g/grub2-signed/grub-efi-amd64-signed_1.109+2.02+dfsg1-5ubuntu7_amd64.deb This might be related to the change introduced in: | grub2-signed (1.93.4) bionic; urgency=medium | | * Rebuild against grub2 2.02-2ubuntu8.3 and check kernel is signed on | amd64 EFI before installing grub (LP: #1786491). | | -- Julian Andres Klode Mon, 13 Aug 2018 12:51:32 +0200 JFTR, as of 2018-10-17 we have in Ubuntu: | % rmadison -u ubuntu grub-efi-amd64-signed | grub-efi-amd64-signed | 1.9~ubuntu12.04.10+1.99-21ubuntu3.19 | precise-security | amd64 | grub-efi-amd64-signed | 1.9~ubuntu12.04.10+1.99-21ubuntu3.19 | precise-updates | amd64 | grub-efi-amd64-signed | 1.34+2.02~beta2-9 | trusty | amd64 | grub-efi-amd64-signed | 1.34.7+2.02~beta2-9ubuntu1.6 | trusty-security | amd64 | grub-efi-amd64-signed | 1.34.17+2.02~beta2-9ubuntu1.15 | trusty-updates | amd64 | grub-efi-amd64-signed | 1.66+2.02~beta2-36ubuntu3 | xenial | amd64 | grub-efi-amd64-signed | 1.66.18+2.02~beta2-36ubuntu3.18 | xenial-updates | amd64 | grub-efi-amd64-signed | 1.93+2.02-2ubuntu8 | bionic | amd64 | grub-efi-amd64-signed | 1.93.7+2.02-2ubuntu8.6 | bionic-updates | amd64 | grub-efi-amd64-signed | 1.93.8+2.02-2ubuntu8.7 | bionic-proposed | amd64 | grub-efi-amd64-signed | 1.109+2.02+dfsg1-5ubuntu7 | cosmic | amd64 Note that EFI boot with ovmf 0~20161202.7bbe0b3e-1 with kvm/qemu on Debian/stretch fails, resulting in a grub shell prompt of GRUB 2.02-2ubuntu8 (without any menu), e.g. when invoked via: | % qemu-system-x86_64 -bios /usr/share/qemu/OVMF.fd -vga qxl -hda grml.iso -m 512 Both the ovmf versions from kraxel as well from current Debian/testing AKA buster work though: | % wget https://www.kraxel.org/repos/jenkins/edk2/edk2.git-ovmf-x64-0-20180807.281.gc526dcd40f.noarch.rpm | % rpm2cpio edk2.git-ovmf-x64-0-20180807.281.gc526dcd40f.noarch.rpm | cpio -idmv | % qemu-system-x86_64 -bios ./usr/share/edk2.git/ovmf-x64/OVMF-pure-efi.fd -vga qxl -hda grml.iso -m 512 + | % wget http://ftp.de.debian.org/debian/pool/main/e/edk2/ovmf_0~20180812.cb5f4f45-1_all.deb | % dpkg -x ovmf_0\~20180812.cb5f4f45-1_all.deb ovmf | % qemu-system-x86_64 -bios ovmf/usr/share/ovmf/OVMF.fd -vga qxl -hda grml.iso -m 512 Closes: https://github.com/grml/grml/issues/105 and possibly also related to https://github.com/grml/grml-live/issues/59 Compare: https://github.com/grml/grml-live/compare/dadd8e03c24b...8c2668bf55e9 **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. From mika at grml.org Wed Oct 17 17:28:16 2018 From: mika at grml.org (Michael Prokop) Date: Wed, 17 Oct 2018 08:28:16 -0700 Subject: [Git-commits] [grml/grml-live] b4b533: Release new version 0.32.2 Message-ID: <5bc755108521f_67742ac67cf5458414564@hookshot-fe-d2afb11.cp1-iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/grml/grml-live Commit: b4b533ca9d27ba4073d0a3f24bd7309f0df0bf7d https://github.com/grml/grml-live/commit/b4b533ca9d27ba4073d0a3f24bd7309f0df0bf7d Author: Michael Prokop Date: 2018-10-17 (Wed, 17 Oct 2018) Changed paths: M debian/changelog Log Message: ----------- Release new version 0.32.2 **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. From github at michael-prokop.at Wed Oct 17 17:28:17 2018 From: github at michael-prokop.at (mika) Date: Wed, 17 Oct 2018 08:28:17 -0700 Subject: [Git-commits] [grml/grml-live] Message-ID: <5bc75511235c9_76932b151d3ce580899c8@hookshot-fe-cace476.cp1-iad.github.net.mail> Branch: refs/tags/v0.32.2 Home: https://github.com/grml/grml-live **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. From mika at grml.org Thu Oct 25 16:04:32 2018 From: mika at grml.org (Michael Prokop) Date: Thu, 25 Oct 2018 07:04:32 -0700 Subject: [Git-commits] [grml/grml-autoconfig] c820a6: Fix unicode font issue under systemd by ensuring p... Message-ID: <5bd1cd707af4b_19362ad561ee8584947d4@hookshot-fe-265448d.cp1-iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/grml/grml-autoconfig Commit: c820a66a697b8a4bf9d250382de10feeb38f0617 https://github.com/grml/grml-autoconfig/commit/c820a66a697b8a4bf9d250382de10feeb38f0617 Author: Michael Prokop Date: 2018-10-25 (Thu, 25 Oct 2018) Changed paths: M autoconfig.functions Log Message: ----------- Fix unicode font issue under systemd by ensuring proper setup order We need to set up the fonts and only *then* run loadkeys, and finally invoke unicode_start. Otherwise the unicode setup is incomplete and fonts aren't displayed properly. Found hint inside https://bugs.freedesktop.org/show_bug.cgi?id=80685 + https://cgit.freedesktop.org/systemd/systemd/commit/?id=abee28c56d Thanks to Sipwise for sponsoring my development time. Closes Sipwise internal ticket TT#17028. Closes: https://github.com/grml/grml/issues/50 Commit: cc211e933848b3c1a958279399a5d740d85ac572 https://github.com/grml/grml-autoconfig/commit/cc211e933848b3c1a958279399a5d740d85ac572 Author: Michael Prokop Date: 2018-10-25 (Thu, 25 Oct 2018) Changed paths: M debian/changelog Log Message: ----------- Release new version 0.17.4 Compare: https://github.com/grml/grml-autoconfig/compare/03fd7fa6a19f...cc211e933848 **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. From github at michael-prokop.at Thu Oct 25 16:04:33 2018 From: github at michael-prokop.at (mika) Date: Thu, 25 Oct 2018 07:04:33 -0700 Subject: [Git-commits] [grml/grml-autoconfig] Message-ID: <5bd1cd7122406_199c2b1f3820e57c66990@hookshot-fe-265448d.cp1-iad.github.net.mail> Branch: refs/tags/v0.17.4 Home: https://github.com/grml/grml-autoconfig **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. From github at michael-prokop.at Wed Oct 31 10:22:09 2018 From: github at michael-prokop.at (mika) Date: Wed, 31 Oct 2018 02:22:09 -0700 Subject: [Git-commits] [grml/grml-hwinfo] Message-ID: <5bd9744158540_612e2aab99cce588894db@hookshot-fe-32b5f5b.cp1-iad.github.net.mail> Branch: refs/tags/v0.14.0 Home: https://github.com/grml/grml-hwinfo **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. From mika at grml.org Wed Oct 31 10:22:09 2018 From: mika at grml.org (Michael Prokop) Date: Wed, 31 Oct 2018 02:22:09 -0700 Subject: [Git-commits] [grml/grml-hwinfo] b0e90e: Provide output of `efibootmgr -v` in file efibootm... Message-ID: <5bd974416c777_70282abab2c1e584641ce@hookshot-fe-d252ca1.cp1-iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/grml/grml-hwinfo Commit: b0e90e6346da7b1fd38ae494b3aeee87f7efc914 https://github.com/grml/grml-hwinfo/commit/b0e90e6346da7b1fd38ae494b3aeee87f7efc914 Author: Michael Prokop Date: 2018-10-31 (Wed, 31 Oct 2018) Changed paths: M grml-hwinfo Log Message: ----------- Provide output of `efibootmgr -v` in file efibootmgr This is useful for documenting the present EFI boot entries. Thanks: Ralf Moll for the suggestion Commit: 26bea55aaffda5a77d0f008d790e689b582b9e73 https://github.com/grml/grml-hwinfo/commit/26bea55aaffda5a77d0f008d790e689b582b9e73 Author: Michael Prokop Date: 2018-10-31 (Wed, 31 Oct 2018) Changed paths: M debian/changelog Log Message: ----------- Release new version 0.14.0 Compare: https://github.com/grml/grml-hwinfo/compare/a95f66a76368...26bea55aaffd **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019.