From 0058e923d73f1cf91220f5a38baf3d7be841191b Mon Sep 17 00:00:00 2001 From: Stefan Lankes Date: Sun, 28 May 2017 18:02:45 +0200 Subject: [PATCH] Updated Boot HermitCore from a raw image (markdown) --- Boot-HermitCore-from-a-raw-image.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Boot-HermitCore-from-a-raw-image.md b/Boot-HermitCore-from-a-raw-image.md index 401f852..c561e67 100644 --- a/Boot-HermitCore-from-a-raw-image.md +++ b/Boot-HermitCore-from-a-raw-image.md @@ -62,4 +62,7 @@ Afterwards, we are able to mount the partition and to install grub. ```bash $ sudo mount /dev/loop2 /mnt $ sudo grub-install --root-directory=/mnt --no-floppy --modules="normal part_msdos ext2 multiboot biosdisk" /dev/loop1 -``` \ No newline at end of file +``` + +**Note:** `loop1`is the MBR, while `loop2`is our partition. +