Advertisement
techwitheddie

Argon m.2 SSD Boot

Jun 19th, 2021 (edited)
1,249
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.36 KB | None | 0 0
  1. - Update OS
  2.     sudo apt update
  3.     sudo apt full-upgrade
  4.     sudo rpi-update
  5.  
  6. - Reboot the Raspberry Pi
  7.  
  8. - Install the latest bootloader by typing
  9.     sudo rpi-eeprom-update -d -a
  10.  
  11. - Reboot the Raspberry Pi again.
  12.  
  13. - Change Boot Sequence
  14.     sudo raspi-config
  15.  
  16. - Argon Fan Script
  17.     curl https://download.argon40.com/argon1.sh | bash
  18.  
  19. - Configure
  20.     argonone-config
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement