I have a Windows11 laptop, say LT1-WIN11+FED
.
Partition nvme0n1p1
is where the Windows boot stuff is. I made a 100GB ext4 partition, nvme0n1p4
, and installed fedora 40 workstation withnvme0n1p4
mounted at /
and with nvme0n1p1
mounted at /boot/efi
, and no other mounts (so /boot
is a normal directory, with nothing mounted to it).
Windows11, fedora and dual-boot etc all work perfectly. The fedora is fully updated, including kernel 6.10.11
.
I made an image of the fedora partition, nvme0n1p4
, let’s call it IMG-MYFED
.
There is an identical 2nd laptop (LT2-WIN11
) with the same BIOS version, but only the original OS, ie Windows11, on it (with tons of different setup, different updates, apps and data as it was used and evolved totally independently).
Now, if we skip the why for the moment (even if you think this is bonkers), my question is, can I create a new partition on laptrop LT2-WIN11
and somehow use the image, IMG_MYFED
and a fedora 40 workstation “live CD” to add exactly the same fedora setup on LT2-WIN
(with all specific app versions, tweaks for weird hardware, flatpacks, VMs, dev environemnts, settings, favourites, gnome extensions and their config, all the keyring stuff and docker & VirtualBox and other specifics - all of which took months to setup/fine-tune and would be a huge loss) all exactly the same?
I was thinking that I should create a new EFI partiton on LT2-WIN11
for the new fedoara installations UEFI boot mechanisms so there is nothing(?) shared with the Windows11 installation, and fix fstab
from the image to mount it at /boot/efi
.
Would appreciate all input/guidance that takes into account all the above.