sinnykumari added a new comment to an issue you are following: `` Update: I have succeeded in creating FAH CloudImage on aarch64 using imagefactory on local machine. Image gets generated successfully when we use reqpart in fedora-atomic kickstart file.
There are two issues while booting generated cloudImage on aarch64: 1. "can't find command linuxefi, can't find command initrdefi" . Modifying kernel boot parameter from linuxefi to linux and initrdefi to initrd fixes this problem. This problem has been fixed here https://github.com/ostreedev/ostree/pull/1021 . 2. After changes made as stated in 1st issue, booting gets stuck with following messages: EFI stub: Booting Linux Kernel... EFI stub: Using DTB from configuration table EFI stub: Exiting boot services and installing virtual address map...
It seems to be a problem with console option passed in fedora-atomic kickstart file at https://pagure.io/fedora-kickstarts/blob/master/f/fedora-atomic.ks#_20 . It seems, arm devices uses console=ttyAMA0. Either adding console=ttyAMA0 in line#20 or removing console=tty1 console=ttyS0,115200n8 fixes the problem.
With above two problem fixed, aarch64 image boots successfully. ``
To reply, visit the link below or just reply to this email https://pagure.io/atomic-wg/issue/299
atomic@lists.fedoraproject.org