Something wrong when built Fedora

(I am a Chinese junior high school student,so my English will be a little bad.)

Hi,i met these a problem when i was trying using lorax to make a fedora 44 beta livecd on fedora 44(live environment).The log:

liveuser@localhost-live:~$ sudo livemedia-creator --ks /run/media/liveuser/35f40dd2-d42e-49ad-bd0c-fbc9fbce4ff2/hank
/Documents/ks.ks --iso-name test.iso --image-size-align 10240 --resultdir /run/media/liveuser/35f40dd2-d42e-49ad-bd
0c-fbc9fbce4ff2/hank/test1 --make-iso --no-virt --releasever 44
2026-04-13 13:29:27,311: livemedia-creator v44.6-1
2026-04-13 13:29:27,311: selinux is enabled and in Permissive mode
2026-04-13 13:29:27,368: disk_img = /run/media/liveuser/35f40dd2-d42e-49ad-bd0c-fbc9fbce4ff2/hank/test1/lmc-disk-x7e
2650j.img
2026-04-13 13:29:27,369: Using disk size of 10240MiB
2026-04-13 13:29:27,661: Running anaconda.
2026-04-13 13:29:31,165: Starting installer, one moment…
2026-04-13 13:29:31,165: terminal size detection failed, using default width
2026-04-13 13:29:31,166: 13:29:30 Enforcing the non-interactive text mode for dir and image installations.
2026-04-13 13:29:36,027: Processing logs from (‘127.0.0.1’, 44434)
2026-04-13 13:29:36,168: anaconda 44.21-1.fc44 for Linux 44 (pre-release) started.
2026-04-13 13:29:40,170: Starting automated install..Exception ignored in atexit callback <function exitHandler at 0
x7fec788b7110>:
2026-04-13 13:29:40,170: Traceback (most recent call last):
2026-04-13 13:29:40,171: File “/usr/sbin/anaconda”, line 42, in exitHandler
2026-04-13 13:29:40,171: runtime_proxy.Exit()
2026-04-13 13:29:40,171: File “/usr/lib/python3.14/site-packages/dasbus/client/handler.py”, line 450, in _call_met
hod
2026-04-13 13:29:40,171: return self._get_method_reply(
2026-04-13 13:29:40,171: File “/usr/lib/python3.14/site-packages/dasbus/client/handler.py”, line 483, in _get_meth
od_reply
2026-04-13 13:29:40,171: return self._handle_method_error(error)
2026-04-13 13:29:40,171: File “/usr/lib/python3.14/site-packages/dasbus/client/handler.py”, line 509, in _handle_m
ethod_error
2026-04-13 13:29:40,171: raise exception from None
2026-04-13 13:29:40,171: pyanaconda.modules.common.errors.general.AnacondaError: umount of /tmp failed (32)
2026-04-13 13:29:40,171:
2026-04-13 13:29:40,171:
2026-04-13 13:29:40,171: ================================================================================
2026-04-13 13:29:40,171: ================================================================================
2026-04-13 13:29:40,171: Installation
2026-04-13 13:29:40,171:
2026-04-13 13:29:40,171: 1) [x] Language settings 2) [x] Time settings
2026-04-13 13:29:40,171: (Simplified Chinese (China)) (Asia/Shanghai timezone)
2026-04-13 13:29:40,172: 3) [!] Installation source 4) [!] Software selection
2026-04-13 13:29:40,172: (Error setting up repositories) (Installation source not set up)
2026-04-13 13:29:40,172:
2026-04-13 13:29:40,672: Running anaconda failed: process ‘[‘unshare’, ‘–pid’, ‘–kill-child’, ‘–mount’, ‘–propag
ation’, ‘unchanged’, ‘anaconda’, ‘–kickstart’, ‘/run/media/liveuser/35f40dd2-d42e-49ad-bd0c-fbc9fbce4ff2/hank/Docum
ents/ks.ks’, ‘–cmdline’, ‘–dirinstall’, ‘–remotelog’, ‘127.0.0.1:50745’]’ exited with status 1
2026-04-13 13:29:40,672: Shutting down log processing
2026-04-13 13:29:40,712: Install failed: novirt_install failed
2026-04-13 13:29:40,713: Removing bad disk image
2026-04-13 13:29:40,713: ERROR: Image creation failed: novirt_install failed
2026-04-13 13:29:40,713: Image creation failed: novirt_install failed

And here is my kickstart file.I do not know where is wrong:

What outcome are you trying to achieve?
If you let us know, we might be able to find another solution, or either concentrate on helping you build your Kickstart file.

I do notice that the Kickstart file is told to start X, but you are also installin KDE (which is Wayland)

May I ask, is this Kickstart file AI generated?

The URLs for pre-releases and releases are different.
The difference is not limited to the release number.

(post deleted by author)

Kiwi
$ sudo dnf install kiwi-cli kiwi-systemdeps
$ git clone --branch f44 https://pagure.io/fedora-kiwi-descriptions.git
$ cd fedora-kiwi-descriptions
#example
$ sudo ./kiwi-build --image-type=iso --image-profile=KDE-Mobile-Live --image-release=$(date +‘%Y%m%d’) --output-dir=/path/to/outputdir
#to find out all live profiles just do ls
#to add extra package do with flag --add-package=hexchat example