Questions tagged [partition]
Partitions are individual divisions of hard disk drives. Drives may be split up in to multiple partitions, so that they act as if many drives were connected.
138 questions
0 votes
0 answers
32 views
Partition corrupt
Message: I have a Raspberry Pi–based game, Whacky & Funky Gators, and its main game partition has become corrupted. If you have the game image file or any possible solution, could you please help ...
0 votes
0 answers
63 views
Change boot partition on Raspberry Pi
I am playing with the partitions on my Raspberry Pi. I booted from a stick and created a second partition next to rootfs on the SD card. I copied the whole filesystem using cat /dev/mmcblk0p2 > /...
0 votes
1 answer
84 views
Raspberry Pi 5 running Gentoo Linux is not able to mount partitions at first
I have a Pi 5 with a 64-bit, systemd-based Gentoo Linux on it, and every time it starts it gets held up with four jobs: making a file system check for /dev/mmcblk0p3, my root partition, trying to ...
-1 votes
2 answers
3k views
I cannot boot from SD card, "BusyBox v*** (Debian *** ) built-in shell (ash) Enter 'help' for a list of built-in commands. (initramfs)"
Wanting to reinstall the Raspberry Pi OS on my RaspberryPi5 (64-bit quad-core Cortex-A76 8GB LPDDR4X SDRAM), I did the following: dd if=/dev/zero of=/dev/mmcblk0 bs=1M status=progress Then I created ...
2 votes
1 answer
2k views
Update software of a Pico remotely
I'm using a raspberry Pi Pico and I'm struggling to find if it's possible to update my script remotely (I cannot use neither SWD or USB). Currently my new firmware (can be .uf2, .bin or .hex file) is ...
0 votes
1 answer
268 views
What, besides the MBR, is on the start of a Raspberry Pi OS drive?
Short version: If the MBR is only 256 bytes and the partition table is 4 bytes, what fills all the space between the beginning of the device and the start of the first sector on it? More information: ...
0 votes
2 answers
4k views
How can I flash Raspberry Pi OS onto a single partition of an SSD?
Context I have a 500GB external SSD whith a 32 GB partition containing an older 32-bit Raspberry Pi OS, a boot partition of a few GB and a 468-ish GB partition for data (docker volumes, photos, ...
0 votes
1 answer
2k views
Autoexpand partition after first boot
I am using Raspberry OS for a batch of zeros, I wanted to prepare the OS one time and then flash the prepared image for the others. After flashing the OS I installed some useful things for later, I ...
0 votes
2 answers
2k views
Can I have more than 32GB on the boot sd card?
My understanding is that the card reader can handle SDXC cards (ie >32GB) but that the bootloader has a limit of 32GB. Can I get around this by having multiple partitions? The OS would only need to ...
1 vote
1 answer
2k views
How to expand the volume of Fedora 35 Server?
Perspectives Actually I was looking for Pi OS AArch64 but it was a beta version. It's suppose to me Fedora 35 Server AArch64 would be the best alternative of Pi OS AArch64. Actually Fedora 35 Server ...
1 vote
2 answers
2k views
raspi-config for CentOS (or) How do I manually adjust the size of my root partition?
I need to know how to install raspi-config on a CentOS distro. Can this be done? If not, how can I manually adjust the root partition? On every image I've downloaded for the Pi, every CentOS distro, ...
0 votes
1 answer
1k views
Recover an ext4 due to the super block flag
My ubuntu 21 hanged and after rebooting, it was not able to boot up. The current message is this one. Tried to use fsck with -y and -f and none of them fixes the partition. It happened with the ...
0 votes
1 answer
1k views
Use same SSD as Pi boot image and Windows/Pi file store
I’ve scoured the web and this forum for an answer to my question and came up empty. So apologies if this is answered elsewhere. I have a 1GB m.2 SATA SSD that I would like to BOTH use as my Pi boot ...
0 votes
2 answers
219 views
Memory card issues
So I have had it the piwh for a while running pihole never had any problems until recently got a memory issue. I have used the clean and autoremove and gained 28% but of a 32gb SD card it's showing 6....
0 votes
5 answers
314 views
Is it possible to select the root partition at boot time using GPIO pins
My Raspberry PI has 2 identical (kind of) root partitions. I would like to be able to select the other root partition at boot time using a GPIO pin in case I brick it.