rocky-linux / kickstarts

29 stars 12 forks source link

Given example for mock shell usage does not work for r9 branch on fedora 36 #3

Open flo-rian opened 1 year ago

flo-rian commented 1 year ago
# 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

brandonilester commented 8 months ago

I'm experiencing the same issue, but on F39.

NeilHanlon commented 8 months ago

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.