You are not logged in.
I installed Arch linux on a Samsung Sens x180 laptop.
I think my issue is in the bootloader installation because after I put this command:
grub-install --target=x86_64-efi --bootloader-id=GRUB --efi-directory=/boot --recheck --removable
grub-mkconfig -o /boot/grub/grub.cfgthe results is this:
Warning: os-prober will not be executed to detect other bootable partitions.
systems on them will not be added to the GRUB boot configuration.
Check Grub_DISABLE_OS_PROBER documentation entry
Adding boot menu entry for UEFI Firmware Settings ...
doneLast edited by Greasily3062 (2023-06-08 02:53:40)
Offline
That looks pretty normal.
Offline
That looks pretty normal.
Noted.
But the grub is still not showing.
Offline
Not showing where? An installation with the --removable flag leads to not generating an NVRAM entry so the "boot entry" you have to pick when booting is going to be the name of the disk, e.g. [UEFI] Sandisk blabla or similar.
That said the output doesn't mention adding linux files either. Did you install a kernel? And if so did you install it before mounting the ESP to /boot? Which instructions did you follow to install this?
Last edited by V1del (2023-06-07 08:47:55)
Offline
Not showing where?
grub bootloader is not showing at the start. I only got a blinking cursor
Did you install a kernel? And if so did you install it before mounting the ESP to /boot?
I installed the kernel but what I did is I mount the EFI system partition (/dev/sda1) to /boot before installing the kernel just like what is said in the official guide.
Which instructions did you follow to install this?
I followed the official Installation guide. https://wiki.archlinux.org/title/Installation_guide
But theres no instruction on bootloader that's why I follow a different one.
An installation with the --removable flag leads to not generating an NVRAM entry ...
I'll try again and remove this flag. Will report again.
Offline
V1del wrote:An installation with the --removable flag leads to not generating an NVRAM entry ...
I'll try again and remove this flag. Will report again.
it says now that EFI variables are not supported on this system. grub-install: error: efibootmgr failed to register the boot entry: No such file or directory
Offline
All of this can be normal and expected but you need to go into your UEFI and select to boot the "disk" that GRUB is installed on. Make sure secureboot is disabled if that fails.
Offline
All of this can be normal and expected but you need to go into your UEFI and select to boot the "disk" that GRUB is installed on. Make sure secureboot is disabled if that fails.
this is an old laptop and I don't see any secure boot option to disable.
I also tried to disable legacy boot and boot up again the flash disk.
It shows the menu with the Arch Linux install medium (x86_64, UEFI) but its just blank when I select it.
I also try to access the UEFI Firmware settings in the menu but it says error: reboot to firmware setup is not supported by the current firmware
I think this laptop is doesn't support UEFI and only accept BIOS. does this mean I can't install Arch Linux on this laptop?
But I have installed Manjaro Linux in this before.
Offline
No it means you need to install GRUB in BIOS mode: https://wiki.archlinux.org/title/GRUB#BIOS_systems
Offline
I followed the official Installation guide. https://wiki.archlinux.org/title/Installation_guide
But theres no instruction on bootloader that's why I follow a different one.
What about https://wiki.archlinux.org/title/Arch_b … oot_loader? That's linked directly from the Installation Guide.
I think this laptop is doesn't support UEFI and only accept BIOS. does this mean I can't install Arch Linux on this laptop?
No. Just use the i386-pc target for the grub-install command: https://wiki.archlinux.org/title/GRUB#BIOS_systems
Probably best to remove the ESP and move /boot/ back to the root partition though.
EDIT: bugger.
Last edited by Head_on_a_Stick (2023-06-07 19:50:15)
Jin, Jîyan, Azadî
Offline
Greasily3062 wrote:I followed the official Installation guide. https://wiki.archlinux.org/title/Installation_guide
But theres no instruction on bootloader that's why I follow a different one.What about https://wiki.archlinux.org/title/Arch_b … oot_loader? That's linked directly from the Installation Guide.
Greasily3062 wrote:I think this laptop is doesn't support UEFI and only accept BIOS. does this mean I can't install Arch Linux on this laptop?
No. Just use the i386-pc target for the grub-install command: https://wiki.archlinux.org/title/GRUB#BIOS_systems
Probably best to remove the ESP and move /boot/ back to the root partition though.
EDIT: bugger.
I changed my partition from GPT to MBR and follow the the instructions in https://wiki.archlinux.org/title/GRUB#BIOS_systems
It works now.
Thank you very much.
Offline