<?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=5019&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / Chimaera install as KVM guest with virsh-install - kernel mismatch]]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=5019</link>
		<description><![CDATA[The most recent posts in Chimaera install as KVM guest with virsh-install - kernel mismatch.]]></description>
		<lastBuildDate>Wed, 04 May 2022 04:59:30 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: Chimaera install as KVM guest with virsh-install - kernel mismatch]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=35857#p35857</link>
			<description><![CDATA[<p>We have found a workaround using the netist CD image:</p><p>Download the netinst image and mount</p><div class="codebox"><pre><code>cd /zpool1/kvm/ISO
wget -N https://mirror.leaseweb.com/devuan/devuan_chimaera/installer-iso/devuan_chimaera_4.0.0_amd64_netinstall.iso
mount -t iso9660 -o loop ./devuan_chimaera_4.0.0_amd64_netinstall.iso ./mount/</code></pre></div><p>use an alternative location and specify the cdrom disk</p><div class="codebox"><pre><code>--location=&#039;/zpool1/kvm/ISO/mount/,kernel=boot/isolinux/linux,initrd=boot/isolinux/initrd.gz&#039; \
--disk path=/dev/loop0,device=cdrom,readonly=on</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (greenant)]]></author>
			<pubDate>Wed, 04 May 2022 04:59:30 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=35857#p35857</guid>
		</item>
		<item>
			<title><![CDATA[Chimaera install as KVM guest with virsh-install - kernel mismatch]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=35856#p35856</link>
			<description><![CDATA[<p>We have been installing KVM machines with Devuan Beowulf successfully but similar settings for Chimaera fail with a kernel mismatch.</p><p>The installer throws the error in the log: </p><div class="codebox"><pre><code>no packages matching running kernel 5.10.0-9-amd64 in archive</code></pre></div><p>and the following error in the installer</p><div class="codebox"><pre><code>   ┌────────────────┤ [!!] Download installer components ├─────────────────┐    
   │                                                                       │    
   │                        No kernel modules found                        │    
   │ No kernel modules were found. This probably is due to a mismatch      │    
   │ between the kernel used by this version of the installer and the      │    
   │ kernel version available in the archive.                              │    
   │                                                                       │    
   │ You should make sure that your installation image is up-to-date, or - │    
   │ if that&#039;s the case - try a different mirror, preferably               │    
   │ deb.devuan.org.                                                       │    
   │                                                                       │    
   │     &lt;Go Back&gt;                                          &lt;Continue&gt; </code></pre></div><p>We have tried with the following:</p><div class="codebox"><pre><code>virt-install \
  --virt-type kvm \
  --name=guest \
  --description=desc \
  --vcpus=2,maxvcpus=8 \
  --ram=2048 \
  --disk path=/dev/zvol/zpool1/images/guest,size=40G,format=zfs,io=threads,cache=writeback \
  --memorybacking source.type=memfd,access.mode=shared \
  --location=&#039;https://pkgmaster.devuan.org/devuan/dists/chimaera/main/installer-amd64/&#039; \
  --initrd-inject=/zpool1/kvm/preseed/cfg_devuan_chimaera/preseed.cfg \
  --network network=$net_in,mac=$mac_in \
  --os-type=linux \
  --os-variant=debiantesting \
  --graphics=none \
  --extra-args &#039;console=ttyS0&#039;</code></pre></div><p>We also tried updating the osinfo database:</p><div class="codebox"><pre><code>apt install libosinfo-bin
apt install osinfo-db-tool
wget -O &quot;/tmp/osinfo-db.tar.xz&quot; &quot;https://releases.pagure.org/libosinfo/osinfo-db-20220214.tar.xz&quot;
osinfo-db-import --local &quot;/tmp/osinfo-db.tar.xz&quot;</code></pre></div><p>and using `--os-variant=debian11` but got the same kernel mismatch issue</p><p>Any suggestions as to how we can get a Chimaera installation automated with virt-install?</p>]]></description>
			<author><![CDATA[dummy@example.com (greenant)]]></author>
			<pubDate>Wed, 04 May 2022 04:44:23 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=35856#p35856</guid>
		</item>
	</channel>
</rss>
