<?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=8143&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / Use refracta2usb with netinstall iso]]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=8143</link>
		<description><![CDATA[The most recent posts in Use refracta2usb with netinstall iso.]]></description>
		<lastBuildDate>Tue, 11 Aug 2026 02:23:23 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: Use refracta2usb with netinstall iso]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=65160#p65160</link>
			<description><![CDATA[<p>Yes&#160; the installer looks for the media as a disk or a partition; it does not mount filesystems and look through those. And it of course does the same regardless of where the boot kernel + initrd have been loaded from ... the installer doesn&#039;t &quot;know&quot; where the running software has come from <img src="https://dev1galaxy.org/img/smilies/smile.png" width="15" height="15" alt="smile" /></p>]]></description>
			<author><![CDATA[dummy@example.com (ralph.ronnquist)]]></author>
			<pubDate>Tue, 11 Aug 2026 02:23:23 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=65160#p65160</guid>
		</item>
		<item>
			<title><![CDATA[Re: Use refracta2usb with netinstall iso]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=65158#p65158</link>
			<description><![CDATA[<p>Wow, that works. I didn&#039;t change anything in the existing setup, but I did dd the iso to the second partition. Same boot menu entry works and it made it past the point where it detects the installation media.</p>]]></description>
			<author><![CDATA[dummy@example.com (fsmithred)]]></author>
			<pubDate>Tue, 11 Aug 2026 00:41:55 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=65158#p65158</guid>
		</item>
		<item>
			<title><![CDATA[Re: Use refracta2usb with netinstall iso]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=65157#p65157</link>
			<description><![CDATA[<p>Does it work if you make the ISO a partition on the USB?</p><p>I.e. not a file... that you create an additional, separate partition on the USB, of the same size as the ISO and dd the ISO onto that partition.</p><p>Perhaps you also need to have kernel and initrd available in the other filesystem, for that boot loader to work, but the installer will look for the ISO on <span class="bbu">partitions</span>, not as a file.</p>]]></description>
			<author><![CDATA[dummy@example.com (ralph.ronnquist)]]></author>
			<pubDate>Mon, 10 Aug 2026 22:58:07 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=65157#p65157</guid>
		</item>
		<item>
			<title><![CDATA[Use refracta2usb with netinstall iso]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=65151#p65151</link>
			<description><![CDATA[<p>refracta2usb is designed to work with live-isos to create a multiboot live-usb. It&#039;s not designed to work with the installer isos, but with a little bit of manual intervention you can bypass this limitation. I can&#039;t blame it on upstream decisions because I&#039;m part of the upstream in this case.</p><p>Use the latest version of refracta2usb available here -<br /><a href="https://get.refracta.org/files/tools/refracta2usb_2.4.4~exegnu3~4_all.deb" rel="nofollow">https://get.refracta.org/files/tools/re … ~4_all.deb</a><br />or here -<br /><a href="https://exegnulinux.net/files/refracta2usb/" rel="nofollow">https://exegnulinux.net/files/refracta2usb/</a></p><p>1. You should start with a usb that already has one live system on it and was prepared using refracta2usb. I tried it with just the netinstall iso and it only worked for legacy bios boot. It didn&#039;t work with uefi boot and I did not investigate further. <br />See the fine documentation that comes with refracta2usb for basic instructions.<br />(Hint: click on Help inside the app or look in /usr/lib/refracta2usb/help_r2u.txt)</p><p>PREPARE THE USB STICK<br />Start refracta2usb, select the usb device and the select ISO_1 from the menu.<br />The contents of the iso file will be put into a directory on the usb. Give it a name.<br />Example name: freia-netinstall<br />Select the iso<br />Select the boot menu from the iso (for reference): /boot/isolinux/menu.cfg<br />Select the kernel: /boot/isolinux/linux<br />Select the initrd: /boot/isolinux/initrd.gz<br />Additional boot options: none here<br />Isolinux boot menu opens in text editor.<br />Remove live-boot and live-config options.&#160; (i.e. boot=live and probably everything on the line after that.)<br />Add &quot;priority=low&quot; if you want Expert install.</p><p>Example:</p><div class="codebox"><pre><code>label freia-netinstall
	menu label freia-netinstall
    kernel /freia-netinstall/boot/isolinux/linux 
    append initrd=/freia-netinstall/boot/isolinux/initrd.gz priority=low vga=788 --- </code></pre></div><p>Save and close the editor.</p><p>Grub boot menu opens in text editor. Do similar edits.</p><p>Example:</p><div class="codebox"><pre><code>menuentry &quot;freia-netinstall &quot; {
    set gfxpayload=keep
    linux   /freia-netinstall/boot/isolinux/linux priority=low ---   
    initrd  /freia-netinstall/boot/isolinux/initrd.gz
}</code></pre></div><p>Save and close the editor.<br />When the refracta2usb main menu comes up, you can Exit.</p><p>USE THE NETINSTALL<br />To use the netinstall iso, boot the usb stick and select the netinstall<br />from the boot menu. The installer will start and ask about locales and<br />keyboard, then it will fail because it can&#039;t find the cdrom.<br />Continue to get to the installer menu and scroll down to select<br /><span class="bbc">&quot;Execute a shell&quot;</span></p><p>In the shell, mount the first partition of the usb stick. And then<br />bind mount the netinstall directory on the stick to /cdrom.</p><p>Example <strong>Be sure to name the correct device! /dev/sdb1 is an Example</strong>:<br />You can run &#039;fdisk -l&#039; in the shell to make sure the usb is the device you think it is.</p><div class="codebox"><pre><code>mount /dev/sdb1 /mnt
mount --bind /mnt/freia-netinstall /cdrom
exit</code></pre></div><p>This brings you back to the installer which should return to the menu.<br />Select <span class="bbc">&quot;Detect and mount installation media&quot;</span><br />and proceed with the installation.</p>]]></description>
			<author><![CDATA[dummy@example.com (fsmithred)]]></author>
			<pubDate>Mon, 10 Aug 2026 14:18:54 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=65151#p65151</guid>
		</item>
	</channel>
</rss>
