• 0 Posts
  • 23 Comments
Joined 1 year ago
cake
Cake day: June 15th, 2023

help-circle




  • There are companies working on providing that experience for Linux. System76 is one. You can buy a laptop with their is pre installed. Everything works, including suspend. If something breaks, you call the support number or email and they either talk you through fixing it or sending it in for repair or replacement. It’s not that different from having a Dell or HP.



  • I’m pretty sure I was set up for substitutes, but this was a while ago.

    I did end up replacing my router a few months after that, so it may have just been that my connection was very slow.

    Also, every time I tried it and it didn’t work, I had to do a full Pop Os install in order for myguix install media to start working again, which added a few minutes to the process.


  • I was thinking something to do with nonvolitile memory.

    The real problem was that the guided install - guix pull - system reconfigure - reboot process took about three to four hours each time, so I gave up after a few iterations.

    I did try playing around with bios settings a little, but I’m sure I missed some possibilities.


  • I thought that, but I had identical results using the stock install media and the modified nonguix one from systemcrafters.

    The weird thing was that the initial install went fine, even after the first reboot. The problem was the next boot after my first system reconfigure.

    Not only could I not boot my system after that, but I couldn’t boot the install media either. The only thing that would work was the installer for the most recent pop os.












  • If you’re looking to try something a little different, I recommend Guix.

    It’s based around a nyx-style package manager written in scheme, which is also called guix. There’s an EDSL for writing package definitions. One interesting result about this is that the package manager has a REPL and a dedicated emacs mode

    Instead of systemd, the PID1 process is called GNU Shepherd, and is also written in scheme.

    Guix also has a strong emphasis on bootstrapping. You can build almost the entire system from source, relying on only a few binaries to start with.