ARM installer for R Pi 3

@computersavvy as expected, writing to the sd card worked fine using the sd card reader. Just to sum up

  1. Change directory to cd Downloads (where the raw image is downloaded)
  2. Plug in the card reader with the card in it
  3. Check the device / partitions by $ lsblk
    No partitions identified.
  4. $ sudo fdisk -l
    Disk /dev/sda: 29.81 GiB, 32010928128 bytes, 62521344 sectors
    Disk model: MassStorageClass
  5. Clean up anything that may have been corrupted by prior attempts with
dd if=/dev/zero of=/dev/sda  bs=1024 count=1
  1. Write the image to the device using the ARM image writer.
$ sudo arm-image-installer --image=Fedora-Server-35-1.2.armhfp.raw.xz --media=/dev/sda --resizefs

7516192768 bytes (7.5 GB, 7.0 GiB) copied, 227.91 s, 33.0 MB/s

Device Boot Start End Sectors Size Id Type
/dev/sda1 * 2048 1230847 1228800 600M 6 FAT16
/dev/sda2 1230848 3327999 2097152 1G 83 Linux
/dev/sda3 3328000 62521343 59193344 28.2G 8e Linux LVM

= Installation Complete! Insert into the board and boot.

It is booted up okay. I didn’t create a user name and moved to the login prompt.

Question: On the fedora login prompt/password what should I enter?

Thanks for being patient with me, much appreciated.

I’ll continue next steps: remote access for headless set-up, networking/config, storage/RAID, SAMBA share, rdiff, and Cockpit.

1 Like