<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="http://dev1galaxy.org/extern.php?action=feed&amp;tid=3714&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / [Solved]Grub failing to boot - grub_calloc not found]]></title>
		<link>http://dev1galaxy.org/viewtopic.php?id=3714</link>
		<description><![CDATA[The most recent posts in [Solved]Grub failing to boot - grub_calloc not found.]]></description>
		<lastBuildDate>Fri, 28 Aug 2020 10:19:12 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: [Solved]Grub failing to boot - grub_calloc not found]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=24357#p24357</link>
			<description><![CDATA[<div class="quotebox"><cite>Head_on_a_Stick wrote:</cite><blockquote><div><p>Looks like you need to attempt a reinstallation of the bootloader.</p><p>Load up a beowulf live ISO image then</p><div class="codebox"><pre><code>sudo -i
mount /dev/sdXY /mnt
apt update &amp;&amp; apt install grub-pc
grub-install --boot-directory=/mnt/boot /dev/sdX
reboot</code></pre></div><p>^ That presumes you have a non-UEFI system and /boot is on the main root partition, replace X &amp; Y with the drive letter and root partition number.</p></div></blockquote></div><p>I have stumbled into this horrible Grub bug myself and tried recovery from the Devuan Live 3.0 Beowulf image.</p><p>It worked! but for those in my same situation is worth knowing this slight variation:</p><p>I do not have EFI (and do not like to use UEFI) but the latest Grub keeps selecting it by default.</p><p>In my case this command worked:</p><div class="codebox"><pre><code> grub-install --target=i386-pc --boot-directory=/mnt/boot /dev/sdX </code></pre></div><p>Else I kept receiving an error message from grub-install mentioning the boot directory &quot;is not an EFI partition&quot;.</p><p>As you mentioned later in this thread, i386-pc does not relate to the CPU architecture, this is also required for AMD64 platforms.</p>]]></description>
			<author><![CDATA[dummy@example.com (jaromil)]]></author>
			<pubDate>Fri, 28 Aug 2020 10:19:12 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=24357#p24357</guid>
		</item>
		<item>
			<title><![CDATA[Re: [Solved]Grub failing to boot - grub_calloc not found]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=23897#p23897</link>
			<description><![CDATA[<div class="quotebox"><cite>uther wrote:</cite><blockquote><div><p>So I&#039;ve mounted /boot on /mnt and tried reinstall grub, but <span class="bbc">apt install grub-pc</span> failes on nvme on which /boot partition is located.</p><div class="codebox"><pre><code>root@devuan:~# grub-install --root-directory=/mnt/ /dev/nvme0n1
Installing for i386-pc platform.
grub-install: warning: this GPT partition label contains no BIOS Boot Partition; embedding won&#039;t be possible.
grub-install: warning: Embedding is not possible.  GRUB can only be installed in this setup by using blocklists.  However, blocklists are UNRELIABLE and their use is discouraged..
grub-install: error: will not proceed with blocklists.</code></pre></div></div></blockquote></div><p>My instructions were non-UEFI specific and if you have a GPT disk then you almost certainly had a UEFI system so you should have used</p><div class="codebox"><pre><code># apt update
# apt install grub-efi-amd64 # or grub-efi-ia32 for 32-bit UEFI implementations
# mount /dev/sdXY /mnt
# mkdir /efi
# mount /dev/sdXZ /efi
# grub-install --target=x86_64-efi --efi-directory=/efi --boot-directory=/mnt/boot
# umount /efi
# rmdir /efi
# reboot</code></pre></div><p>Replace X with the drive letter, replace Y with the root partition number (or the /boot partition if that is separate, in which case omit <span class="bbc">/boot</span> from the <span class="bbc">--boot-directory</span> switch) and replace Z with the number for the EFI system partition.</p><div class="quotebox"><cite>uther wrote:</cite><blockquote><div><p>How to do it if all disc space is already taken?</p></div></blockquote></div><p>I use sectors 34-2047 for BIOS boot partitions, that space should be free in a correctly-aligned disk.</p><div class="quotebox"><cite>uther wrote:</cite><blockquote><div><p>Also I have amd64 system and grub installer is i386 - is it normal?</p></div></blockquote></div><p>The <span class="bbc">i386-pc</span> bit refers to the non-UEFI bootloader rather than the system architecture.</p>]]></description>
			<author><![CDATA[dummy@example.com (Head_on_a_Stick)]]></author>
			<pubDate>Fri, 07 Aug 2020 20:42:55 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=23897#p23897</guid>
		</item>
		<item>
			<title><![CDATA[Re: [Solved]Grub failing to boot - grub_calloc not found]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=23895#p23895</link>
			<description><![CDATA[<p>Thank you fsmithred. That fixed the issue.</p>]]></description>
			<author><![CDATA[dummy@example.com (uther)]]></author>
			<pubDate>Fri, 07 Aug 2020 18:45:07 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=23895#p23895</guid>
		</item>
		<item>
			<title><![CDATA[Re: [Solved]Grub failing to boot - grub_calloc not found]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=23894#p23894</link>
			<description><![CDATA[<p>Boot with live-iso, shrink the /boot partition and make a new partition. Do not format the new partition with a filesystem. (Unformatted is the last choice in gparted&#039;s dropdown list of formats.) Give it bios_grub flag (or type ef02 if you use gdisk).</p><p>You need at least 1MB for the bios_grub partition. I usually give it 2MB so I don&#039;t have to worry about what kind of MB I&#039;m using.</p>]]></description>
			<author><![CDATA[dummy@example.com (fsmithred)]]></author>
			<pubDate>Fri, 07 Aug 2020 17:57:59 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=23894#p23894</guid>
		</item>
		<item>
			<title><![CDATA[Re: [Solved]Grub failing to boot - grub_calloc not found]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=23890#p23890</link>
			<description><![CDATA[<p>I&#039;ve encountered the same problem as OP. However I have /boot on separate partition, and the rest part of the OS is encrypted.<br />Will this method work or should I change anything? I don&#039;t want to reinstall the whole system, as this is my main work machine. <br />I can boot in with live-iso. Thanks in advance.</p><div class="codebox"><pre><code>sudo -i
mount /dev/sdXY /mnt
apt update &amp;&amp; apt install grub-pc
grub-install --boot-directory=/mnt/boot /dev/sdX
reboot</code></pre></div><p>So I&#039;ve mounted /boot on /mnt and tried reinstall grub, but <span class="bbc">apt install grub-pc</span> failes on nvme on which /boot partition is located.</p><div class="codebox"><pre><code>root@devuan:~# grub-install --root-directory=/mnt/ /dev/nvme0n1
Installing for i386-pc platform.
grub-install: warning: this GPT partition label contains no BIOS Boot Partition; embedding won&#039;t be possible.
grub-install: warning: Embedding is not possible.  GRUB can only be installed in this setup by using blocklists.  However, blocklists are UNRELIABLE and their use is discouraged..
grub-install: error: will not proceed with blocklists.</code></pre></div><p>I&#039;m not very familiar with GRUB nor UEFI/BIOS internals. I found that above issue can be solved by creating small partition and flagging it with &#039;bios_grub:<br /><a href="https://blog.hostonnet.com/grub-install-warning-this-gpt-partition-label-contains-no-bios-boot-partition-embedding-wont-be-possible" rel="nofollow">https://blog.hostonnet.com/grub-install … e-possible</a><br /><a href="https://askubuntu.com/questions/671809/grub-install-this-gpt-partition-label-contains-no-bios-boot-partition" rel="nofollow">https://askubuntu.com/questions/671809/ … -partition</a></p><p>How to do it if all disc space is already taken? I have LUKS FDE on entire drive beside /boot. Should I cut part of /boot partition then? Also I have amd64 system and grub installer is i386 - is it normal?</p>]]></description>
			<author><![CDATA[dummy@example.com (uther)]]></author>
			<pubDate>Fri, 07 Aug 2020 13:57:14 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=23890#p23890</guid>
		</item>
		<item>
			<title><![CDATA[Re: [Solved]Grub failing to boot - grub_calloc not found]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=23768#p23768</link>
			<description><![CDATA[<p>Following the <span class="bbc">dpkg-reconfigure grub-pc</span> I have now upgraded grub to the <span class="bbc">deb10u2</span> version and it still boots.</p><p>Geoff</p>]]></description>
			<author><![CDATA[dummy@example.com (Geoff 42)]]></author>
			<pubDate>Sat, 01 Aug 2020 10:57:01 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=23768#p23768</guid>
		</item>
		<item>
			<title><![CDATA[Re: [Solved]Grub failing to boot - grub_calloc not found]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=23767#p23767</link>
			<description><![CDATA[<p>Colin Watson writes in the bug report :-</p><div class="quotebox"><blockquote><div><p>This is a long-standing problem: we get a scattering of reports of the<br />same general kind with every GRUB upgrade that changes the binary<br />interface between GRUB&#039;s core image and modules in some way, although<br />the exact details depend on the upgrade in question.&#160; The situation<br />certainly needs to be improved.</p><p>However, the problem is not with the actual changes made in this version<br />of GRUB.&#160; Rather, it&#039;s a latent configuration problem on your system<br />(and on the systems of other people affected by this) that is triggered<br />by the act of making *any* change to GRUB that causes new modules in<br />/boot/grub not to be compatible with old core images in the boot sector<br />that your firmware jumps to when booting your machine.&#160; This problem<br />happens on systems that are configured to run grub-install to a target<br />device that is not actually the one that your firmware uses to boot your<br />computer.</p><p>This configuration error is normally the result of something like<br />changing disks around without telling the GRUB packaging about it, so it<br />continues to install to an old device without realising it isn&#039;t the one<br />that your firmware is configured to boot from any more.&#160; Sometimes it&#039;s<br />the result of a bug in some kind of installation or cloning process<br />instead.&#160; Unfortunately it is rarely possible to tell exactly what<br />caused it from any information that still exists on the systems in<br />question; sometimes the affected users have an idea what might have<br />happened and sometimes they don&#039;t.&#160; The packaging tries to detect some<br />problems along these lines - I did considerable work on this way back in<br />2010 to try to improve the situation - and the volume of reports of this<br />kind is much lower than it used to be as a result, but it still happens<br />sometimes.</p></div></blockquote></div><p>It is also mentioned that this is not a UEFI problem, although someone with UEFI was reporting a(nother) problem.</p><p>Geoff</p>]]></description>
			<author><![CDATA[dummy@example.com (Geoff 42)]]></author>
			<pubDate>Sat, 01 Aug 2020 10:44:00 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=23767#p23767</guid>
		</item>
		<item>
			<title><![CDATA[Re: [Solved]Grub failing to boot - grub_calloc not found]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=23766#p23766</link>
			<description><![CDATA[<p>Via the Debian bug report 966575 I got a message from Colin Watson saying :-</p><div class="quotebox"><blockquote><div><p>You should use &quot;dpkg-reconfigure grub-pc&quot; to update the system&#039;s idea of<br />which disk(s) to install to in future, or this problem may recur in a<br />future upgrade.</p></div></blockquote></div><p>So I tried :-</p><div class="codebox"><pre><code>debconf-show grub-pc
  grub2/update_nvram: true
  grub-pc/install_devices_failed_upgrade: true
  grub2/kfreebsd_cmdline:
  grub-pc/chainload_from_menu.lst: true
  grub-pc/kopt_extracted: false
  grub-pc/install_devices_empty: false
  grub-pc/timeout: 5
  grub-pc/mixed_legacy_and_grub2: true
  grub-pc/postrm_purge_boot_grub: false
* grub2/linux_cmdline_default: earlyprintk=vga,keep vsyscall=emulate init=/sbin/openrc-init
  grub-pc/hidden_timeout: false
  grub-pc/partition_description:
* grub-pc/install_devices: /dev/disk/by-id/ata-WDC_WD10EZRX-00A8LB0_WD-WCC1U2741701
  grub-pc/install_devices_disks_changed:
  grub2/kfreebsd_cmdline_default: quiet
  grub-pc/install_devices_failed: false
* grub2/linux_cmdline:
  grub2/device_map_regenerated:
  grub2/force_efi_extra_removable: false
  grub-pc/disk_description:</code></pre></div><div class="codebox"><pre><code>dpkg-reconfigure grub-pc</code></pre></div><p>which asked 3 questions, 2 about the command line and then about where to install.<br />It had selected <span class="bbc">/dev/sdb</span> and I added <span class="bbc">/dev/sda</span> (with the spacebar) :-</p><div class="codebox"><pre><code> The grub-pc package is being upgraded. This menu allows you to select which devices you&#039;d like grub-install to be automatically run for, if any.
 Running grub-install automatically is recommended in most situations, to prevent the installed GRUB core image from getting out of sync with GRUB modules or grub.cfg.
 If you&#039;re unsure which drive is designated as boot drive by your BIOS, it is often a good idea to install GRUB to all of them.
 Note: it is possible to install GRUB to partition boot records as well, and some appropriate partitions are offered here. However, this forces GRUB to use the blocklist
 mechanism, which makes it less reliable, and therefore is not recommended.
 GRUB install devices:
    [*] /dev/sda (240057 MB; Corsair_Force_GS)
    [ ] - /dev/sda5 (262 MB; /boot)
    [ ] /dev/sda6 (239685 MB; LVM PV O44JvK-Gagl-jJ0w-aWwi-3qn0-Y2no-fbwG8Q on /dev/sda6)
    [*] /dev/sdb (1000204 MB; WDC_WD10EZRX-00A8LB0)
    [ ] /dev/sdb6 (882340 MB; LVM PV p10DED-cZEt-K24W-0Ov2-itdA-HOI8-EquJNg on /dev/sdb6)
    [ ] /dev/dm-0 (21474 MB; SSD0-root)
                                                                                   &lt;Ok&gt;</code></pre></div><p>It then continues</p><div class="codebox"><pre><code>Installing for i386-pc platform.
Installation finished. No error reported.
Installing for i386-pc platform.
Installation finished. No error reported.
Including Xen overrides from /etc/default/grub.d/xen.cfg
Generating grub configuration file ...
Found theme: /usr/share/desktop-base/grub-themes/desktop-grub-theme/theme.txt
Found background image: Lake_mapourika_NZ.tga
Found linux image: /boot/vmlinuz-4.19.0-9-amd64
... several kernels later ...
Found Windows 7 on /dev/sda1
Found Windows 7 on /dev/sdb1
...
Found Debian GNU/Linux jessie/sid on /dev/mapper/HDD0-xenguest1--disk
done</code></pre></div><p>My system can still boot ;-) but looks as though it will now install onto both disks.</p><p><span class="bbc">debconf-show grub-pc</span> now reports :-</p><div class="quotebox"><blockquote><div><p>* grub-pc/install_devices: /dev/disk/by-id/ata-Corsair_Force_GS_133379020000987300E8, /dev/disk/by-id/ata-WDC_WD10EZRX-00A8LB0_WD-WCC1U2741701</p></div></blockquote></div><p>Geoff</p>]]></description>
			<author><![CDATA[dummy@example.com (Geoff 42)]]></author>
			<pubDate>Sat, 01 Aug 2020 10:28:25 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=23766#p23766</guid>
		</item>
		<item>
			<title><![CDATA[Re: [Solved]Grub failing to boot - grub_calloc not found]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=23765#p23765</link>
			<description><![CDATA[<p>It does depend on your set-up, but is not just UEFI as my machine which broke has dos type disk labels.<br />I&#039;m not sure whether it needs both multi-disk and/or multi-OS.<br />I have one SSD and one HDD and have the remnants of Win 7 although I haven&#039;t booted that for a very long time.<br />I also use Xen for trying out OSs, so have several on the HDD in their own partitions, under LVM.</p><p>Geoff</p>]]></description>
			<author><![CDATA[dummy@example.com (Geoff 42)]]></author>
			<pubDate>Sat, 01 Aug 2020 09:41:45 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=23765#p23765</guid>
		</item>
		<item>
			<title><![CDATA[Re: [Solved]Grub failing to boot - grub_calloc not found]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=23763#p23763</link>
			<description><![CDATA[<p>I have Devuan Beowulf installed on a Dell Vostro netbook with legacy bios and no other operating systems installed and I had/have no issues with either grub upgrades.</p><div class="codebox"><pre><code>rub-common/now 2.02+dfsg1-20+deb10u1 i386 [installed,upgradable to: 2.02+dfsg1-20+deb10u2]
grub-pc-bin/now 2.02+dfsg1-20+deb10u1 i386 [installed,upgradable to: 2.02+dfsg1-20+deb10u2]
grub-pc/now 2.02+dfsg1-20+deb10u1 i386 [installed,upgradable to: 2.02+dfsg1-20+deb10u2]
grub2-common/now 2.02+dfsg1-20+deb10u1 i386 [installed,upgradable to: 2.02+dfsg1-20+deb10u2]</code></pre></div><div class="codebox"><pre><code>grub-common/stable-security,now 2.02+dfsg1-20+deb10u2 i386 [installed]
grub-pc-bin/stable-security,now 2.02+dfsg1-20+deb10u2 i386 [installed,automatic]
grub-pc/stable-security,now 2.02+dfsg1-20+deb10u2 i386 [installed]
grub2-common/stable-security,now 2.02+dfsg1-20+deb10u2 i386 [installed,automatic]</code></pre></div><p>Based on browsing the Internet, I believe the grub bug only effects UEFI systems with multiple operating systems installed. Please don&#039;t hesitate to provide corrections.</p>]]></description>
			<author><![CDATA[dummy@example.com (Vernon)]]></author>
			<pubDate>Fri, 31 Jul 2020 19:14:01 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=23763#p23763</guid>
		</item>
		<item>
			<title><![CDATA[Re: [Solved]Grub failing to boot - grub_calloc not found]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=23757#p23757</link>
			<description><![CDATA[<p>I have fed some info into the Debian bug report.</p><p><a href="https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=966575" rel="nofollow">https://bugs.debian.org/cgi-bin/bugrepo … bug=966575</a></p><p>but the <span class="bbc">deb10u2</span> does look like the fix and is available now on my machine, but I will wait until I hear from them in case they want any further info.</p><p>Geoff</p>]]></description>
			<author><![CDATA[dummy@example.com (Geoff 42)]]></author>
			<pubDate>Fri, 31 Jul 2020 14:17:39 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=23757#p23757</guid>
		</item>
		<item>
			<title><![CDATA[Re: [Solved]Grub failing to boot - grub_calloc not found]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=23753#p23753</link>
			<description><![CDATA[<p>Logged on this afternoon and unattended-upgrade has just updated grub-common.</p><div class="codebox"><pre><code>Start-Date: 2020-07-31  12:10:26                                       
Commandline: /usr/bin/unattended-upgrade
Requested-By: marjorie (1000)
Upgrade: grub-common:amd64 (2.02+dfsg1-20+deb10u1, 2.02+dfsg1-20+deb10u2)
End-Date: 2020-07-31  12:10:28 </code></pre></div><p>Maybe this fixes the problem?</p><p><a href="https://linuxsecurity.com/advisories/debian/debian-dsa-4735-2-grub2-regression-update-17-52-37" rel="nofollow">https://linuxsecurity.com/advisories/de … e-17-52-37</a></p><div class="codebox"><pre><code>Package        : grub2
Debian Bug     : 966554

The update for grub2 released as DSA 4735-1 caused a boot-regression
when chainloading another bootlaoder and breaking notably dual-boot with
Windows. Updated grub2 packages are now available to correct this issue.

For the stable distribution (buster), this problem has been fixed in
version 2.02+dfsg1-20+deb10u2.

We recommend that you upgrade your grub2 packages.

For the detailed security status of grub2 please refer to its security
tracker page at:
https://security-tracker.debian.org/tracker/grub2</code></pre></div><p>Oddly &#039;grub-common&#039; is the only grub package I have on this PC, my other (my mail server) has &#039;grub-common&#039;, &#039;grub2-common&#039;, &#039;grub-pc&#039; and and &#039;grub-pc-bin&#039;. Both were fresh Beowulf Beta installs.</p>]]></description>
			<author><![CDATA[dummy@example.com (Marjorie)]]></author>
			<pubDate>Fri, 31 Jul 2020 12:24:58 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=23753#p23753</guid>
		</item>
		<item>
			<title><![CDATA[Re: [Solved]Grub failing to boot - grub_calloc not found]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=23751#p23751</link>
			<description><![CDATA[<p>I have now checked in <span class="bbc">/var/log/apt/term.log</span> and I can see no error messages. The relevant part seems to be :-</p><div class="codebox"><pre><code>Setting up grub-pc (2.02+dfsg1-20+deb10u1) ...
Installing for i386-pc platform.
Installation finished. No error reported.
Including Xen overrides from /etc/default/grub.d/xen.cfg
Generating grub configuration file ...
Found theme: /usr/share/desktop-base/grub-themes/desktop-grub-theme/theme.txt
Found background image: Lake_mapourika_NZ.tga</code></pre></div><p>before it trawls through all of the kernels and other partitions and finally saying </p><div class="codebox"><pre><code>done</code></pre></div><p>Geoff</p>]]></description>
			<author><![CDATA[dummy@example.com (Geoff 42)]]></author>
			<pubDate>Fri, 31 Jul 2020 09:52:26 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=23751#p23751</guid>
		</item>
		<item>
			<title><![CDATA[Re: [Solved]Grub failing to boot - grub_calloc not found]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=23746#p23746</link>
			<description><![CDATA[<p>It may be that it is related to my disk layout, where <span class="bbc">/boot</span> is its own partition and maybe grub failed to do the <span class="bbc">grub-install</span> correctly. When I can get to my desktop machine, I will check the output from <span class="bbc">apt</span> to see if I missed an error message.</p><p><span class="bbc">/boot</span> is my only <span class="bbc">ext</span> partition, the rest being handled by <span class="bbc">LVM</span>, not encrypted.</p><p>Geoff</p>]]></description>
			<author><![CDATA[dummy@example.com (Geoff 42)]]></author>
			<pubDate>Fri, 31 Jul 2020 05:00:58 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=23746#p23746</guid>
		</item>
		<item>
			<title><![CDATA[Re: [Solved]Grub failing to boot - grub_calloc not found]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=23742#p23742</link>
			<description><![CDATA[<p>Very odd. I got the same version (2.02+dfsg1-20+deb10u1) of grub-common with unattended -upgrades (which is for security updates only) at 9:45 this morning and it works fine (legacy-bios, not EFI-signed).</p>]]></description>
			<author><![CDATA[dummy@example.com (Marjorie)]]></author>
			<pubDate>Thu, 30 Jul 2020 21:27:13 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=23742#p23742</guid>
		</item>
	</channel>
</rss>
