Page 1 of 1

Fatdog Installer

Posted: Mon Jul 10, 2023 10:13 am
by rcrsn51

The Multi Installer in the Daedalus Starter Kit project now supports Fatdog. This is the easiest way for newcomers from Puppy to install Fatdog.


Re: Fatdog Installer

Posted: Mon Jul 10, 2023 3:55 pm
by jamesbond

Thank you @rcrsn51.

For easy reference, The Daedalus Starter Kit that @rcrsn51 mentioned above is located here: https://forum.puppylinux.com/viewtopic.php?t=644


Re: Fatdog Installer

Posted: Tue Jul 11, 2023 9:56 pm
by pup2023

one more... Fatdog Installer

on WINDOWS machine "LICK" installer works 4 me...

for dual boot...

works with most of Puppies, so look like FatDog compatible...

https://github.com/noryb009/lick


Re: Fatdog Installer

Posted: Wed Jul 12, 2023 8:30 am
by step

In addition to what @pup2023 wrote, a lick installer can also be found inside the Fatdog64 ISO together with an HTML readme file that provides guidance specific to Fatdog64. Find the installer and the HTML readme by clicking the fatdog ISO file to mount it then click the "lick" folder.


Re: Fatdog Installer

Posted: Tue Jun 18, 2024 1:48 pm
by trawglodyte

If you have an existing Linux OS on a UEFI system w/ GPT partition table, a manual frugal is very easy.

  • extract the iso

  • move the extracted folder to the partition you want it on

  • add a menuentry to /boot/grub/custom.cfg

*here is a template for the menuentry

Code: Select all

menuentry "Fatdog64-901" {
        insmod ext2
        insmod part_gpt
        search --set=root --fs-uuid 338ce9ba-3a43-4bdc-82e0-7b7a4f8f6c2f
        linux /Fatdog64-901/vmlinuz rootfstype=ramfs
        initrd /Fatdog64-901/initrd
}

find your UUID by entering blkid in terminal, replace the UUID with your UUID, replace <Fatdog64-901> 3 times if the name of the folder on your frugal partition is something different. consider additional paramaters for kernel command line.
If you want a video to follow along with that shows you how to do it, here you go --> https://odysee.com/@trawg:3/fatdog-frugal:6