Nanook
Owner of Eskimo North
@IceFoxX @merthyr1831 I just keep a handful of color coded thumb drives. I know the red one for example is Ubuntu-Mate 24.04, the black one Win10, the yellow, Gparted Live disk, the Green Boot-Repair, etc.
@delirious_owl @gwilikers I’ve been trying to setup a store and forward server with postfix and not having a lot of luck.
I don’t know how clonezilla works, but one thing I’ve discovered that causes issues when you copy a Linux distro from one machine to another, assuming you do a file system copy and not a raw partition copy so the new file system partition has a different UUID than the old, you need to fix the UUID in both /etc/fstab and /etc/initramfs-tools/resume before it will work properly.
When you spin up the drive, the motor has to overcome the mass of the disks to bring them up to speed, requiring more torque, current, and wear, than just keeping them at that speed. On the other hand, bearings don’t wear out at zero RPM. Bearings go, motor goes, either way drive is dead. Regarding bearings ALWAYS mount drives so that they are horizontal, this results in minimal bearing wear and load.
@MangoPenguin Same thing that happens to your car motor when you slam the accelerator from a dead stop rather than gradually accelerating and maintaining a steady speed. Everyone knows stop-and-go traffic is hard on cars, disk drives too.
I have been trying to turn up a Lemmy instance, I presently have a friendica instance, friendica.eskimo.com/, a hubzilla instance, hubzilla.eskimo.com/, and a mastodon instance, mastodon.eskimo.com/, but I have found getting Lemmy operational to be more challenging than these.
It can easily be configured to emit no sounds, and wake-up is usually a function of your BIOS settings, disable wake-up on LAN, etc and you won’t have an issue.
Ubuntu will boot on either legacy or UEFI.
@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.
I’m going to stick with my Intel graphics, X-Org, and the kernel X-server. Fuck Wayland and all corporate bullshit behind it. It does not network properly and right there is a show stopper for my needs.