<?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=2570&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / Dual Boot FreeBSD and DEVUAN ?]]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=2570</link>
		<description><![CDATA[The most recent posts in Dual Boot FreeBSD and DEVUAN ?.]]></description>
		<lastBuildDate>Sat, 29 Dec 2018 17:55:25 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: Dual Boot FreeBSD and DEVUAN ?]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=13500#p13500</link>
			<description><![CDATA[<p>See if this will help...</p><p><a href="https://dev1galaxy.org/viewtopic.php?pid=12200#p12200" rel="nofollow">https://dev1galaxy.org/viewtopic.php?pid=12200#p12200</a></p>]]></description>
			<author><![CDATA[dummy@example.com (MiyoLinux)]]></author>
			<pubDate>Sat, 29 Dec 2018 17:55:25 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=13500#p13500</guid>
		</item>
		<item>
			<title><![CDATA[Dual Boot FreeBSD and DEVUAN ?]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=13493#p13493</link>
			<description><![CDATA[<p>Hello,</p><p>The host is a notebook Acer, i386, with two major operating systems, as follows.</p><p>I have the following partitions:<br />- /dev/sda1 with Devuan Stable (16GB, installed and bootable)<br />- /dev/sda2 with FreeBSD (~900GB, installed, works, but boots with chainloader) <br />- /dev/sda3 with Swap (the rest).</p><p>Both systems are working as they should.</p><p><em>Grub</em> is working and it is on the first partition. <br /><em>Grub</em> (on <span class="bbu">Linux Devuan</span> /dev/sda1) is intended to allow to boot both operating systems.&#160; </p><p>Which <em>Grub</em> content would you recommend to boot FreeBSD for&#160; <em>/boot/grub/grub.conf</em> (/dev/sda1) ?&#160; </p><p>For Linux, it works since grub does the job, i.e. a regular linux / initrd. <br />I considered using the <span class="bbu">chainloader +1</span> for BSD, but maybe it could be better idea.</p><p>Thank you for your inputs</p><div class="codebox"><pre><code>menuentry &#039;FreeBSD Unix Operating System on sda2&#039; { 
	insmod utf
	set root=(hd0,2)
	chainloader +1
}

menuentry &#039;Rescue OS (Devuan GNU/Linux sda1)&#039; --class devuan --class gnu-linux --class gnu { 
	load_video
	insmod gzio
	insmod part_msdos
	insmod ext2
	set root=&#039;hd0,msdos1&#039;
	echo	&#039;Loading Linux 4.9.0-6-686-pae Rescue System ...&#039;
	linux	/boot/vmlinuz-4.9.0-6-686-pae root=/dev/sda1 rw 
	echo	&#039;Loading initial ramdisk ...&#039;
	initrd	/boot/initrd.img-4.9.0-6-686-pae
}</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (spartrekus)]]></author>
			<pubDate>Sat, 29 Dec 2018 14:48:37 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=13493#p13493</guid>
		</item>
	</channel>
</rss>
