Why I can't find my Arch Linux on Mac's boot menu?
Clash Royale CLAN TAG#URR8PPP
up vote
0
down vote
favorite
So I got Arch Linux
installed on my 128GiB USB under x86_64-efi condition and can successfully boot on my Lenovo laptop (Windows 10 environment).
Later while I plug it into my macbook and hold option
key while booting to shot boot menu it doesn't shows off the USB. I'm confusing so I plugged my Arch Linux
installer (the one that'll auto enter root while boot) and it successfully shows up at the boot menu and can boot also.
So I can't understand why I can't find it on the boot menu and how can I solve it?
arch-linux boot usb macintosh
 |Â
show 1 more comment
up vote
0
down vote
favorite
So I got Arch Linux
installed on my 128GiB USB under x86_64-efi condition and can successfully boot on my Lenovo laptop (Windows 10 environment).
Later while I plug it into my macbook and hold option
key while booting to shot boot menu it doesn't shows off the USB. I'm confusing so I plugged my Arch Linux
installer (the one that'll auto enter root while boot) and it successfully shows up at the boot menu and can boot also.
So I can't understand why I can't find it on the boot menu and how can I solve it?
arch-linux boot usb macintosh
Did you install a bootloader (probably Grub?) during the installation? If you set everything up properly, you shouldn't have to enter the boot menu, but a bootloader menu will show up, allowing you to select an os.
â Matt
Feb 15 at 23:40
@Matt What? Do you meant bootloader for Mac or Arch? If you meant for Arch, I think yes, I follow the installation guild here and if I don't why I can boot on Windows. Also in the tutorial step 24 is a commandgrub-install --target=x86_64-efi --bootloader-id=grub_uefi --recheck
(I'm not pasting all including mounting and pacman install, just paste the grub installation command)
â Andrew-at-TW
Feb 15 at 23:43
Ah, misread the question. My mistake. Are you sure grub is installed to the usb stick, not to your (lenovo) laptop? What happens if you try and start that machine without the usb inserted? Do you still see a grub menu? You can take a look at the official arch wiki for their recommendations too.
â Matt
Feb 16 at 0:04
As a side note, I would recommend you follow the installation guide when installing in the future, as it is kept up to date by the community.
â Matt
Feb 16 at 0:08
@Matt I don't see the menu if you meant the menu that you can select Arch Linux or advance option for arch linux.
â Andrew-at-TW
Feb 16 at 0:08
 |Â
show 1 more comment
up vote
0
down vote
favorite
up vote
0
down vote
favorite
So I got Arch Linux
installed on my 128GiB USB under x86_64-efi condition and can successfully boot on my Lenovo laptop (Windows 10 environment).
Later while I plug it into my macbook and hold option
key while booting to shot boot menu it doesn't shows off the USB. I'm confusing so I plugged my Arch Linux
installer (the one that'll auto enter root while boot) and it successfully shows up at the boot menu and can boot also.
So I can't understand why I can't find it on the boot menu and how can I solve it?
arch-linux boot usb macintosh
So I got Arch Linux
installed on my 128GiB USB under x86_64-efi condition and can successfully boot on my Lenovo laptop (Windows 10 environment).
Later while I plug it into my macbook and hold option
key while booting to shot boot menu it doesn't shows off the USB. I'm confusing so I plugged my Arch Linux
installer (the one that'll auto enter root while boot) and it successfully shows up at the boot menu and can boot also.
So I can't understand why I can't find it on the boot menu and how can I solve it?
arch-linux boot usb macintosh
asked Feb 15 at 23:32
Andrew-at-TW
6818
6818
Did you install a bootloader (probably Grub?) during the installation? If you set everything up properly, you shouldn't have to enter the boot menu, but a bootloader menu will show up, allowing you to select an os.
â Matt
Feb 15 at 23:40
@Matt What? Do you meant bootloader for Mac or Arch? If you meant for Arch, I think yes, I follow the installation guild here and if I don't why I can boot on Windows. Also in the tutorial step 24 is a commandgrub-install --target=x86_64-efi --bootloader-id=grub_uefi --recheck
(I'm not pasting all including mounting and pacman install, just paste the grub installation command)
â Andrew-at-TW
Feb 15 at 23:43
Ah, misread the question. My mistake. Are you sure grub is installed to the usb stick, not to your (lenovo) laptop? What happens if you try and start that machine without the usb inserted? Do you still see a grub menu? You can take a look at the official arch wiki for their recommendations too.
â Matt
Feb 16 at 0:04
As a side note, I would recommend you follow the installation guide when installing in the future, as it is kept up to date by the community.
â Matt
Feb 16 at 0:08
@Matt I don't see the menu if you meant the menu that you can select Arch Linux or advance option for arch linux.
â Andrew-at-TW
Feb 16 at 0:08
 |Â
show 1 more comment
Did you install a bootloader (probably Grub?) during the installation? If you set everything up properly, you shouldn't have to enter the boot menu, but a bootloader menu will show up, allowing you to select an os.
â Matt
Feb 15 at 23:40
@Matt What? Do you meant bootloader for Mac or Arch? If you meant for Arch, I think yes, I follow the installation guild here and if I don't why I can boot on Windows. Also in the tutorial step 24 is a commandgrub-install --target=x86_64-efi --bootloader-id=grub_uefi --recheck
(I'm not pasting all including mounting and pacman install, just paste the grub installation command)
â Andrew-at-TW
Feb 15 at 23:43
Ah, misread the question. My mistake. Are you sure grub is installed to the usb stick, not to your (lenovo) laptop? What happens if you try and start that machine without the usb inserted? Do you still see a grub menu? You can take a look at the official arch wiki for their recommendations too.
â Matt
Feb 16 at 0:04
As a side note, I would recommend you follow the installation guide when installing in the future, as it is kept up to date by the community.
â Matt
Feb 16 at 0:08
@Matt I don't see the menu if you meant the menu that you can select Arch Linux or advance option for arch linux.
â Andrew-at-TW
Feb 16 at 0:08
Did you install a bootloader (probably Grub?) during the installation? If you set everything up properly, you shouldn't have to enter the boot menu, but a bootloader menu will show up, allowing you to select an os.
â Matt
Feb 15 at 23:40
Did you install a bootloader (probably Grub?) during the installation? If you set everything up properly, you shouldn't have to enter the boot menu, but a bootloader menu will show up, allowing you to select an os.
â Matt
Feb 15 at 23:40
@Matt What? Do you meant bootloader for Mac or Arch? If you meant for Arch, I think yes, I follow the installation guild here and if I don't why I can boot on Windows. Also in the tutorial step 24 is a command
grub-install --target=x86_64-efi --bootloader-id=grub_uefi --recheck
(I'm not pasting all including mounting and pacman install, just paste the grub installation command)â Andrew-at-TW
Feb 15 at 23:43
@Matt What? Do you meant bootloader for Mac or Arch? If you meant for Arch, I think yes, I follow the installation guild here and if I don't why I can boot on Windows. Also in the tutorial step 24 is a command
grub-install --target=x86_64-efi --bootloader-id=grub_uefi --recheck
(I'm not pasting all including mounting and pacman install, just paste the grub installation command)â Andrew-at-TW
Feb 15 at 23:43
Ah, misread the question. My mistake. Are you sure grub is installed to the usb stick, not to your (lenovo) laptop? What happens if you try and start that machine without the usb inserted? Do you still see a grub menu? You can take a look at the official arch wiki for their recommendations too.
â Matt
Feb 16 at 0:04
Ah, misread the question. My mistake. Are you sure grub is installed to the usb stick, not to your (lenovo) laptop? What happens if you try and start that machine without the usb inserted? Do you still see a grub menu? You can take a look at the official arch wiki for their recommendations too.
â Matt
Feb 16 at 0:04
As a side note, I would recommend you follow the installation guide when installing in the future, as it is kept up to date by the community.
â Matt
Feb 16 at 0:08
As a side note, I would recommend you follow the installation guide when installing in the future, as it is kept up to date by the community.
â Matt
Feb 16 at 0:08
@Matt I don't see the menu if you meant the menu that you can select Arch Linux or advance option for arch linux.
â Andrew-at-TW
Feb 16 at 0:08
@Matt I don't see the menu if you meant the menu that you can select Arch Linux or advance option for arch linux.
â Andrew-at-TW
Feb 16 at 0:08
 |Â
show 1 more comment
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f424497%2fwhy-i-cant-find-my-arch-linux-on-macs-boot-menu%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Did you install a bootloader (probably Grub?) during the installation? If you set everything up properly, you shouldn't have to enter the boot menu, but a bootloader menu will show up, allowing you to select an os.
â Matt
Feb 15 at 23:40
@Matt What? Do you meant bootloader for Mac or Arch? If you meant for Arch, I think yes, I follow the installation guild here and if I don't why I can boot on Windows. Also in the tutorial step 24 is a command
grub-install --target=x86_64-efi --bootloader-id=grub_uefi --recheck
(I'm not pasting all including mounting and pacman install, just paste the grub installation command)â Andrew-at-TW
Feb 15 at 23:43
Ah, misread the question. My mistake. Are you sure grub is installed to the usb stick, not to your (lenovo) laptop? What happens if you try and start that machine without the usb inserted? Do you still see a grub menu? You can take a look at the official arch wiki for their recommendations too.
â Matt
Feb 16 at 0:04
As a side note, I would recommend you follow the installation guide when installing in the future, as it is kept up to date by the community.
â Matt
Feb 16 at 0:08
@Matt I don't see the menu if you meant the menu that you can select Arch Linux or advance option for arch linux.
â Andrew-at-TW
Feb 16 at 0:08