From dbce597de7fb4e57ed4636ae531a3e03323d3c45 Mon Sep 17 00:00:00 2001 From: Philipp Oppermann Date: Sat, 31 Oct 2015 14:31:13 +0100 Subject: [PATCH] Suggest `--verbose` on `grub-mkrescue` problems --- _posts/2015-08-18-multiboot-kernel.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_posts/2015-08-18-multiboot-kernel.md b/_posts/2015-08-18-multiboot-kernel.md index 36a6f227..b50db4f4 100644 --- a/_posts/2015-08-18-multiboot-kernel.md +++ b/_posts/2015-08-18-multiboot-kernel.md @@ -202,7 +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. +_Note_: If it does not work for you, make sure `xorriso` is installed and try to run it with `--verbose`. ## Booting Now it's time to boot our OS. We will use [QEMU]: