<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[HyperForum — Any advice on booting the installation ISO from hard disk?]]></title>
	<link rel="self" href="https://forums.hyperbola.info/extern.php?action=feed&amp;tid=856&amp;type=atom" />
	<updated>2023-05-21T22:08:10Z</updated>
	<generator>PunBB</generator>
	<id>https://forums.hyperbola.info/viewtopic.php?id=856</id>
		<entry>
			<title type="html"><![CDATA[Re: Any advice on booting the installation ISO from hard disk?]]></title>
			<link rel="alternate" href="https://forums.hyperbola.info/viewtopic.php?pid=6167#p6167" />
			<content type="html"><![CDATA[<p>Hmm, do you have in mind that the file perhaps is not fitting?</p><div class="codebox"><pre><code>menuentry &quot;Hyperbola GNU/Linux&quot; {
    insmod ext2
    set isofile &quot;/hyperbola-milky-way-v0.4.2-dual.iso&quot;
    loopback loop (hd0,4)$isofile
    linux (loop)/hyperbola/boot/x86_64/vmlinux
    initrd (loop)/hyperbola/boot/x86_64/initramfs-hyperiso.img
}</code></pre></div><p>There are many possible errors within this. Using that article perhaps can help: <a href="https://www.tecmint.com/run-linux-live-images-from-hard-disk-in-linux/">https://www.tecmint.com/run-linux-live- … -in-linux/</a></p><p>Nevertheless: Is the disk (hd0,4) existing? That would be also next to approve. But also to underline: You would to measure the settings for yourself as no one else overlooks your configuration better than you! <img src="https://forums.hyperbola.info/img/smilies/smile.png" width="15" height="15" alt="smile" /></p>]]></content>
			<author>
				<name><![CDATA[throgh]]></name>
				<uri>https://forums.hyperbola.info/profile.php?id=347</uri>
			</author>
			<updated>2023-05-21T22:08:10Z</updated>
			<id>https://forums.hyperbola.info/viewtopic.php?pid=6167#p6167</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Any advice on booting the installation ISO from hard disk?]]></title>
			<link rel="alternate" href="https://forums.hyperbola.info/viewtopic.php?pid=6166#p6166" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>throgh wrote:</cite><blockquote><p>Using the same disk containing the ISO-file and mounting from there is not of any good way forward as even if you can manage to get it working: How about the enumeration of possible partitions afterwards? All in all: A dedicated device / disk is right away better.</p></blockquote></div><p>I have the iso saved on one partition and I&#039;m trying to install to another partition.</p>]]></content>
			<author>
				<name><![CDATA[Mesh Malachi]]></name>
			</author>
			<updated>2023-05-21T20:25:03Z</updated>
			<id>https://forums.hyperbola.info/viewtopic.php?pid=6166#p6166</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Any advice on booting the installation ISO from hard disk?]]></title>
			<link rel="alternate" href="https://forums.hyperbola.info/viewtopic.php?pid=6165#p6165" />
			<content type="html"><![CDATA[<p>Yes I understand that you want to install the OS. But foremost mounting the ISO on that way while accessing its contents at the same time won&#039;t work out from my current understanding. Maybe I&#039;m wrong? The best way is to write the content of the ISO-file on a device of your choice and from what you have written you have already a disk ready. So it would be better to use a concrete USB-case. Using the same disk containing the ISO-file and mounting from there is not of any good way forward as even if you can manage to get it working: How about the enumeration of possible partitions afterwards? All in all: A dedicated device / disk is right away better.</p>]]></content>
			<author>
				<name><![CDATA[throgh]]></name>
				<uri>https://forums.hyperbola.info/profile.php?id=347</uri>
			</author>
			<updated>2023-05-21T16:22:45Z</updated>
			<id>https://forums.hyperbola.info/viewtopic.php?pid=6165#p6165</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Any advice on booting the installation ISO from hard disk?]]></title>
			<link rel="alternate" href="https://forums.hyperbola.info/viewtopic.php?pid=6161#p6161" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>throgh wrote:</cite><blockquote><p>You would need to have at minimum some data being accessed and using the loopback is from my current point of view not intended for this.</p></blockquote></div><p>I didn&#039;t know that; I copied the grub entry from what I found online and I don&#039;t really know what&#039;s correct or wrong with it. </p><p>I&#039;m trying to install the OS.</p>]]></content>
			<author>
				<name><![CDATA[Mesh Malachi]]></name>
			</author>
			<updated>2023-05-21T05:50:22Z</updated>
			<id>https://forums.hyperbola.info/viewtopic.php?pid=6161#p6161</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Any advice on booting the installation ISO from hard disk?]]></title>
			<link rel="alternate" href="https://forums.hyperbola.info/viewtopic.php?pid=6160#p6160" />
			<content type="html"><![CDATA[<p>It is not clear for me what you want to reach with mounting the ISO-file alone. You would need to have at minimum some data being accessed and using the loopback is from my current point of view not intended for this.</p>]]></content>
			<author>
				<name><![CDATA[throgh]]></name>
				<uri>https://forums.hyperbola.info/profile.php?id=347</uri>
			</author>
			<updated>2023-05-20T21:53:01Z</updated>
			<id>https://forums.hyperbola.info/viewtopic.php?pid=6160#p6160</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Any advice on booting the installation ISO from hard disk?]]></title>
			<link rel="alternate" href="https://forums.hyperbola.info/viewtopic.php?pid=6158#p6158" />
			<content type="html"><![CDATA[<p>The iso is slightly too large for my USB&#039;s storage capacity, and I don&#039;t want to buy another USB. There&#039;s no cdrom drive.</p><p>I&#039;ve tried this custom grub entry:</p><p>menuentry &quot;Hyperbola GNU/Linux&quot; {<br />&nbsp; &nbsp; insmod ext2<br />&nbsp; &nbsp; set isofile &quot;/hyperbola-milky-way-v0.4.-dual.iso&quot;<br />&nbsp; &nbsp; loopback loop (hd0,4)$isofile<br />&nbsp; &nbsp; linux (loop)/hyperbola/boot/x86_64/vmlinux<br />&nbsp; &nbsp; initrd (loop)/hyperbola/boot/x86_64/initramfs-hyperiso.img<br />}</p><p>It boots, but drops to a rootfs session with the error &quot;/dev/disk/by-label device did not show up after 30 seconds.&quot; In the folder /dev/disk/by-label is one file: System\x20Reserved.</p>]]></content>
			<author>
				<name><![CDATA[Mesh Malachi]]></name>
			</author>
			<updated>2023-05-20T08:00:29Z</updated>
			<id>https://forums.hyperbola.info/viewtopic.php?pid=6158#p6158</id>
		</entry>
</feed>
