Skip to content

Commit

Permalink
REAMDE.md: we need grub-pc-bin for bootable iso.
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
sktt authored and wipawel committed Jan 12, 2024
1 parent 4a91a77 commit c1ab591
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit c1ab591

Please sign in to comment.