Owner of Eskimo North

  • 0 Posts
  • 42 Comments
Joined 1 year ago
cake
Cake day: July 23rd, 2023

help-circle
  • @thevoidzero @gencha What I like about GNU/Linux is precisely it’s configurability, I can use whatever desktop I want, whatever greeter I want, whatever kernel I want, whatever applications I want for a given purpose, on damned near whatever hardware I want, I mean someone recently even got Linux to boot on a 4004, it took three days but it booted. I am curious how they pulled that off without an MMU and I can only imagine the amount of paging involved with it’s 12 bit address space, but point is what you can do is almost infinitely variable. Some may use a distro because it makes software work together well, but I use it as a starting point and modify it to my needs and wants. With Windows or MacOS, I got one Desktop, one provided kernel, a more limited range of supported hardware, and close to zero customization options aside from very basic things like desktop background and color schemes.


  • Bluesky, using ATProto, which as near as I can tell is not used by anyone else, is not part of the fediverse as a result. Since both ActivityPub, and ATProto, and for that matter also Zot, are all open sourced protocols, it is my hope someone will build bridge software that incorporates and provides interoperability between both. Hubzilla would seem an ideal place for that to happen since that is already it’s role, to bridge multiple protocols.











  • Other than a few graphics, there is so little customization in Zorin that you can drop in the Ubuntu repositories and never notice the difference. And as far as from scratch goes, the first kernel I used as .98 or .99, not quite 1.0, cross compiled for Intel on a Sparc platform, then you had to spend another three days compiling the GNU userland, and then another couple of days for Xorg, at which point you had a mostly usable system.




  • @data1701d Ok in that case, boot the os off of a USB and mount all the partitions, start with root on /mnt, then any other partitions relative to /mnt as they would be to root, then mount --bind /dev /mnt/dev, mount --bind /dev/pts /mnt/dev/pts, mount --rbind /sys /mnt/sys, mount --rbind /proc /mnt/proc, and then cp /etc/resolv.conf to /mnt/etc/resolv.conf, now chroot /mnt. Once there remove all existing versions of grub and install grub-pc, which is the bios version, next do grub_install /dev/sda or whatever your primary drive is, then exit chroot and halt the system. Now you should have a bios bootable system you can boot on your bios device.