Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 5997

Beginners • Re: Install onto and boot from NVMe

$
0
0

Code:

sudo dd bs=1M if=2024-11-19-raspios-bookworm-arm64-lite.img of=/dev/nvme0n1p1
Useless use of dd. Just use cp instead

Code:

cp 2024-11-19-raspios-bookworm-arm64-lite.img /dev/nvme0n1
or if you have the .xz file you can use

Code:

xzcat 2024-11-19-raspios-bookworm-arm64-lite.img.xz > /dev/nvme0n1
After powering off, remember to remove the SD card.

Statistics: Posted by Solskogen — Thu Dec 19, 2024 5:28 pm



Viewing all articles
Browse latest Browse all 5997

Trending Articles