<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="https://dev1galaxy.org/extern.php?action=feed&amp;tid=4699&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / Attention Dual/Multi-booters: Latest GRUB (2.06-2) disables os-prober]]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=4699</link>
		<description><![CDATA[The most recent posts in Attention Dual/Multi-booters: Latest GRUB (2.06-2) disables os-prober.]]></description>
		<lastBuildDate>Tue, 28 Feb 2023 19:41:29 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: Attention Dual/Multi-booters: Latest GRUB (2.06-2) disables os-prober]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=41337#p41337</link>
			<description><![CDATA[<p>Hello:</p><div class="quotebox"><cite>piledriver wrote:</cite><blockquote><div><p>... figured it was some form of operator error ...</p></div></blockquote></div><p>So ...<br />It&#039;s a bug in the <span class="bbc">grub installer</span>?</p><p>Best,</p><p>A.</p>]]></description>
			<author><![CDATA[dummy@example.com (Altoid)]]></author>
			<pubDate>Tue, 28 Feb 2023 19:41:29 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=41337#p41337</guid>
		</item>
		<item>
			<title><![CDATA[Re: Attention Dual/Multi-booters: Latest GRUB (2.06-2) disables os-prober]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=41322#p41322</link>
			<description><![CDATA[<p>I figured it was some form of operator error, but also figured it would be handy to know how to get a working multiboot grub menu including windows etc for new folks just kicking the tires. Did not test with bios setups.</p><p>Installed grub version is 2.06-8</p><p>Having no boot options generates panic for many folks, even though fixing it is usually relatively easy.</p>]]></description>
			<author><![CDATA[dummy@example.com (piledriver)]]></author>
			<pubDate>Tue, 28 Feb 2023 05:49:14 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=41322#p41322</guid>
		</item>
		<item>
			<title><![CDATA[Re: Attention Dual/Multi-booters: Latest GRUB (2.06-2) disables os-prober]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=41311#p41311</link>
			<description><![CDATA[<p>Hello:</p><div class="quotebox"><cite>piledriver wrote:</cite><blockquote><div><p>... &quot;missing grub binaries&quot; were just a path issue, had to do &quot;su -&quot; to get proper roots path ...</p></div></blockquote></div><p>This has been so since the Beowulf release:</p><div class="quotebox"><cite>Devuan 3.1.0 Beowulf Release Notes wrote:</cite><blockquote><div><p>### What&#039;s new in this release<br />--- snip ---<br />Changes in su<br /> - The behavior of su has changed. Use &#039;su -&#039; to get root&#039;s path or use<br />&#160; &#160;the full path to commands if you use only &#039;su&#039;. <br />&#160; &#160;<br /> - There are several ways to get the old behavior. The easiest is to <br />&#160; &#160;edit /etc/default/su to add the line:</p><p>&#160; &#160; ALWAYS_SET_PATH yes</p><p>&#160; &#160;See the following for more information:<br />&#160; &#160;<a href="https://www.debian.org/releases/buster/amd64/release-notes/ch-information.en.html#su-environment-variables" rel="nofollow">https://www.debian.org/releases/buster/ … -variables</a><br />&#160; &#160;<a href="https://wiki.debian.org/NewInBuster" rel="nofollow">https://wiki.debian.org/NewInBuster</a><br />&#160; &#160;<a href="https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=905564" rel="nofollow">https://bugs.debian.org/cgi-bin/bugrepo … bug=905564</a></p></div></blockquote></div><div class="quotebox"><cite>piledriver wrote:</cite><blockquote><div><p>... the grub installation &quot;appears&quot; broken, as the usual grub binaries and scripts are mia-- i.e no &quot;grub-install&quot; &quot;grub-mkconfig&quot; etc.</p></div></blockquote></div><p>Could this be a bug?</p><p>The <span class="bbc">grub installer</span> seems to ignore the new <span class="bbc">su</span> behaviour as described in <a href="https://files.devuan.org/devuan_beowulf/Release_notes.txt" rel="nofollow">https://files.devuan.org/devuan_beowulf … _notes.txt</a>.</p><p>Not running an efi box, so can&#039;t say much more about this.</p><p>Best,</p><p>A.</p>]]></description>
			<author><![CDATA[dummy@example.com (Altoid)]]></author>
			<pubDate>Mon, 27 Feb 2023 10:38:44 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=41311#p41311</guid>
		</item>
		<item>
			<title><![CDATA[Re: Attention Dual/Multi-booters: Latest GRUB (2.06-2) disables os-prober]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=41310#p41310</link>
			<description><![CDATA[<p>As a follow up, re-enabling os-prober per Miyolinux in Daedalus live system prior to running the installer enables a fully populated grub config.<br />(and possibly a Debian entry in the UEFI menu, not sure what grub setup did that)</p><p>The &quot;missing grub binaries&quot; were just a path issue, had to do &quot;su -&quot; to get proper roots path, sudo and su aren&#039;t getting full path as usually seen, possibly intentional?</p><p>In the 2/2023 Daedalus /etc/default/grub &quot;GRUB_DISABLE_OS_PROBER=false&quot; line is simply commented out .</p><div class="codebox"><pre><code>MiyoLinux wrote:

    ... open and edit the following file...
    /etc/default/grub
    ...and add the following line...

    GRUB_DISABLE_OS_PROBER=false

    Save and close the file, then open a terminal and run an...

    update-grub</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (piledriver)]]></author>
			<pubDate>Mon, 27 Feb 2023 06:42:37 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=41310#p41310</guid>
		</item>
		<item>
			<title><![CDATA[Re: Attention Dual/Multi-booters: Latest GRUB (2.06-2) disables os-prober]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=41308#p41308</link>
			<description><![CDATA[<p>I&#039;m running on a Lenovo Thinkpad X260, dual core i7 32gb ram, 2TB nvme ssd, native UEFI from ~2018. Std Intel cpu w/integrated gfx.<br />New-ish to Devuan, but my Year of Linux on the Desktop was 1993...on my Amiga.</p><p>Ran into same issue, installed Daedalus from the live iso from Feb 2023...Grub entries for windows, Mint LMDE5 and Mageia disappeared upon Daedalus Kernel updates (obviously works somehow), although I initially booted Daedalus by running install-grub in Mageia, which has no issues with os-prober and dutifully created new entries for me.<br />The initial &quot;grub install&quot; in the Devuan live installer didn&#039;t actually install grub, which was more or less expected from the installers text.</p><p>LMDE also had no issues finding and creating entries for Daedalus. (in fact, both LDME5 and Mageia create UEFI boot menu entries as well as grub entries, including for Devuan)</p><p>poking around, the grub installation &quot;appears&quot; broken, as the usual grub binaries and scripts are mia-- i.e no &quot;grub-install&quot; &quot;grub-mkconfig&quot; etc.<br />I supposes its also possible they decided to rename everything without telling anyone, will have to figure out whats actually installed.<br />(I had the same gripe with grub2 that everyone had with systemd--- way too much code for a simple task. IIRC grub2 is larger that msdos 5)</p><p>Also tried grub2-install and other name variants, and needless to say grub-configurator didnt work due to no grub-install or grub-mkconfig.</p><p>Perhaps we should point out to the grub devs that grub also has &quot;attack vector&quot; issues, esp as it can boot non-signed images.<br />Anything that operates on bare metal has ~same potential issues.<br />&#160; <br />Perhaps Poettering can contribute a bootloader extension to systemd that Microsoft will approve of? Wouldn&#039;t that be great ;-/</p><p>Have uncommented the disable comment for osprober in /etc/default/grub will try that edit prior to install this time to see if it works.</p>]]></description>
			<author><![CDATA[dummy@example.com (piledriver)]]></author>
			<pubDate>Mon, 27 Feb 2023 05:11:44 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=41308#p41308</guid>
		</item>
		<item>
			<title><![CDATA[Re: Attention Dual/Multi-booters: Latest GRUB (2.06-2) disables os-prober]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=33124#p33124</link>
			<description><![CDATA[<div class="quotebox"><cite>blackhole wrote:</cite><blockquote><div><p><a href="https://www.gnu.org/software/grub/manual/grub/grub.html#Simple-configuration" rel="nofollow">https://www.gnu.org/software/grub/manua … figuration</a></p><div class="quotebox"><blockquote><div><p>It is disabled by default since automatic and silent execution of os-prober, and creating boot entries based on that data, is a potential attack vector.</p></div></blockquote></div></div></blockquote></div><p>It seems to me that there&#039;s a simple solution that will solve this problem -- ask the user to confirm that the information obtained from os-prober is correct. Or write the info to the appropriate config file, but commented out, along with a comment above it explaining why it&#039;s commented out and the importance of verifying that the information is correct before uncommenting it.</p>]]></description>
			<author><![CDATA[dummy@example.com (pcalvert)]]></author>
			<pubDate>Wed, 01 Dec 2021 23:28:52 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=33124#p33124</guid>
		</item>
		<item>
			<title><![CDATA[Re: Attention Dual/Multi-booters: Latest GRUB (2.06-2) disables os-prober]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=33123#p33123</link>
			<description><![CDATA[<div class="quotebox"><cite>MiyoLinux wrote:</cite><blockquote><div><p>The only systems that are using version 2.06 are Devuan Ceres and Debian Sid. Everything else is using a lower version number (for now). So, it shouldn&#039;t affect you as far as I can tell.</p></div></blockquote></div><p>Thank-you. I need to upgrade that system soon, and having the multi-boot menu break is a problem that I don&#039;t need.</p>]]></description>
			<author><![CDATA[dummy@example.com (pcalvert)]]></author>
			<pubDate>Wed, 01 Dec 2021 23:01:55 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=33123#p33123</guid>
		</item>
		<item>
			<title><![CDATA[Re: Attention Dual/Multi-booters: Latest GRUB (2.06-2) disables os-prober]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=33102#p33102</link>
			<description><![CDATA[<div class="quotebox"><cite>pcalvert wrote:</cite><blockquote><div><p>What about a Jessie system that was upgraded to Stretch? Would the upgrade remove the working multi-boot menu?</p></div></blockquote></div><p>I just checked package versions of both Devuan and Debian.</p><p>The only systems that are using version 2.06 are Devuan Ceres and Debian Sid. Everything else is using a lower version number (for now). So, it shouldn&#039;t affect you as far as I can tell.</p>]]></description>
			<author><![CDATA[dummy@example.com (MiyoLinux)]]></author>
			<pubDate>Wed, 01 Dec 2021 14:12:06 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=33102#p33102</guid>
		</item>
		<item>
			<title><![CDATA[Re: Attention Dual/Multi-booters: Latest GRUB (2.06-2) disables os-prober]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=33101#p33101</link>
			<description><![CDATA[<div class="quotebox"><cite>rolfie wrote:</cite><blockquote><div><p>Just tried it on my Chimaera box (Arch and Beowulf in parallel installations): Adding that line to /etc/default/grub does not make any difference on efi installations.</p><p>rolfie</p></div></blockquote></div><p>Works fine on my efi rig running either Daedalus or Ceres. Is it even an issue in Chimaera?</p>]]></description>
			<author><![CDATA[dummy@example.com (sgage)]]></author>
			<pubDate>Wed, 01 Dec 2021 12:51:17 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=33101#p33101</guid>
		</item>
		<item>
			<title><![CDATA[Re: Attention Dual/Multi-booters: Latest GRUB (2.06-2) disables os-prober]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=33096#p33096</link>
			<description><![CDATA[<div class="quotebox"><cite>rolfie wrote:</cite><blockquote><div><p>My experience is that os-prober never worked on efi systems. Valid for Stretch/ASCII, Buster/Beowulf, Bullseye/Chimaera.</p></div></blockquote></div><p>What about a Jessie system that was upgraded to Stretch? Would the upgrade remove the working multi-boot menu?</p>]]></description>
			<author><![CDATA[dummy@example.com (pcalvert)]]></author>
			<pubDate>Wed, 01 Dec 2021 03:21:06 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=33096#p33096</guid>
		</item>
		<item>
			<title><![CDATA[Re: Attention Dual/Multi-booters: Latest GRUB (2.06-2) disables os-prober]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=33053#p33053</link>
			<description><![CDATA[<p>Ive always had issues when using os-prober and much prefer to use the chainload method Miyo. Both grub2 and os-prober in my experience over the last few years was that they would clash with various OS&#039;s like for instance, archlinux with debian. I believe grub devs are probably correct in their analysis of os-prober.</p>]]></description>
			<author><![CDATA[dummy@example.com (hevidevi)]]></author>
			<pubDate>Mon, 29 Nov 2021 12:55:48 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=33053#p33053</guid>
		</item>
		<item>
			<title><![CDATA[Re: Attention Dual/Multi-booters: Latest GRUB (2.06-2) disables os-prober]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=33051#p33051</link>
			<description><![CDATA[<div class="quotebox"><cite>hevidevi wrote:</cite><blockquote><div><p>Probably better off using grub2 to chainload other linux/unix OS&#039;s rather than rely on os-prober.</p><p><a href="https://www.gnu.org/software/grub/manual/grub/html_node/Chain_002dloading.html" rel="nofollow">https://www.gnu.org/software/grub/manua … ading.html</a></p><p><a href="https://wiki.debian.org/DualBoot/Windows10" rel="nofollow">https://wiki.debian.org/DualBoot/Windows10</a></p><p><a href="https://wiki.gentoo.org/wiki/GRUB2/Chainloading" rel="nofollow">https://wiki.gentoo.org/wiki/GRUB2/Chainloading</a></p></div></blockquote></div><p>That may be the ticket. That&#039;s what I had to do when adding OpenBSD or NetBSD.</p>]]></description>
			<author><![CDATA[dummy@example.com (MiyoLinux)]]></author>
			<pubDate>Mon, 29 Nov 2021 12:43:21 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=33051#p33051</guid>
		</item>
		<item>
			<title><![CDATA[Re: Attention Dual/Multi-booters: Latest GRUB (2.06-2) disables os-prober]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=33050#p33050</link>
			<description><![CDATA[<div class="quotebox"><cite>rolfie wrote:</cite><blockquote><div><p>Just tried it on my Chimaera box (Arch and Beowulf in parallel installations): Adding that line to /etc/default/grub does not make any difference on efi installations.</p><p>rolfie</p></div></blockquote></div><p>I don&#039;t use EFI.</p><p>I wonder why it doesn&#039;t work?</p>]]></description>
			<author><![CDATA[dummy@example.com (MiyoLinux)]]></author>
			<pubDate>Mon, 29 Nov 2021 12:41:12 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=33050#p33050</guid>
		</item>
		<item>
			<title><![CDATA[Re: Attention Dual/Multi-booters: Latest GRUB (2.06-2) disables os-prober]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=33049#p33049</link>
			<description><![CDATA[<p>Probably better off using grub2 to chainload other linux/unix OS&#039;s rather than rely on os-prober.</p><p><a href="https://www.gnu.org/software/grub/manual/grub/html_node/Chain_002dloading.html" rel="nofollow">https://www.gnu.org/software/grub/manua … ading.html</a></p><p><a href="https://wiki.debian.org/DualBoot/Windows10" rel="nofollow">https://wiki.debian.org/DualBoot/Windows10</a></p><p><a href="https://wiki.gentoo.org/wiki/GRUB2/Chainloading" rel="nofollow">https://wiki.gentoo.org/wiki/GRUB2/Chainloading</a></p>]]></description>
			<author><![CDATA[dummy@example.com (hevidevi)]]></author>
			<pubDate>Mon, 29 Nov 2021 12:38:35 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=33049#p33049</guid>
		</item>
		<item>
			<title><![CDATA[Re: Attention Dual/Multi-booters: Latest GRUB (2.06-2) disables os-prober]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=33048#p33048</link>
			<description><![CDATA[<p>Just tried it on my Chimaera box (Arch and Beowulf in parallel installations): Adding that line to /etc/default/grub does not make any difference on efi installations.</p><p>rolfie</p>]]></description>
			<author><![CDATA[dummy@example.com (rolfie)]]></author>
			<pubDate>Mon, 29 Nov 2021 12:24:03 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=33048#p33048</guid>
		</item>
	</channel>
</rss>
