I have a new SD card: SanDisk 512GB Extreme microSDXC UHS-I Memory Card
That I want to put LibreELEC on for use in a Raspberry Pi 5. The "easily accessible" computer I am typing this from has Ubuntu 20.04.
I downloaded: LibreELEC-RPi5.arm-11.0.6.img.gz, inserted the SD card into my Ubuntu machine, then did the following:
Code
		
			$ gzip -d LibreELEC-RPi5.arm-11.0.6.img.gz
$ lsblk
...
sda           8:0    1 476.7G  0 disk 
└─sda1        8:1    1 476.7G  0 part /media/mike/3731-3564
...
$ sudo dd if=LibreELEC-RPi5.arm-11.0.6.img of=/dev/sda1 bs=4M
137+1 records in
137+1 records out
575668224 bytes (576 MB, 549 MiB) copied, 0.425209 s, 1.4 GB/sThen I (first soft then hard) ejected the SD card, inserted it into the RPi5, powered it on, and got this:
What might I be missing?
 
		 
		
		
	

