Replies: 2 comments
-
|
I had to add maybe #1368 needs to be reopen? |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
I have the same issue, using EndeavourOS (Archlinux) as host, If I run mkosi with the following [Distribution]
Distribution=debian
Release=trixie
Repositories=main,contrib,non-free,non-free-firmware
[Output]
Format=disk
ImageId=mkosi-debian-uki
[Build]
ToolsTree=yes
ToolsTreeDistribution=debian
CacheDirectory=mkosi.cache
Incremental=yes
History=yes
[Content]
# Boot configuration
Bootable=yes
Bootloader=uki
# System configuration
Autologin=no
RootPassword=root
Timezone=UTC
Locale=C.UTF-8
# Kernel command line: classic eth0 naming, serial console
KernelCommandLine=
console=ttyS0,115200n8
console=tty0
net.ifnames=0
biosdevname=0
# Clean up package manager metadata
CleanPackageMetadata=yes
[Validation]
# SecureBoot signing (keys generated with: mkosi genkey)
SecureBoot=yes
SecureBootAutoEnroll=yes
[Runtime]
# QEMU configuration for testing
RAM=2G
KVM=yesI also get the error Detailed part of the LogBut if I run |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm using Arch locally, and building a Debian Trixie image using Arch tools fails with
or with
Following the discussion in #1368, I tried adding
/sbin:/usr/lib/systemdto my PATH, and the image build succeeded. I'm not sure what might be in those directories that is missing, since depmod and modinfo are both in/usr/bin:Beta Was this translation helpful? Give feedback.
All reactions