<?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=4039&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / Using secure boot]]></title>
		<link>http://dev1galaxy.org/viewtopic.php?id=4039</link>
		<description><![CDATA[The most recent posts in Using secure boot.]]></description>
		<lastBuildDate>Wed, 06 Jan 2021 04:47:32 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: Using secure boot]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=26590#p26590</link>
			<description><![CDATA[<div class="quotebox"><cite>Head_on_a_Stick wrote:</cite><blockquote><div><p>Secure boot should work out of the box for Devuan beowulf with no special configuration needed. Just boot the machine in UEFI mode with Secure Boot enabled and make sure that the target drive has either a GUID partition table (GPT)...</p></div></blockquote></div><p>These are the answers I live for. Thanks to both of you for the advice. Looks like everything is up and running now.</p>]]></description>
			<author><![CDATA[dummy@example.com (siva)]]></author>
			<pubDate>Wed, 06 Jan 2021 04:47:32 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=26590#p26590</guid>
		</item>
		<item>
			<title><![CDATA[Re: Using secure boot]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=26581#p26581</link>
			<description><![CDATA[<p>Or just rename the directory and create a new boot entry for it:</p><div class="codebox"><pre><code># efibootmgr --create --label &quot;Devaun Secure Boot&#039; --disk /dev/sdX --part Y --loader \EFI\debian\shimx64.efi</code></pre></div><p>Replace X &amp; Y with the drive letter &amp; partition number assigned to the EFI system partition. The command assumes this to be /dev/sda1 so those options can be omitted if that is the case.</p>]]></description>
			<author><![CDATA[dummy@example.com (Head_on_a_Stick)]]></author>
			<pubDate>Tue, 05 Jan 2021 23:22:30 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=26581#p26581</guid>
		</item>
		<item>
			<title><![CDATA[Re: Using secure boot]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=26576#p26576</link>
			<description><![CDATA[<p>If it doesn&#039;t work out of the box, check that the bootloader directory in /boot/efi/EFI/ is named debian. If not, you might need to change ID=devuan to ID=debian in /etc/os-release and then reinstall the bootloader.</p>]]></description>
			<author><![CDATA[dummy@example.com (fsmithred)]]></author>
			<pubDate>Tue, 05 Jan 2021 22:25:09 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=26576#p26576</guid>
		</item>
		<item>
			<title><![CDATA[Re: Using secure boot]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=26575#p26575</link>
			<description><![CDATA[<p>Secure boot should work out of the box for Devuan beowulf with no special configuration needed. Just boot the machine in UEFI mode with Secure Boot enabled and make sure that the target drive has either a GUID partition table (GPT) or no partition table at all.</p><p><a href="https://www.debian.org/releases/stable/amd64/release-notes/ch-whats-new.en.html#secure-boot" rel="nofollow">https://www.debian.org/releases/stable/ … ecure-boot</a></p><p>If you want to pre-partition before installation then use a GPT disk and make sure it has an <a href="https://en.wikipedia.org/wiki/EFI_system_partition" rel="nofollow">EFI system partition</a>. I prefer to create the partition table using gdisk, which uses the EF00 code for the ESP. For {g,}parted the &quot;boot,esp&quot; flags should be applied. The FAT filesystem should be used for the ESP but the installer will do that for you and mount it under <span class="bbc">/boot/efi</span>.</p>]]></description>
			<author><![CDATA[dummy@example.com (Head_on_a_Stick)]]></author>
			<pubDate>Tue, 05 Jan 2021 21:40:02 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=26575#p26575</guid>
		</item>
		<item>
			<title><![CDATA[Using secure boot]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=26574#p26574</link>
			<description><![CDATA[<p>I&#039;m looking to install a Devuan build on a new laptop. I&#039;d like to use secure boot, but have never actually used it before. The official Debian wiki has a lengthy article on it, but I&#039;m having trouble anticipating if I&#039;m following it correctly.</p><p>Before going too far (or leaving myself with a broken operating system), I wanted to get some clarification on how to set up secure boot in Devuan. My understanding on how to do so is fragmented. Right now it seems like it&#039;d be similar to:</p><p>1. Install Devuan with grub-efi.<br />2. Boot to the new system.<br />3. Install <a href="https://wiki.debian.org/SecureBoot#Shim" rel="nofollow">shim</a>.<br />4. Follow the <a href="https://wiki.debian.org/SecureBoot#MOK_-_Machine_Owner_Key" rel="nofollow">MOK setup procedures</a>.<br />5. Check with <span class="bbc">dmesg | grep -i Secure</span> or <span class="bbc">efibootmgr -v</span>.</p><p>Please feel free to correct me if I&#039;m wrong. Wold much rather know now. By the end of this, I&#039;ll probably write a DIY article. </p><p>Also, if anyone has successfully pulled off secure boot in virtualbox, I&#039;m interested to know how you configured that to work. </p><p>Thanks. Happy 2021.</p><p><em>Sources</em></p><p><a href="https://wiki.debian.org/SecureBoot" rel="nofollow">https://wiki.debian.org/SecureBoot</a><br /><a href="https://medium.com/@kyleomalley/debian-10-buster-secure-boot-install-and-troubleshooting-2019-07-07-ae6f3b24218b" rel="nofollow">https://medium.com/@kyleomalley/debian- … 6f3b24218b</a></p>]]></description>
			<author><![CDATA[dummy@example.com (siva)]]></author>
			<pubDate>Tue, 05 Jan 2021 20:45:09 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=26574#p26574</guid>
		</item>
	</channel>
</rss>
