techhub.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
A hub primarily for passionate technologists, but everyone is welcome

Administered by:

Server stats:

4.6K
active users

#efiboot

0 posts0 participants0 posts today
Raven<p>When there are UEFI entries missing for your Linux operating system, you can add them easily with efibootmgr:</p><p>As root: efibootmgr -c -d &lt;disk&gt; -p &lt;efi-partition&gt; -L &lt;entry-name&gt; -l &lt;loader-path&gt;</p><p>For example: efibootmgr -c -d /dev/nvme0n1 -p 1 -L "debian" -l "\EFI\debian\grubx64.efi"</p><p>It will use /dev/nvme0n1p1 and on it the file /boot/EFI/debian/grubx64.efi and add it to the UEFI boot menu. On next restart, the entry should be there.</p><p>NOTE: You have to replace "/" with "\" for the loader path.</p><p><a href="https://mastodon.bsd.cafe/tags/efiboot" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>efiboot</span></a> <a href="https://mastodon.bsd.cafe/tags/grub" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>grub</span></a> <a href="https://mastodon.bsd.cafe/tags/linux" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>linux</span></a></p>
Anoncheg<p><a href="https://techhub.social/tags/dailyreport" class="mention hashtag" rel="tag">#<span>dailyreport</span></a> <a href="https://techhub.social/tags/gentoo" class="mention hashtag" rel="tag">#<span>gentoo</span></a> <a href="https://techhub.social/tags/wifi" class="mention hashtag" rel="tag">#<span>wifi</span></a> <a href="https://techhub.social/tags/usbadapter" class="mention hashtag" rel="tag">#<span>usbadapter</span></a> <a href="https://techhub.social/tags/wireless" class="mention hashtag" rel="tag">#<span>wireless</span></a> <a href="https://techhub.social/tags/linux" class="mention hashtag" rel="tag">#<span>linux</span></a><br /><a href="https://techhub.social/tags/opensource" class="mention hashtag" rel="tag">#<span>opensource</span></a> <a href="https://techhub.social/tags/uefi" class="mention hashtag" rel="tag">#<span>uefi</span></a> <a href="https://techhub.social/tags/efiboot" class="mention hashtag" rel="tag">#<span>efiboot</span></a> <a href="https://techhub.social/tags/wayland" class="mention hashtag" rel="tag">#<span>wayland</span></a> <a href="https://techhub.social/tags/rust" class="mention hashtag" rel="tag">#<span>rust</span></a><br />I have installed Nvidia drivers in Gentoo and was able to<br /> boot from UEFI. I disabled nvidia-settings, because it<br /> require Rust.</p><p>Efi boot requirements in Linux Kernel:<br />- Device Drivers ---&gt;<br /> - Graphics support ---&gt;<br /> - Frame buffer Devices ---&gt;<br /> - [*] EFI-based Framebuffer Support<br /> - Console display driver support ---&gt;<br /> - &lt;*&gt; Framebuffer Console Support</p><p>I created Gentoo Linux Ebuild package to install Realtek<br /> driver that don&#39;t require firmware blobs directly into<br /> kernel source tree. :)</p><p>Rust programming language is not possible to compile from<br /> sources (mrustc is not ready).</p><p>Mozila Firefox require Rust, that is why it is not open<br /> source. I am going to switch to Pale Moon or<br /> qutebrowser. :(<br />Wayland is not ready, I was unable to install Xfce4 and<br /> it have no mouse emulation. I am at X11/Xorg still.<br />蠡</p>
Bernd<p>I can't figure out what's wrong with my EFI boot setup. I have several Dell servers, and they boot fine from a SATA SSD via UEFI.<br><br>But my SuperMicro X9SCM-F (latest BIOS) doesn't like it. I can boot via MBR (legacy BIOS) without problems. And UEFI will find, and boot from, a USB CD-ROM (NetBSD iso image), and can also boot into the built-in UEFI console, but doesn't like my SSD.<br><br>Is there more to it than having a gpt with a 1MB-aligned FAT-formatted partition of type "efi", which contains "efi/boot/bootx64.efi", the latter being the NetBSD EFI bootloader?<br><br>That always seems to be have done the trick on other machines, but not this one. Maybe someone has an idea or can ask the right question.<br><br>Thanks.<br><br>Please boost.<br><br><a href="https://nb-fedi.de/tags/efi" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>EFI</span></a> <a href="https://nb-fedi.de/tags/uefi" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>UEFI</span></a> <a href="https://nb-fedi.de/tags/boot" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>boot</span></a> <a href="https://nb-fedi.de/tags/bios" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>BIOS</span></a> <a href="https://nb-fedi.de/tags/supermicro" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Supermicro</span></a> <a href="https://nb-fedi.de/tags/netbsd" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>NetBSD</span></a> <a href="https://nb-fedi.de/tags/homelab" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>homelab</span></a> <a href="https://nb-fedi.de/tags/server" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>server</span></a> <a href="https://nb-fedi.de/tags/efiboot" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>efiboot</span></a> <a href="https://nb-fedi.de/tags/uefiboot" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>uefiboot</span></a> <a href="https://nb-fedi.de/tags/supermicrox9scm" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>SuperMicroX9SCM</span></a></p>