Skip to content
This repository has been archived by the owner on Dec 8, 2023. It is now read-only.

Commit

Permalink
readme: note grub2 differences on non-alpine platforms
Browse files Browse the repository at this point in the history
In the Remastering ISO section of the README.md note that it is not
uncommon for `grub-mkrescue` from grub2 installations to create `boot/grub2`
instead of the expected `boot/grub`.

Addresses #288 (and possibly #358)
  • Loading branch information
dweomer committed Jan 28, 2020
1 parent d933719 commit 0eef8b6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,11 @@ cp /mnt/boot/grub/grub.cfg iso/boot/grub/
grub-mkrescue -o k3os-new.iso iso/ -- -volid K3OS
```

GRUB2 CAVEAT: Some non-Alpine installations of grub2 will create `${ISO}/boot/grub2` instead of `${ISO}/boot/grub`
which will generally lead to broken installation media. Be mindful of this and modify the above commands
(that work with this path) accordingly. *Systems that exhibit this behavior typically have `grub2-mkrescue`
on the path instead of `grub-mkrescue`.*

### Takeover Installation

A special mode of installation is designed to install to a current running Linux system. This only works on ARM64 and x86_64. Download [install.sh](https://raw.githubusercontent.com/rancher/k3os/master/install.sh)
Expand Down

0 comments on commit 0eef8b6

Please sign in to comment.