this post was submitted on 07 Jan 2024
974 points (97.7% liked)

linuxmemes

23866 readers
1207 users here now

Hint: :q!


Sister communities:


Community rules (click to expand)

1. Follow the site-wide rules

2. Be civil
  • Understand the difference between a joke and an insult.
  • Do not harrass or attack users for any reason. This includes using blanket terms, like "every user of thing".
  • Don't get baited into back-and-forth insults. We are not animals.
  • Leave remarks of "peasantry" to the PCMR community. If you dislike an OS/service/application, attack the thing you dislike, not the individuals who use it. Some people may not have a choice.
  • Bigotry will not be tolerated.
  • 3. Post Linux-related content
  • Including Unix and BSD.
  • Non-Linux content is acceptable as long as it makes a reference to Linux. For example, the poorly made mockery of sudo in Windows.
  • No porn. Even if you watch it on a Linux machine.
  • 4. No recent reposts
  • Everybody uses Arch btw, can't quit Vim, <loves/tolerates/hates> systemd, and wants to interject for a moment. You can stop now.
  • 5. πŸ‡¬πŸ‡§ Language/язык/Sprache
  • This is primarily an English-speaking community. πŸ‡¬πŸ‡§πŸ‡¦πŸ‡ΊπŸ‡ΊπŸ‡Έ
  • Comments written in other languages are allowed.
  • The substance of a post should be comprehensible for people who only speak English.
  • Titles and post bodies written in other languages will be allowed, but only as long as the above rule is observed.
  • 6. (NEW!) Regarding public figuresWe all have our opinions, and certain public figures can be divisive. Keep in mind that this is a community for memes and light-hearted fun, not for airing grievances or leveling accusations.
  • Keep discussions polite and free of disparagement.
  • We are never in possession of all of the facts. Defamatory comments will not be tolerated.
  • Discussions that get too heated will be locked and offending comments removed.
  •  

    Please report posts and comments that break these rules!


    Important: never execute code or follow advice that you don't understand or can't verify, especially here. The word of the day is credibility. This is a meme community -- even the most helpful comments might just be shitposts that can damage your system. Be aware, be smart, don't remove France.

    founded 2 years ago
    MODERATORS
     
    (page 2) 50 comments
    sorted by: hot top controversial new old
    [–] SameOldInternet@lemmy.world 3 points 1 year ago* (last edited 1 year ago)

    Started using UEFI booting with secure boot. Much easier to fix and work with.

    No need to fix it, the bootloader is safely installed on a write-protected floppy disk

    [–] Unyieldingly@lemmy.world 2 points 1 year ago
    [–] rickyrigatoni@lemm.ee 1 points 1 year ago (4 children)

    I had used Arch for years before and never once messed up my bootloader. What are yinz doing over there?

    [–] pete_the_cat@lemmy.world 1 points 1 year ago

    My problems are usually during the installation, not necessarily related to Arch, but more so that EFI requires its own partition. I'll partition my disk, forget that I need a FAT32 partition and then have to destroy a partition so I can add in the EFS . The other problem I've had is that the bootloader entry sometimes doesn't get written after installation, so you reboot and then nothing, so you have to boot back into the ISO, remount everything, reinstall the bootloader (in my case, Grub), and reboot again.

    [–] 0x4E4F@sh.itjust.works 1 points 1 year ago

    You probably had it installed in MBR mode. UEFI boot is why there are so many problems of this kind nowadays. Switch to MBR, the problems go away.

    load more comments (2 replies)
    [–] tiredofsametab@kbin.social 1 points 1 year ago (1 children)

    I bout a new HDD and installed linux mint. Works fine except for two major things. Related to the post, I cannot get the bootloader to find windows 10 no matter what I do. I might try to swap the windows drive to sata slot 1 and see if that (a) still works for windows and (b) gets grub2 working. For now, I have to go into the BIOS and mess with the boot order there to switch.

    The second problem, not related, is there doesn't appear to be any fan control software that works for my MSI motherboard's CPU fan (lmsensors doesn't see any sensors related to it) so the fan constantly runs even when it's fine in silent mode on windows with regard to temperature. I have trouble with certain sounds (and trouble hearing over background sounds in general) so this is actually more of a dealbreaker than the bootloader.

    [–] 0x4E4F@sh.itjust.works 1 points 1 year ago (1 children)

    For now, I have to go into the BIOS and mess with the boot order there to switch.

    Why not just use the BIOS boot menu?

    The second problem, not related, is there doesn't appear to be any fan control software that works for my MSI motherboard's CPU fan (lmsensors doesn't see any sensors related to it) so the fan constantly runs even when it's fine in silent mode on windows with regard to temperature. I have trouble with certain sounds (and trouble hearing over background sounds in general) so this is actually more of a dealbreaker than the bootloader.

    Try setting that from the BIOS, let the BIOS control the fan's RPM, not the OS. You can even make a custom RPM curve on modern BIOSes.

    [–] tiredofsametab@kbin.social 1 points 1 year ago* (last edited 1 year ago) (1 children)

    MSI has a Windows utility to control the fans as desired. I don't think there's a BIOS boot menu, but I will check.

    EDIT:

    Fan curves are apparently in "Hardware Monitor" because that makes sense. Blah. I still have to tweak more, or maybe Linux is just running hotter on my machine, but improvement has happened.

    I didn't realize my BIOS could have a boot menu pop up because the splash screen disappears instantly. Problem solved. Thank you!

    [–] 0x4E4F@sh.itjust.works 1 points 1 year ago

    It shouldn't run hotter. In fact, everyone reports lower lower temps in Linux than in Windows for the same loads, regardless of CPU architecture and age. Just means it needs more tweaking.

    Thank you!

    No prob πŸ‘.

    Im happy that I haven't fucked up the bootloader so far. Don't want to fix that shit too.

    load more comments