From 934e8369b6af9a3f8034ccefa25e95963650b0a8 Mon Sep 17 00:00:00 2001 From: Philipp Oppermann Date: Wed, 28 Oct 2015 18:34:15 +0100 Subject: [PATCH] Add a note about a xorriso version error on grub-mkrescue fixes phil-opp/blog_os#16 --- _posts/2015-08-18-multiboot-kernel.md | 1 + 1 file changed, 1 insertion(+) diff --git a/_posts/2015-08-18-multiboot-kernel.md b/_posts/2015-08-18-multiboot-kernel.md index 310d8ddb..7538bc6e 100644 --- a/_posts/2015-08-18-multiboot-kernel.md +++ b/_posts/2015-08-18-multiboot-kernel.md @@ -202,6 +202,7 @@ Now we can create a bootable image using the command: ``` grub-mkrescue -o os.iso isofiles ``` +_Note_: If you're getting an error about your `xorriso` version, make sure `xorriso` is installed. ## Booting Now it's time to boot our OS. We will use [QEMU]: