|
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
|
|
115.
|
|
|
In the screenshot above ``0000`` is the first boot option so the computer boots on the Linux Mint grub menu. If grub fails (or if it is dismissed with the ``exit`` command), the computer follows the boot order and then tries to boot ``0081``, which corresponds to Mac OS.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../../efi.rst:64
|
|
116.
|
|
|
Where to find help
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../../help.rst:2
|