Announcement

Collapse
No announcement yet.

Arch Linux's Install Media Adds "Archinstall" For Quick/Easy Installations

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • dylanmtaylor
    replied
    Originally posted by AdamOne View Post

    Dont worry, I know about partitioning the hard drives, and running a systemd command that does everything in a jiffy, but understanding each action in a manual process is not the same as crawling through the manual Arch install, because its not as educational.
    Following step-by-step commands from a wiki page isn't necessarily educational, and after the first few times simply becomes toil; it is tedious to do so. Having a scriptable installation library is a fantastic step forward. Not only does it handle guided installations for most users, but it makes it far easier to write your own python script/project that invokes it and pulls in your fully customized configuration automatically. For server use-cases and other instances where you might want to reinstall to try new things out or simply have a lot of computers to deploy to, this makes Arch far more accessible than it has ever been. And for elitists -- having more users vastly improves testing of packages and discovering bugs, hence better code quality. More people using it will inevitably be good for the project.

    Leave a comment:


  • Torxed
    replied
    Originally posted by AdamOne View Post
    I use a distro that shall remain nameless, because it is, believe it or not, maintained by a corporation!!!

    And I can tell you: if that company had tried the: "educate the user, must install manually" principle then it would be complete bullshit.

    Ive used Gentoo, arch, what have you, I understand the install process of a diy-distro and, any way you look at; setting up a distro, even with many steps "automated", it takes _time_. Time and, depending on distro; a lot of effort.
    Is a quick installer helpful? Absolutely. Should there be a "hurdle" to "educate" users? Optional.
    Should there be a "process" that basically separates decent users from elitists with a blue triangle?
    Fuck no.

    Edit: Some have written that the manual install of Arch takes five minutes.
    It didnt take five minutes before you got to that point, right?
    Youve probably had more practice than the average user.

    Dont worry, I know about partitioning the hard drives, and running a systemd command that does everything in a jiffy, but understanding each action in a manual process is not the same as crawling through the manual Arch install, because its not as educational.

    I hate to plug Gentoo, its not my favorite, but the install guide for it is waaay more educational than the guide for arch, obviously many more steps involved, but at least you begin to _understand_ them.
    I had a rough time gauging if you liked it or not at first.
    But the gist essentially is that, it wasn't as educational as it could have been?

    If you have a moment to spare I'd love to hear if you have any suggestions on how to make it more educational.
    As with any project, you become some what blind to your own creation's shortcomings after a while and fresh ideas are always welcome.

    Anyway, if that's to much to ask I completely understand and I'll just have to settle for us having different views on the topic for now

    //Main developer

    Leave a comment:


  • AdamOne
    replied
    I use a distro that shall remain nameless, because it is, believe it or not, maintained by a corporation!!!

    And I can tell you: if that company had tried the: "educate the user, must install manually" principle then it would be complete bullshit.

    Ive used Gentoo, arch, what have you, I understand the install process of a diy-distro and, any way you look at; setting up a distro, even with many steps "automated", it takes _time_. Time and, depending on distro; a lot of effort.
    Is a quick installer helpful? Absolutely. Should there be a "hurdle" to "educate" users? Optional.
    Should there be a "process" that basically separates decent users from elitists with a blue triangle?
    Fuck no.

    Edit: Some have written that the manual install of Arch takes five minutes.
    It didnt take five minutes before you got to that point, right?
    Youve probably had more practice than the average user.

    Dont worry, I know about partitioning the hard drives, and running a systemd command that does everything in a jiffy, but understanding each action in a manual process is not the same as crawling through the manual Arch install, because its not as educational.

    I hate to plug Gentoo, its not my favorite, but the install guide for it is waaay more educational than the guide for arch, obviously many more steps involved, but at least you begin to _understand_ them.
    Last edited by AdamOne; 08 April 2021, 02:37 PM.

    Leave a comment:


  • Torxed
    replied
    Originally posted by Firnefex View Post
    The best thing about this installer is not needing a second PC to look at the wiki.

    Have seen a video where this installer only created 2 partitions: EFI and / with btrfs.
    So the question is, can I also create a swap, a /home partition with XFS and do the btrfs snapshots really work without subvolumes?
    You can, sort of. The installer will allow you to use existing partitions but currently doesn't support creating complex setups. So the short answer is no sadly.

    In regards to subvolumes, that's coming soon: https://github.com/archlinux/archinstall/issues/93

    ZFS is coming too: https://github.com/archlinux/archinstall/issues/99

    But for advanced users, this is probably the best option: https://github.com/archlinux/archinstall/issues/124

    Leave a comment:


  • X_m7
    replied
    Originally posted by Torxed View Post

    I've thought about adding a wifi-configuration step some where.
    Archinstall is branded as a "guided installer", but in it's basic form it's actually a lib/api that ships a guided installer. And I'm thinking to add wifi configuration to the library part - and users would be able to in a very simplified manner configure `iwd` to some extent. Essentially just ask "Which wifi? and what's the password?" and set up the appropriate iwd systemd script for it. But people haven't been outspoken about this specific need so haven't added it yet

    But I'm always open to feedback (main developer here)
    The reason people haven't been outspoken about it is that plain old WPA2-Personal with just SSID and password is quite straightforward to set up with just CLI, or if people want a more interactive way nmtui (NetworkManager's TUI interface) can do it too, whereas the WPA2-Enterprise simply has a lot more options that need to be filled in, and depending on which protocols the network requires the specific options needed can differ too. Other distros that have a GUI installer have access to the GUI frontends, which does have support for all that stuff (at least the NetworkManager ones do, like GNOME's and KDE's). It doesn't help that the Arch wiki is very long-winded when it comes to configuring networks for each specific daemon (out of necessity given all the possibilities, but still), which made an install that should've taken an hour or so of an evening (being my first time, so I was quite nervous and triple checking all the commands I was typing in) stretch all the way to like several hours of the next day.

    In short, I don't think it would be all that useful (as indicated by the lack of people asking for it evidently) to just handle the SSID and password bit, and if you wanted to handle the esoteric cases too it'd probably have to be a TUI to be any better than CLI or writing out a config file, which would probably only make people stuck with those networks during the install happy (in my case I was living on-campus during that first install) while possibly pissing off others, while also being a lot of work to boot.

    Besides, archinstall was never meant to completely replace the standard installation procedure, right? It's kind of like partitioning really, there's just so many options (and lots of ways to break stuff too in that case) that there's just no way to handle it all in a simple, sane manner. Either way, I still appreciate the work you're doing here, just making Arch easy to try out in a virtual machine is already a success as far as I'm concerned.

    Leave a comment:


  • Nocifer
    replied
    Originally posted by TemplarGR View Post

    I agree with this. That is why sometimes i use a live usb from another distro, for example Ubuntu or gparted, to partition a disk to my liking, before booting the arch installation usb. Having a gui is more comfortable when working with multiple partitions/disks and sadly if you are not careful partitioning tools from the terminal can be fatal to your data.
    Yeah, working with partitions is the only thing I also still mostly do by GUI, especially when we're talking about modifying existing partitions on disks with data already on them. In fact that's the reason I've nowadays mostly abandoned LVM (which I used to like the concept of because of snapshots) in favor of normal partitions; I just can't stand the stress of growing/shrinking by hand in the terminal.

    Originally posted by skeevy420 View Post

    While I agree with all of that, I did have a good laugh at as simple as these 11 steps which require a fair amount of general Linux and PC knowledge.
    Well, to my defense I only meant that installing a Linux system is easy as a concept, in that it only consists of ~15 clearly defined pieces to complete the whole puzzle. As to the difficulty of each specific step, let's not forget that we're talking about copying and pasting commands from the cheat sheet that is the Arch Wiki

    Leave a comment:


  • skeevy420
    replied
    Originally posted by TemplarGR View Post

    I agree with this. That is why sometimes i use a live usb from another distro, for example Ubuntu or gparted, to partition a disk to my liking, before booting the arch installation usb. Having a gui is more comfortable when working with multiple partitions/disks and sadly if you are not careful partitioning tools from the terminal can be fatal to your data.
    This one time at band camp I tried to install Gentoo from Ubuntu and picked the buggiest Ubuntu RC ISO ever...couldn't even change windows with mouse clicks buggy. Tried to knock out two birds with one stone -- preview the latest Ubuntu, install Gentoo...I failed miserably at both

    Leave a comment:


  • skeevy420
    replied
    Originally posted by Nocifer View Post

    The beauty of Arch IMHO is that it's one of those distros that encourages you to do those little things that could also be done in every other Linux distro, but that are usually not done because GUI tools have taken over and made us scared of manually changing conf files, reducing our systems into opaquely black boxes that mystify the user instead of empowering them to tinker with them.

    As an example, Arch does not forcefully present changes to conf files as a diff in the middle of an update. Instead it simply keeps the existing file (so everything keeps running in exactly the same way as before the update, even if you reboot) and saves the new file with a .pacnew extension (e.g. sshd.conf.pacnew) and then leaves it up to the user to go look for these new files and do whatever they want with them. No preprocessors. But here's the trick: it's actually really easy to write a so-called pacman hook, that will be called after each update and notify you about any new .pacnew files that have been created - and that's that. Or of course you could write yourself a cron task (or systemd-timer service) that does the same thing every X amount of time.

    Can we do that in other Linux distros? Of course we can. But do we usually do it? No, because we're used to convoluted, fully automated packaging tools like apt that we really don't want to mess around with because we're afraid (and rightly so) that we'll probably break them.

    Regarding simplicity, speaking for myself, I fell in love with Arch way back when because it showed me a simple truth: a complete Linux setup is as simple as partition disks, format disks, mount disks, install base packages, configure basic stuff like fstab/timezone/locales, configure network, optionally install GUI, enable services/init scripts, reboot, done*. Depending on your internet connection speed, you can literally have a brand new Arch system up and running in less than 10 minutes. And afterwards, it's a quick trip to the Arch Wiki (which let's not forget, it's the #1 go-to place for learning how to do stuff on any Linux system) to find out how to configure non-basic stuff like e.g. disk decryption on boot.

    (*Terribly sorry if I'm forgetting a step or two, it's been ages since I last installed Arch).
    While I agree with all of that, I did have a good laugh at as simple as these 11 steps which require a fair amount of general Linux and PC knowledge.

    Leave a comment:


  • TemplarGR
    replied
    Originally posted by skeevy420 View Post
    On-topic, I'm surprised at the negativity here. I thought more people would be happy about both an official method to script an Arch install around and a way to introduce it to the masses. IMHO, the most difficult part of any OS install is disk management so being able to simplify that process to make the overall OS accessible to everyone is a good thing. That doesn't apply to us or most posters here, but we're too smart for our own goods and we forget that.
    I agree with this. That is why sometimes i use a live usb from another distro, for example Ubuntu or gparted, to partition a disk to my liking, before booting the arch installation usb. Having a gui is more comfortable when working with multiple partitions/disks and sadly if you are not careful partitioning tools from the terminal can be fatal to your data.

    Leave a comment:


  • skeevy420
    replied
    Originally posted by Mez' View Post
    Are there big fundamental differences between Arch and Manjaro or EndeavourOS once the system has been installed?
    On a day-to-day basis, regarding pacman and pacman-mirrors, pamac, yay, the AUR, etc...
    Let's say I decide to switch from Manjaro and I'm already familiar with these. Would I really see a big difference in maintaining the distro once it's set up?
    And before that, could you give me some benefits that would be killer enough for me to switch (and keep using the same tools as they work very well for me)? In other words, what makes Arch worth using beside its tailored installer?
    If you use kernels from the AUR there are some Manjaro/Arch annoyances where their included modules conflict with global dkms packages. They also do custom themes and things like that so you don't get the vanilla experience that Arch is known for. Basically, it's not as developer and power user friendly as Arch is until you get some of their helpers out of the way. After that it is really close to Arch, only you lag behind a tiny bit so sometimes, infrequently, packages in the AUR get updated and you'll have to wait a few days or a week until the next Manjaro update to update your AUR packages.

    Been awhile since I've used anything on the EndeavourOS side, but back when I used Antergos their updates would lag behind Arch by a day or so which occasionally led to package version issues. The same thing can happen on Arch when enough user repos are added. It's just the nature of rolling and diverging from upstream. While I'm not sure how much of an issue that is with Endeavour, it is something to keep in mind if you're the kind of person that updates often and you've strayed from only Arch (and the AUR) in your mirrorlist.

    On-topic, I'm surprised at the negativity here. I thought more people would be happy about both an official method to script an Arch install around and a way to introduce it to the masses. IMHO, the most difficult part of any OS install is disk management so being able to simplify that process to make the overall OS accessible to everyone is a good thing. That doesn't apply to us or most posters here, but we're too smart for our own goods and we forget that.

    Leave a comment:

Working...
X