View previous topic :: View next topic |
Author |
Message |
saito Apprentice
Joined: 12 Jun 2021 Posts: 197
|
Posted: Sat Aug 28, 2021 2:21 pm Post subject: Dell 5810 gpt-efi booting failed |
|
|
Hi Dear Colleagues,
I have just installed a new Gentoo on Dell 5810 machine with E2697 V3 CPU and 32 GB ECC memory. The procedure of building is smooth and fast, but I stuck at the booting. I followed the Gentoo wiki about grub2https://wiki.gentoo.org/wiki/GRUB2 for UEFI with GPT, and tried
the normal guide:
Code: | grub-install --efi-directory=/boot/efi |
and troubleshooting:
Code: | grub-install --efi-directory=/boot/efi --removable |
Both installation are successful and configured by:
Code: | grub-mkconfig -o /boot/grub/grub.cfg |
I can still view the booting option of the Gentoo device in the efi boot sequence in F2 of Dell Bios Console Panel of My 5810 Machine, but the critical issue is that the BIOS can not boot this Device in the booting procedure.
Meanwhile, some other Live CD such as Calculate Linux Distro Can boot in efi sequence there, I want to know why.
Thanks a lot, saito
Last edited by saito on Sat Aug 28, 2021 4:01 pm; edited 1 time in total |
|
Back to top |
|
|
alamahant Advocate
Joined: 23 Mar 2019 Posts: 3916
|
Posted: Sat Aug 28, 2021 3:03 pm Post subject: |
|
|
Quote: |
Meanwhile, some other Live CD such as Calculate Linux Distro Can boot in efi sequence there, I want to know why.
|
Because you misconfigured.
Plz post output of
Code: |
ls -R /boot
efibootmgr -v
mountpoint /boot
mountpoint /boot/efi
|
and also the error msg you get when attempting to boot. _________________
|
|
Back to top |
|
|
saito Apprentice
Joined: 12 Jun 2021 Posts: 197
|
Posted: Sun Aug 29, 2021 1:30 pm Post subject: |
|
|
alamahant wrote: | Quote: |
Meanwhile, some other Live CD such as Calculate Linux Distro Can boot in efi sequence there, I want to know why.
|
Because you misconfigured.
Plz post output of
Code: |
ls -R /boot
efibootmgr -v
mountpoint /boot
mountpoint /boot/efi
|
and also the error msg you get when attempting to boot. |
Thanks, the pasted are in the following,
:
http://dpaste.com/27QLTNS3M
http://dpaste.com/AXLPDUKU3
Code: | mountpoint /boot/efi |
http://dpaste.com/HY9PRPWKF
These are msg after my new installation and the booting errors or issues are represented as booting an independent Ubuntu device who has no EFI booting support. |
|
Back to top |
|
|
alamahant Advocate
Joined: 23 Mar 2019 Posts: 3916
|
Posted: Sun Aug 29, 2021 2:40 pm Post subject: |
|
|
Where is your kernel and initrd?
Nothing in /boot as far as i can see.......
efibootmgr seems ok.
Is /boot also a mountpoint?
It is better if it were.
By the way you dont need pastebin for small outputs. _________________
|
|
Back to top |
|
|
saito Apprentice
Joined: 12 Jun 2021 Posts: 197
|
Posted: Tue Aug 31, 2021 12:51 pm Post subject: |
|
|
alamahant wrote: | Where is your kernel and initrd?
Nothing in /boot as far as i can see.......
efibootmgr seems ok.
Is /boot also a mountpoint?
It is better if it were.
By the way you dont need pastebin for small outputs. |
Thanks, I have fix it. Since the this aged Dell Board is not so intelligent...... |
|
Back to top |
|
|
|