Forum

Install Yunohost on...
 
Notifications
Clear all

Install Yunohost on Raspberry Pi 5 on SSD

Lantern
(@lantern)
Illustrious Member Admin

Dit is een manual op basis van een Raspberry Pi4B maar we gaan het proberen op een Raspberry Pi5. Plus de helpende hand via het Cookbook van Roebar πŸ˜‰

Bron: https://forum.yunohost.org/t/install-yunohost-on-raspberry-pi-4b-on-ssd/25090

  1. Burn a MicroSD card with the current Yunohost image as in the documentation.
  2. Boot the Pi from the SD card, connect, and let it run through the installation process so you have an admin login.
  3. Connect to the Pi over SSH with the admin user.
  4. Check the status of the Pi EEPROM with sudo vcgencmd bootloader_version. The version date is on the first line and should be later than 2020/03/09.
  5. Check for an update with sudo rpi-eeprom-update. There may be an update available, but the update channel needs to be changed from default (that was in my case, the blog entry says it will be critical) to stable.
  6. Open /etc/default/rpi-eeprom-update with an editor. For ease of use sudo nano /etc/default/rpi-eeprom-update. You will see the line FIRMWARE_RELEASE_STATUS="default". Change default to stable. Save the file.
  7. Check sudo rpi-eeprom-update again. This should show an update.
  8. Apply the update with sudo rpi-eeprom-update -a, and reboot.
  9. When the Pi has rebooted, check that the update has been applied with vcgencmd bootloader_version again.
  10. Now change the boot order. This can be done through raspi-config.
  11. Run sudo raspi-config and select 6. Advanced Options.
  12. Select A6 Boot Order. Confirm that the first option is B1 SD Card Boot Boot from SD Card if available, otherwise boot from USB. If it isn’t, make an option that includes USB first - the second option for me is B2 USB Boot Boot from USB if available, otherwise boot from SD Card, but I can’t change to that in the Yunohost image.
  13. Next, burn the Yunohost image to your SSD. This works in the same way as an SD card, so use Etcher or the image burner of your choice. Etcher will tell you that your SSD is a large device and ask for confirmation.
  14. You now have a 2.1GB image on your SSD so it needs to be resized. On a Linux based desktop this will need Gparted or another disk management tool (Gnome Disks, KDE Partition Manager etc) so start that.
  15. The external SSD should appear with your local storage with a FAT32 boot partition, a 2.1 GB rootfs partition and a lot of unallocated space. Resize the rootfs partition to use up as much space as it can. Gparted, Disks and KDE Partition Manager will do this graphically.
  16. Remove the SD card from the Pi and plug the SSD into one of the USB 3 ports and boot.
  17. Connect to the Pi with a web browser - it should have the same IP as with the SD card if your router is working correctly and run the configuration again. You should then have a clean Yunohost install on the SSD.

Β 

Download links:

Balena Etcher: https://etcher.balena.io/#download-etcher

Yunohost: https://yunohost.org/en/install/hardware:rpi34

UPDATE: Nieuwe Cookbook volgt a.s.a.p. 🤣Β 

Β 

Β 

Quote
Topic starter Posted : 29/05/2024 4:04 pm
Lantern
(@lantern)
Illustrious Member Admin

Nou dit is een crash and burn 🥀 . Yunohost kan je nu nog niet installeren op een Pi5 helaas. OS not supported.

https://forum.yunohost.org/t/question-yunohost-change-from-pi4-to-pi5/28562

Ok dat wordt nog even wachten dus.

BE CONTINUED !

ReplyQuote
Topic starter Posted : 29/05/2024 4:14 pm