From cc10ea92c1a9f2547041ec325ae717c97fb427fb Mon Sep 17 00:00:00 2001 From: Philipp Oppermann Date: Thu, 29 Oct 2015 15:01:29 +0100 Subject: [PATCH] Refer to comments on grub-mkrescue issues --- _posts/2015-08-18-multiboot-kernel.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/_posts/2015-08-18-multiboot-kernel.md b/_posts/2015-08-18-multiboot-kernel.md index 7538bc6e..36a6f227 100644 --- a/_posts/2015-08-18-multiboot-kernel.md +++ b/_posts/2015-08-18-multiboot-kernel.md @@ -214,7 +214,9 @@ qemu-system-x86_64 -hda os.iso ``` ![qemu output]({{ site.url }}/images/qemu-ok.png) -Notice the green `OK` in the upper left corner. Let's summarize what happens: +Notice the green `OK` in the upper left corner. If it does not work for you, take a look at the comment section. + +Let's summarize what happens: 1. the BIOS loads the bootloader (GRUB) from the virtual hard drive (the ISO) 2. the bootloader reads the kernel executable and finds the Multiboot header