Code: Select all
LABEL puppy
MENU label Puppy Linux 4.2.1
KERNEL /pup/vmlinuz
APPEND initrd=/pup/initrd.gz pmedia=cd BOOT_IMAGE=PUP_421.SFS PUP_421.SFS_dir=/pup
Code: Select all
BOOT_IMAGE=PUP_421.SFS PUP_421.SFS_dir=/pup
now the files included were
boot.cat
boot.msg
help.msg
initrd.gz
isolinux.bin
isolinux.cfg
logo.16
PUP_421.SFS
vmlinuz
now im trying to boot it in the /pup dir of my cd's root. however its not finding "PUP_421.SFS" and it drops to limited consol. iv tried everything under the sun really. putting all the files in / by themselves and having it try to boot off its own .cfg iv tried leaving everything in /pup except for PUP_421.SFS i put that in / and it still wouldnt find it. and the above code...well that also doesnt work. here is the isolinux.cfg from the orig pup iso
Code: Select all
default puppy
display boot.msg
prompt 1
timeout 80
F1 boot.msg
F2 help.msg
label puppy
kernel vmlinuz
append initrd=initrd.gz pmedia=cd

pretty simplistic but its giving me trouble. Is their an angel among you[/img]