this post was submitted on 17 Oct 2024
14 points (100.0% liked)

Linux

47756 readers
809 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

So I've never actually used a machine with UEFI before I've always been on older machines with BIOS.

I got a Dell Optiplex 3070 Intel core 9500T (gen 9) 2.1 GHz 16GB ram 256gb SSD but it has windows 11 on it.

I hate Windows, and I don't want any trace of it left on my machine. I'd prefer Debian but would even take Ubuntu over Windows What is the best guide for this for someone who has never messed with UEFI before?

top 6 comments
sorted by: hot top controversial new old

Uefis have been around since ~2010 so at this point all distros understand how to use them, and at this point default to working perfectly with them.

Secure boot is the only real potential road block. You can just turn it off if you don’t care about it.

[–] dragonfly4933@lemmy.dbzer0.com 14 points 20 hours ago

If you are using a typical distro like fedora, debian or ubuntu, and you are wiping everything, you don't really need to know anything. The installer will handle everything for you. Just delete all partitions while installing and start fresh and it should all just work.

If your install media refuses to boot for whatever reason, then you may have to disable secure boot in the system EFI/BIOS menu.

[–] theshatterstone54@feddit.uk 5 points 17 hours ago

The only thing that could cause you problems is Secure Boot but you can disable that from the UEFI settings menu. Hit the bios key during bootup and it should take you there.

[–] joshcodes@programming.dev 2 points 15 hours ago

Always back up your stuff, but after doing so, the process is pretty much boot to bios, set boot priority with linux usb at the top, and away you go.

If you have secure boot enabled, you might have to enter a pass code or passphrase but otherwise its identical to traditional bios. If you want secure boot, which prevents someone else from doing this process to your machine, re enable after you've installed nvidia drivers otherwise you'll have to provide it your secure boot password during and sometimes it likes to break.

[–] terminhell@lemmy.dbzer0.com 5 points 20 hours ago

Won't make much of a difference usually. Worst that may come up is having to import the key from the distro during boot of your flashdrive. Otherwise go through the installer, delete windows or tell installer to wipe the disk and install over windows.

[–] Codilingus@sh.itjust.works 2 points 17 hours ago* (last edited 17 hours ago)

Look for the option when installing that is along the lines of "wipe entire drive."

If you want Debian, check out Vanilla OS. They reached a milestone not too long ago, and it's a bulletproof distro. It containerizes most programs, it's immutable, and has atomic updates.

Someone already mentioned, turn off secure boot in your BIOS/uefi settings.