one wrote: Sun Aug 23, 2020 5:56 pm
I found the fatdog-split-initrd.sh but couldn't do the right syntax. Can someone please advice me how to do that?
Yes, I can. Before that, let me clarify that the purpose of fatdog-split-initrd.sh is to shave 400+ MB off the humongous initrd into the fd64.sfs. So you start with one initrd and end with another initrd + a new file fd64.sfs. You then reference both files in your bootloader menu. Practically, leave the reference to initrd unchanged but replace the file in the boot folder, add a suitable basesfs=.../fd64.sfs argument to the kernel line of the menu, add the fd64.sfs to the boot folder in the location specified with basesfs=... You can read in the Fatdog help document (the blue icon on the desktop) what goes into the ... placeholder.
So I used UExtract and moved the fd64.sfs outside - but I could not find the mentioned repack-initrd.sh to repack the initrd without the fd64.sfs?
Unless your intent is to change the Fatdog64 boot scripts, repacking the initrd should not be attempted. It's a different subject unrelated to the procedure for which fatdog-split-initrd.sh was created, which I described above.
So: BIG initrd = SMALL initrd + fd64.sfs via fatdog-split-initrd.sh
Now, let's get to your first question, how to use fatdog-split-initrd.sh.
1. You start from the fatdog64.iso file. Let's say that the full path of this file is /root/Downloads/fatdog64.iso.
2. Click the iso file, which will open a new filer window. Stop if no new window opens. Stop if the title bar of the new window isn't /mnt/+mnt+l+home+spot+Downloads+fatdog64+iso
3. Inside the new window you should see the BIG initrd. Don't click its icon, don't open it. You only need to provide its full path as input to fatdog-split-initrd.sh. Its full path is /mnt/+mnt+l+home+spot+Downloads+fatdog64+iso/initrd
4. Open a terminal window and type:
Code: Select all
cd /root
BASESFS_COMPRESSION='-comp xz' fatdog-split-initrd.sh /mnt/+mnt+l+home+spot+Downloads+fatdog64+iso/initrd "" "" fd64.sfs
This will eventually output the SMALL initrd and fd64.sfs in the current directory (/root, your home folder).
Clean up after the split:
1. Close the terminal window
2. Click the iso file. This will close the window that was opened in step 2 above
3. Open your home folder and make use of the new initrd and fd64.sfs files.