<?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=6094&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / Install from Ventoy]]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=6094</link>
		<description><![CDATA[The most recent posts in Install from Ventoy.]]></description>
		<lastBuildDate>Sat, 10 Aug 2024 11:00:13 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: Install from Ventoy]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=51569#p51569</link>
			<description><![CDATA[<p>Interesting, didn&#039;t know that <span class="bbc">cp</span> has a device mode. Fist thought was you ment <span class="bbc">cat</span>, which equally works here.</p>]]></description>
			<author><![CDATA[dummy@example.com (delgado)]]></author>
			<pubDate>Sat, 10 Aug 2024 11:00:13 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=51569#p51569</guid>
		</item>
		<item>
			<title><![CDATA[Re: Install from Ventoy]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=51549#p51549</link>
			<description><![CDATA[<p>From any Linux, use any USB stick that large enough for the iso and can be overwritten, and use cp or dd to the raw device, i.e. /dev/sda. Not to a partition like /dev/sda1.</p>]]></description>
			<author><![CDATA[dummy@example.com (rolfie)]]></author>
			<pubDate>Fri, 09 Aug 2024 07:08:51 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=51549#p51549</guid>
		</item>
		<item>
			<title><![CDATA[Re: Install from Ventoy]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=51548#p51548</link>
			<description><![CDATA[<p>There is no magic involved.</p><p>Installers that are fully contained within their initrd will be fully loaded by ventoy from their ISO files, and &quot;work&quot; provided that they don&#039;t require access to their media.</p><p>Installers that require access to their media will not have that access, because the media is not available as partitions with ventoy.</p><p>If such an an installer is made to look for a ventoy partition, to mount that filesystem, to search for their ISO among the collection of ISO image files, then it may well also work.</p>]]></description>
			<author><![CDATA[dummy@example.com (ralph.ronnquist)]]></author>
			<pubDate>Fri, 09 Aug 2024 04:21:11 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=51548#p51548</guid>
		</item>
		<item>
			<title><![CDATA[Re: Install from Ventoy]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=51547#p51547</link>
			<description><![CDATA[<p>In case anyone <em>prefers</em> to use Ventoy, I believe that I used Ventoy to install Daedalus-based Refracta on a Lenovo notebook. That being the case, I suspect that the Devuan desktop-live ISO, and maybe the Devuan minimal-live ISO, would also work.</p>]]></description>
			<author><![CDATA[dummy@example.com (pcalvert)]]></author>
			<pubDate>Fri, 09 Aug 2024 03:53:47 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=51547#p51547</guid>
		</item>
		<item>
			<title><![CDATA[Re: Install from Ventoy]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=51544#p51544</link>
			<description><![CDATA[<p>dd</p>]]></description>
			<author><![CDATA[dummy@example.com (ralph.ronnquist)]]></author>
			<pubDate>Thu, 08 Aug 2024 23:13:03 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=51544#p51544</guid>
		</item>
		<item>
			<title><![CDATA[Re: Install from Ventoy]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=51543#p51543</link>
			<description><![CDATA[<p>So, which tool to create bootable USBs is recommended for Devuan?</p>]]></description>
			<author><![CDATA[dummy@example.com (SlowDancer)]]></author>
			<pubDate>Thu, 08 Aug 2024 21:46:29 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=51543#p51543</guid>
		</item>
		<item>
			<title><![CDATA[Re: Install from Ventoy]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=49991#p49991</link>
			<description><![CDATA[<p>I am sorry, I just reported my recent observation which took me as surprise. I am a user with no real insight how things really work together.</p>]]></description>
			<author><![CDATA[dummy@example.com (rolfie)]]></author>
			<pubDate>Mon, 20 May 2024 21:05:10 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=49991#p49991</guid>
		</item>
		<item>
			<title><![CDATA[Re: Install from Ventoy]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=49984#p49984</link>
			<description><![CDATA[<p>As I pointed out in the past, the problem is with Ventoy and <em>not</em> Devuan. Ventoy uses a &quot;hacky&quot; method to perform its &quot;magic&quot;, and the result of this is a solution that is not very robust.</p><p>Here&#039;s what the developer of the <a href="https://limine-bootloader.org/" rel="nofollow">Limine bootloader</a> had to say about Ventoy:</p><p><em>“Limine is not Ventoy, nor does it try to be. I am not a fan of Ventoy as I think it is a terrible hack (because it needs to support each and every single OS (Linux, FreeBSD...) individually. For example, it needs to load its own kernel modules for various OSes in order to add &quot;virtual drives&quot; since ISO files aren&#039;t really made to show up to the OS kernel as separate drives).”</em></p><p>Source:<br /><a href="https://forum.puppylinux.com/viewtopic.php?p=88699#p88699" rel="nofollow">https://forum.puppylinux.com/viewtopic. … 699#p88699</a></p>]]></description>
			<author><![CDATA[dummy@example.com (pcalvert)]]></author>
			<pubDate>Mon, 20 May 2024 10:48:07 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=49984#p49984</guid>
		</item>
		<item>
			<title><![CDATA[Re: Install from Ventoy]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=49983#p49983</link>
			<description><![CDATA[<p>Which issue?</p><p>Clearly mount doesn&#039;t find any partition with label DEVUAN501 so the preamble moves on to the Ventoy patch in order to loopback the ISO image if it finds that, which it does. The loopback device is next presented to the installer which then is quite happy using that.</p>]]></description>
			<author><![CDATA[dummy@example.com (ralph.ronnquist)]]></author>
			<pubDate>Mon, 20 May 2024 10:43:35 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=49983#p49983</guid>
		</item>
		<item>
			<title><![CDATA[Re: Install from Ventoy]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=49982#p49982</link>
			<description><![CDATA[<p>Update with an interesting observation on a Daedalus 5.0.1 netinstall: had to use the resuce mode, a legacy install. The Devuan preamble is displayed and then the same error message that appears in Ventoj:</p><div class="codebox"><pre><code>mount: mounting LABEL=DEVUAN501 on /cdrom failed: No such file or directory
506635 blocks</code></pre></div><p> shows up.<br />After some thinking then the language selection menu pops up. This is repeatable. </p><p>@ralph ronnquist: maybe this observation is a handle to fix this issue?</p>]]></description>
			<author><![CDATA[dummy@example.com (rolfie)]]></author>
			<pubDate>Mon, 20 May 2024 08:45:03 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=49982#p49982</guid>
		</item>
		<item>
			<title><![CDATA[Re: Install from Ventoy]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=45294#p45294</link>
			<description><![CDATA[<p>In my experience, Ventoy has been a smooth experience. All I had to do was format the USB thumb drive with the program, and then copy and paste individual ISOs onto its path. Once that&#039;s done, I just do a safe removal prompt and wait a short while until Thunar says it&#039;s OK to physically unplug the device (yes, it does seem to take longer for EXT4 partitions, but it&#039;s not that big of a deal if you do this ahead of time). I then test it by rebooting and seeing the menu with the ISOs available. I have had minor troubles on UEFI-only systems, but I just have to select the UEFI option on the system boot menu (just before the Ventoy USB thumb drive boots).</p><p>It&#039;s strange to me that despite its rising popularity, no GNU/Linux distro has ever packaged it for their official repositories. The official binaries from the maintainer work, and I&#039;m not too worried about making sure I have the latest version, provided that what I use already works. It has definitely eliminated any further need for other live USB programs. If and when I ever produce my own Devuan derivative, it WILL include a Ventoy launcher of some sort. Amazing piece of software!</p>]]></description>
			<author><![CDATA[dummy@example.com (brocashelm)]]></author>
			<pubDate>Tue, 07 Nov 2023 20:59:30 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=45294#p45294</guid>
		</item>
		<item>
			<title><![CDATA[Re: Install from Ventoy]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=45273#p45273</link>
			<description><![CDATA[<p>To make sure the latest version is on the stick finally? And that does not change the issue with the Daedalus media?</p>]]></description>
			<author><![CDATA[dummy@example.com (rolfie)]]></author>
			<pubDate>Mon, 06 Nov 2023 16:19:54 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=45273#p45273</guid>
		</item>
		<item>
			<title><![CDATA[Re: Install from Ventoy]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=45272#p45272</link>
			<description><![CDATA[<div class="quotebox"><cite>rolfie wrote:</cite><blockquote><div><p>Updated my Ventoj ...</p></div></blockquote></div><p>Your &quot;y&quot; key is clearly working... so, <em>why?</em></p>]]></description>
			<author><![CDATA[dummy@example.com (boughtonp)]]></author>
			<pubDate>Mon, 06 Nov 2023 14:42:18 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=45272#p45272</guid>
		</item>
		<item>
			<title><![CDATA[Re: Install from Ventoy]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=45268#p45268</link>
			<description><![CDATA[<p>Yeah, the core problem is that the ISO is not available as a mountable partition to the installer, but instead the installer would need to search for it as an image file among the available drives and partitions. It&#039;s a whole new use case collective that the installer is (was) not prepared for.</p><p>Otoh it&#039;s not terribly complicated to add such a search to it; possibly something coming out sooninsh.</p>]]></description>
			<author><![CDATA[dummy@example.com (ralph.ronnquist)]]></author>
			<pubDate>Sun, 05 Nov 2023 20:33:43 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=45268#p45268</guid>
		</item>
		<item>
			<title><![CDATA[Re: Install from Ventoy]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=45264#p45264</link>
			<description><![CDATA[<p>Updated my Ventoj to 1.0.96 and also tried the server and the desktop iso, all the same.</p>]]></description>
			<author><![CDATA[dummy@example.com (rolfie)]]></author>
			<pubDate>Sun, 05 Nov 2023 17:49:55 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=45264#p45264</guid>
		</item>
	</channel>
</rss>
