The problem is that my Volumio won’t boot on a Raspberry Pi 4 2GB. Im using a Sandisk Extreme 64GB MicroSD card [Formated with guiformat to FAT32]. When im booting im getting “BusyBox issues sh: can’t access tty; job control turned off”
So i’ve seen a couple of thread in the community about " sh: can’t access tty; job control turned off " boot problem, none of them had helped me so far, i’ve tried disablesafemode in config.txt (disable_safe_mode=1 too) and avoidsafemode but it doesn’t stop the error. I’ve tried it in the cmdline.txt too on the same line.
I’ve tried 3 SD card. fresh boot, version 2.799 / version 2.834.
Im working on a Raspberry pi 4 2GB model, and it seem to be incompability because i’ve tried on a raspberry pi 3B and it worked.
I am powering the pi via GPIO pin [ Pin 4 and 6 ]. I have seen online that this could be a problem, but when im trying Raspbian on the same Pi everything work fine. So im kinda busted because i really want to use the pi 4 and not the pi 3 because of ram.
better use the pi imager or baleno etcher did you use a 32bit or 64bit version on your pi?
and the power supply is 5v and how mutch ampere i’m trying to get a good picture of the problem…
i use the usb-c connection for power and works great… i got pi 4 4gig with a 64bit version a test version
but that one is removed for volumio… needed more tweaking …
Volumio is only 32 bit currently, so just use the version from the Get Started - Volumio and you should be good.
Can you post a few more lines of console output before this error?
– Don’t format you card, just burn a new image using either Etcher (or a much lighter and more privacy respecting usbimager) and ensure the verification is successful.
– Do you have any USB devices plugged into the device?
I finally found the problem, but no fix to it. My project is a portable boombox and i wanted to use 2 software on it, Volumio and Raspbian OS. so i bought this:
Everything if working well with the Raspberry Pi 3B. But it seem to have compability issues with the Pi 4B 2GB. If im using a fresh boot on the initial sd card slot of the pi 4 everything is working fine.
Aha - that kinda makes sense - the current script that loads up the initramfs is hardcoded to boot from the SD card. When you add such a device, it probably changes the bootdevice?
Good question i should take a look, because on the 3B there was no trouble with the device. Do you think i could modify the pi 4B initramfs to be like the one in the 3B it there’s any difference?