Closed pierreCAMANALYTICS closed 8 months ago
That's a curious error, for sure. A couple of questions:
sudo sfdisk -l 2023-05-03-raspios-bullseye-arm64-lite.img
sudo losetup -a
df -h
What OS and version running on your laptop? Ubuntu 20.04 and sdm V11.4
Was the IMG a fresh download from the RasPiOS site, or modified in some way? If modified, how? The image was a fresh download, not modified, I tested with 2022-09-22-raspios-bullseye-arm64-lite.img and 2023-05-03-raspios-bullseye-arm64-lite.img
sudo sfdisk -l 2023-05-03-raspios-bullseye-arm64-lite.img
sudo losetup -a
df -h
I tried to manually mount the image with the Ubuntu Disk GUI and it worked (I don't know if that can help you)
Thank you for your support !
OK, nothing odd there except a pantload of loop devices. Doubt that's the issue, just noting for now. Please try this:
chmod 755 mini-nspawn
sudo ./mini-nspawn 2023-05-03-raspios-bullseye-arm64-lite.img
Number Start End Size Type File system Flags 1 4194304B 541065215B 536870912B primary fat32 lba 2 541065216B 2738880511B 2197815296B primary ext4
Machine-readable partition list BYT; /ssdy/work/2023-12-05-raspios-bookworm-arm64-lite.img:2738880512B:file:512:512:msdos::; 1:4194304B:541065215B:536870912B:fat32::lba; 2:541065216B:2738880511B:2197815296B:ext4::; mount: /dev/loop0p2 mounted on /mnt/sdm. mount: /dev/loop0p1 mounted on /mnt/sdm/boot/firmware. Spawning container sdm on /mnt/sdm. Press ^] three times within 1s to kill container.
You can either `exit` or press CTRL-] 3 times to exit.
If it doesn't work, what's the output?
I got the expected output :
Ok Benn, I don't know what solved the problem but after many hard reboots, it actually works !! Thank you for your support, again you're doing an amazing work ! Greetings from france
hi, same problem here, 2 different machines (both Linux Mint 20.2 based on Ubuntu 20.04) and i get error:
mount: /mnt/sdm: wrong fs type, bad option, bad superblock on /dev/loop26, missing codepage or helper program, or other error mount: /mnt/sdm/boot: mount point does not exist ? Error mounting IMG '2023-12-11-raspios-bookworm-armhf-lite.img'
i run command from documentation: sudo sdm --customize --plugin user:"adduser=bls|password=mypassword" --plugin L10n:host --plugin disables:piwiz --regen-ssh-host-keys --restart 2023-12-11-raspios-bookworm-armhf-lite.img
sdm v11.4
mini-nspawn output is ok without errors
i work with freshly downloaded latest 2023-12-11-raspios-bookworm-armhf-lite.img image
thank you
hi, same problem here, 2 different machines (both Linux Mint 20.2 based on Ubuntu 20.04) and i get error:
mount: /mnt/sdm: wrong fs type, bad option, bad superblock on /dev/loop26, missing codepage or helper program, or other error mount: /mnt/sdm/boot: mount point does not exist ? Error mounting IMG '2023-12-11-raspios-bookworm-armhf-lite.img'
i run command from documentation:
sudo sdm --customize --plugin user:"adduser=bls|password=mypassword" --plugin L10n:host --plugin disables:piwiz --regen-ssh-host-keys --restart 2023-12-11-raspios-bookworm-armhf-lite.img
sdm v11.4
mini-nspawn output is ok without errors
i work with freshly downloaded latest 2023-12-11-raspios-bookworm-armhf-lite.img image
thank you
And are your Linux and Ubuntu systems running on X64 or aarch64?
hi, same problem here, 2 different machines (both Linux Mint 20.2 based on Ubuntu 20.04) and i get error: mount: /mnt/sdm: wrong fs type, bad option, bad superblock on /dev/loop26, missing codepage or helper program, or other error mount: /mnt/sdm/boot: mount point does not exist ? Error mounting IMG '2023-12-11-raspios-bookworm-armhf-lite.img' i run command from documentation:
sudo sdm --customize --plugin user:"adduser=bls|password=mypassword" --plugin L10n:host --plugin disables:piwiz --regen-ssh-host-keys --restart 2023-12-11-raspios-bookworm-armhf-lite.img
sdm v11.4 mini-nspawn output is ok without errors i work with freshly downloaded latest 2023-12-11-raspios-bookworm-armhf-lite.img image thank youAnd are your Linux and Ubuntu systems running on X64 or aarch64?
thank you for your response, i am running on "x86_64"
hi, same problem here, 2 different machines (both Linux Mint 20.2 based on Ubuntu 20.04) and i get error: mount: /mnt/sdm: wrong fs type, bad option, bad superblock on /dev/loop26, missing codepage or helper program, or other error mount: /mnt/sdm/boot: mount point does not exist ? Error mounting IMG '2023-12-11-raspios-bookworm-armhf-lite.img' i run command from documentation:
sudo sdm --customize --plugin user:"adduser=bls|password=mypassword" --plugin L10n:host --plugin disables:piwiz --regen-ssh-host-keys --restart 2023-12-11-raspios-bookworm-armhf-lite.img
sdm v11.4 mini-nspawn output is ok without errors i work with freshly downloaded latest 2023-12-11-raspios-bookworm-armhf-lite.img image thank youAnd are your Linux and Ubuntu systems running on X64 or aarch64?
thank you for your response, i am running on "x86_64"
I just installed Mint 20.2, fully updated it, and am unable to replicate this issue using sdm V11.4.
You'll have to provide me with a reliable repro in order for me to investigate further.
Thx
Also, in the future, please start a new Issue (referencing an existing issue if relevant) rather than piggy-backing on an existing issue, especially one that's already closed. Thx!
hi, same problem here, 2 different machines (both Linux Mint 20.2 based on Ubuntu 20.04) and i get error: mount: /mnt/sdm: wrong fs type, bad option, bad superblock on /dev/loop26, missing codepage or helper program, or other error mount: /mnt/sdm/boot: mount point does not exist ? Error mounting IMG '2023-12-11-raspios-bookworm-armhf-lite.img' i run command from documentation:
sudo sdm --customize --plugin user:"adduser=bls|password=mypassword" --plugin L10n:host --plugin disables:piwiz --regen-ssh-host-keys --restart 2023-12-11-raspios-bookworm-armhf-lite.img
sdm v11.4 mini-nspawn output is ok without errors i work with freshly downloaded latest 2023-12-11-raspios-bookworm-armhf-lite.img image thank youAnd are your Linux and Ubuntu systems running on X64 or aarch64?
thank you for your response, i am running on "x86_64"
I just installed Mint 20.2, fully updated it, and am unable to replicate this issue using sdm V11.4.
You'll have to provide me with a reliable repro in order for me to investigate further.
Thx
Also, in the future, please start a new Issue (referencing an existing issue if relevant) rather than piggy-backing on an existing issue, especially one that's already closed. Thx!
ok, sorry, i started new issue #182 (there is a error that i have found in dmesg)
Hello Benn,
First of all, thank you very much for your work, it's just awesome !
I just got a new laptop and when I tried my usual routine on sdm I get this error:
sudo sdm --mount 2023-05-03-raspios-bullseye-arm64-lite.img and ->
mount: /mnt/sdm: wrong fs type, bad option, bad superblock on /dev/loop13, missing codepage or helper program, or other error.
Could you help me on this topic please ?