- It is best to follow these steps on a PC.
- If you fresh install your ALARM, then boot RPI once to complete OS configuration.
- Working ALARM images: https://github.com/fwcd/archlinuxarm-images
- mbr2gpt can be found here.
./mbr2gpt /dev/sdX
| /* Edit .config/gtk-3.0/gtk.css and add: */ | |
| headerbar, headerbar arrow, headerbar box, headerbar button, headerbar contents, headerbar entry, headerbar image, headerbar menubutton, headerbar slider, headerbar splitbutton, headerbar trough { | |
| margin: 0; | |
| min-height: 0; | |
| } | |
| headerbar { | |
| border-top: 0; | |
| padding-right: 0; |
./mbr2gpt /dev/sdX
| ... | |
| [all] | |
| # Turn off WiFi and Bluetooth | |
| dtoverlay=disable-wifi | |
| dtoverlay=disable-bt | |
| # Turn off Power LED | |
| dtparam=pwr_led_trigger=default-on | |
| dtparam=pwr_led_activelow=off |
# ./mbr2gpt /dev/sdX
| #!/usr/bin/env python3 | |
| # Created by https://github.com/Daviteusz | |
| # Source: https://github.com/Yubico/yubioath-flutter/blob/main/arb_reformatter.py | |
| # Thanks to https://github.com/AdamVe for small updates to language detection | |
| # Huge thanks to https://github.com/emlun for modify scipt to use JSON parser | |
| # Adjusted to work with .json files by Daviteusz |