• 0 Posts
  • 21 Comments
Joined 5 days ago
cake
Cake day: October 7th, 2024

help-circle









  • 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.