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
Cloned the repo git clone https://github.com/abhiTronix/rpi_rootfs
Run cd rpi_rootfs
Run ./build_rootfs.sh download which gives me file 2024-11-19-raspios-bookworm-armhf-lite.img.xz.
Run unxz 2024-11-19-raspios-bookworm-armhf-lite.img.xz
Run ./build_rootfs.sh create 2024-11-19-raspios-bookworm-armhf-lite.img
But this last step produces multiple errors like this:
Error please report bug on initramfs-tools
Include the output of 'mount' and 'cat /proc/mounts'
update-initramfs: failed for /boot/initrd.img-6.6.62+rpt-rpi-v6 with 1.
run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 1
dpkg: error processing package linux-image-6.6.62+rpt-rpi-v6 (--configure):
installed linux-image-6.6.62+rpt-rpi-v6 package post-installation script subprocess returned error exit status 1
The text was updated successfully, but these errors were encountered:
This is actually issue for the repository https://github.com/abhiTronix/rpi_rootfs
But because issues are not enabled there, putting it here.
Host OS: Ubuntu 22.04 LTS
STR
git clone https://github.com/abhiTronix/rpi_rootfs
cd rpi_rootfs
./build_rootfs.sh download
which gives me file2024-11-19-raspios-bookworm-armhf-lite.img.xz
.unxz 2024-11-19-raspios-bookworm-armhf-lite.img.xz
./build_rootfs.sh create 2024-11-19-raspios-bookworm-armhf-lite.img
But this last step produces multiple errors like this:
The text was updated successfully, but these errors were encountered: