But I thought "You know what? Maybe I can go smaller."
Raspberry Pi 4 smaller.
But in my experience with raspberry Pi 3s and SD cards,
they tend to die after a year of use,
and they're rather slow,
unless you buy the more expensive version that I'm told die even faster.
Enter SSD cards...
well in February because I bought a cheap one from China that arrives by boat.
So USB stick it is for now.
So I've done the following
* Downloaded Manjaro-ARM-xfce-rpi4-xx.xx.x.img
* Installed it on a SD card [balenaEtcher]
* Created EXT4 partition on USB stick, labeled it ROOT, and moved ROOT files over there [gparted]
* Moved BOOT files to ROOT, deleted BOOT, made it FAT32, relabeled, reflagged, and moved BOOT files back to BOOT, deleted ROOT and extended BOOT to maximum.
* Changed cmdline.txt to:
Code: Select all
root=/dev/sda1 rootfstype=ext4 rw rootwait console=ttyAMA0,115200 console=tty1 selinux=0 plymouth.enable=0 smsc95xx.turbo_mode=N dwc_otg.lpm_enable=0 kgdboc=ttyAMA0,115200 elevator=noop snd-bcm2835.enable_compat_alsa=0assuming this is all that's needed to boot my USB-stick.
I put both devices in my RPi4, plug in the power cord and... nothing happens.
What have I done wrong?
I'm suspecting my /etc/fstab is all wrong
Code: Select all
# Static information about the filesystems.
# See fstab(5) for details.
# <file system> <dir> <type> <options> <dump> <pass>
LABEL=BOOT /boot vfat defaults 0 0