553
Windows vs Linux (i.imgflip.com)
submitted 11 months ago by [email protected] to c/[email protected]
top 50 comments
sorted by: hot top controversial new old
[-] [email protected] 62 points 11 months ago

And I love it. This is when you feel it's your computer, not "this computer"

[-] [email protected] 58 points 11 months ago

Meanwhile my windows computer wakes up from sleep in the middle of the night to update and starts a light show in my room.

You can't easily deactivate that behavior.

It's not really my computer, it's Microsoft's computer that they lend me.

[-] [email protected] 25 points 11 months ago

@Tetsuo @vkirlin You could flip the power switch behind the tower to make sure the pc is completely turned off

load more comments (1 replies)
[-] Kecessa 5 points 11 months ago

You realise you can very easily disable updates and just do them manually when you feel like it?

Or you can shut down the computer when you go to sleep, booting takes less than 30 seconds with a modern computer...

[-] [email protected] 8 points 11 months ago* (last edited 11 months ago)

You really can't disable them on the latest versions of Windows. I disabled the automatic updates even in the registry. Last week it forced an update in the middle of the night to the newest version of 10 that has the God awful 11 taskbar.

load more comments (1 replies)
[-] walkercricket 3 points 11 months ago

You don't update Windows "when you feel like it", it does when it feels like it. Several times, after delaying the updates so many times because I knew it takes dozens of minutes to apply each time and I didn't want that to happen as I often had to restart my PC or had to let it run in the background, Windows eventually forced me to update the next time I shut down my PC.

[-] [email protected] 1 points 11 months ago

I just have the updater scheduled for when I am asleep and it’s no problem.

load more comments (1 replies)
load more comments (3 replies)
[-] [email protected] 4 points 11 months ago* (last edited 11 months ago)

Even more fun:

  • Windows BSODs while I'm working on something time sensitive
  • Restart it
  • queue 40 minute unskippable update installation
load more comments (3 replies)
[-] [email protected] 50 points 11 months ago* (last edited 11 months ago)

I see this shit every day. You know why? User base.

Linux doesn't have to worry about grandma using it. The vast majority of the Linux user base is technologically adept humans that know not to remove the bootloader.

But you know for a fact that grandmas were trolled into or accidentally removed system files so often that Microsoft did something about it.

Also note, Chromebooks - which use a Linux adjacent os that is marketed to a wide audience including kids and the elderly - doesn't let you do shit to system files. Android and Steam Deck are also highly locked down.

The point is its a wierd flex to say that linux gives sudo users the power to break your system when its really just saying your os is too niche to have to worry about grandma.

[-] [email protected] 5 points 11 months ago

Steam Deck is not locked down, you can enable super user access and filesystem management with two simple commands

load more comments (4 replies)
[-] [email protected] 5 points 11 months ago* (last edited 11 months ago)

I can do whatever I want! I'm going to mount my btrfs root partition to a home folder and rm -r ./* all my subvo

[-] [email protected] 1 points 11 months ago
load more comments (1 replies)
[-] [email protected] 41 points 11 months ago

Bailing out, you are on your own. Good luck.

[-] [email protected] 36 points 11 months ago

But you could delete system32 if you wanted, it just broke everything, I can't imagine deleting the bootloader would go particularly well for you either.

[-] [email protected] 32 points 11 months ago

Deleting bootloader at least won't kill your system. You can always reinstall it.

Also some dude on Reddit shared neofetch screenshot showing 3+ years of uptime. He doesn't need a bootloader.

[-] [email protected] 5 points 11 months ago

Bootloaders are bloat! Always thought it

[-] [email protected] 18 points 11 months ago

Well remember when that Arch update broke grub?

I couldn't boot into my PC at all. And for whatever reason, the fix they posted on the Arch wiki wasn't working for me.

I deleted my bootloader in a live ISO environment and installed a different one (rEFInd). It was actually very easy.

Having the flexibility and power to do whatever you want to your system is truly something I deeply appreciate with Linux.

[-] [email protected] 13 points 11 months ago* (last edited 11 months ago)

Yeah this is sort of funny because Linux used to let you delete EFI vars, bricking motherboards, since it mounted them to the root filesystem. It’s since been patched in every motherboard, but sometimes full control is more dangerous than “haha I can just reinstall”

https://lwn.net/Articles/674940/

[-] [email protected] 2 points 11 months ago

Are there not physical ways to reset efi vars? I'm pretty sure there are

[-] [email protected] 3 points 11 months ago

There are now. In 2016, there were motherboards that didn’t properly implement the UEFI standard, outlined in the link I provided, and those motherboards would be bricked were someone to delete the EFI vars. The motherboard would never reach POST on boot

[-] [email protected] 2 points 11 months ago

Those motherboards have no excuse to do that. I hope people at least got their money back if they were under warranty

load more comments (1 replies)
[-] [email protected] 5 points 11 months ago* (last edited 11 months ago)

Actually, you can't, not by normal means anyway. For starters, there's the Windows File Protection (WFP) which automatically restores any deleted essential system files, and there's also the Windows Resource Protection (WRP), which prevents you from even attempting to delete those files. There are ways you can get around it of course, but even still, you can't delete files which are in use, which means you still wouldn't be able to delete the system32 folder.

The only way to actually delete it completely, would be to boot from a second OS or a rescue environment and then delete the folder.

[-] [email protected] 4 points 11 months ago

Deleting a bootloader is a perfectly valid thing to do.

[-] [email protected] 2 points 11 months ago

In modern installs you've got to jump through a few hoops to be able to delete system32, because normally it simply won't let you or anything running do that.

[-] [email protected] 1 points 11 months ago

I deleted my bootloader recently. You can actually just boot the Linux kernel directly by using efibootmgr to write a custom UEFI boot entry.

[-] [email protected] 17 points 11 months ago

*nooo you can't delete Edge

[-] [email protected] 4 points 11 months ago
[-] [email protected] 16 points 11 months ago

Memes like these surely help non-Linux people's perception of Linux 🙄

[-] newIdentity 11 points 11 months ago* (last edited 11 months ago)

You can even delete your efi partition and brick your board

Edit: I mean delete your efivars

[-] [email protected] 25 points 11 months ago

Deleting your efi partition doesn't brick your board. It just makes your disk unbootable, but you can always install another operating system and create a new efi partition.

I think you're confusing with the special efivarfs file system that is mounted under /sys/firmware/efi/efivars. If you delete stuff under there, you're apparently going to have a bad time, because it directly deletes variables in your UEFI firmware which can prevent your system to POST.

[-] newIdentity 8 points 11 months ago

Ah yes. I always confuse them. I even though that what I wrote didn't make any sense since usually I know what an efi partition is. Thanks for correcting me

[-] [email protected] 4 points 11 months ago

EFI is on the hard drive. No bricking. You just need to reformat to include it again.

Ya wanna brick a mobo? Botch a flash to the bios chip.

[-] [email protected] 2 points 11 months ago

No, you can brick the mobo from your OS by deleting the efivar partition.

[-] [email protected] 2 points 11 months ago

If your talking about /sys/firmware/efi/efivars?

Yeah. You realize that’s on the bios chip? The efi partition on the hard disk is a different thing.

When a system posts, the main drive isn’t mounted. The mobo needs to go look for it. The bios actually holds the instructions on how to post and start the system. (The efivar are part of that.)

One step in that process is to look for the efi bootloader on the drive. That is the efi partition that won’t brick anything.

Alterations to the bios chip will, if they’re not done carefully. This is why it’s almost unheard of to flash a firmware update on consumer systems

load more comments (1 replies)
[-] [email protected] 2 points 11 months ago
load more comments
view more: next ›
this post was submitted on 19 Aug 2023
553 points (92.0% liked)

linuxmemes

19849 readers
317 users here now

I use Arch btw


Sister communities:

Community rules

  1. Follow the site-wide rules and code of conduct
  2. Be civil
  3. Post Linux-related content
  4. No recent reposts

Please report posts and comments that break these rules!

founded 1 year ago
MODERATORS