I’m looking for a Debian based distro that has the same install process as arch. I hate bloated distros and haven’t been able to find anything yet. Anyone know of a distro like this?

  • JASN_DE@lemmy.world
    link
    fedilink
    arrow-up
    83
    arrow-down
    2
    ·
    5 months ago

    I’m looking for a Debian based distro

    I hate bloated distros

    So… Debian?

  • banazir@lemmy.ml
    link
    fedilink
    arrow-up
    50
    arrow-down
    1
    ·
    5 months ago

    Kind of sounds like you just want Debian with netinst image and then do an Expert install. Afterwards you might want to migrate repos to sid. Good luck!

  • winety@lemmy.zip
    link
    fedilink
    English
    arrow-up
    49
    arrow-down
    2
    ·
    5 months ago
    1. download the Netinst ISO
    2. install Debian without any GUI or “bloat”
    3. ???
    4. profit
      • yianiris@kafeneio.social
        link
        fedilink
        arrow-up
        11
        ·
        5 months ago

        I’d be the last person on earth to defend debian or systemd-boot that has turned linux into a garage project, but could it be that you are booting the image in legacy/bios mode and attempt an EFI installation? This is hackish to do since /sys/…/efi… doesn’t exist.

        If you insure you are booting in efi mode then it should work out. If not chroot into the installation and follow the procedure of installing the bootloader manually.

        @potentiallynotfelix @winety

    • potentiallynotfelix@lemmy.mlOP
      link
      fedilink
      arrow-up
      3
      arrow-down
      21
      ·
      5 months ago

      Thanks you, finally a non removed who doesn’t understand that arch isn’t installed through calamares or debian-install

      • hendrik@lemmy.ml
        link
        fedilink
        arrow-up
        5
        ·
        edit-2
        5 months ago

        Glad I could contribute something.

        If you want more tips: Choose the channel that suites you best. If you like arch, you probably like rolling distros. You could skip the stable channel and go for testing or unstable and that’d provide you with an experience alike a rolling release model. That isn’t officially supported… Debian focuses on getting security patches into stable, not necessarily the other channels. That’s why only stable is recommended. However, the other ones work great and Debian usually do a good job with keeping them well-maintained, too. I run testing on my laptop and I like it.

        (Edit: And Debian should have a good amount of customizability… You can (re-)configure the package manager not to install recommended or suggested packages, and you can also skip the manpages and documentation if all you want is a small system.)

  • Baut [she/her] auf.@lemmy.blahaj.zone
    link
    fedilink
    arrow-up
    21
    ·
    5 months ago

    You can install Debian like Arch. Look at debootstrap and/or the Debian manual under manual installation. It’s actually a pretty streamlined process, especially if you’re coming from Arch.

    • lordnikon@lemmy.world
      link
      fedilink
      English
      arrow-up
      9
      ·
      5 months ago

      honestly doing a minimal install no DE just base utilities and a shell and apt is the way to go. Just install the packages you want and go from there. I also recommend Sid for that arch feel but be sure to install apt-listchanges and apt-listbugs to help with upgrades.

      • acockworkorange@mander.xyz
        link
        fedilink
        arrow-up
        2
        ·
        edit-2
        5 months ago

        I recommend installing aptitude for a nice ncurses interface and then browsing the metapackages tree for an easier time installing stuff. You can configure aptitude on whether you want it to install recommended or suggested packages, so if you want the minimal, just disable both.

        Aptitude also has great visual handling of orphaned dependencies.

  • OsrsNeedsF2P@lemmy.ml
    link
    fedilink
    arrow-up
    20
    arrow-down
    2
    ·
    edit-2
    5 months ago

    While it looks like OP got it sorted out, all their comments suggest they’re running into complex issues that are solved by the “bloat” software they’re trying to avoid.

    Feels like they’ll quickly proclaim “Linux doesn’t work” and go back to Windows.

    Pro-tip OP: The 800mb of packages that get installed alongside your first KDE or Gnome software is not “bloat”, they’ll be common libraries you dodged installing when you gave yourself an X11 server with no DE

    • potentiallynotfelix@lemmy.mlOP
      link
      fedilink
      arrow-up
      3
      arrow-down
      12
      ·
      5 months ago

      Dude are you joking? I don’t need a graphical file manager for example. That’s bloat. If not having a graphical file manager causes nvidia drivers to not work, there’s a major issue. I don’t want anything but a terminal and a browser.

      • lemmyvore@feddit.nl
        link
        fedilink
        English
        arrow-up
        3
        ·
        edit-2
        5 months ago

        Look into .xinitrc and startx. You can run a standalone window manager and you can use xbindkeys to define keyboard shortcuts to launch a terminal or other apps, and you can also bind keys to wmctrl actions or run autokey in the background for the more fancy window and workspace operations. (if the window manager doesn’t support them).

        If you want a system tray, application menu and so on there are hybrid window managers like OpenBox that double as a super-lightweight DE.

  • ScottE@lemm.ee
    link
    fedilink
    arrow-up
    14
    arrow-down
    1
    ·
    5 months ago

    Just install arch if that’s what you want.

    Otherwise, RTFM - debootstrap.

  • Pantherina@feddit.de
    link
    fedilink
    arrow-up
    7
    ·
    5 months ago

    You will want the argument --no-install-recommends

    Also I advise to

    • use sid
    • use BTRFS
    • use pipewire, systemd, Wayland
    • use Flatpaks for user apps

    That way you will have a modern Distro with updated and not breaking apps with often official support, and the base is Debian but not thaaat Debian.

  • intrepid@lemmy.ca
    link
    fedilink
    arrow-up
    4
    ·
    5 months ago

    If you mean the manual installation process, you can use debootstrap in the step where you use pacstrap for arch.