From 3740b9cd90a4caaa07789a9a2f44c0b94d5e6cb0 Mon Sep 17 00:00:00 2001 From: Johannes Date: Thu, 11 Jan 2024 19:17:36 +0100 Subject: [PATCH] REAMDE.md: we need grub-pc-bin for bootable iso. On Ubuntu 22, to make ktf.iso bootable by qemu, we need grub-pc-bin. Without it xorriso will not copy System Area: 512 bytes from file '/usr/lib/grub/i386-pc/boot_hybrid.img'. Consequently, qemu just gets stuck forever at boot. Signed-off-by: Johannes --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5d520b12..a3d5132b 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ make boot You may need to install the following (unless you already have it): * GRUB2 bootloader tools - `grub2-common` package (e.g. `apt install grub2-common`) -* ISO generation tools - `xorriso` and `mtools` package (e.g. `apt install xorriso mtools`) +* ISO generation tools - `xorriso`, `grub-pc-bin`, and `mtools` package (e.g. `apt install xorriso grub-pc-bin mtools`) #### Kernel image build (for example to be used with QEMU)