diff options
author | Michael Reed <top@secret> | 2017-07-02 23:03:17 -0400 |
---|---|---|
committer | Michael Reed <top@secret> | 2017-07-02 23:08:17 -0400 |
commit | 6591f07837a8fffaad49ea3458cf14fc708163ac (patch) | |
tree | 2b98c5b6a01d7bb232fcc9cd51a14f08a58acbe3 | |
parent | 4a103c50128ad1f97dc7d2fe7ec70f880e42fcb4 (diff) | |
download | librebootfr-6591f07837a8fffaad49ea3458cf14fc708163ac.tar.gz librebootfr-6591f07837a8fffaad49ea3458cf14fc708163ac.zip |
OpenBSD docs: Add grub.conf caveat for GPT users
The openbsd1 partition is only present for users with an MBR
installation of OpenBSD, which not everyone has.
-rw-r--r-- | docs/bsd/openbsd.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/bsd/openbsd.md b/docs/bsd/openbsd.md index 584fefd7..7fb96d9f 100644 --- a/docs/bsd/openbsd.md +++ b/docs/bsd/openbsd.md @@ -159,6 +159,9 @@ On your OpenBSD root partition, create the `/grub` directory and add the file kopenbsd -r sd0a (ahci0,openbsd1)/bsd } +If your OpenBSD installation uses a GPT scheme, use the `gpt4` partition +instead of `openbsd1`. + The next time you boot, you'll see the old Grub menu for a few seconds, then you'll see the a new menu with only OpenBSD on the list. After 3 seconds OpenBSD will boot, or you can hit enter to boot. |