Booting UEFI requires different things: (detailed descriptions on rodsbook site) Proper subdir/entry in ESP (could be reused from old disk) Proper entry in NVRAM (Can be read and changed with efibootmgr) If i were you, i would prepare for emergency rescuing the system in case of havoc. For example the refind iso is capable of booting a system without a proper NVRAM entry, in order to rescue, i recommend preparing such an iso.
Myself have been playing with different bootable systems using refind as a boot manager, but AFAICT you won't need that part. Am 10.05.2022 um 14:31 schrieb pa...@quillandmouse.com: > For all but the boot mechanism, copying files from source to > destination via rsync should work. For ext4, files are files. It's the > boot mechanism that can get tricky. That's what I'm unsure about. > > The plan is/was to partition the new 250G drive exactly as I want it, > and then copy the individual pieces (root, /boot, swap) to the drive. > Then figure out/work out the boot process so I can stick it in and boot > from that drive. > > Paul