<?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=2329&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / Dualboot Devuan with FreeBSD]]></title>
		<link>http://dev1galaxy.org/viewtopic.php?id=2329</link>
		<description><![CDATA[The most recent posts in Dualboot Devuan with FreeBSD.]]></description>
		<lastBuildDate>Wed, 10 Oct 2018 16:01:55 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: Dualboot Devuan with FreeBSD]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=12207#p12207</link>
			<description><![CDATA[<p>Hello astheroth. Check this nice tutorial: <a href="https://distrowatch.com/weekly.php?issue=20181001" rel="nofollow">Dual booting Linux and FreeBSD</a>. Good luck!</p>]]></description>
			<author><![CDATA[dummy@example.com (Ogis1975)]]></author>
			<pubDate>Wed, 10 Oct 2018 16:01:55 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=12207#p12207</guid>
		</item>
		<item>
			<title><![CDATA[Re: Dualboot Devuan with FreeBSD]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=12204#p12204</link>
			<description><![CDATA[<p>Thank you <img src="http://dev1galaxy.org/img/smilies/smile.png" width="15" height="15" alt="smile" /></p>]]></description>
			<author><![CDATA[dummy@example.com (astheroth)]]></author>
			<pubDate>Wed, 10 Oct 2018 06:31:46 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=12204#p12204</guid>
		</item>
		<item>
			<title><![CDATA[Re: Dualboot Devuan with FreeBSD]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=12200#p12200</link>
			<description><![CDATA[<p>I dual-boot Devuan and FreeBSD...well, actually I multi-boot several Devuan-based distros and FreeBSD. The way that I did it may be unconventional though...</p><p>I reformatted my hardrive with all of the partitions that I knew I wanted. I formatted the partition that I wanted to use for FreeBSD as fat32 (which was /dev/sda3). I then installed my main OS on /dev/sda2 (/dev/sda1 is swap). I also used Grub.</p><p>Installed FreeBSD on the fat32 partition, and rebooted to my main OS. Added the following to the file <span class="bbc">/etc/grub.d/40_custom</span></p><div class="codebox"><pre><code>menuentry &quot;FreeBSD&quot; {
set root=&#039;(hd0,3)&#039;
chainloader +1
}</code></pre></div><p>Notice the (hd0,3) above...the 3 is the number of the partition that I installed FreeBSD on...your partition number may vary.</p><p>After adding that to the file, I saved and closed it. Then I ran...</p><div class="codebox"><pre><code>update-grub</code></pre></div><p>Rebooted, and FreeBSD was listed in the Grub. <img src="http://dev1galaxy.org/img/smilies/smile.png" width="15" height="15" alt="smile" /></p><p>This worked well for me, but I don&#039;t know if it&#039;s the best method. <img src="http://dev1galaxy.org/img/smilies/tongue.png" width="15" height="15" alt="tongue" /></p><p>Edited to add: I also chose UFS for my FreeBSD install rather than ZFS.</p>]]></description>
			<author><![CDATA[dummy@example.com (MiyoLinux)]]></author>
			<pubDate>Tue, 09 Oct 2018 12:27:41 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=12200#p12200</guid>
		</item>
		<item>
			<title><![CDATA[Re: Dualboot Devuan with FreeBSD]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=12198#p12198</link>
			<description><![CDATA[<p>Hello </p><p>Read 12.2.1. The Boot Manager: <a href="https://www.freebsd.org/doc/handbook/boot-introduction.html" rel="nofollow">https://www.freebsd.org/doc/handbook/bo … ction.html</a><br />I have done this but it was a while ago and it is all blurry now. I can tell you this: <br />1. Install Devuan first <span class="bbu">without GRUB</span><br />2. Then, install FreeBSD <span class="bbu">with boot0</span><br />This ought to do it. It is fairly easy as long as you don&#039;t install GRUB.</p>]]></description>
			<author><![CDATA[dummy@example.com (HextorBRX)]]></author>
			<pubDate>Tue, 09 Oct 2018 10:56:55 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=12198#p12198</guid>
		</item>
		<item>
			<title><![CDATA[Re: Dualboot Devuan with FreeBSD]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=12197#p12197</link>
			<description><![CDATA[<p><a href="https://distrowatch.com/weekly.php?issue=20181001#qa" rel="nofollow">This?</a></p>]]></description>
			<author><![CDATA[dummy@example.com (Devuman)]]></author>
			<pubDate>Tue, 09 Oct 2018 09:49:43 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=12197#p12197</guid>
		</item>
		<item>
			<title><![CDATA[Dualboot Devuan with FreeBSD]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=11493#p11493</link>
			<description><![CDATA[<p>Well, Days ago I decided to give the Jump&#160; from Linux Mint 17.03, my main distro since 2015 to Devuan ASCII.&#160; In my last configuration I had installed FreeBSD, Windows7, and Haiku alongside Mint. To Install Devuan I decided to format all the HD and then adding the other OS. My first one was FreeBSD, but Devuan grub says it doesn&#039;t recognize the filesystem.</p><p>At the moment my /etc/grub.d/custom_40</p><p><span class="bbc">menuentry &#039;FreeBSD&#039; --class freebsd --class bsd --class os {<br />&#160; &#160; &#160; &#160; insmod part_msdos<br />&#160; &#160; &#160; &#160; insmod ufs2<br />&#160; &#160; &#160; &#160; set root=&quot;(hd0,msdos1,bsd1 &gt;)&quot;<br />&#160; &#160; &#160; &#160; kfreebsd /boot/loader<br />}</span></p><p>Perhaps the fourth or fifth combination I tried <img src="http://dev1galaxy.org/img/smilies/hmm.png" width="15" height="15" alt="hmm" /></p><p>Another important data.</p><p>Making </p><div class="codebox"><pre><code>fdisk -l</code></pre></div><p> gives:</p><div class="codebox"><pre><code>#  fdisk -l
Disk /dev/sda: 298 GB, 320072933376 bytes
255 heads, 63 sectors/track, 38913 cylinders, total 625142448 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disk identifier: 0x9b3fc34f
Disposit.  Boot      Start     End      Sectors    Size Id System
/dev/sda1  *             64 201326655 201326592    96G a5 FreeBSD
/dev/sda3         201820158 625141556 423321399 201,9G  5 Extended
/dev/sda5         461301760 467159039   5857280   2,8G 82 Linux swap / Solaris
/dev/sda6         467161088 625141556 157980469  75,3G 83 Linux</code></pre></div><p>Any idea? I think that devuan&#039;s grub doesn&#039;t support UFS but, I am not sure</p>]]></description>
			<author><![CDATA[dummy@example.com (astheroth)]]></author>
			<pubDate>Sat, 25 Aug 2018 02:22:37 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=11493#p11493</guid>
		</item>
	</channel>
</rss>
