Actually the following works pretty well for getting to the old-style installer 
on s390x.
Instead of a location to the install-dir, just hand it an ISO (can also be a 
local file).

virt-install --name ubuntu20-guest1 --memory 4096 --vcpus 4 --disk
"size=4" --cdrom http://cdimage.ubuntu.com/ubuntu-server/daily/current
/focal-server-s390x.iso --network "network=default"

And for the new installer:
virt-install --name ubuntu20-guest1 --memory 4096 --vcpus 4 --disk "size=4" 
--cdrom 
http://cdimage.ubuntu.com/ubuntu-server/daily-live/current/focal-live-server-s390x.iso
 --network "network=default"

P.S. I haven't tried the latter recently, but I know JFH is filing and pushing 
on related fixes.
Never the less this should solve your issue in case the path as published can't 
be renamed back.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1872941

Title:
  [Ubuntu 20.04] virt-install fails to detect path after images folder
  name has changed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-z-systems/+bug/1872941/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to