LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Desktop (https://www.linuxquestions.org/questions/linux-desktop-74/)
-   -   GRUB doesn't load after initial reboot (https://www.linuxquestions.org/questions/linux-desktop-74/grub-doesnt-load-after-initial-reboot-4175616034/)

Fergupicus 10-20-2017 07:23 AM

GRUB doesn't load after initial reboot
 
Ok so I just installed Debian because I like to hop around distributions every now and again. So anyway I can get to the part where I just finished the installation and reboot; everything loads fine and exactly like expected. I start customization and then decide to reboot to just everything works still. But this time when I boot my screen reads "Reboot and select proper Boot device
or Insert Boot Media in selected Boot device and press a key"
I've done this stuff before and it has worked so whats wrong? I've tried reinstalling GRUB through "rescue mode" on the installation media - didn't work. I have also tried reinstalling the entire OS (I didn't mind because I hadn't done much on the installation.) Same outcome. :(
Is there something I'm doing wrong? Oh and keep in mind I am dual booting Kali as well.

Thanks.

syg00 10-20-2017 07:35 AM

Sounds like a brain-dead BIOS that believes M$oft rules the world. Do you have a partition (only one of course) marked as "boot" ?.

Fergupicus 10-20-2017 07:46 AM

Yeah that's what I think too as this Toshiba Satellite had Win10 installed initially. But no I have an EFI partition as that's what I usually do. Do I need a BIOS partition for Debian or what? Also thanks for the fast reply :)

syg00 10-20-2017 07:53 AM

No, ignore me if UEFI .... :p
I've had that happen on BIOS systems - was a while ago tho'.

There are rumours that some UEFI firmware will only boot a specific (M$oft) named module. I would well believe it of Toshiba.

Fergupicus 10-20-2017 07:56 AM

Ok lmao. Any suggestions?

Fergupicus 10-20-2017 08:00 AM

Actually I'm gonna test putting in a /boot partition as when i bought it it said UEFI however the interface looks likea goddamn 2005 games console interface. I'll report back with the results.

colorpurple21859 10-20-2017 08:25 AM

what is on your efi partition? You might have to create an EFI/BOOT on your efi paritition and copy the debian grubx64.efi, that should be somewhere on your efi partition, to the EFI/BOOT and rename it bootx64.efi

Fergupicus 10-20-2017 09:10 AM

Quote:

what is on your efi partition?
A File tree that looks like this EFI -> debian -> grubx64.efi

Quote:

You might have to create an EFI/BOOT on your efi paritition
How would I do this?

colorpurple21859 10-20-2017 09:34 AM

as root
Code:

mkdir /boot/efi/EFI/BOOT
cp /boot/efi/EFI/debian/grubx64.efi /boot/efi/EFI/BOOT/Bootx64.efi


Fergupicus 10-20-2017 06:36 PM

Answer!
 
Thanks dude, this worked like a charm! :D

colorpurple21859 10-20-2017 08:54 PM

Your Welcome


All times are GMT -5. The time now is 02:41 PM.