<?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=2164&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / Network booting]]></title>
		<link>http://dev1galaxy.org/viewtopic.php?id=2164</link>
		<description><![CDATA[The most recent posts in Network booting.]]></description>
		<lastBuildDate>Fri, 22 Jun 2018 05:25:23 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: Network booting]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=10308#p10308</link>
			<description><![CDATA[<p>I got the system to boot and run after using the latest ascii raspberry pi image and happy days. The problem is that I want to separately mount /usr but the system complains that it can&#039;t find libgssapi_krb5.so.2 and the system is next to useless. Is there way to disable Kerebros under Devuan or am I stuck?</p>]]></description>
			<author><![CDATA[dummy@example.com (minghia)]]></author>
			<pubDate>Fri, 22 Jun 2018 05:25:23 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=10308#p10308</guid>
		</item>
		<item>
			<title><![CDATA[Re: Network booting]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=10252#p10252</link>
			<description><![CDATA[<p>NFS is a server-client system, so just nfs-common on its own doesn&#039;t work at all, as you&#039;ve experienced. What you need is to install nfs-server on the appropriate machine and then configure both server and client to exchange data. For the server, you &#039;export&#039; the directory you want to share, while on the client, a line must be added to fstab so the kernel knows where to find it. See the NFS man-pages for more detailed info.</p>]]></description>
			<author><![CDATA[dummy@example.com (Dutch_Master)]]></author>
			<pubDate>Tue, 19 Jun 2018 21:41:09 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=10252#p10252</guid>
		</item>
		<item>
			<title><![CDATA[Re: Network booting]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=10242#p10242</link>
			<description><![CDATA[<p>Maybe try #devuan-arm on freenode.</p>]]></description>
			<author><![CDATA[dummy@example.com (golinux)]]></author>
			<pubDate>Tue, 19 Jun 2018 15:33:42 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=10242#p10242</guid>
		</item>
		<item>
			<title><![CDATA[Re: Network booting]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=10237#p10237</link>
			<description><![CDATA[<p>I upgrade to ascii and one of my problems appears to be finding the right combination of bootcode.bin, start.elf, kernel?.img and the associated files to get the system to boot up. If I use the current Raspbian stable set of files I can get the system to load the root file system but the kernel panics. Does anyone have any ideas?</p><p>I went back to booting from a SD card but for some reason when I tried to install nfs-common it failed to configure. I have tried the numerous recommendations about this problem but a status 10 as the reason for the install configuration of nfs-common is a tad useless unless I can find out what it means. Has anyone got nfs-common working on Devuan ascii on a Raspberry Pi 3B?</p><p>I love that the fact I don&#039;t have to use systemd but surely getting a NFS client should be relative easy.</p>]]></description>
			<author><![CDATA[dummy@example.com (minghia)]]></author>
			<pubDate>Tue, 19 Jun 2018 12:02:04 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=10237#p10237</guid>
		</item>
		<item>
			<title><![CDATA[Re: Network booting]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=10196#p10196</link>
			<description><![CDATA[<p>I got around the missing vcgencmd by using a Raspian SD card that I had lying around. Of course it doesn&#039;t work if one doesn&#039;t install mount.nfs. Unfortunately since we are basically a Centos shop getting and my target is isolated from the real world I have to go a round about way to get files onto this system.</p>]]></description>
			<author><![CDATA[dummy@example.com (minghia)]]></author>
			<pubDate>Mon, 18 Jun 2018 09:16:06 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=10196#p10196</guid>
		</item>
		<item>
			<title><![CDATA[Re: Network booting]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=10194#p10194</link>
			<description><![CDATA[<p>Right. Some random googling suggests <a href="https://volumio.org/forum/vcgencmd-commands-t1492.html#p6319" rel="nofollow">https://volumio.org/forum/vcgencmd-comm … html#p6319</a> to me, but you might have tried that already?</p>]]></description>
			<author><![CDATA[dummy@example.com (ralph.ronnquist)]]></author>
			<pubDate>Mon, 18 Jun 2018 07:54:25 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=10194#p10194</guid>
		</item>
		<item>
			<title><![CDATA[Re: Network booting]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=10192#p10192</link>
			<description><![CDATA[<p>That&#039;s only useful if you have a machine with a proper PXE BIOS. There is some black magic you have to do to get a Raspberry Pi to boot off the network </p><div class="codebox"><pre><code>echo program_usb_boot_mode=1 | sudo tee -a /boot/config.txt</code></pre></div><p> and then reboot the system. The Raspbian doco states you can check the system has changed by typing:</p><div class="codebox"><pre><code>$ vcgencmd otp_dump | grep 17:
17:3020000a</code></pre></div><p> to verify that the system has changed into network boot mode but this doesn&#039;t work with Devuan as the vcgencmd command is not present. I got it to boot but the kernel panicked.</p>]]></description>
			<author><![CDATA[dummy@example.com (minghia)]]></author>
			<pubDate>Mon, 18 Jun 2018 07:21:46 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=10192#p10192</guid>
		</item>
		<item>
			<title><![CDATA[Re: Network booting]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=10191#p10191</link>
			<description><![CDATA[<p>You might find something useful at <a href="https://www.syslinux.org/wiki/index.php?title=PXELINUX" rel="nofollow">https://www.syslinux.org/wiki/index.php?title=PXELINUX</a>.</p>]]></description>
			<author><![CDATA[dummy@example.com (ralph.ronnquist)]]></author>
			<pubDate>Mon, 18 Jun 2018 06:32:57 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=10191#p10191</guid>
		</item>
		<item>
			<title><![CDATA[Network booting]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=10190#p10190</link>
			<description><![CDATA[<p>How do I get the Devuan distro to network boot? I know with Raspbian you follow the documentation here: <a href="https://www.raspberrypi.org/documentation/hardware/raspberrypi/bootmodes/net_tutorial.md" rel="nofollow">https://www.raspberrypi.org/documentati … utorial.md</a> but the command </p><div class="codebox"><pre><code>vcgencmd </code></pre></div><p> doesn&#039;t exist and nor does its package libraspberrypi-bin. Any ideas on how I get started?</p><p>Tony</p>]]></description>
			<author><![CDATA[dummy@example.com (minghia)]]></author>
			<pubDate>Mon, 18 Jun 2018 02:43:10 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=10190#p10190</guid>
		</item>
	</channel>
</rss>
