From 2b50ee80cbad0eba65e12379f1edcabcfc6e3458 Mon Sep 17 00:00:00 2001 From: Bill Peck Date: Tue, 22 Sep 2015 15:10:10 -0400 Subject: use hard coded bootorder, uploading the firmware resets it --- firmware/amd_seattle/runtest.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/firmware/amd_seattle/runtest.sh b/firmware/amd_seattle/runtest.sh index 457d257..3c20a56 100755 --- a/firmware/amd_seattle/runtest.sh +++ b/firmware/amd_seattle/runtest.sh @@ -13,7 +13,8 @@ reboot_to_efi_shell() { # This job will end up aborting.. Next time the system is power cycled # we will boot from the wrong device. restore the correct boot order and # reboot again. - echo "efibootmgr -o $bootorder" >> /etc/rc.d/rc.local + echo "efibootmgr -o 0004,0005,0002,0003,0001" >> /etc/rc.d/rc.local + echo "sleep 5" >> /etc/rc.d/rc.local echo "reboot" >> /etc/rc.d/rc.local chmod +x /etc/rc.d/rc.local efishell=$(efibootmgr | grep 'Built-in EFI Shell' | cut -c5-8 | head -n 1) -- cgit