Hi, as per the title says, I have a pendrive created with frugalpup that contains tahrpup64, dpup-stretch32, and fossapup64. This pendrive is able to boot in both mbr and UEFI mode. I created 3 partitions, ie a FAT32 (300mb in size, for boot), FAT32 (~20Gb in size, for storage of personal/misc files), finally another EXT4 (~10Gb, for puppies installation folders).
Now, i just downloaded a Fossadog.iso, after mounting the .iso and peek inside, i think, why dont i try to force the dog and puppies 'live' together in the same pendrive.
So, i created another folder, namely "Fossadog' in EXT4 partition, copied the 'casper' folder, then i edit the 'grub.cfg' using similar parameters for booting other puppies.. adding these lines:
menuentry "FossaDog64 changes=/fossa_dog save to file" {
insmod ext2
search --no-floppy --fs-uuid --set c987bb33-c85e-4cce-8d95-8bf1182e0c30
echo "Loading vmlinuz"
linux /Fossadog/casper/vmlinuz from=/ noauto changes=/Fossadog/fossa_dog/changes.dat
initrd /Fossadog/casper/initrd1.xz
}
After booting up, some errors occurs, something like :"wrong bootable media / failed to locate initrd1.xz" etc...
How can this happen? As i pointed the correct directory to the initrd1.xz file.