<?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=7119&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / [SOLVED] how restore a root partition to a dual boot system ?]]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=7119</link>
		<description><![CDATA[The most recent posts in [SOLVED] how restore a root partition to a dual boot system ?.]]></description>
		<lastBuildDate>Sun, 16 Mar 2025 06:50:41 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: [SOLVED] how restore a root partition to a dual boot system ?]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=54956#p54956</link>
			<description><![CDATA[<p>Thank you @greenjeans 👍</p>]]></description>
			<author><![CDATA[dummy@example.com (SpongeBOB)]]></author>
			<pubDate>Sun, 16 Mar 2025 06:50:41 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=54956#p54956</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] how restore a root partition to a dual boot system ?]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=54948#p54948</link>
			<description><![CDATA[<p>If grub is not recognizing your other partitions when you run update-grub, check /etc/default/grub and /usr/share/grub/default/grub files and make sure the os-prober is not disabled, on a fresh install of Devuan os-prober is disabled by default. Change the disable line from true to false as below:</p><div class="codebox"><pre><code># If your computer has multiple operating systems installed, then you
# probably want to run os-prober. However, if your computer is a host
# for guest OSes installed via LVM or raw disk devices, running
# os-prober can cause damage to those guest OSes as it mounts
# filesystems to look for things.
GRUB_DISABLE_OS_PROBER=false</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (greenjeans)]]></author>
			<pubDate>Sat, 15 Mar 2025 15:59:24 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=54948#p54948</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] how restore a root partition to a dual boot system ?]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=54935#p54935</link>
			<description><![CDATA[<p>Thank you @RedGreen !</p><p>I&#039;ve followed the link,</p><p>The first solution didn&#039;t worked ( Using A Live CD/USB To Fix Your Current System )<br /><span class="bbc">grub-install /dev/nvme0n1</span><br />gived me the same error</p><div class="quotebox"><blockquote><div><p>error: /usr/lib/grub/i386-pc/modinfo.sh doesn&#039;t exist. please specify --target or --directory</p></div></blockquote></div><p>Then I tried <strong>rEFInd</strong> rescue media OMG ! it&#039;s awesome ! Actually GRUB should work like that ! <img src="https://dev1galaxy.org/img/smilies/smile.png" width="15" height="15" alt="smile" /><br />It show directly all my installed OS , and I could boot, Devuan, windows, etc..</p><p>Then I did </p><div class="codebox"><pre><code>grub-install
update-grub</code></pre></div><p>GRUB can now start Devuan <img src="https://dev1galaxy.org/img/smilies/smile.png" width="15" height="15" alt="smile" /> but it removed the windows menu option... </p><p>I&#039;ve tried</p><div class="codebox"><pre><code>os-prober
update-grub</code></pre></div><p>but it&#039;s not adding the entry in the GRUB menu.</p><p>( until I found a fix I can start it with <strong>rEFInd</strong> )</p><p><span class="postimg"><img src="https://i.imgur.com/pZbKPQ3.jpeg" alt="pZbKPQ3.jpeg" /></span></p>]]></description>
			<author><![CDATA[dummy@example.com (SpongeBOB)]]></author>
			<pubDate>Sat, 15 Mar 2025 07:06:55 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=54935#p54935</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] how restore a root partition to a dual boot system ?]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=54934#p54934</link>
			<description><![CDATA[<p>The Debian wiki has all the details, no clue on a mbr drive if that is what it is.</p><p><a href="https://wiki.debian.org/GrubEFIReinstall" rel="nofollow">https://wiki.debian.org/GrubEFIReinstall</a></p><p>So what is the problem with running grub from the booted system to easy and uncomplicated to do?</p>]]></description>
			<author><![CDATA[dummy@example.com (RedGreen925)]]></author>
			<pubDate>Fri, 14 Mar 2025 22:37:30 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=54934#p54934</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] how restore a root partition to a dual boot system ?]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=54932#p54932</link>
			<description><![CDATA[<p>Thank you @fsmithred and @RedGreen925,</p><p>I&#039;m tempted by the <span class="bbc">chroot</span> way.</p><p>I&#039;ve used only once <span class="bbc">chroot</span>...</p><p>so for this scenario I suppose I&#039;ll have to do something like</p><p><span class="bbc">chroot /mnt/RestoredDevuan /bin/bash</span> ?</p><p>--<br />Edit: I tried, but I got </p><div class="quotebox"><blockquote><div><p>error: /usr/lib/grub/i386-pc/modinfo.sh doesn&#039;t exist. please specify --target or --directory</p></div></blockquote></div>]]></description>
			<author><![CDATA[dummy@example.com (SpongeBOB)]]></author>
			<pubDate>Fri, 14 Mar 2025 18:23:47 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=54932#p54932</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] how restore a root partition to a dual boot system ?]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=54928#p54928</link>
			<description><![CDATA[<div class="quotebox"><blockquote><div><p>so I can boot on my restored devuan , but I lost the menu to boot into windows...</p></div></blockquote></div><p>Well that is half the battle won, for the rest. Edit the file /etc/default/grub for this line.</p><div class="codebox"><pre><code>root@9600k:~# grep -i prober /etc/default/grub
# probably want to run os-prober. However, if your computer is a host
# os-prober can cause damage to those guest OSes as it mounts
GRUB_DISABLE_OS_PROBER=true</code></pre></div><p>Change it to false so it will probe for other OSs as you want then <strong>update-grub</strong> to have it done. Do this as root user or with sudo in front of the command when it does the updating you will see the OSs it will put in the menu listed in it output.</p><p>Edit: That of course assumes you have the menu enabled and a timeout set for it to do so.</p><div class="codebox"><pre><code>GRUB_TIMEOUT=5</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (RedGreen925)]]></author>
			<pubDate>Fri, 14 Mar 2025 13:31:52 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=54928#p54928</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] how restore a root partition to a dual boot system ?]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=54927#p54927</link>
			<description><![CDATA[<p>I&#039;ve never used fsarchiver, but I think the thing to do would be restore and then either boot an installer disk and choose Advanced options and then Reinstall bootloader, or else boot from live media and chroot into the installed system to run grub-install and update-grub. That will get the new UUIDs. For fstab, you have to edit manually.</p><p>But before you do that, you should repair the filesystem. When you get to the part that says give root password or ctrl-d, give it the root password and run fsck on whatever partitions it said failed.</p>]]></description>
			<author><![CDATA[dummy@example.com (fsmithred)]]></author>
			<pubDate>Fri, 14 Mar 2025 12:44:46 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=54927#p54927</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] how restore a root partition to a dual boot system ?]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=54926#p54926</link>
			<description><![CDATA[<p>OK when restoring my previous Devuan backup I did<br />(trough a devuan live medium)</p><div class="codebox"><pre><code>fsarchiver restfs /data/myarchive1.fsa id=1,dest=/dev/nvme0n1p5,uuid=&lt;the current UUID of this partition&gt;</code></pre></div><p>in this way fsarchiver do not restore also the old UUID.</p><p>after restoring and before reboot, I&#039;ve mounted the restored and edited</p><p><strong>/mnt/justrestored/boot/grub/grub.cfg<br />/mnt/justrestored/etc/fstab<br /></strong></p><p>in those files I&#039;ve swapped the old UUID with the new one.</p><p>so I can boot on my restored devuan , but I lost the menu to boot into windows...</p><p>and when I boot devuan I got this message before (<a href="https://en.wikipedia.org/wiki/Optical_character_recognition" rel="nofollow">OCR</a>ed)</p><div class="quotebox"><blockquote><div><p>/dev/nvme0n1p5: clean, 152395/9635776 files, 8752630/36132812 blocks<br />INIT: version 3.06 booting<br />INIT: No inittad.d directory found<br />Using makefile-style concurrent boot in runlevel S.<br />Starting hot-plug events dispatcher: udevd[ 2.544361] udevd[418]: specified group *sgx* unknown<br />Synthesizing the initial hotplug events (subsystems)...done.<br />Synthesizing the initial hotplug events (devices)...done.<br />Halting for /dev to be fully populated..^@[&#160; &#160; 2.908259] ucsi_acpi USBCOOesOO: ppm init failed (-16)<br />[&#160; &#160; 3.815309] [drm: amdgpu_pci_probe [amdgpu]] *ERROR* amdgpu requires firmware installed<br />[&#160; &#160; 3.815510] amdgpu: See <a href="https://wiki.debian.org/Firmware" rel="nofollow">https://wiki.debian.org/Firmware</a> for Information about missing firmware<br />done.<br />Starting boot logger: bootlogd Setting up keyboard layout...done.<br />Activating swap...done.<br />Checking file systems...open: No such file or directory<br />fsck.fat 4.2 (2021-01-31)<br />fsck exited with status code 6<br />failed (code 6).<br />File system check failed.<br />A log is being saved in /var/log/fsck/checkfs if that location is writable.<br />Please repair the file system manually. ... failed I A maintenance shell will now be started.<br />CONTROL-D will terminate this shell and resume system boot. ... (warning).<br />Give root password for maintenance (or press Control-D to continue):_</p></div></blockquote></div><p>Thanks.</p>]]></description>
			<author><![CDATA[dummy@example.com (SpongeBOB)]]></author>
			<pubDate>Fri, 14 Mar 2025 10:21:47 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=54926#p54926</guid>
		</item>
		<item>
			<title><![CDATA[[SOLVED] how restore a root partition to a dual boot system ?]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=54925#p54925</link>
			<description><![CDATA[<p>Hi,</p><p>I had on my laptop Devuan5 installed.</p><p>I created a backup of the full disk with <strong>fsarchiver</strong></p><p>then I wiped the disk, installed Windows :&#039;( , shrink-ed the size of the main partition ( where windows is installed ) to let room for devuan.</p><p>I installed a fresh devuan on that new partition (to get the dual boot from grub) and until here everything was working &quot;smoothly&quot;.</p><p>Now I try to restore the backup of my previous devuan to overwrite the new install. but fsarchiver not only copies files it also interfere with UUID and more.. after restoration grub can&#039;t boot to devuan... <img src="https://dev1galaxy.org/img/smilies/hmm.png" width="15" height="15" alt="hmm" /> </p><p>Any ideas ?</p><p>Thanks.</p>]]></description>
			<author><![CDATA[dummy@example.com (SpongeBOB)]]></author>
			<pubDate>Fri, 14 Mar 2025 07:28:42 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=54925#p54925</guid>
		</item>
	</channel>
</rss>
