|
105.
|
|
|
Type ``sudo efibootmgr`` and press :kbd:`Enter`.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../../efi.rst:33
|
|
106.
|
|
|
This command lists the available boot options and the boot order.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../../efi.rst:35
|
|
107.
|
|
|
In the screenshot above, there are three boot options:
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../../efi.rst:41
|
|
108.
|
|
|
``ubuntu`` at ``0000``
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../../efi.rst:43
|
|
109.
|
|
|
``linuxmint`` at ``0001``
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../../efi.rst:44
|
|
110.
|
|
|
``Mac OS X`` at ``0081``
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../../efi.rst:45
|
|
111.
|
|
|
The boot order is ``0081``. This indicates that the computer only tries to boot Mac OS and not Linux Mint.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../../efi.rst:47
|
|
112.
|
|
|
For technical reasons Linux Mint uses ``ubuntu`` as its EFI boot name.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../../efi.rst:50
|
|
113.
|
|
|
To fix the boot order, type ``sudo efibootmgr --bootorder XXXX,YYYY`` (where ``XXXX`` and ``YYYY`` are the operating system boot options you want to boot).
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../../efi.rst:53
|
|
114.
|
|
|
In the screenshot above, ``sudo efibootmgr --bootorder 0000,0081`` instructs the computer to first try to boot Linux Mint (``ubuntu`` being the EFI boot name for Linux Mint), and then Mac OS.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../../efi.rst:59
|