Fatdog64 Full Install (SOLVED)
Fatdog64 Full Install (SOLVED)
Really considering installing Fatdog64 on my hard drive. The only thing holding me back at the moment is that i haven't seen any posts in the forum about it.
Last edited by oldbones on Thu 26 Feb 2015, 12:48, edited 1 time in total.
blaze a trail... There are ways to get the benefits of full install without the limits of savefiles etc. Use a save folder and copy files from sfs into it. then remove sfs file from initrd.
Granted I have not done such but if I wanted full install benefits that is how I would do it, as a subfolder within a different linux install.
Granted I have not done such but if I wanted full install benefits that is how I would do it, as a subfolder within a different linux install.
OK works fine, not too convoluted to get here.
first read up on (from current fatdog 700 boot)
[url]file:///usr/share/doc/faqs/huge-initrd.html[/url]
using fatdog-split-initrd.sh and massive amount of free space ( I got 8G so did it in /tmp
clicked on Fatdog64-700rc.iso to get initrd, copied into root. Openned a terminal and ran fatdog-split-initrd.sh
it unpacked and moved stuff around.... many many minutes later ended up with new initrd and fd64.sfs
copied new initrd to grub boot area, opened fd64.sys by clicking on it and when up a directory to +mnt+sda5+fi+fd700a+fd64+sfs folder
copied that folder to /mnt/sda3 (which has version of April64 on a ext4 )
when finished I renamed it FullDog700
edited my grub config..
waitdev=3 savefile=direct:device:sda3:/FullDog700 dofsck
booted.. it complained about no fd64.sfs but booted fine. Had issue with starting run-as spot apps like icon for seamonkey but I edited out run as spot and problem cleared.
Like the speed..
and the memory shows I have 44G of space left so that works great.
first read up on (from current fatdog 700 boot)
[url]file:///usr/share/doc/faqs/huge-initrd.html[/url]
using fatdog-split-initrd.sh and massive amount of free space ( I got 8G so did it in /tmp
clicked on Fatdog64-700rc.iso to get initrd, copied into root. Openned a terminal and ran fatdog-split-initrd.sh
Code: Select all
fatdog-split-initrd.sh initrd /tmp
copied new initrd to grub boot area, opened fd64.sys by clicking on it and when up a directory to +mnt+sda5+fi+fd700a+fd64+sfs folder
copied that folder to /mnt/sda3 (which has version of April64 on a ext4 )
when finished I renamed it FullDog700
edited my grub config..
waitdev=3 savefile=direct:device:sda3:/FullDog700 dofsck
booted.. it complained about no fd64.sfs but booted fine. Had issue with starting run-as spot apps like icon for seamonkey but I edited out run as spot and problem cleared.
Like the speed..

edit /etc/defaultprograms
delete -spot leaving
if you use mail then that last line needs editing.
delete -spot leaving
Code: Select all
DEF_BROWSER="seamonkey"
DEF_DRAW="mtpaint"
DEF_HTMLEDITOR="seamonkey -edit"
DEF_HTMLVIEWER="defaultbrowser"
DEF_IMAGEVIEWER="fotoxx"
DEF_MEDIAPLAYER="vlc"
DEF_PAINT="mtpaint"
DEF_PROGRAM="xdg-open"
DEF_SPREADSHEET="gnumeric"
DEF_TERM="urxvt"
DEF_TEXTEDITOR="geany"
DEF_WORDPROCESSOR="abiword"
DEF_MAIL="seamonkey-spot -mail"
new grub line to speed up booting,
added basesfs=none so that it does not try to look for fd64.sys still functions same, boots fine and faster to desktop.
I have this on a slowly performing laptop (CPU) , the uncompressed and all on hard drive nature speeds up this nicely, and its getting faster since I have it on a hybrid SSD seagate drive and its learning what files I use a lot. In a few weeks it should be really fast. ( wish seagate would let us "prime the pump" per say )
Code: Select all
linux vmlinuz waitdev=3 savefile=direct:device:sda3:/FullDog700 basesfs=none dofsck
I have this on a slowly performing laptop (CPU) , the uncompressed and all on hard drive nature speeds up this nicely, and its getting faster since I have it on a hybrid SSD seagate drive and its learning what files I use a lot. In a few weeks it should be really fast. ( wish seagate would let us "prime the pump" per say )
redid it for a new hard-drive and used BIOS and grub4dog
liking the speed alot.
renamed April7's initrd.q to initrd so fatdog could open it and get the q.sfs (which fatdog can open like its own ) so plan to do the same to 'install' April7 as I did for Fatdog700 but as main directory.
only way to get April7 to run on this Win8 EFI normally boot machine.
Code: Select all
timeout 5
title fatdog700
root (hd0,4)
kernel (hd0,4)/boot.org/vmlinuz rootfstype=ramfs savefile=direct:device:sda5:/fatdog700 basesfs=none dofsck waitdev=4
initrd (hd0,4)/boot.org/initrd
title April7
root (hd0,4)
kernel (hd0,4)/april7/vmlinuz
initrd (hd0,4)/april7/initrd rootwait rw

renamed April7's initrd.q to initrd so fatdog could open it and get the q.sfs (which fatdog can open like its own ) so plan to do the same to 'install' April7 as I did for Fatdog700 but as main directory.
only way to get April7 to run on this Win8 EFI normally boot machine.