<?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=3091&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / dual boot setup question]]></title>
		<link>http://dev1galaxy.org/viewtopic.php?id=3091</link>
		<description><![CDATA[The most recent posts in dual boot setup question.]]></description>
		<lastBuildDate>Tue, 08 Oct 2019 11:40:53 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: dual boot setup question]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=18178#p18178</link>
			<description><![CDATA[<p>Install GRUB on the first OS, install the second OS WITHOUT a bootloader, reboot, go to the first OS, and as ROOT:<br /> # update-grub</p><p>Reboot, and choose from the menu the OS you want.</p>]]></description>
			<author><![CDATA[dummy@example.com (macondo)]]></author>
			<pubDate>Tue, 08 Oct 2019 11:40:53 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=18178#p18178</guid>
		</item>
		<item>
			<title><![CDATA[Re: dual boot setup question]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=18175#p18175</link>
			<description><![CDATA[<div class="quotebox"><cite>zfawaz wrote:</cite><blockquote><div><p>I tried doing that grub command with os-prober installed. Wierd thing is after I tried it. I didn&#039;t see anything new pop up after restarting the computer.</p></div></blockquote></div><p>If it doesn&#039;t work (update-grub should add every OS into boot menu) you can try to setup dual boot manually: <a href="https://unix.stackexchange.com/questions/492587/add-prime-os-android-x86-x64-to-grub-menu" rel="nofollow">https://unix.stackexchange.com/question … -grub-menu</a></p>]]></description>
			<author><![CDATA[dummy@example.com (ToxicExMachina)]]></author>
			<pubDate>Tue, 08 Oct 2019 04:39:56 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=18175#p18175</guid>
		</item>
		<item>
			<title><![CDATA[Re: dual boot setup question]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=18174#p18174</link>
			<description><![CDATA[<p>I tried doing that grub command with os-prober installed. Wierd thing is after I tried it. I didn&#039;t see anything new pop up after restarting the computer.</p>]]></description>
			<author><![CDATA[dummy@example.com (zfawaz)]]></author>
			<pubDate>Mon, 07 Oct 2019 20:06:23 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=18174#p18174</guid>
		</item>
		<item>
			<title><![CDATA[Re: dual boot setup question]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=18144#p18144</link>
			<description><![CDATA[<div class="quotebox"><cite>zfawaz wrote:</cite><blockquote><div><p>I got a small laptop i am experimenting with for a dual boot setup. I am trying to figure out how to setup dual boot option with devuan and primeOS installed at the same time. I am searching on how to instructions to do this online. </p><p>What is the simplest way to setup dual boot option?</p></div></blockquote></div><p>I&#039;ll be setting up a couple of dual-boot microSD cards today, if these unopened packages on my desk contain a WIFI card that actually works with both linux and Windows-10, and the storage cards i ordered.&#160; It&#039;ll probably take a couple hours, but once you get it set up, it&#039;s a matter of using it.</p><p>I cheat.&#160; Maybe that&#039;s my themesong lol.&#160; Here is how i do it:</p><p>1. write a new ms-dos partition table to empty media.</p><p>2. quiesce all the OS&#039;s on your source system that you want to include.&#160; for example, i run Devuan-ascii and Debian-jessie along with Ubuntu-oneiric.&#160; Jessie is my go-to for this kind of operation... not that i can&#039;t use Devuan-ascii for it, but Devuan is my go-to OS for normal use, so it&#039;s easier if i run jessie to copy the quiesced Devuan partition, then reboot and use Devuan to copy jessie and oneiric onto the target media.</p><p>3.&#160; run gparted or equivalent, to see how much space you need on the target media.&#160; create the partitions at this point.&#160; generally what i do is allocate 15gb for Devuan since it&#039;s still in daily use and may need more space.&#160; If memory serves, i allocate 10g for jessie and 6g for oneric.&#160; It&#039;s a matter of your usage.&#160; I keep all of my user-data in a separate partition, and use a bind-mount in fstab to hook things up.</p><p>4.&#160; make sure that you create at least 2 *primary* partitions, or create one and leave space for another.&#160; there are some systems, forex the Dell xps-13, which are &quot;windows-intended&quot; so to speak, and their BIOS plays hardball with the Windows rue about booting only from a primary partition.&#160; Once i have a primary partition of Devuan-ascii, and space left for ceres or whatever when it goes stable, i make the<br />remainder of the media into an extended partition.&#160; In the extended partition are any other OS&#039;s (in my case oneiric) and partitions for my data.</p><p>5.&#160; once you have your partitions laid out (this all takes about 10 minutes so far), pick a primary OS.&#160; copy the quiesced OS to the new media (i use rsync because file-by-file is faster than dd etc, and probably always will be unless your partition is maybe 90% full.</p><p>6. after you&#039;ve copied all your installed-and-running (but quiesced) OS, or multiple OS&#039;s and data partitions, you&#039;re 75% of the say there.</p><p>7.&#160; the next step is to edit the copied /etc/fstab files.&#160; use the UUID option to identify partitions, not dev-name or label; UUID is most unique and least problem-prone.</p><p>8.&#160; in addition to fstab, you also need a swap partition to act as a suspend/resume device.&#160; You need to put its UUID in the fstab for that OS so it doesn&#039;t hang up forever on boot while it times out waiting for the suspend/resume device which it won&#039;t find because you never assigned/updated it.&#160; (bug, in startup, imo).&#160; offhand i forget the filename that has to be updated (there are at least 2 different ones based on OS) something like blah/blah/resume.conf&#160; Then you need to update initramfs so the booting OS can find the suspend/resume info.</p><p>9.&#160; at this point it&#039;s a matter of hooking up grub.&#160; imo grub sucks.&#160; i wrote utilities years ago to do all this crap.&#160; Whatever; it can be done manually, but it&#039;s nice to be able to get all your device information placed in the clipboard by poking one key, etc.</p><p>Of course if you want to fiddle with grub and its os-probes, the previous replies might probably do the job; i gave up on using the regular grub procedures years ago, because imo they are garbage.</p><p>Hey, i&#039;m old and prejudiced, and i&#039;ve done this &quot;set up a multi-boot&quot; thing more than a few times over the past 10 years or so.&#160; Good luck, you&#039;ll figure it out with some help from your friends.</p>]]></description>
			<author><![CDATA[dummy@example.com (noname)]]></author>
			<pubDate>Fri, 04 Oct 2019 14:26:49 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=18144#p18144</guid>
		</item>
		<item>
			<title><![CDATA[Re: dual boot setup question]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=18142#p18142</link>
			<description><![CDATA[<p>If devuan installed first, install primeOS into empty space and do what Toxic above says re grub from devuan.</p>]]></description>
			<author><![CDATA[dummy@example.com (HevyDevy)]]></author>
			<pubDate>Fri, 04 Oct 2019 12:19:44 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=18142#p18142</guid>
		</item>
		<item>
			<title><![CDATA[Re: dual boot setup question]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=18141#p18141</link>
			<description><![CDATA[<p>Just use update-grub command with os-prober installed.</p>]]></description>
			<author><![CDATA[dummy@example.com (ToxicExMachina)]]></author>
			<pubDate>Fri, 04 Oct 2019 07:34:32 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=18141#p18141</guid>
		</item>
		<item>
			<title><![CDATA[dual boot setup question]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=18140#p18140</link>
			<description><![CDATA[<p>I got a small laptop i am experimenting with for a dual boot setup. I am trying to figure out how to setup dual boot option with devuan and primeOS installed at the same time. I am searching on how to instructions to do this online. </p><p>What is the simplest way to setup dual boot option?</p>]]></description>
			<author><![CDATA[dummy@example.com (zfawaz)]]></author>
			<pubDate>Thu, 03 Oct 2019 19:49:08 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=18140#p18140</guid>
		</item>
	</channel>
</rss>
