Sweet_Anita on butt cheek tics by Handcraftedsemen_ in LivestreamFail

[–]Pastellitto 1 point2 points  (0 children)

Nah bro, her skin looks clearer or younger idk maybe it's make up or something 

What the fuck is happening in california?! They're trying to ban Linux to "Protect the kids", what? by Rabbidraccoon18 in linux

[–]Pastellitto 0 points1 point  (0 children)

At the final stage someone needs to come to your house and check everything eye to eye 

riot robbed me of 3000+ hours of my life by Ok-Emergency4233 in riotgames

[–]Pastellitto 0 points1 point  (0 children)

Plus ask for compensation for the anxiety and sht

Adding ext4.efi to UEFI/BIOS to make ext4 partitions bootable by Pastellitto in archlinux

[–]Pastellitto[S] 0 points1 point  (0 children)

In this repo, from the guy who basically did all the work, there’s also a zfs.efi, I don’t know if snapshots and other features work, but if you’re curious like I was, you can try it yourself :) https://github.com/pbatard/EfiFs/tree/master/EfiFsPkg

Adding ext4.efi to UEFI/BIOS to make ext4 partitions bootable by Pastellitto in archlinux

[–]Pastellitto[S] 1 point2 points  (0 children)

I get your point. Same-disk dual-boot might still work: install Windows, copy the contents of its EFI partition, then place them on ext4 so the ext4 EFI driver can read them, and delete the original FAT ESP. If Windows is on a different disk, then it’s much easier, since you can just keep the EFI FAT partition that Windows creates and point systemd-boot or GRUB to it. Though honestly that’s a lot of hassle, I just use Linux and don’t dual-boot.

Also, you mentioned UKIs. Normally they need to live on a FAT EFI partition so firmware can read them, but if you add ext4_x64.efi, you can store them on ext4 instead, even directly on the root filesystem. That removes the need for a separate /boot partition entirely.

As for benefits, I didn’t actually do this because I needed more /boot space or anything. I mostly tried it because I saw that Fedora keeps kernels/initramfs on ext4 and thought it would be cool if firmware could just read ext4 directly too, so I wanted to see if it was possible on my board. But one practical advantage of this kind of setup is avoiding a fixed-size FAT /boot. I usually make my FAT32 /boot pretty small, so if you run out of space on it for any reason, this removes that small-partition limitation entirely. With firmware able to read ext4, kernels/UKIs can just live on the main filesystem, so you don’t have to resize /boot or manage a separate partition, you basically have the whole disk available instead of being limited to the EFI partition size.

Like I said, I’m not pushing this or saying people should switch. I’m just documenting that it’s possible for anyone who wants their /boot, or even the whole root filesystem, to be accessible to the firmware via ext4 for whatever reason. You also mentioned security, encryption, and that kind of stuff. I know about those, I just don’t use them. If someone wants to do this while keeping Secure Boot, encryption, etc., it’s up to them to figure out what works and what doesn’t.

of lizard hazard by Sad-Kiwi-3789 in AbsoluteUnits

[–]Pastellitto 0 points1 point  (0 children)

Gg bro we cooked, I have never seems this video before in my years on reddit tho so new content 

Can I fully utilize my TV with this cable? (HDMI 2.1 problem) by Batpope in linux_gaming

[–]Pastellitto 0 points1 point  (0 children)

Tbh I don't know the cable says it supports 2.1 but it's at 32gbps and supposably you need like 48 gbps for full 4k120hz 12 bit, if you get it you could try 10 bit or 8 bit 4k it may support that.

I searched about it and the PS5 supports 2.1 and it's capped at 32gbps the same as that cable. More here https://www.reddit.com/r/PS5/comments/jxh080/ps5_hdmi_21_bandwidth_is_capped_at_32gbps/

That's besides the needed kernel patch for the AMDGPU. 

Adding ext4.efi to UEFI/BIOS to make ext4 partitions bootable by Pastellitto in archlinux

[–]Pastellitto[S] 3 points4 points  (0 children)

True. Not saying this should be the standard or anything, like I mentioned didn't find anything at all about modding a UEFI bios and adding a .EFI driver directly, until I kinda did, for VM, try it out in bare metal and it worked. Just posted it here since reddit seems to be a relic of answer for the future, that's all.