Hacking ARM desktop installer
Working around the desktop installer image requiring peripherals to complete.
Prerequisite
- network scanner e.g. nmap, arp-scan or ipscan
- ethernet connection
Raspberry Pi connected using ethernet
- Download desktop the image
- Write image to sd-card
- Insert image into your RPI
- Connect ethernet cable
- Power device
- Wait until the device settles - the green activity led becomes quiet
- Scan the network and locate the device IP
nmap -p 22 --open ip.x.y.0/24
- Open an ssh connection to the device using oem as username and password
ssh oem@ip.x.y.z
- Ensure the system is up-to-date with a current mirror and current metadata
sudo pacman-mirrors --continent && sudo pacman -Syy
- Remove the calamares oem installer
sudo pacman -Rns calamares calamares-arm-oem
- Sync the command line oem installer
sudo pacman -S manjaro-arm-oem-install
- Execute the oem setup script
sudo bash /usr/share/manjaro-arm-oem-install/manjaro-arm-oem-install
- Done
Remote GUI
A headless system with a GUI desktop is useless unless you can access that desktop from elsewhere.
https://root.nix.dk/network-notes/tigervnc-over-ssh
Cross posted to Manjaro Forum