On 6/18/24 12:52, Frank Bures wrote:
On 2024-06-18 11:40, Tom Horsley wrote:
On Tue, 18 Jun 2024 11:23:57 -0400
Frank Bures wrote:

Question: is this solution OK or have I done something wrong?  Is there a
better way of solving this?

--SNIP--
Personally, I'd just use rsync to back up the contents of sda rather
than doing a dd of the whole disk. That way everyone could have
their own UUIDs.

--SNIP--
If I understand correctly, doing rsync backup would not guarantee this direct 
boot functionality.

Actually, with UEFI you _can_ use rsync and preserve the boot function. The old 
days of boot code depending on absolute disk block addresses are gone. All 
stages of the boot loader now parse the file system structures to locate the 
blocks to read, so there is no problem with files not located at the same 
physical addresses on your two disks. The EFI partition is required to be an 
FAT filesystem because that's what the UEFI firmware is able to parse.

--
Bob Nichols     "NOSPAM" is really part of my email address.
                Do NOT delete it.

--
_______________________________________________
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to