Warning: mysqli::__construct(): (HY000/1203): User howardkn already has more than 'max_user_connections' active connections in D:\Inetpub\vhosts\howardknight.net\al.howardknight.net\includes\artfuncs.php on line 21
Failed to connect to MySQL: (1203) User howardkn already has more than 'max_user_connections' active connections
Warning: mysqli::query(): Couldn't fetch mysqli in D:\Inetpub\vhosts\howardknight.net\al.howardknight.net\index.php on line 66
Article <v8grbv$2aknv$3@dont-email.me>
Deutsch   English   Français   Italiano  
<v8grbv$2aknv$3@dont-email.me>

View for Bookmarking (what is this?)
Look up another Usenet article

Path: ...!2.eu.feeder.erje.net!feeder.erje.net!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: druck <news@druck.org.uk>
Newsgroups: comp.sys.raspberry-pi
Subject: Re: Move bookworm system from SSD to NVME
Date: Thu, 1 Aug 2024 21:31:58 +0100
Organization: A noiseless patient Spider
Lines: 23
Message-ID: <v8grbv$2aknv$3@dont-email.me>
References: <v8cqd6$1gdnp$1@dont-email.me> <v8e73l$1o2dm$1@dont-email.me>
 <v8frll$24ic1$1@dont-email.me> <v8ft4f$250uj$1@dont-email.me>
 <v8gamm$28554$1@dont-email.me>
 <20240801171000.46ce321a2dd0cb03be7cba00@eircom.net>
 <v8ghss$290sp$1@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Date: Thu, 01 Aug 2024 22:31:59 +0200 (CEST)
Injection-Info: dont-email.me; posting-host="9ea916afb8e0c6c1bc72f7632814bbe9";
	logging-data="2446079"; mail-complaints-to="abuse@eternal-september.org";	posting-account="U2FsdGVkX192xHjymFlrncMVdzc4dRKR"
User-Agent: Mozilla Thunderbird
Cancel-Lock: sha1:C9sJNifZAu8gei9QBoVJ330KUC4=
Content-Language: en-GB
In-Reply-To: <v8ghss$290sp$1@dont-email.me>
Bytes: 2010

On 01/08/2024 18:50, Jesper wrote:
> The Natural philosopher says to clone both sda1 and sda2. I still wonder 
> if sda1 should be cloned. It is listed as "firmware". That sounds to me 
> like it is on a flashmemory directly on the raspi5, and you modify it 
> with raspi-config->Advanced options->Boot order.

Bookworm now calls the first FAT partition on the disk which contains 
device file and the kernel 'firmware' and mounts it at /boot/firmware
(previous versions just mounted at /boot). It is very much required for 
the Pi to start sucessfully.

> 
> But I can try running both commands:
> dd if=/dev/sda2 of=/dev/nvme0n1 bs=1m
> dd if=/dev/sda1 of=/dev/nvme0n1 bs=1m
> 
> Comments?

Just the one:-

dd if=/dev/sda of=/dev/nvme0n1 bs=1m

---druck