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
I hope this message finds you well. I'm currently facing issues while attempting to build the project, despite having installed all the dependencies. Could you kindly assist me in resolving this matter?
To provide more context, here is the specific command I'm using:
Additionally, I've encountered the following error messages:
root@debian: ~ /mindeb# ./bin/mindeb-build
mount: out/tmp.HMSdBIILdp.main-squashfs-root.2/proc: mount point does not exist.
dmesg(1) may have more information after failed mount system call.
==> ERROR: failed to setup chroot out/tmp.HMSdBIILdp.main-squashfs-root.2
Failed to run chroot_sync
Your guidance and support on this would be greatly appreciated.
Thank you
The text was updated successfully, but these errors were encountered:
Thank you for trying out this project! I was able to reproduce this issue in a new Debian environment. The cause was that debian-archive-keyring was not installed, and ./out/main-squashfs-root.1 was not created correctly.
Please add debian-archive-keyring to the dependencies, delete ./out/main-squashfs-root.1, and then try building again:
Hello,
I hope this message finds you well. I'm currently facing issues while attempting to build the project, despite having installed all the dependencies. Could you kindly assist me in resolving this matter?
To provide more context, here is the specific command I'm using:
sudo apt -y install mmdebstrap arch-install-scripts dosfstools squashfs-tools xorriso sudo
sudo apt -y install qemu-utils qemu-system-x86
./bin/mindeb-build
Additionally, I've encountered the following error messages:
root@debian: ~ /mindeb# ./bin/mindeb-build
mount: out/tmp.HMSdBIILdp.main-squashfs-root.2/proc: mount point does not exist.
dmesg(1) may have more information after failed mount system call.
==> ERROR: failed to setup chroot out/tmp.HMSdBIILdp.main-squashfs-root.2
Failed to run chroot_sync
Your guidance and support on this would be greatly appreciated.
Thank you
The text was updated successfully, but these errors were encountered: