1
0
Fork 0
mirror of https://github.com/hermitcore/libhermit.git synced 2025-03-30 00:00:15 +01:00

Updated Boot HermitCore from a raw image (markdown)

Stefan Lankes 2017-05-28 18:02:45 +02:00
parent 872339f510
commit 0058e923d7

@ -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
```
```
**Note:** `loop1`is the MBR, while `loop2`is our partition.