I want to install OL because of btrfs.
I am installing by following instruction.
https://docs.oracle.com/en/learn/oracle-linux-install-rpi/index.html
I ran the following command.
sudo bash -c "xzcat <compressed-image> > <path-to-device-name>"
The command I actually ran is:
sudo bash -c "xzcat ./
rpi-ol9.0-image-20220628.img.xz > /dev/sda"
After ejecting this sdcard, I plugged it into the raspberrypi and booted it.
I'm stuck in grub and can't even type by usb keyboard.
OCR the image
Net:
etho: ethernete?d580000
PCIe BRCM: link up, 5.0 Gbps ×1 (SSC) starting USB...
Bus xhci_pci: Register 5000420 NbrPorts 5
Starting the controller
USB XHCI 1.00
scanning bus xhci_pci for devices... Failed to get keyboard state from device 258a:0013
4 USB Device(s) found
scanning ush for storage devices... O Storage Device(s) found
Hit any key to stop autoboot: switch to partitions 10, OK mmc0 is current device
Scanning mnc 0:1...
libfdt fdt _check_header () : FDT_ERR_BADMAGIC
Card did not respond to voltage select? : -110
Scanning disk mcnre7e300000.bIk...
Disk mncure?e300000.blk not ready
Scanning disk ance?e340000.b1k...
Found 4 disks
* Unable to read file ubootefi.var s
Failed to load EFI variables
BootOrder not defined
EFI boot manager: Cannot load any image
Found EFI removable media binary efi/redhat/grubaa64.efi
1626112 butes read in 92 ms (16.9 MiB/S)
libfat fat _check_header (): FDT_ERR_BADMAGIC
Booting ref iNredhat\grubaa64.efi
Minimal BASH-like line editing is supported. For the first word, TAB lists possible command completions. Anywhere else TAB lists possible device or file completions.
grub>
thank you.