kernel 6.5.4 not loading in Beaglebone black

I am giving drive link below, for all boot files I have tried with
https://drive.google.com/drive/folders/1k8KT-YMqi7zHRn50Ba3hMLw9ZNjg0jTz?usp=drive_link

I have used Dowloaded “bone-debian-9.9-lxqt-armhf-2019-08-03-4gb.img.xz” from
Debian 9.9 2019-08-03 4GB SD LXQT - BeagleBoard
first decompressed it as

unxz bone-debian-9.9-lxqt-armhf-2019-08-03-4gb.img

which gives us “bone-debian-9.9-lxqt-armhf-2019-08-03-4gb.img” file
Right click and opening with “Disk Image Mounter” mounted it into

home/waageesh/rootfs

formatted the SDCard again
Using gParted application created 2 partitions again
partion1 is allocated with 512MB memory with filesystem FAT16 and named as “BOOT”
partion2 is allocated with Rest of the memory with filesystem EXT4 and named as “ROOTFS”
Also, labels “boot, lba” are added to partion1 with right clicking on partion1 and choosing “Manage labels”

Post that, I copied all contents from
/home/waageesh/rootfs(rootfs decompressed from beaglebone black image file)
to
/home/waageesh/ROOTFS(parition created in SDCard, which servers as rootfs for kernel while booting on BBB)

Now that I am ready with bootable SDCard, I have inserted it in microSD slot of BBB board
Already changed booting sequence with S2 button earlier, so booting always starts from SDCard(if available any)

Below is the log for the same

Welcome to minicom 2.8

OPTIONS: I18n 
Port /dev/ttyUSB0, 23:31:00

Press CTRL-A Z for help on special keys

56827 bytes read in 7 ms (7.7 MiB/s)
Scanning disk mmc@48060000.blk...
Scanning disk mmc@481d8000.blk...
Found 5 disks
No EFI system partition
BootOrder not defined
EFI boot manager: Cannot load any image
gpio: pin 56 (gpio 56) value is 0
gpio: pin 55 (gpio 55) value is 0
gpio: pin 54 (gpio 54) value is 0
gpio: pin 53 (gpio 53) value is 1
switch to partitions #0, OK
mmc0 is current device
gpio: pin 54 (gpio 54) value is 1
Checking for: /uEnv.txt ...
355 bytes read in 3 ms (115.2 KiB/s)
gpio: pin 55 (gpio 55) value is 1
Loaded environment from /uEnv.txt
Importing environment from mmc ...
Checking if uenvcmd is set ...
gpio: pin 56 (gpio 56) value is 1
Running uenvcmd ...
Booting from microSD ...
10887744 bytes read in 784 ms (13.2 MiB/s)
56827 bytes read in 8 ms (6.8 MiB/s)
## Booting kernel from Legacy Image at 82000000 ...
   Image Name:   Linux-6.5.4
   Created:      2023-10-30   8:33:01 UTC
   Image Type:   ARM Linux Kernel Image (uncompressed)
   Data Size:    10887680 Bytes = 10.4 MiB
   Load Address: 80008000
   Entry Point:  80008000
   Verifying Checksum ... OK
## Flattened Device Tree blob at 88000000
   Booting using the fdt blob at 0x88000000
   Loading Kernel Image
   Loading Device Tree to 8ffef000, end 8ffffdfa ... OK

Starting kernel ...

Hi @RobertCNelson ,
I really can’t understand why, could you guide more ?