From 9ceb9041ed616f0afd48df6913733b7f9c1f6437 Mon Sep 17 00:00:00 2001 From: Regina König Date: Mon, 22 Jun 2020 19:22:08 +0200 Subject: another way to get into efi shell --- test_code/working_iso/README | 2 ++ test_code/working_iso/TinyCore-current.iso | Bin 0 -> 19922944 bytes test_code/working_iso/boot-efi | 12 ++++++++++++ 3 files changed, 14 insertions(+) create mode 100644 test_code/working_iso/README create mode 100644 test_code/working_iso/TinyCore-current.iso create mode 100755 test_code/working_iso/boot-efi (limited to 'test_code/working_iso') diff --git a/test_code/working_iso/README b/test_code/working_iso/README new file mode 100644 index 0000000..79a8b2c --- /dev/null +++ b/test_code/working_iso/README @@ -0,0 +1,2 @@ +sudo ./boot-efi TinyCore-current.iso + diff --git a/test_code/working_iso/TinyCore-current.iso b/test_code/working_iso/TinyCore-current.iso new file mode 100644 index 0000000..a8faf06 Binary files /dev/null and b/test_code/working_iso/TinyCore-current.iso differ diff --git a/test_code/working_iso/boot-efi b/test_code/working_iso/boot-efi new file mode 100755 index 0000000..28382ba --- /dev/null +++ b/test_code/working_iso/boot-efi @@ -0,0 +1,12 @@ +#!/bin/bash +kvm \ + -bios /usr/share/qemu/OVMF.fd \ + -drive format=raw,file=$1 \ + -net none \ + -serial stdio \ + -m 4G \ + -cpu host \ + -smp 2 + + + -- cgit v1.2.3-55-g7522