You are not logged in.
Pages: 1
Good evening, I'm Andrea. I'm new to the forum, and I apologize in advance for any inaccuracies in my English.
Here's my issue.
For a few days, I've been facing a problem on my Dell laptop with Arch Linux installed. I don't know if this beaver is due to the last upgrade or not.
If I boot with a live USB (either Arch Linux or Manjaro), I can access to the live system without any issues. There are no errors or problems. However, when I shut down or restart the system to access my "normal" environment, the laptop no longer boots correctly. Bios does not find the GRUB for the OS boot. The dell diagnostic start and it ends with no disk suitable for boot present. To regain access, I have to use the live USB again and reinstall GRUB. After that, I can access my computer normally. Does anyone have an explanation for this behavior? This happen everytime I access to a live usb. Thanks in advance to everyone. Andrea
Last edited by andysh (2023-12-19 09:17:07)
Offline
There are some firmwares that will delete any non-Windows entries once you've booted something else. You can try using grub's --removable option to install to the default loader location, your firmware might pick that up and be able to boot it.
Offline
There are some firmwares that will delete any non-Windows entries once you've booted something else. You can try using grub's --removable option to install to the default loader location, your firmware might pick that up and be able to boot it.
Thank you Scimmia,
so you mean, when I re-install the grub, I have to use the --removable options? in this way:
grub-install --target=x86_64-efi --efi-directory=esp --bootloader-id=GRUB --removable
Offline
Moving to Newbie Corner.
Offline
@OP: Yes, that's right. Or just copy /EFI/grub/grubx64.efi to /EFI/Boot/bootx64.efi manually (paths relative to the EFI system partition).
More here (along with other potential solutions): https://wiki.archlinux.org/title/Unifie … mware_menu
Last edited by Head_on_a_Stick (2023-12-18 17:30:23)
Jin, Jîyan, Azadî
Offline
Ok, thanks for your suggestions and for to move my post in the correct section.
Tomorrow I will try and I will you know.
Andrea
Offline
Hi to everyone,
I confirm that the option --removable works for me.
Thank you for your time,
Andrea
Offline
Pages: 1