https://rancher.com/ logo
#harvester
Title
# harvester
n

narrow-twilight-18889

05/16/2022, 3:28 PM
Need some help. I'm trying to boot the RancherOS.ISO and the VeeamRecovery.ISO but I keep getting the UEFI Interactive Shell Environment. I'm going to startup a RancherVM and attempt to migrate a VM by restoring a backup using Veeam.
I did get a Unbuntu iso to boot without any issue though...
p

polite-megabyte-63476

05/16/2022, 4:21 PM
Change the config to use bios
Copy code
firmware:
      # this sets the bootloader type
      bootloader:
        efi: {}
Change efi to bios
n

narrow-twilight-18889

05/16/2022, 4:28 PM
That did it! Thank you! I wish that was a selectable option.
9 Views