Code: Select all
title PL 2.15 pfix=ram
rootnoverify (hd0,4)
kernel /vmlinuz root=/dev/ram0 pfix=ram PMEDIA=idehd
initrd /initrd.gz
Jason
[edit: /dev/hda5 is formatted as ext2]
Code: Select all
title PL 2.15 pfix=ram
rootnoverify (hd0,4)
kernel /vmlinuz root=/dev/ram0 pfix=ram PMEDIA=idehd
initrd /initrd.gz
Be warned the load none option actually just moves on to scan the next partition. So you need to ensure that every visible partition with a pup_save on has at least two of them. You have to keep saying none until it has scanned all the visible partitions. Last time I tried this puppy even scanned some of them twice.pcguru wrote:i if puppy sees two files named pup_save*.3fs (or.2fs) you'll be asked which to load ...
just select the option to load none - and there ya go.
Code: Select all
touch pup_save2.2fs
touch pup_save3.2fs
That's the problem. pfix=ram is the command at bootup to make it ignore the pup_save.2fs. You're supposed to be able to just tack it onto the kernel line in GRUB with a Frugal Install, or type puppy pfix=ram when booting from LiveCD. A temporary solution is to just rename the savefile, but that's a pain in the neck.pfix=ram command doesn't seem to work for me. Puppy still use pup_save as if it's a bone.
Are there any command at boot up to make Puppy ignore pup_save and don't use swap on the harddisk?
Code: Select all
# Pizzapup 3.1 RAM config begins
title PizzaPup 3.1 - RAM
lock
rootnoverify (hd0,4)
kernel /boot/pza-301/vmlinuz root=/dev/ram0 vga=normal loglevel=3 pfix=ram
initrd /boot/pza-301/initrd.gz
# Pizzapup 3.1 RAM config ends
pcguru wrote:lets see ...
puppy has, as of version 2.13, returned to using the ext2 file system in the save file, previous was ext3 (and much previous was ext2 also)
dunno if this has anything to do with the current problem of 'ignoring' multiple save files etcetera, but anyways ...
my suggestion is NOT to create a pup_save.3fs ... it IS to create a 'FAKE' pup_save file ...
create a file, any file - preferably empty (no point in wasting space) - I don't care (and it seems neither does puppy) whether the file is intended to be text or any other darn thing ... the point here is to (re)NAME the file in the fashion of pup_save(anything_else_like_Zfake_for_example).3fs - then (apparently due to the '3fs' extension) it isn't ignored.
then too, you should have the option to pick one, or none, if it is in the same drive (root of) as another save file ....
if I'm not being clear enough, let me know ....
I'm pretty sure what I'm suggesting should/would work (it works for me) but not sure if I'm explaining it well enough.
helios; ummm, I really don't know what to say, 'cept bugger :-/hi pcguru,
I created a text file and renamed it as pup_save_Zfake.3fs along with my original pup_save.2fs in Puppy 2.14 frugal installed. Puppy tried to mount my pup_save_Zfake.3fs and returned with a lot of red lines during reboot. It didn't ask me to choose anything. I had to boot into other OS to delete the .3fs file so as to boot into Puppy again. Do you have any ideas about what's going on?
Thanks