<?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=3590&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / Not detect NIC's from install hd-media]]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=3590</link>
		<description><![CDATA[The most recent posts in Not detect NIC's from install hd-media.]]></description>
		<lastBuildDate>Sun, 21 Jun 2020 15:45:13 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: Not detect NIC's from install hd-media]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=22832#p22832</link>
			<description><![CDATA[<p>I found some links to an existing problem in the installation log</p><div class="codebox"><pre><code>Jun 21 15:16:27 main-menu[244]: INFO: Menu item &#039;ethdetect&#039; selected
Jun 21 15:16:28 kernel: [  183.236904] intel_rng: FWH not detected
Jun 21 15:16:28 net/hw-detect.hotplug: Detected hotpluggable network interface lo
Jun 21 15:16:32 check-missing-firmware: looking at dmesg again, restarting from \[   28.328526\]
Jun 21 15:16:32 check-missing-firmware: timestamp found, truncating dmesg accordingly
Jun 21 15:16:32 check-missing-firmware: saving timestamp for a later use: [  183.236904]
Jun 21 15:16:32 check-missing-firmware: /dev/.udev/firmware-missing does not exist, skipping
Jun 21 15:16:32 check-missing-firmware: /run/udev/firmware-missing does not exist, skipping
Jun 21 15:16:32 check-missing-firmware: no missing firmware in loaded kernel modules
Jun 21 15:16:40 check-missing-firmware: looking at dmesg again, restarting from \[  183.236904\]
Jun 21 15:16:40 check-missing-firmware: timestamp found, truncating dmesg accordingly
Jun 21 15:16:40 check-missing-firmware: saving timestamp for a later use:
Jun 21 15:16:40 check-missing-firmware: /dev/.udev/firmware-missing does not exist, skipping
Jun 21 15:16:40 check-missing-firmware: /run/udev/firmware-missing does not exist, skipping
Jun 21 15:16:40 check-missing-firmware: no missing firmware in loaded kernel modules</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (danista)]]></author>
			<pubDate>Sun, 21 Jun 2020 15:45:13 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=22832#p22832</guid>
		</item>
		<item>
			<title><![CDATA[Re: Not detect NIC's from install hd-media]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=22578#p22578</link>
			<description><![CDATA[<p>@danista: thanks. Afaiui, that boot entry says (to grub booting) </p><div class="quotebox"><blockquote><div><p>&quot;after using the kernel and initrd of the boot-up partition, use the file system at partition 2 as (post-pivot) root file system&quot;</p></div></blockquote></div><p>That&#039;s a different thing from boot-up using the ISO kernel and initrd on partition 2.</p><p>It might possibly work if you copy the kernel and initrd from the ISO, where they actually reside in its <span class="bbc">/boot/isolinux/</span> directory, to replace the ones you have under <span class="bbc">/boot</span> on partition 1. You should do that after having otherwise set up partition 1 with a full grub boot including that menuentry to identify partition 2 as (post-pivot) root file system.</p><p>I suppose this still brings a period of confusion for the kernel upon pivoting to the root file system, as it results in shadowing the partition 1 <span class="bbc">/boot</span> tree, but that shouldn&#039;t cause an issue unless you then try to install onto partition 1 (or partition 2, of course).</p>]]></description>
			<author><![CDATA[dummy@example.com (ralph.ronnquist)]]></author>
			<pubDate>Thu, 11 Jun 2020 22:16:16 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=22578#p22578</guid>
		</item>
		<item>
			<title><![CDATA[Re: Not detect NIC's from install hd-media]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=22571#p22571</link>
			<description><![CDATA[<p><del>Off topic. So is this like a dual boot method. So say sda1 is main partition and you boot hd-media from bare sda2 partition?</del></p><p><del>Or can you boot hd-media from a blank disk with only one partition?</del></p><p>Nevermind, i just found the needed documentation. Ive only ever installed via USB and did not know this was an option.</p><p><a href="https://www.debian.org/releases/etch/i386/ch04s05.html.en" rel="nofollow">https://www.debian.org/releases/etch/i3 … 05.html.en</a></p>]]></description>
			<author><![CDATA[dummy@example.com (HevyDevy)]]></author>
			<pubDate>Thu, 11 Jun 2020 14:52:20 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=22571#p22571</guid>
		</item>
		<item>
			<title><![CDATA[Re: Not detect NIC's from install hd-media]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=22570#p22570</link>
			<description><![CDATA[<p>Thank you for the answer. I put initrd.gz,&#160; vmlinuz from the above source&#160; on the hard drive partition and added to the bootloader:</p><div class="codebox"><pre><code>menuentry &quot;Dev1 beowulf netinst &quot; {
    set root=&#039;(hd0,gpt2)&#039;
    linux /boot/linux priority=low vga=788 ---
    initrd /boot/initrd.gz
   }</code></pre></div><p>The hd-media method allows you to install the system from your hard drive, without using a USB flash drive or compact disc drive.</p>]]></description>
			<author><![CDATA[dummy@example.com (danista)]]></author>
			<pubDate>Thu, 11 Jun 2020 14:18:50 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=22570#p22570</guid>
		</item>
		<item>
			<title><![CDATA[Re: Not detect NIC's from install hd-media]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=22560#p22560</link>
			<description><![CDATA[<p>Would you mind explain what <span class="bbc">using a hd-media method</span> means with respect to <span class="bbc">install a devuan_beowulf_3.0.0_i386-netinstall.iso</span> ?</p><p>In my mind you <span class="bbu">either</span> use <span class="bbc">devuan_beowulf_3.0.0_i386-netinstall.iso</span> <span class="bbu">or</span> that which you find under <span class="bbc"><a href="https://pkgmaster.devuan.org/devuan/dists/beowulf/main/installer-i386/current/images/" rel="nofollow">https://pkgmaster.devuan.org/devuan/dis … nt/images/</a></span>. They are two different and separate approaches to use for achieving a situation where you have Devuan installed.</p><p>I can understand if one of them, or both, have problems dealing with some hardware (even though at a glance your hardware seems far from obscure) but I&#039;m afraid I can&#039;t immediatly understand how to conflate the two installation approaches into one.</p>]]></description>
			<author><![CDATA[dummy@example.com (ralph.ronnquist)]]></author>
			<pubDate>Wed, 10 Jun 2020 21:56:21 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=22560#p22560</guid>
		</item>
		<item>
			<title><![CDATA[Not detect NIC's from install hd-media]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=22554#p22554</link>
			<description><![CDATA[<p>I try to install a devuan_beowulf_3.0.0_i386-netinstall.iso using a hd-media method, from <a href="https://pkgmaster.devuan.org/devuan/dists/beowulf/main/installer-i386/current/images/" rel="nofollow">https://pkgmaster.devuan.org/devuan/dis … nt/images/</a></p><p>I have two network cards:</p><div class="codebox"><pre><code># lspci -k |grep -A3 net
02:05.0 Ethernet controller: 3Com Corporation 3c940 10/100/1000Base-T [Marvell] (rev 12)
        Subsystem: ASUSTeK Computer Inc. A7V600/P4P800/K8V motherboard
        Kernel driver in use: skge
        Kernel modules: skge
--
02:0d.0 Ethernet controller: Intel Corporation 82557/8/9/0/1 Ethernet Pro 100 (rev 08)
        Subsystem: Intel Corporation EtherExpress PRO/100+ Management Adapter
        Kernel driver in use: e100
        Kernel modules: e100</code></pre></div><p>The installer cannot detect these cards.</p>]]></description>
			<author><![CDATA[dummy@example.com (danista)]]></author>
			<pubDate>Wed, 10 Jun 2020 19:08:35 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=22554#p22554</guid>
		</item>
	</channel>
</rss>
