You are not logged in.
Data is not lost, I can boot into arch iso and re-mount root to p5, home to p6 and arch efi partition to p3. After mounting I chroot and run the grub commands,
grub-install --target=x86_64-efi --efi-directory=/boot --bootloader-id=GRUBBYWUBBYThen make the cfg
grub-mkconfig -o /boot/grub/grub.cfgand a sanity check by running
efibootmgrtells me
BootCurrent: 0000
Timeout: 0 seconds
BootOrder: 0001
Boot0000* USB HDD: USB DISK 2.0 (this is the arch ISO bootable usb)
Boot0001* GRUBBYWUBBY HD(3,GPT,afab1dd3-d435-4253-9c98-b5983b74005b,0xc20b000,0x1000000)/\EFI\GRUBBYWUBBY\grubx64.efiThen I exit, run
umount -R /mntand a
shutdown now. Unplug the bootable USB and start the laptop back up just to see "No Bootable Devices"
Worth noting, I only reinstalled windows to buy a calling card in the shop... Thanks windows. Also, yes secure boot is turned back off and my laptop does not have fast boot option in bios
Last edited by yayo_dinero (2024-12-27 12:10:17)
I can make the computer do stuff
Offline
the fast boot option is NOT an option to be set in the uefi setup but within the windows power management - see https://wiki.archlinux.org/title/Dual_b … ibernation
Online
Then it is useless information as windows is no longer on my laptop
I can make the computer do stuff
Offline
Use the --removable option for the grub-install command and make sure there is no Microsoft directory under /EFI/ on the EFI system partition.
Jin, Jîyan, Azadî
Offline
Use the --removable option ... no Microsoft directory...
Windows 10 is uninstalled as I have no more need for it, this fails to show as an entry after running
efibootmgrI can make the computer do stuff
Offline
Have you checked the EFI system partition to ensure the Windows EFI loader is deleted?
Jin, Jîyan, Azadî
Offline
Have you checked the EFI system partition to ensure the Windows EFI loader is deleted?
yes, there is only 3 partitions being listed when running 'lsblk'
I can make the computer do stuff
Offline
That doesn't answer my question.
Show me how you determined the absence of bootmgfw.efi on the EFI system partition. Thanks.
Jin, Jîyan, Azadî
Offline
there is only 3 partitions being listed when running 'lsblk'
please post output of
lsblk -f -o +PARTTYPEOnline
Got it fixed, thanks guys for the help. So what end up happening was I decided to just recreate the efi partition, format and mount but then when I would chroot /mnt, grub-install and grub-mkconfig, I would get zero errors. efibootmgr tells me the entry has been added and everything is good to go. exit, umount -R /mnt and shutdown, unplug and reboot. But every single time I would get a screen of "No bootable devices" and no boot entries in the BIOS. I was so frustrated and confused. Then I tried to rerun some of the command after the formatting part of the installation, and
mkinicpio -PI would get an error about there being no linux image, strange so I tried
pacman -S linux linux-firmwarefor a sanity check and lo and behold, these had --reinstalling tags at the end. What does it mean there is no linux img? endend up just
pacstrap -K /mnt base linux linux-firmware base-develbut what was weird was something came through for the linux-firmware, and downloaded and installed everything. did the rest of the grub stuff and rebooted and again got nothing. I was able to go into bios and create a symlink to the .efi file, (I wasn't able to before) and it works now. But only after forcefeeding it the answer. If someone could shed some light that would be awesome. I'm riding the high of getting this working for right now.
I can make the computer do stuff
Offline
I was able to go into bios and create a symlink to the .efi file
That doesn't make much sense. The FAT filesystem doesn't support symlinks ![]()
Anyway I won't be back, it's really irritating when OPs ignore questions. Bye!
Jin, Jîyan, Azadî
Offline