Fatdog Installer

Moderators: kirk, jamesbond, p310don, JakeSFR, step, Forum moderators

Post Reply
User avatar
rcrsn51
Posts: 1389
Joined: Sun Aug 23, 2020 4:26 pm
Been thanked: 357 times

Fatdog Installer

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

jamesbond
Posts: 716
Joined: Tue Aug 11, 2020 3:02 pm
Location: The Pale Blue Dot
Has thanked: 124 times
Been thanked: 402 times

Re: Fatdog Installer

Post 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

pup2023
Posts: 17
Joined: Mon Jun 19, 2023 10:26 am
Has thanked: 11 times
Been thanked: 3 times

Re: Fatdog Installer

Post 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

(FatDog & Slacko user / all Puppy Linux - test) FatDog-812

step
Posts: 546
Joined: Thu Aug 13, 2020 9:55 am
Has thanked: 57 times
Been thanked: 198 times
Contact:

Re: Fatdog Installer

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

User avatar
trawglodyte
Posts: 257
Joined: Mon Dec 11, 2023 11:32 am
Location: my cave
Has thanked: 234 times
Been thanked: 77 times

Re: Fatdog Installer

Post 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

low-bar learner

Post Reply

Return to “FatDog”