<?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=7575&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / Boot issue]]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=7575</link>
		<description><![CDATA[The most recent posts in Boot issue.]]></description>
		<lastBuildDate>Tue, 18 Nov 2025 11:34:32 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: Boot issue]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=59813#p59813</link>
			<description><![CDATA[<p>You mention using a chroot: by coincidence I just had a similar problem installing Devuan on a dual-boot system. When I installed grub from inside a chroot, os-prober couldn&#039;t find the Windows partition. However, after I rebooted into the new Devuan installation, I ran <span class="bbc">update-grub</span> again, and this time it found Windows. So you may want to try running <span class="bbc">update-grub</span> again, just to see if it picks up Windows this time. Be sure to edit <span class="bbc">/etc/default/grub</span> per kapqa&#039;s instructions to enable os-prober.</p>]]></description>
			<author><![CDATA[dummy@example.com (stultumanto)]]></author>
			<pubDate>Tue, 18 Nov 2025 11:34:32 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=59813#p59813</guid>
		</item>
		<item>
			<title><![CDATA[Re: Boot issue]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=59811#p59811</link>
			<description><![CDATA[<p>@rosun, it is possible that future forum visitors and those searching, might be better served if we knew which version of &quot;Windows&quot; you are referring to...</p><p>also you say you are still able to boot &quot;Windows&quot; via &quot;BIOS&quot; but are you really using the &quot;old&quot; bios or the &quot;newer&quot; UEFI/Secure-Boot/etc functionalities?</p><p>we probably should not just assume you are using an older version of windows on an mbr-formated hard-drive in an older garden-variety mini-tower(maybe even with a floppy-disk still protruding from the drive-slot).</p><p><a href="https://en.wikipedia.org/wiki/Floppy_disk#3%C2%BD-inch_disk" rel="nofollow"> and by &quot;floppy-disk&quot; i refer to the 3.5inch version and all the wonderful sounds associated with it&#039;s operation and utilization</a></p><p>grabbed a wikipedia link because i was too lazy to take a current photo of one of my said-same mini-towers with disk protruding(the grandkids used to say it was the &quot;computer with it&#039;s tongue sticking out&quot; ha!)</p>]]></description>
			<author><![CDATA[dummy@example.com (stargate-sg1-cheyenne-mtn)]]></author>
			<pubDate>Tue, 18 Nov 2025 10:32:50 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=59811#p59811</guid>
		</item>
		<item>
			<title><![CDATA[Re: Boot issue]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=59806#p59806</link>
			<description><![CDATA[<p>if dualboot, you can check in </p><div class="codebox"><pre><code>/etc/default/grub</code></pre></div><p>and uncomment</p><div class="codebox"><pre><code>GRUB_DISABLE_OS_PROBER=false</code></pre></div><p>for windows partition recognition</p><p>afterwards, is needed</p><p>[color]sudo update-grub[/color]</p>]]></description>
			<author><![CDATA[dummy@example.com (kapqa)]]></author>
			<pubDate>Tue, 18 Nov 2025 07:10:15 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=59806#p59806</guid>
		</item>
		<item>
			<title><![CDATA[Re: Boot issue]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=59805#p59805</link>
			<description><![CDATA[<p>Presumably you need to edit <span class="bbc">/etc/fstab</span> to add a line for it, like</p><div class="codebox"><pre><code>/dev/sdb1  /home  ext4  defaults,noatime  0  1</code></pre></div><p>But with details suitable for you.</p><p>Check &quot;man fstab&quot; for the details.</p>]]></description>
			<author><![CDATA[dummy@example.com (ralph.ronnquist)]]></author>
			<pubDate>Tue, 18 Nov 2025 06:55:15 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=59805#p59805</guid>
		</item>
		<item>
			<title><![CDATA[Re: Boot issue]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=59803#p59803</link>
			<description><![CDATA[<p>Thanks to both for your reply @golinux and @delgado. <br />In the mean time I went to reinstal the system, and this time it installed the bootloader, but has not picked up Windows partition. I am still able to boot it via BIOS. My /home partition has not been assigned. How can I do this? I am setting this on a pc where it&#039;s going to stay for many years, hence this system choice. I am not a programmer, so happy to accept a detailed assistance. Thanks.</p>]]></description>
			<author><![CDATA[dummy@example.com (rosun)]]></author>
			<pubDate>Tue, 18 Nov 2025 06:32:40 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=59803#p59803</guid>
		</item>
		<item>
			<title><![CDATA[Re: Boot issue]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=59795#p59795</link>
			<description><![CDATA[<p>The following may or may not apply ... .</p><p>Assuming you already did </p><div class="codebox"><pre><code># update-grub</code></pre></div><p>Does <span class="bbc">grub</span>&#039;s &quot;advanced options&quot; menu show something useful?<br />Is a kernel installed?<br />Are you booting in UEFI or BIOS mode?&#160; Can you switch between them?<br />Did you mount the EFI-partition in excalibur?<br /><span class="bbc">chroot</span> probably menas there is a functioning linux installation. Does this grub find devuan excalibur when running <span class="bbc">update-grub</span>?</p>]]></description>
			<author><![CDATA[dummy@example.com (delgado)]]></author>
			<pubDate>Tue, 18 Nov 2025 01:02:05 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=59795#p59795</guid>
		</item>
		<item>
			<title><![CDATA[Re: Boot issue]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=59789#p59789</link>
			<description><![CDATA[<p>Welcome to Devuan, rosun . . .</p><p>I can&#039;t begin to answer your question (for many reasons) but probably no one else can either because there is no information about which installer you used or any&#160; other important installation data. Please do try to give us more details.</p>]]></description>
			<author><![CDATA[dummy@example.com (golinux)]]></author>
			<pubDate>Tue, 18 Nov 2025 00:14:30 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=59789#p59789</guid>
		</item>
		<item>
			<title><![CDATA[Boot issue]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=59785#p59785</link>
			<description><![CDATA[<p>I just installed excalibur but it won&#039;t boot. I have tried installing the bootloader and chroot but none would boot. Can someone assist with the setup?<br />After boot I am presented with GNU Grub</p>]]></description>
			<author><![CDATA[dummy@example.com (rosun)]]></author>
			<pubDate>Mon, 17 Nov 2025 23:32:13 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=59785#p59785</guid>
		</item>
	</channel>
</rss>
