I have a bootable USB stick that contains the try bootable image of Ubuntu 22.04.2 LTS as distributed by Ubuntu. Normally, after the try, I do a full install as the try verifies that Ubuntu can "see" the hardware. On an HP Zbook G9, following the HP service manual, I removed the HP supplied MS Win unbooted SSD, and replaced it with a new unformatted Crucial SSD. The G9 has "Wolf Security". There is no menu to boot from the USB drive and there is mechanism to boot and eliminate Wolf Security from the machine. Do I need to first boot into the supplied MS Win SSD, make changes in the BIOS, and then try to boot the USB stick with 22.04.2 ? Will it boot? What changes must be made? If I dd
as root from a working USB based Ubuntu system with a UEFI secure boot to the unused SSD (accessed via a USB to SSD external attachment device) will that work? Say that the working system is /dev/sda and the USB attached SSD appears as /dev/sdd, then I would do a full dd
from /dev/sda to /dev/sdb that should include all of the partitions including UEFI boot (or is even more required?). If a "key" is required to boot, how does one discover the magic key? Any information would be helpful.