this post was submitted on 08 Jun 2024
73 points (98.7% liked)

Linux

47237 readers
3343 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
 

I just installed EndeavorOS on an HP Spectre360 that’s roughly 2 years old. I am honestly surprised at how easy it went. If you google it, you’ll get a lot of “lol good luck installing linux on that” type posts - so I was ready for a battle.

Turned off secure boot and tpm. Booted off a usb stick. Live environment, check. Start installer and wipe drive. Few minutes later I’m in. Ok let’s find out what’s not working…

WiFi check. Bluetooth check. Sound check (although a little quiet). Keyboard check. Screen resolution check. Hibernates correctly? Check. WTF I can’t believe this all works out the box. The touchscreen? Check. The stylus pen check. Flipping the screen over to a tablet check. Jesus H.

Ok, everything just works. Huh. Who’d have thunk?

Install programs, log into accounts, jeez this laptop is snappier than on windows. Make things pretty for my wife and install some fun games and stuff.

Finished. Ez. Why did I wait so long? Google was wrong - it was cake.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 0 points 3 months ago (1 children)

Hibernate never works. On every work laptop and distro I've used I've always found the laptop spinning and overheating in my bag when I get home. Eventually I just made sure to turn it off completely when I quit work.

[–] [email protected] 1 points 3 months ago (1 children)

I have no idea what you have to do to make that. Hibernation on hardware level is regular shutdown.

[–] [email protected] 0 points 3 months ago (1 children)

RAM configs and weird BIOS settings from Dell is my bet. I never managed to solve it so I am unsure. I have tried several Ubuntu and Debian flavors and have had the same issues. Gonna run some Fedora-based distro and take more care of RAM configs on my next one I think.

[–] [email protected] 1 points 3 months ago

Check kernel args for resume= parameter. If you don't see it, then either it is handled by init(or initramfs) or just isn't enabled. Try adding resume=PARTUUID= and then partitionuuid(not just uuid) of swap partition.