<?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=5580&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / GRUB Grief]]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=5580</link>
		<description><![CDATA[The most recent posts in GRUB Grief.]]></description>
		<lastBuildDate>Sat, 25 Feb 2023 14:34:48 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: GRUB Grief]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=41291#p41291</link>
			<description><![CDATA[<p>You should also be able to run a &#039;grub install&#039; command from within Devuan to overwrite the grub on the HDD. Here&#039;s a couple of stackexchange threads that will give you ideas for the correct command and mount procedure - <br /><a href="https://unix.stackexchange.com/questions/191218/how-to-install-grub-on-a-new-drive#191220" rel="nofollow">https://unix.stackexchange.com/question … ive#191220</a><br /><a href="https://unix.stackexchange.com/questions/491303/installed-grub-on-the-wrong-disk-during-a-debian-install" rel="nofollow">https://unix.stackexchange.com/question … an-install</a></p>]]></description>
			<author><![CDATA[dummy@example.com (andyprough)]]></author>
			<pubDate>Sat, 25 Feb 2023 14:34:48 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=41291#p41291</guid>
		</item>
		<item>
			<title><![CDATA[Re: GRUB Grief]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=41290#p41290</link>
			<description><![CDATA[<p>If the ubuntu root filesystem is encrypted, then os-prober in chimaera won&#039;t see it. Likewise, os-prober in ubuntu won&#039;t see the encrypted devuan. You will have to manually create a menuentry in ubuntu for the chimaera installation. </p><p>In ubuntu, put something like this in /etc/grub.d/40_custom and then run <span class="bbc">update-grub</span></p><div class="codebox"><pre><code>menuentry &#039;Devuan&#039; {
set root=(hd1,msdos1)
linux /vmlinuz ro root=/dev/mapper/your-vg-lg-name
initrd /initrd.img
}</code></pre></div><p>Notes:<br />(hd1,msdos1) assumes that the /boot partition is the first partition on the second hard drive and it has msdos partition table.<br />/dev/mapper/your-vg-lg-name is the name of the logical volume that holds devuan&#039;s root filesystem.</p><p>If you switch the order of the hard drives permanently, either through bios settings or opening the box and switching cables, you could do the above procedure in devuan to get a menu entry for the encrypted ubuntu. (If it&#039;s not encrypted, then running os-prober should automatically add an entry for it.)</p>]]></description>
			<author><![CDATA[dummy@example.com (fsmithred)]]></author>
			<pubDate>Sat, 25 Feb 2023 14:28:28 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=41290#p41290</guid>
		</item>
		<item>
			<title><![CDATA[Re: GRUB Grief]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=41289#p41289</link>
			<description><![CDATA[<div class="quotebox"><cite>andyprough wrote:</cite><blockquote><div><p>Ubuntu owns the boot management for your system and by default won&#039;t allow any other OS&#039;s to boot. Here&#039;s a quick and simple step-by-step procedure to get Ubuntu to add your Devuan (and any other GNU/Linux partitions) to grub: <a href="https://www.omgubuntu.co.uk/2021/12/grub-doesnt-detect-windows-linux-distros-fix" rel="nofollow">https://www.omgubuntu.co.uk/2021/12/gru … istros-fix</a></p><p>Before finishing those steps, I would make sure that the os-prober package is installed on your Ubuntu: &#039;apt policy os-prober&#039;</p></div></blockquote></div><p>Thanks for that.<br />I&#039;m still running Ubuntu 20.04 and am avoiding 22.04 due to various issues with that release.</p><p>I tried disconnecting my 1st HDD and reinstalling Devuan.&#160; With the only the 2nd HDD connected, Devuan starts normally.&#160; Reconnecting the 1st HDD causes the system to boot Ubuntu as before, but selecting the 2nd HDD from the BIOS boot menu starts Devuan normally.</p><p>This is not ideal and I would really like to have a proper GRUB menu at start-up, but I can live with this for now.</p><p>I moved to Ubuntu to escape the insecure, bloated lethargy of Windows, but I now find similar issues with Ubuntu since the shift to systemd and snaps.<br />I&#039;m looking hopefully at Devuan as a return to a fast, secure, reliable OS.<br />:-)</p>]]></description>
			<author><![CDATA[dummy@example.com (Juggle333)]]></author>
			<pubDate>Sat, 25 Feb 2023 13:19:42 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=41289#p41289</guid>
		</item>
		<item>
			<title><![CDATA[Re: GRUB Grief]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=41286#p41286</link>
			<description><![CDATA[<div class="quotebox"><cite>Juggle333 wrote:</cite><blockquote><div><p>Choosing to start the new HDD from the BIOS boot menu produces a &quot;Welcome to GRUB!&quot; message and a &quot;grub_rescue&quot; prompt - at which point I&#039;m stuck.</p><p>I suspect that I need to find a way of either unlocking my existing encrypted disk first, to allow the GRUB installer to see it, or editing GRUB settings to recognise encrypted disks?</p></div></blockquote></div><p>This should have worked. <br />The boot selection method via BIOS-boot-menue is independant from any installation on other HDD&#039;s, therefore no need to edit foreign grub configurations.</p><p>I probably would temporarily disconnect the Ubuntu-disk (physically), and then try to boot / chroot / rescue / reinstall.</p><p>PS: <br />(((the OP knows, but just to name it - the BIOS-boot-menue: Power-on the PC, it beeps, press once [F12_in_my_case] and the HDD selection appears.)))</p>]]></description>
			<author><![CDATA[dummy@example.com (delgado)]]></author>
			<pubDate>Sat, 25 Feb 2023 10:08:30 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=41286#p41286</guid>
		</item>
		<item>
			<title><![CDATA[Re: GRUB Grief]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=41283#p41283</link>
			<description><![CDATA[<p>Ubuntu owns the boot management for your system and by default won&#039;t allow any other OS&#039;s to boot. Here&#039;s a quick and simple step-by-step procedure to get Ubuntu to add your Devuan (and any other GNU/Linux partitions) to grub: <a href="https://www.omgubuntu.co.uk/2021/12/grub-doesnt-detect-windows-linux-distros-fix" rel="nofollow">https://www.omgubuntu.co.uk/2021/12/gru … istros-fix</a></p><p>Before finishing those steps, I would make sure that the os-prober package is installed on your Ubuntu: &#039;apt policy os-prober&#039;</p>]]></description>
			<author><![CDATA[dummy@example.com (andyprough)]]></author>
			<pubDate>Sat, 25 Feb 2023 00:44:17 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=41283#p41283</guid>
		</item>
		<item>
			<title><![CDATA[GRUB Grief]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=41282#p41282</link>
			<description><![CDATA[<p>I tried installing [devuan_chimaera_4.0.0_amd64_desktop] on a new HDD in my PC, selecting the &quot;guided encrypted LVM&quot; option.<br />I want to have the option to boot into different OSs and am trying to get a GRUB menu at start-up.</p><p>The installation goes OK until I get to the GRUB installation: I chose to install GRUB to the new HDD because my existing (Ubuntu) OS was not detected and I didn&#039;t want to risk losing the ability to boot into that.</p><p>Things have become a lot more complicated since the last time I set up a multi-boot system with GBUB, which only required editing the GRUB menu file!<br />Now, things are all the more complicated by using encrypted volumes, which I suspect is why the GRUB installer won&#039;t recognise the OS on my 1st HDD?</p><p>Even though the installation appears to complete successfully, there is no GRUB menu and my system boots Ubuntu as before.&#160; Choosing to start the new HDD from the BIOS boot menu produces a &quot;Welcome to GRUB!&quot; message and a &quot;grub_rescue&quot; prompt - at which point I&#039;m stuck.</p><p>I suspect that I need to find a way of either unlocking my existing encrypted disk first, to allow the GRUB installer to see it, or editing GRUB settings to recognise encrypted disks?</p>]]></description>
			<author><![CDATA[dummy@example.com (Juggle333)]]></author>
			<pubDate>Sat, 25 Feb 2023 00:28:10 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=41282#p41282</guid>
		</item>
	</channel>
</rss>
