View Issue Details

IDProjectCategoryView StatusLast Update
0000151Rocky-Linux-9libvirtpublic2022-08-30 04:32
ReporterGraham Leggett Assigned ToLouis Abel  
PrioritynormalSeveritymajorReproducibilityalways
Status closedResolutionfixed 
Fixed in Version9.0 
Summary0000151: virt-install fail with Rocky 9: isoinfo: Unable to find Joliet SVD
DescriptionWhen using virt-install and pointing the location direct to the ISO, we fail as follows:

[root@emma ~]# virt-install --name sebastian-new --ram 2048 --vcpus 2 --disk path=/var/lib/libvirt/images/sebastian-new.qcow2,size=8 --location /home/images/Rocky-9.0-x86_64-dvd.iso --os-type linux --os-variant rhel7 --extra-args='console=ttyS0' --nographics --cpu host
WARNING OS name 'rhel7' is deprecated, using 'rhel7.0' instead. This alias will be removed in the future.

Starting install...
ERROR Command '['isoinfo', '-J', '-i', '/home/images/Rocky-9.0-x86_64-dvd.iso', '-f']' returned non-zero exit status 255.
Domain installation does not appear to have been successful.
If it was, you can restart your domain by running:
  virsh --connect qemu:///system start sebastian-new
otherwise, please restart your installation.
[root@emma ~]# isoinfo -J -i /home/images/Rocky-9.0-x86_64-dvd.iso -f
isoinfo: Unable to find Joliet SVD
Steps To ReproduceDownload the Rocky 9 DVD.

Attempt an install of Rocky 9 on a Rocky 8 hypervisor as follows:

virt-install --name sebastian-new --ram 2048 --vcpus 2 --disk path=/var/lib/libvirt/images/sebastian-new.qcow2,size=8 --location /home/images/Rocky-9.0-x86_64-dvd.iso --os-type linux --os-variant rhel7 --extra-args='console=ttyS0' --nographics --cpu host
Tagsinstallation

Relationships

has duplicate 0000268 closedLouis Abel Rocky 9.0 ISO's don't appear to have Joliet information, KVM virt-install tool errors out 

Activities

Louis Abel

Louis Abel

2022-07-19 01:30

administrator   ~0000275

Please try this image and report back if there are any further issues with using virt-install --cdrom or --location.

http://dl.rockylinux.org/stg/rocky/9.0-RC2/isos/x86_64/Rocky-9.0-20220718.0-x86_64-dvd.iso

Note that the image may not download right away or at a fast pace as it is brand new and not cached with our CDN.
Graham Leggett

Graham Leggett

2022-07-19 12:41

reporter   ~0000283

Downloaded, installed as follows:

virt-install --name arnie-new --ram 4096 --vcpus 2 --disk path=/var/lib/libvirt/images/arnie-new.qcow2,size=8 --location /home/images/Rocky-9.0-20220718.0-x86_64-dvd.iso --os-type linux --os-variant rhel9.0 --extra-args='console=ttyS0' --nographics --cpu host

It worked! Thank you for this.

Issue History

Date Modified Username Field Change
2022-07-18 20:37 Graham Leggett New Issue
2022-07-18 20:37 Graham Leggett Tag Attached: installation
2022-07-19 01:30 Louis Abel Assigned To => Louis Abel
2022-07-19 01:30 Louis Abel Status new => confirmed
2022-07-19 01:30 Louis Abel Note Added: 0000275
2022-07-19 12:41 Graham Leggett Note Added: 0000283
2022-07-22 06:41 Louis Abel Status confirmed => closed
2022-07-22 06:41 Louis Abel Resolution open => fixed
2022-07-22 06:41 Louis Abel Fixed in Version => 9.0
2022-08-30 04:32 Louis Abel Relationship added has duplicate 0000268