Hi all,
I am attempting to get up and running with a new Pi4 8GB and Arch.
I am a long-time Arch user and after looking over the instructions in the docs I didn't anticipate any issues getting this going.
Alas, I can't seem to get the Pi to boot.
Just out of interest, what should my fstab look like?
Currently it looks like this:
$this->bbcode_second_pass_code('', '
# Static information about the filesystems.
# See fstab(5) for details.
# <file system> <dir> <type> <options> <dump> <pass>
/dev/mmcblk0p1 /boot vfat defaults 0 0
/dev/mmcblk0p2 / ext4 rw,relatime 0 1
')
After following the docs initially, the mount point for the root partition was not present in the fstab. I had to add that. Is this correct?
I did also follow the last set of instructions on the bottom that uses sed to replace mmcblk0 for mmcblk1 in the fstab. I have actually tried it with mmcblk0 and mmcblk1 now and I cannot get the device to boot.
Is there something silly I could be missing or doing wrong?
Any help would be greatly appreciated.
Thanks,
FS