<?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=2744&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / UEFI and NVME help]]></title>
		<link>http://dev1galaxy.org/viewtopic.php?id=2744</link>
		<description><![CDATA[The most recent posts in UEFI and NVME help.]]></description>
		<lastBuildDate>Sat, 23 Mar 2019 02:23:36 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: UEFI and NVME help]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=15004#p15004</link>
			<description><![CDATA[<div class="quotebox"><cite>rolfie wrote:</cite><blockquote><div><p>The nvme SSD does not matter. ASCII also installs easily on nvme. </p><p>The issue is grub and efi with Beowulf, refer to <a href="https://dev1galaxy.org/viewtopic.php?id=2676" rel="nofollow">https://dev1galaxy.org/viewtopic.php?id=2676</a>.</p><p>Needs to be fixed in the installer.</p><p>Rolf</p></div></blockquote></div><p>Ahh.. My search terms were wrong.... That thread already answered the question! Thank you both for the information and helping to get the situation fixed.</p>]]></description>
			<author><![CDATA[dummy@example.com (aut0exec)]]></author>
			<pubDate>Sat, 23 Mar 2019 02:23:36 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=15004#p15004</guid>
		</item>
		<item>
			<title><![CDATA[Re: UEFI and NVME help]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=15002#p15002</link>
			<description><![CDATA[<p>The nvme SSD does not matter. ASCII also installs easily on nvme. </p><p>The issue is grub and efi with Beowulf, refer to <a href="https://dev1galaxy.org/viewtopic.php?id=2676" rel="nofollow">https://dev1galaxy.org/viewtopic.php?id=2676</a>.</p><p>Needs to be fixed in the installer.</p><p>Rolf</p>]]></description>
			<author><![CDATA[dummy@example.com (rolfie)]]></author>
			<pubDate>Fri, 22 Mar 2019 19:36:58 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=15002#p15002</guid>
		</item>
		<item>
			<title><![CDATA[Re: UEFI and NVME help]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=14998#p14998</link>
			<description><![CDATA[<p>Forgot to mention this...</p><p>For uefi, the command is just <span class="bbc">grub-install</span>. You don&#039;t need to tell it where to put the bootloader, because it knows to put it in the efi partition. And every time you run it, it&#039;ll make another devuan dir in your efi partition. If you want it to update the bootloader that&#039;s in the debian dir (i.e. the one you&#039;re actually using) run <span class="bbc">grub-install --bootloader-id=debian</span></p><p>And I suppose you could turn on secure boot now. I haven&#039;t tried that.</p>]]></description>
			<author><![CDATA[dummy@example.com (fsmithred)]]></author>
			<pubDate>Fri, 22 Mar 2019 18:35:53 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=14998#p14998</guid>
		</item>
		<item>
			<title><![CDATA[Re: UEFI and NVME help]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=14993#p14993</link>
			<description><![CDATA[<div class="quotebox"><cite>fsmithred wrote:</cite><blockquote><div><p>Either install one of the unsigned kernels (e.g. linux-image-4.19.0-2-amd64-unsigned) or change the name of the bootloader directory from EFI/devuan to EFI/debian.</p></div></blockquote></div><p>Good sir.... If our paths ever cross, I owe you a beverage of your choosing! </p><p>I changed devuan to debian and I should&#039;ve tried to reboot first but I went ahead and re-ran &#039;grub-install /dev/nvme0n1p1&#039; and &#039;update-grub&#039; but upon a reboot after that, I saw the wonderful grub menu!</p>]]></description>
			<author><![CDATA[dummy@example.com (aut0exec)]]></author>
			<pubDate>Fri, 22 Mar 2019 12:29:56 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=14993#p14993</guid>
		</item>
		<item>
			<title><![CDATA[Re: UEFI and NVME help]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=14991#p14991</link>
			<description><![CDATA[<p>Either install one of the unsigned kernels (e.g. linux-image-4.19.0-2-amd64-unsigned) or change the name of the bootloader directory from EFI/devuan to EFI/debian.</p>]]></description>
			<author><![CDATA[dummy@example.com (fsmithred)]]></author>
			<pubDate>Fri, 22 Mar 2019 11:37:41 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=14991#p14991</guid>
		</item>
		<item>
			<title><![CDATA[UEFI and NVME help]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=14989#p14989</link>
			<description><![CDATA[<p>Greetings everyone. I&#039;ve been working on this for a few days now and getting nowhere so hoping you can assist,</p><p>Performed a net install of beowulf using UEFI. Created my ESP (/dev/nvme0n1p1) and other partitions. The installer went off without any issues. Upon reboot I&#039;m greeted with the grub CLI. I can manually tell grub where everything exists with the following:</p><div class="codebox"><pre><code>set root=(hd0,gpt2)
linux /boot/vmlinuz-4.19.0-2-amd64 root=/dev/nvme0n1p2
initrd /boot/initrd.img-4.19.0-2-amd64
boot</code></pre></div><p>Devuan boots right up and I get a working install. So I&#039;ve tried to fix grub using the following commands:</p><div class="codebox"><pre><code>grub-install /dev/nvme0n1
update-grub</code></pre></div><p>I can confirm that the efi variables have been written and are set to the 0000 spot with:</p><div class="codebox"><pre><code>efibootmgr --verbose | grep devuan</code></pre></div><p>Upon reboot I&#039;m still greeted by the Grub CLI. I&#039;ve updated my bios to the latest provided by Lenovo for this T570. Has anyone had any luck getting UEFI to to work? I recall this laptop having issues in the past with Linux Mint but I don&#039;t recall what I did beyond the above steps. Thanks in advance for any suggestions!</p><p>****EDIT*****<br />Fixed grammar/spelling errors</p>]]></description>
			<author><![CDATA[dummy@example.com (aut0exec)]]></author>
			<pubDate>Fri, 22 Mar 2019 03:15:38 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=14989#p14989</guid>
		</item>
	</channel>
</rss>
