<?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=3471&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / [Solved] Grub issues with Beowulf beta]]></title>
		<link>http://dev1galaxy.org/viewtopic.php?id=3471</link>
		<description><![CDATA[The most recent posts in [Solved] Grub issues with Beowulf beta.]]></description>
		<lastBuildDate>Tue, 05 May 2020 14:57:57 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: [Solved] Grub issues with Beowulf beta]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=21451#p21451</link>
			<description><![CDATA[<div class="quotebox"><cite>ralph.ronnquist wrote:</cite><blockquote><div><p>Note that the smallest installer iso to use for offline installation is called &quot;server&quot; iso.</p></div></blockquote></div><p>Fixed in beta3. Thanks!!!</p><p>I got nano and network commands with the no-mirror install using the amd64 beta3 netinstall iso.</p>]]></description>
			<author><![CDATA[dummy@example.com (fsmithred)]]></author>
			<pubDate>Tue, 05 May 2020 14:57:57 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=21451#p21451</guid>
		</item>
		<item>
			<title><![CDATA[Re: [Solved] Grub issues with Beowulf beta]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=21424#p21424</link>
			<description><![CDATA[<p>I&#039;m pretty sure this will be update-proof for you because you will be ahead of the update. The only other thing that will change is the target of the symlink, /etc/alternatives/desktop-grub-theme.</p>]]></description>
			<author><![CDATA[dummy@example.com (fsmithred)]]></author>
			<pubDate>Mon, 04 May 2020 16:34:11 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=21424#p21424</guid>
		</item>
		<item>
			<title><![CDATA[Re: [Solved] Grub issues with Beowulf beta]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=21400#p21400</link>
			<description><![CDATA[<p>Back earlier than I thought. Tried the suggestion in my latest VM, it is easy to implement (easier and faster than I thought) and it works. </p><p>Thank your for your suggestion. The only question remains: how update-proof is this fix? I remember the cryptdisk.functions patch that never made it upstream. The situation is slightly different since desktop-base is Devuan only, but you never know.&#160; </p><p>Have a nice weekend and stay safe, rolfie</p>]]></description>
			<author><![CDATA[dummy@example.com (rolfie)]]></author>
			<pubDate>Sun, 03 May 2020 19:08:31 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=21400#p21400</guid>
		</item>
		<item>
			<title><![CDATA[Re: [Solved] Grub issues with Beowulf beta]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=21366#p21366</link>
			<description><![CDATA[<div class="quotebox"><cite>fsmithred wrote:</cite><blockquote><div><p>What do you mean when you say the issue was solved?</p></div></blockquote></div><p>I was reffering to my copy/paste problem with the text from grub.cfg from the VM. At first I just posted the text body description I prepared, made a break since a fast re-install of the guest additions did not help, and left a note that I would add the code later. When reading this again I saw its mis-understandable without the background, so I polished my test a bit. </p><div class="quotebox"><cite>fsmithred wrote:</cite><blockquote><div><p>I can reproduce the problem, and it seems to be coming from the grub scripts, but I haven&#039;t tracked it down completely.</p><p>.......</p><p>Edit(dunno - 6 or 7 now?): I think I can change desktop-base to put the theme in /boot/grub, but that won&#039;t happen in time for beowulf release. Maybe for point-release later.</p></div></blockquote></div><p>Will give your suggestions a try. Feedback may take a while because I am dragged into a serious professinal problem that wil take priority for a while. Thank you for listening. </p><p>rolfie</p>]]></description>
			<author><![CDATA[dummy@example.com (rolfie)]]></author>
			<pubDate>Fri, 01 May 2020 19:11:30 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=21366#p21366</guid>
		</item>
		<item>
			<title><![CDATA[Re: [Solved] Grub issues with Beowulf beta]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=21360#p21360</link>
			<description><![CDATA[<p>What do you mean when you say the issue was solved?</p><p>I can reproduce the problem, and it seems to be coming from the grub scripts, but I haven&#039;t tracked it down completely.</p><p>/usr/share/grub/grub-mkconfig_lib has a function called is_path_readable_by_grub.That function gets used by /etc/grub.d/05_debian_theme.</p><p>When the root filesystem is mounted and chrooted, then /usr/share/desktop-base/grub-themes is readable. When you&#039;re booting the system and the root filesystem hasn&#039;t been unlocked yet, it&#039;s not readable. </p><p>I tried copying the theme into /boot/grub/themes and using the --theme option with grub-install. That ran without error, but there&#039;s no similar option for update-grub or grub-mkconfig, and that looks in /usr/share/desktop-base. So right now, the only solution I have is no solution - press space bar or wait the 10 seconds or so for it to get to the boot menu. Manually editing grub.cfg will only work until the next time update-grub runs.</p><p>Edit: Another solution is to comment out the GRUB_THEME line in /etc/default/grub. You can optionally add an image file to /boot/grub if you want a background for the boot menu.</p><p>Edit2: Duh! Change the GRUB_THEME line.</p><div class="codebox"><pre><code>mkdir /boot/grub/themes
cp -r /usr/share/desktop-base/grub-themes/cinnabar-grub /boot/grub/themes/</code></pre></div><p>Then edit <br />/etc/default grub to change the GRUB_THEME:</p><div class="codebox"><pre><code>GRUB_THEME=/boot/grub/themes/cinnabar-grub/theme.txt</code></pre></div><p>Then run &#039;update-grub&#039;</p><p>Edit(dunno - 6 or 7 now?): I think I can change desktop-base to put the theme in /boot/grub, but that won&#039;t happen in time for beowulf release. Maybe for point-release later.</p>]]></description>
			<author><![CDATA[dummy@example.com (fsmithred)]]></author>
			<pubDate>Fri, 01 May 2020 14:22:49 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=21360#p21360</guid>
		</item>
		<item>
			<title><![CDATA[Re: [Solved] Grub issues with Beowulf beta]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=21357#p21357</link>
			<description><![CDATA[<p>Back to the grub issue with encrypted installations. </p><p>Done another VM install from the desktop DVD iso in Bios mode, traditionally encrypted with separate unencrypted /boot, lightdm and Mate. I can re-produce the issue, it does not depend on efi mode. The grub.cfg resulting from this install looks like this (relevant parts cut out and posted here):&#160; </p><div class="codebox"><pre class="vscroll"><code>if [ x$feature_default_font_path = xy ] ; then
   font=unicode
else
insmod lvm
insmod ext2
set root=&#039;lvmid/BdBH9u-yJ7u-C6oR-MHyE-4N6Y-9COS-i7orqi/UTzSSs-6Jtx-2mf7-ug6f-YUYG-2f5Y-MoUl9G&#039;
if [ x$feature_platform_search_hint = xy ]; then
  search --no-floppy --fs-uuid --set=root --hint=&#039;lvmid/BdBH9u-yJ7u-C6oR-MHyE-4N6Y-9COS-i7orqi/UT$
else
  search --no-floppy --fs-uuid --set=root 2386d536-a213-4be4-8ac5-5b2a1d658982
fi
    font=&quot;/usr/share/grub/unicode.pf2&quot;
fi

if loadfont $font ; then
  set gfxmode=auto
  load_video
  insmod gfxterm
  set locale_dir=$prefix/locale
  set lang=de_DE
  insmod gettext
fi
terminal_output gfxterm
insmod lvm
insmod ext2
set root=&#039;lvmid/BdBH9u-yJ7u-C6oR-MHyE-4N6Y-9COS-i7orqi/UTzSSs-6Jtx-2mf7-ug6f-YUYG-2f5Y-MoUl9G&#039;
if [ x$feature_platform_search_hint = xy ]; then
  search --no-floppy --fs-uuid --set=root --hint=&#039;lvmid/BdBH9u-yJ7u-C6oR-MHyE-4N6Y-9COS-i7orqi/UT$
else
  search --no-floppy --fs-uuid --set=root 2386d536-a213-4be4-8ac5-5b2a1d658982
fi
insmod gfxmenu
loadfont ($root)/usr/share/desktop-base/grub-themes/cinnabar-grub/unifont-regular-16.pf2
insmod png
set theme=($root)/usr/share/desktop-base/grub-themes/cinnabar-grub/theme.txt
export theme

if [ &quot;${recordfail}&quot; = 1 ] ; then
  set timeout=30
else
  if [ x$feature_timeout_style = xy ] ; then
    set timeout_style=menu
    set timeout=5
  # Fallback normal timeout code in case the timeout_style feature is
  # unavailable.
  else
    set timeout=5
  fi
fi
### END /etc/grub.d/00_header ###</code></pre></div><p>Please note that the <span class="bbc">set root</span> lines are doubled and get the Cinnebar settings amended. This is the issue.</p><p>After removing desktop-base and running an update-grub the issue is gone. grub.cfg now looks like this:</p><div class="codebox"><pre class="vscroll"><code>if [ x$feature_default_font_path = xy ] ; then
   font=unicode
else
insmod lvm
insmod ext2
set root=&#039;lvmid/BdBH9u-yJ7u-C6oR-MHyE-4N6Y-9COS-i7orqi/UTzSSs-6Jtx-2mf7-ug6f-YUYG-2f5Y-MoUl9G&#039;
if [ x$feature_platform_search_hint = xy ]; then
  search --no-floppy --fs-uuid --set=root --hint=&#039;lvmid/BdBH9u-yJ7u-C6oR-MHyE-4N6Y-9COS-i7orqi/UT$
else
  search --no-floppy --fs-uuid --set=root 2386d536-a213-4be4-8ac5-5b2a1d658982
fi
    font=&quot;/usr/share/grub/unicode.pf2&quot;
fi

if loadfont $font ; then
  set gfxmode=auto
  load_video
  insmod gfxterm
  set locale_dir=$prefix/locale
  set lang=de_DE
  insmod gettext
fi
terminal_output gfxterm
if [ &quot;${recordfail}&quot; = 1 ] ; then
  set timeout=30
else
  if [ x$feature_timeout_style = xy ] ; then
    set timeout_style=menu
    set timeout=5
  # Fallback normal timeout code in case the timeout_style feature is
  # unavailable.
  else
    set timeout=5
  fi
fi
### END /etc/grub.d/00_header ###</code></pre></div><p>desktop-base takes some influence on the process behind update-grub, no idea how. Its an issue for encrypted installs, no matter if efi or bios mode.</p><p>Side notes: <br />* The installer offers as well the 4.19.0-6 as the 4.19.0-8 kernel. Does this make sense?<br />* The installer asks for grub to be installed in the efi removable path despite normal bios/CSM mode?</p><p>rolfie</p><p>Note: solved my copy/paste problem getting the grub.cfg lines from the VM after lunchbreak by re-installing the guest additions (had to do it twice to get it working).</p>]]></description>
			<author><![CDATA[dummy@example.com (rolfie)]]></author>
			<pubDate>Fri, 01 May 2020 10:04:53 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=21357#p21357</guid>
		</item>
		<item>
			<title><![CDATA[Re: [Solved] Grub issues with Beowulf beta]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=21356#p21356</link>
			<description><![CDATA[<div class="quotebox"><cite>ralph.ronnquist wrote:</cite><blockquote><div><p>Note that the smallest installer iso to use for offline installation is called &quot;server&quot; iso.</p><p>The &quot;netinstall&quot; iso is purely intended for an installation that downloads packages from the net. Its pool (on beta2) is only that of &quot;debootstrap minbase&quot;.</p></div></blockquote></div><p>Dear Ralph, thanks for reminding me, I have read this statement before. You guys and girls make the decisions. Does not mean that I agree. I think its a pity that you do not catch two birds with a stone by dropping one or two small packages. </p><p>My statement as a happy user of Devuan: I have used the ASCII netinstall and the temporarily available Beowulf mini-isos for offline CLI installations, and I am disappointed that this does no more work.</p><p>End of discussion, thank you for your engagement into this project.</p><p>rolfie</p>]]></description>
			<author><![CDATA[dummy@example.com (rolfie)]]></author>
			<pubDate>Fri, 01 May 2020 09:50:18 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=21356#p21356</guid>
		</item>
		<item>
			<title><![CDATA[Re: [Solved] Grub issues with Beowulf beta]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=21352#p21352</link>
			<description><![CDATA[<p>Note that the smallest installer iso to use for offline installation is called &quot;server&quot; iso.</p><p>The &quot;netinstall&quot; iso is purely intended for an installation that downloads packages from the net. Its pool (on beta2) is only that of &quot;debootstrap minbase&quot;.</p>]]></description>
			<author><![CDATA[dummy@example.com (ralph.ronnquist)]]></author>
			<pubDate>Thu, 30 Apr 2020 22:38:29 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=21352#p21352</guid>
		</item>
		<item>
			<title><![CDATA[Re: [Solved] Grub issues with Beowulf beta]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=21350#p21350</link>
			<description><![CDATA[<p>Tried the beta2 netinstall iso expert install without efi in a VM, no mirror.</p><p>Editors like VIM and nano (my preference) still missing, without network mirror you can&#039;t make a cli install and prepare network access.<br />Asks for grub to be installed in the efi removable path? </p><p>Will try the desktop iso in bios mode.</p><p>rolfie</p>]]></description>
			<author><![CDATA[dummy@example.com (rolfie)]]></author>
			<pubDate>Thu, 30 Apr 2020 20:00:01 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=21350#p21350</guid>
		</item>
		<item>
			<title><![CDATA[Re: [Solved] Grub issues with Beowulf beta]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=21340#p21340</link>
			<description><![CDATA[<p>I tried reproducing this in a VM install, but I get a scrambled screen. I&#039;ll have to find some hard drive space to do a proper EFI install. I&#039;m not seeing the problem in a bios install.</p>]]></description>
			<author><![CDATA[dummy@example.com (fsmithred)]]></author>
			<pubDate>Thu, 30 Apr 2020 10:17:55 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=21340#p21340</guid>
		</item>
		<item>
			<title><![CDATA[Re: [Solved] Grub issues with Beowulf beta]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=21328#p21328</link>
			<description><![CDATA[<p>Found the Beta2-Iso images on the network and downloaded them. Tried them in a VM with my standard routine. Offline install now works. </p><p>Suggestion: make the default for deb-src no. </p><p><span class="bbc">desktop-base</span> isn&#039;t installed when lightdm is installed with <span class="bbc">--no-install-recommends</span>. grub starts fine. </p><p>Then tried installing <span class="bbc">desktop-base</span> via synaptic: problem is back. Tried to find what causes update-grub to duplicate the entry, and could not find it. Removing <span class="bbc">desktop-base</span> again fixes the problem.</p><p>rolfie</p><p>Edit: Used the desktop DVD iso.</p>]]></description>
			<author><![CDATA[dummy@example.com (rolfie)]]></author>
			<pubDate>Tue, 28 Apr 2020 18:52:33 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=21328#p21328</guid>
		</item>
		<item>
			<title><![CDATA[Re: [Solved] Grub issues with Beowulf beta]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=21318#p21318</link>
			<description><![CDATA[<p>Thank you for coming back. Looks like encryption always is in for more fun. </p><p>I am using my manual method because I think I have a bit more control which kind of SW is installed. Don&#039;t need to fight unwanted stuff like abiword when using the full desktop installs. </p><p>Would be interesting to understand how the Cinnebar stuff is linked into grub, I was searching for a hook, but could not find any. I will try the no recommends approach when I am no more so tired.</p><p>Anyhow, the hook also seems to duplicate an entry that is present before line 80 of the grub.cfg. These lines are added and I can&#039;t get rid of then, an update-grub always reproduce them:</p><div class="codebox"><pre><code>insmod lvm
insmod ext2
set root=&#039;lvmid/91NKk7-tOG0-rbxc-EiqB-eIc0-jYsT-2cSV5t/hDTXd5-ZrjH-tN1n-60Vu-I7el-ukQd-mmGK1x&#039;
if [ x$feature_platform_search_hint = xy ]; then
  search --no-floppy --fs-uuid --set=root --hint=&#039;lvmid/91NKk7-tOG0-rbxc-EiqB-eIc0-jYsT-2cSV5t/hDTXd5-ZrjH-tN1n-60Vu-I7el-ukQd-mmGK1x&#039;  e7380dd4-8083-4771-a095-aa15c7d0834d
else
  search --no-floppy --fs-uuid --set=root e7380dd4-8083-4771-a095-aa15c7d0834d
fi
insmod gfxmenu
loadfont ($root)/usr/share/desktop-base/grub-themes/cinnabar-grub/unifont-regular-16.pf2
insmod png
set theme=($root)/usr/share/desktop-base/grub-themes/cinnabar-grub/theme.txt
export theme</code></pre></div><p>When I comment out the complete block grub does no more complain. </p><p>I am looking forward for the next set of isos. Thank you for your work.</p><p>rolfie</p>]]></description>
			<author><![CDATA[dummy@example.com (rolfie)]]></author>
			<pubDate>Mon, 27 Apr 2020 18:42:16 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=21318#p21318</guid>
		</item>
		<item>
			<title><![CDATA[Re: [Solved] Grub issues with Beowulf beta]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=21317#p21317</link>
			<description><![CDATA[<p>With a full desktop install from the installer isos, you don&#039;t get the grub theme. This is because desktop-base tries to set up the grub theme before grub is installed, and /etc/default/grub can&#039;t be edited because it does not exist yet. If you install destkop-base after the initial install, you should get the grub theme.</p><p>I don&#039;t know how the following lines get into /boot/grub/grub.cfg, but they came in when lightdm was installed with recommends. When I installed lightdm without recommends, I didn&#039;t get these lines. The other difference is that desktop-base got installed with the recommends. Either destkop-base or update-grub is doing something that I didn&#039;t know about. </p><div class="codebox"><pre><code>loadfont ($root)/usr/share/desktop-base/grub-themes/cinnabar-grub/unifont-regular-16.pf2
insmod png
set theme=($root)/usr/share/desktop-base/grub-themes/cinnabar-grub/theme.txt
export theme</code></pre></div><p>OK, I do get the cinnabar them on reboot. I&#039;m not using encryption for this install. To get the grub theme to work with an encrypted root filesystem, I think you have to put the theme files in /boot/grub so that they are available before the root is decrypted. I don&#039;t know the details of that.</p><p>grub-efi-amd64 packages were missing in the beta isos. That&#039;s fixed in the next set, so you will be able to reboot after a no-mirror install.</p>]]></description>
			<author><![CDATA[dummy@example.com (fsmithred)]]></author>
			<pubDate>Mon, 27 Apr 2020 17:10:22 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=21317#p21317</guid>
		</item>
		<item>
			<title><![CDATA[[Solved] Grub issues with Beowulf beta]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=21315#p21315</link>
			<description><![CDATA[<p>This is a follow-up on <a href="https://dev1galaxy.org/viewtopic.php?id=3461" rel="nofollow">https://dev1galaxy.org/viewtopic.php?id=3461</a>.</p><p>I think I have isolated the problem to a certain extend by installing Beowulf Beta from the desktop DVD into several VMs on my workstation.</p><p>The error is that before the grub screen appears, this error is posted (example):</p><div class="codebox"><pre><code>error: no such device: b7c099c6-5171-4a21-9b31-44e7c484fec7
error: no server is specifed
error: no server is specifed

Press any key to continue</code></pre></div><p>The UUID shown is the one of the logical volume of the root device (/dev/mapper/vgsys-root: UUID=&quot;b7c099c6-5171-4a21-9b31-44e7c484fec7&quot; TYPE=&quot;ext4&quot;). After some seconds the grub screen is shown if you don&#039;t press a key. </p><p>Common procedure: EFI mode, VMs are all 4G RAM, 2 CPU, 32G disk space, Expert install, German locale/keyboard, let the installer partition the drive, with network mirror set to deb.devuan.org, openrc, just install basic system tools, standard system utilities, no desktop. Reboot.<br />Then clean the sources.list to beowulf main contrib non-free, security updates, release-updates and backports. <br />Apt update, install build-essential, firmware-linux-nonfree, sudo, hwinfo, reboot.<br />Install guest additions, reboot.<br />apt install xorg lightdm<br />apt install mate-desktop-enviroment-extras or cinnamon. Add nfs-common, smbclient, geany, synaptic. Reboot.</p><p>1st VM: straight to the disk. Standard blue grub screen shown after first reboot. Switches to Cinnebar when the desktop is installed. Boots fine. <br />Note: When no mirror is selected grub-install fails. This is a grave bug. I would expect that I can run a complete offline install from the DVD image. <br />2nd VM: Use LVM. Standard grub design shown after first reboot. Switches to Cinnebar when the desktop is installed. Boots fine. <br />3rd VM: Use encrypted LVM with Mate desktop. Standard grub design shown after first reboot. The blue design remains. Grub complains after installing Mate. <br />4th VM: As before, just Cinnamon as desktop. Standard grub design shown after first reboot. Grub complains after installing Cinnamon, the blue design remains.<br />5th VM: Locale set to UK, German keyboard, encrypted LVM with Mate desktop, sysvinit. Standard grub design shown after first reboot. Left away nfs-common etc. Grub complains after installing Mate, the blue design remains. </p><p>Notes: I have got a VM that I did install from one of the early netinstall images about a year ago, with the same error present. <br />Got another VM installed from the beta DVD with Cinnomon without all the SW bits that does not show the error. </p><p>6th VM: Locale set to UK, German keyboard, encrypted LVM, openrc.<br />Boot after installation ok: copy grub-cfg.0, update sources.list, update-grub, grub-cfg.1<br />Next boot: ok. apt update, install nonfree firmware, dkms, build-essential, grub-cfg.2, reboot. <br />Next boot: ok. update-grub, grub-cfg.3, reboot. <br />Next boot: ok. apt install hwinfo, grub-cfg.4, reboot. <br />Next boot: ok. apt install xorg, grub-cfg.5, lightdm (update-grub is run), grub-cfg.6, cinnamon, grub-cfg.7, reboot <br />Next boot: not ok. </p><p>Difference between .5 and .6 starts at line 80.</p><p>grub-cfg.5</p><div class="codebox"><pre><code>terminal_output gfxterm
if [ &quot;${recordfail}&quot; = 1 ] ; then
  set timeout=30
else
  if [ x$feature_timeout_style = xy ] ; then
    set timeout_style=menu
    set timeout=5
  # Fallback normal timeout code in case the timeout_style feature is
  # unavailable.
  else
    set timeout=5
  fi
fi
### END /etc/grub.d/00_header ###</code></pre></div><p>grub-cfg.6 after installation of lightdm. </p><div class="codebox"><pre><code>terminal_output gfxterm
insmod lvm
insmod ext2
set root=&#039;lvmid/91NKk7-tOG0-rbxc-EiqB-eIc0-jYsT-2cSV5t/hDTXd5-ZrjH-tN1n-60Vu-I7el-ukQd-mmGK1x&#039;
if [ x$feature_platform_search_hint = xy ]; then
  search --no-floppy --fs-uuid --set=root --hint=&#039;lvmid/91NKk7-tOG0-rbxc-EiqB-eIc0-jYsT-2cSV5t/hDTXd5-ZrjH-tN1n-60Vu-I7el-ukQd-mmGK1x&#039;  e7380dd4-8083-4771-a095-aa15c7d0834d
else
  search --no-floppy --fs-uuid --set=root e7380dd4-8083-4771-a095-aa15c7d0834d
fi
insmod gfxmenu
loadfont ($root)/usr/share/desktop-base/grub-themes/cinnabar-grub/unifont-regular-16.pf2
insmod png
set theme=($root)/usr/share/desktop-base/grub-themes/cinnabar-grub/theme.txt
export theme
if [ &quot;${recordfail}&quot; = 1 ] ; then
  set timeout=30
else
  if [ x$feature_timeout_style = xy ] ; then
    set timeout_style=menu
    set timeout=5
  # Fallback normal timeout code in case the timeout_style feature is
  # unavailable.
  else
    set timeout=5
  fi
fi
### END /etc/grub.d/00_header ###</code></pre></div><p>I am pretty confident that the method to modify the grub menu to show the Cinnebar Theme causes the issue with encrypted installations. A copy of the reference to the encrypted LVM that is not yet decrypted must fail. Please fix this somehow.</p><p>rolfie</p>]]></description>
			<author><![CDATA[dummy@example.com (rolfie)]]></author>
			<pubDate>Mon, 27 Apr 2020 15:51:59 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=21315#p21315</guid>
		</item>
	</channel>
</rss>
