-
-
Notifications
You must be signed in to change notification settings - Fork 11
Description
asahi-bless doesn't seem to work correctly while macOS is in a hibernated state
(workaround: boot to macOS and then reboot to Linux, after that asahi-bless will work normally again)
Steps to reproduce:
- Set Asahi Linux as the default startup disk (i.e. not macOS)
- Make macOS hibernate (e.g. use macOS on a laptop without the power cord until you run out of battery)
(macOS goes to hibernation mode)
- Attach the power cord and press the power button
(because of step 0, Linux starts up instead of macOS)
- run
$ sudo asahi-bless
What happens:
asahi-bless doesn't show the (now hibernated) macOS disk or the Linux disk
(only shows an empty prompt, "1" and "2" don't work)
$ sudo asahi-bless
==> 1
index out of range
OutOfRange
Expected:
work normally, or if that's not possible, at least show a meaningful error message (explain that asahi-bless can't do its thing while macOS is hibernated or whatever the correct terminology is, and also explain that the user must first "manually" boot to macOS and then reboot back to Linux, after that things will start working again)