Skip to content
Snippets Groups Projects
Commit e92e69f3 authored by Denis Pynkin's avatar Denis Pynkin
Browse files

Fix the boot commands for Amd64 bootloader


Use correct boot commands for Amd64 since they are used
in all AUM tests during reboot.

Signed-off-by: default avatarDenis Pynkin <denis.pynkin@collabora.com>
parent d8db26c9
No related branches found
No related tags found
1 merge request!145Fix the boot commands for Amd64 bootloader
......@@ -10,7 +10,9 @@ main-profile:
baseurl: "https://images.apertis.org"
boot_method: grub
boot_commands:
- ramdisk
- set root='(hd0,gpt1)'
- chainloader /efi/boot/bootx64.efi
- boot
needs_dtb: false
dtb_root: ""
device_type: minnowboard-turbot-E3826
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment