The Multi Installer in the Daedalus Starter Kit project now supports Fatdog. This is the easiest way for newcomers from Puppy to install Fatdog.
Fatdog Installer
Moderators: kirk, jamesbond, p310don, JakeSFR, step, Forum moderators
-
- 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
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
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...
(FatDog & Slacko user / all Puppy Linux - test) FatDog-812
-
- Posts: 546
- Joined: Thu Aug 13, 2020 9:55 am
- Has thanked: 57 times
- Been thanked: 198 times
- Contact:
Re: Fatdog Installer
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.
- 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
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