I'm trying to boot these four distros from a small SD card on an old HP 2530p 2GB Ram Intel Core2Duo CPU laptop I have... Like a blast from the past trying to boot a DD and Puppy for me.
Unfortunately, I'm not having much success.
Well, I manage to boot KLU_jammy since I made that one and am familiar with booting FirstRib-based distros from SD card or anywhere else.
But I can't get fossadog64, fossapup64 (the F96_CE version) or bionicpup64 to boot.
Many years ago I used to boot Fossadog64 on same machine (as far as I remember); indeed it was myself who originally back then sometime added the code to DebianDogs initrd and some DD scripts to allow SD booting to work, but maybe don't have the boot arguments for Dogs and Puppy in menu.lst correct?
Anyone see anything I need to change below and is anyone else ever booted from SD card?
title fossadog64 in folder fossadog64, save on exit (sda1) # this gives error: (hd0.0) ... Error 13: Invalid or unsupported executable format
find --set-root uuid () ea608036-f846-4c02-99ac-e6c83c9f17f4
kernel /fossadog64/casper/vmlinuz noauto from=/fossadog64 changes=EXIT:/fossadog64/casper/
initrd /fossadog64/casper/initrd1.xz
title Start bionicpup64 8.0 # this gives error: (hd0,0) ... Error 2: Bad file or directory type
find --set-root uuid () ea608036-f846-4c02-99ac-e6c83c9f17f4
kernel /bionicpup64/vmlinuz pmedia=usbflash psubdir=bionicpup64 pfix=copy pdev=mmcblk0p1
initrd /bionicpup64/initrd.gz
title "fossapup64 9.6" # this gives error: (hd0,0) ... Error 2: Bad file or directory type
find --set-root uuid () ea608036-f846-4c02-99ac-e6c83c9f17f4
kernel /fossapup64/vmlinuz pmedia=usbflash psubdir=fossapup64 pfix=copy pdev=mmcblk0p1
initrd /fossapup64/initrd.gz
title KLU_jammy # this one boots okay from the SD card
find --set-root uuid () ea608036-f846-4c02-99ac-e6c83c9f17f4
kernel /KLU_jammy/vmlinuz w_bootfrom=UUID=ea608036-f846-4c02-99ac-e6c83c9f17f4=/KLU_jammy w_changes=RAM2
initrd /KLU_jammy/initrd.gz
EDIT: after trying re-installations now KLU_jammy won't boot from the SD card either... so I've modified the title. At least I know KLU_jammy 'can' boot, but SD cards are just plain weird, even weirder than usb sticks. I discovered years ago that sometimes I had to copy vmlinuz first and sync and then initrd.gz and sync and so on till everything was copied; that was for usb sticks too on my older laptop. Even worse with SD cards - sometimes I had to completely re-partition and mkfs and then do that weird copy procedure. Nothing about that found on google searches, but definitely my old laptop needs procedures like that. Unfortunately, I simply can't now boot from the SD card at all, but don't want to re-partition it and so on because I have grub4dos already on it (the wee version per DebianDogs) and don't want the hassle of having to reinstall that too (the SD card is old and I installed that grub on it mega years ago).