Page 1 of 2

raspberry pi with ssd

Posted: Sun Mar 03, 2024 9:58 am
by PA5WIL
I have a raspberry pi working from a nvme ssd. Is het possible to install pi-star on a ssd?

Re: raspberry pi with ssd

Posted: Sun Mar 03, 2024 2:07 pm
by WG4USA
using the "dd" command, it should be possible, yes

though using an ssd/nvme seems like, from the outside looking in, may be overkill

Re: raspberry pi with ssd

Posted: Wed Mar 06, 2024 1:02 pm
by PA5WIL
I can flash pi-star to a nvme ssd for raspberry pi 5. But it is not booting.

Re: raspberry pi with ssd

Posted: Wed Mar 06, 2024 5:50 pm
by WG4USA
web search. Not sure how it's done on the rpi5. I think on the rpi4, you have to initially boot off of microsd card and tinker with a config within raspi-config, though I am not sure

Re: raspberry pi with ssd

Posted: Wed Mar 06, 2024 7:59 pm
by M1DNS
You cant burn ur download file to an ssd and expect it to run as it would if it we're burnt to an sd card.

Theres a whole host of magic youll need to cunjure up to make it run from an ssd/ nvme :)

Sent via smoke signals using my SM-G935F


Re: raspberry pi with ssd

Posted: Thu Mar 07, 2024 2:45 am
by KN2TOD
Actually, not a lot of magic involved: a couple of SED commands that make some simple changes to three files on an existing system and the image is ready to be cloned/booted to/from other SD cards, USB's, SSD's and NVME's.

Re: raspberry pi with ssd

Posted: Fri Mar 08, 2024 8:05 am
by PA5WIL
KN2TOD wrote: Thu Mar 07, 2024 2:45 am Actually, not a lot of magic involved: a couple of SED commands that make some simple changes to three files on an existing system and the image is ready to be cloned/booted to/from other SD cards, USB's, SSD's and NVME's.
but wich commands? With google i find nothing how to that

Re: raspberry pi with ssd

Posted: Fri Mar 08, 2024 12:47 pm
by G8SEZ

Re: raspberry pi with ssd

Posted: Fri Mar 08, 2024 11:53 pm
by KN2TOD
PA5WIL wrote: Fri Mar 08, 2024 8:05 am
KN2TOD wrote: Thu Mar 07, 2024 2:45 am Actually, not a lot of magic involved: a couple of SED commands that make some simple changes to three files on an existing system and the image is ready to be cloned/booted to/from other SD cards, USB's, SSD's and NVME's.
but wich commands? With google i find nothing how to that
You must prep any Pi-Star image (on a microSD card) before it can be cloned to an alternate type of device:

<https://github.com/kn2tod/pistar-boot-from-usb>

Once so prepped, the revised image can be cloned over and over again. I typically use Etcher but Pi-Imager works just as well. You can also mount both drives side-by-side on the Pi, but the cloning process is more involved that way, IMHO.

Best you start with a small microSD card: you can clone to larger sizes but not to ones smaller than the original.

Re: raspberry pi with ssd

Posted: Sat Mar 30, 2024 2:33 pm
by ad4uu
I am also having an issue with getting Pi-star image 4.3 to boot from a ssd NVMe ssd card using the PCIe express connection.

It will boot fine on the Original 4.3 image from The raspberry pi folks. I also have it booting fine from ASL Link allstar image.

It appears the pi-star image is missing some of the files to boot form the ssd.
Error I am getting:
/scripts/local-premount/firstboot: 11 /scripts/local-premount/firstboot: grep: not found
Gave up waiting for root file system device.

I am not an expert on the OS and was hoping to get it working like my ASL nodes.

I have read the other post and how to make it work with a usb ssd. But I am using PCIe connection.

Be nice to get it working if possible. Hopefully there with be a pi-star image that will support the ssd PCIe connection.
It woks fine with the the raspberry pi down load so something different with the pi-star image.

Thanks all

Dave/AD4UU