¿Cuál es la URL de ubicación de instalación de virt adecuada para usar en ubuntu al realizar la instalación a través de http?

¿Cuál es la URL de ubicación de instalación de virt adecuada para usar en ubuntu al realizar la instalación a través de http?

Estoy intentando instalar Ubuntu en una máquina virtual usando Virtual Machine Manager.

Crear una nueva máquina virtual

Sin embargo, aparece el siguiente error, lo que me lleva a creer que no he señalado la URL correcta.

incapaz de identificar el sistema operativo

Seleccionar manualmente Ubuntu 20.04 LTScomo sistema operativo me permite responder algunas preguntas más, pero finalmente falla de todos modos.

URL de repositorio no válida

He leído el virt-installmanual que dice:

   -l, --location
       Syntax: -l, --location OPTIONS

       Distribution tree installation source. virt-install can recognize certain distribution trees and fetches a bootable kernel/initrd pair to launch the install.

       --location  allows  things  like --extra-args for kernel arguments, and using --initrd-inject. If you want to use those options with CDROM media, you can pass the ISO to --location as well which works
       for some, but not all, CDROM media.

       The LOCATION can take one of the following forms:

       https://host/path
              An HTTP server location containing an installable distribution image.

       ftp://host/path
              An FTP server location containing an installable distribution image.

       ISO    Extract files directly from the ISO path

       DIRECTORY
              Path to a local directory containing an installable distribution image.  Note that the directory will not be accessible by the guest after initial boot, so the OS installer  will  need  another
              way to access the rest of the install media.

       Some distro specific url samples:

       Fedora/Red Hat Based
              https://download.fedoraproject.org/pub/fedora/linux/releases/29/Server/x86_64/os

       Debian https://debian.osuosl.org/debian/dists/stable/main/installer-amd64/

       Ubuntu https://us.archive.ubuntu.com/ubuntu/dists/wily/main/installer-amd64/

       Suse   https://download.opensuse.org/pub/opensuse/distribution/leap/42.3/repo/oss/

       Additionally,  --location  can  take  'kernel' and 'initrd' sub options. These paths relative to the specified location URL/ISO that allow selecting specific files for kernel/initrd within the install
       tree. This can be useful if virt-install/ libosinfo doesn't know where to find the kernel in the specified --location.

       For example, if you have an ISO that libosinfo doesn't know about called my-unknown.iso, with a kernel at 'kernel/fookernel' and initrd at 'kernel/fooinitrd', you can make this work with:

          --location my-unknown.iso,kernel=kernel/fookernel,initrd=kernel/fooinitrd

De eso deduje que https://se.archive.ubuntu.com/ubuntu/dists/focal/main/installer-amd64/debería ser una URL válida, pero no funciona.

Hice clic más profundamente en la estructura de carpetas y esperaba/supuse que la URL que intenté en las imágenes sería buena (es decir https://se.archive.ubuntu.com/ubuntu/dists/focal/main/installer-amd64/current/legacy-images/netboot/ubuntu-installer/amd64/), pero el comportamiento es el mismo.

¿Cuál se supone que es la URL? ¿Esta ya no es una característica funcional?

Respuesta1

La instalación desde una ISO descargada funciona.

Suelte TLS y funcionará para focal:http://se.archive.ubuntu.com/ubuntu/dists/focal/main/installer-amd64

Jammy parece haber reestructurado completamente el instalador, por lo que todavía no puedo determinar qué URL usar.

http://se.archive.ubuntu.com/ubuntu/dists/jammy/main/installer-amd64/current/legacy-images/index.htmlestados

Pruebe el nuevo instalador del servidor Ubuntu

El instalador del servidor Ubuntu heredado ya no está disponible.

información relacionada