this post was submitted on 09 Aug 2023
1825 points (94.3% liked)

linuxmemes

25135 readers
2151 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, no politics, no trolling or ragebaiting.
  • 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
     
    you are viewing a single comment's thread
    view the rest of the comments
    [–] [email protected] 6 points 2 years ago (1 children)

    I must try it, can I install it on the same pc with windows? Through usb?

    [–] [email protected] 10 points 2 years ago (2 children)

    You can definitely dual boot but you will probably need to shrink your windows partition or install it on a separate drive. Linux can read and write in NTFS format but it shouldn't be installed on it.

    Definitely through USB. I recommend checking out Ventoy for creating USB install media, you can just chuck a bunch of live ISO images of different distros on there to try them and find what you like.

    [–] [email protected] 3 points 2 years ago* (last edited 2 years ago) (1 children)

    Fedora linux has dedicated media writer and it's the easiest way I have ever installed linux, I'd recommend you to try it @Legendsofanus

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

    I would definitely recommend trying Ventoy if you haven't. Instead of flashing one image on your USB stick, it creates a small bootable EFI partition and a storage partition. You can then drop .iso images on the storage partition, and when booting Ventoy from the stick, it scans the isos and shows a simple interface to select which one you want to boot.

    This means you can keep multiple installation media and/or tools on the same stick, with management being as simple as adding/removing files, while also being able to use it as storage in a pinch.

    [–] [email protected] 3 points 2 years ago

    Wow, that's really cool, I'll check it out.

    [–] [email protected] 2 points 2 years ago (2 children)

    So I should probably install it on a USB and then what, side-boot ig? Will I still have windows? Or are you talking about installing to the drive through USB

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

    Somebody else already replied, but for clarity: Installing an OS is usually done without an OS already running. To this end, installation media comes on a disk image - in the past, you'd burn that on a CD, but these days you can flash it on a USB, and then reformat/reflash it if you want the stick "back". You can also check out Ventoy, which basically lets you instead drop the .iso files on a stick instead of having to flash a specific one.

    Afterwards, you can boot up the installation media from your USB. This is probably another peculiarity, coming from windows, because Linux installation media often comes in the form of a live image - it's basically just the distribution you're installing, set to load itself into memory from the USB stick, alongside all the tools needed to install it onto permanent storage in your computer. This means you can just boot it off off a USB stick and try it out without installing. Performance might suffer and any changes won't be saved (by default), but that's what the other commenter is talking about.

    Anyways, once you've booted into the live image you can actually install it. This is where it gets more complicated, since the exact steps depend on distribution, especially when dealing with dual-booting. If you have two drives in your computer (SSD or HDD), I'd recommend installing Linux on a separate one from Windows, for simple reasons - it makes it harder to accidentally wipe your other system by mistake, and windows likes to overwrite the bootloader with its own one.

    Also, personal recommendation - if you use a Linux bootloader as your main one (that is, the one where you select whether you're booting into Linux or Windows), I'd recommend rEFInd - it has a simple graphical interface and automatically detects boot options on launch, so it requires very little configuration. And if you actually install on the same drive, you might want to look up a way to add Linux as a boot option in Windows's bootloader, since that helps avoid hassles with the bootloader being overwritten.

    [–] [email protected] 2 points 2 years ago

    This is very clear, will check this out

    [–] [email protected] 2 points 2 years ago

    There are live images where you can test and run Linux out of an USB, but most of those are not persistent (start from scratch once you reboot), the other option is called dual boot where you have Windows and Linux installed in parallel and you select which one to use during boot.