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 connectionsPath: ...!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
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:
References:
<20240801171000.46ce321a2dd0cb03be7cba00@eircom.net>
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:
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