Skip to content
This repository has been archived by the owner on Apr 20, 2024. It is now read-only.

Disklabel required for OpenBSD boot #35

Closed
io7m opened this issue Jul 30, 2020 · 0 comments
Closed

Disklabel required for OpenBSD boot #35

io7m opened this issue Jul 30, 2020 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@io7m
Copy link
Owner

io7m commented Jul 30, 2020

The current grub-bhyve commands look like this:

# Automatically generated. Do not edit.
kopenbsd -h com0 -r sd0a (hd0)/bsd
boot

This isn't enough. They need to be:

# Automatically generated. Do not edit.
kopenbsd -h com0 -r sd0a (hd0,openbsd1)/bsd
boot

We don't know openbsd1. The user needs to tell us about this label in the boot configuration.

@io7m io7m added the bug Something isn't working label Jul 30, 2020
@io7m io7m self-assigned this Jul 30, 2020
@io7m io7m closed this as completed in d483f02 Jul 30, 2020
io7m added a commit that referenced this issue Jul 30, 2020
Release: com.io7m.waxmill 0.0.11
Change: (Backwards incompatible) Require partition names for BSD booting (Ticket: #35)
io7m added a commit that referenced this issue Jul 30, 2020
Release: com.io7m.waxmill 0.0.11

Change: (Backwards incompatible) Require partition names for BSD booting (Ticket: #35)
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant