You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# livemedia-creator --ks Rocky-9-Workstation.ks --no-virt --resultdir /var/lmc --project="Rocky Linux" --make-iso --volid Rocky-Workstation-9 --iso-only --iso-name Rocky-Workstation-9-x86_64.iso --releasever=9 --nomacboot
2022-10-17 18:15:07,293: livemedia-creator v34.9.14-1
2022-10-17 18:15:07,293: selinux is Disabled
/usr/lib/python3.9/site-packages/pykickstart/commands/partition.py:448: KickstartParseWarning: A partition with the mountpoint / has already been defined.
warnings.warn(_("A partition with the mountpoint %s has already been defined.") % pd.mountpoint, KickstartParseWarning)
2022-10-17 18:15:07,334: disk_img = /var/lmc/lmc-disk-bbegxw_d.img
2022-10-17 18:15:07,334: Using disk size of 7752MiB
2022-10-17 18:15:07,472: Running anaconda.
2022-10-17 18:15:09,477: Starting installer, one moment...
2022-10-17 18:15:09,477: terminal size detection failed, using default width
2022-10-17 18:15:09,477: anaconda 34.25.0.29-1.el9_0.rocky.0.3 for Rocky Linux 9 (pre-release) started.
2022-10-17 18:15:09,477: 18:15:09 Service org.fedoraproject.Anaconda.Modules.Storage has failed to start: Process org.fedoraproject.Anaconda.Modules.Storage exited with status 1
2022-10-17 18:15:19,489: Running anaconda failed: process '['unshare', '--pid', '--kill-child', '--mount', '--propagation', 'unchanged', 'anaconda', '--kickstart', '/builddir/kickstarts/Rocky-9-Workstation.ks', '--cmdline', '--dirinstall', '--remotelog', '127.0.0.1:41015']' exited with status 1
2022-10-17 18:16:07,564: Install failed: novirt_install failed
2022-10-17 18:16:07,564: Removing bad disk image
2022-10-17 18:16:07,565: ERROR: Image creation failed: novirt_install failed
2022-10-17 18:16:07,565: Image creation failed: novirt_install failed
My original intention was to use the Rocky-9-GenericCloud-LVM.ks kickstart, which failed with numerous other issues
livemedia-creator complained about package dracut-live not beeing included. I've added this to the kickstart file and that error went away.
livemedia-creator complained text install method must not be specified. So I removed that from the kickstart file.
Next error: Only url, nfs and ostreesetup install methods are currently supported.Please fix your kickstart file. As I don't know enough about the underlying tools I tried to use the kickstart file given in the example (Rocky-9-Workstation.ks)
The text was updated successfully, but these errors were encountered:
hi folks, we've gone through a lot of variation on how we're building images, but I will work to unify our documentation (and these Kickstarts) in the coming months.
My original intention was to use the
Rocky-9-GenericCloud-LVM.ks
kickstart, which failed with numerous other issuesOnly url, nfs and ostreesetup install methods are currently supported.Please fix your kickstart file.
As I don't know enough about the underlying tools I tried to use the kickstart file given in the example (Rocky-9-Workstation.ks
)The text was updated successfully, but these errors were encountered: