Yet Another Portable Puppy

How to do things, solutions, recipes, tutorials
Post Reply
Message
Author
User avatar
BlackAdder
Posts: 385
Joined: Sun 22 May 2005, 23:29

Yet Another Portable Puppy

#1 Post by BlackAdder »

For machines that will not or cannot boot from USB, people have been trying Barry's boot2pup.img or pakt's excellent wakepup. But even those are not always successful, with the drive not being seen by DOS, but still accessible once Puppy is running.

A possible alternative is to use the 1.0.4 live cd to boot and load up user_cram.fs, restricting the USB flash drive to holding the pupxxx file.

When booting 1.0.4, you can enter a boot string like this:

Code: Select all

vmlinuz append root=/dev/ram0 initrd=image.gz PSLEEP=5 PFILE=pup100-none-100000000 PHOME=sda1
For those who get tired of doing this at each boot, or for us folks with dylsexic fnigers, it can be made into a boot option by re-mastering the live CD and adding a boot stanza when prompted to edit isolinux.cfg. Sample below:

Code: Select all

label 6
 kernel vmlinuz
 append root=/dev/ram0 initrd=image.gz PFILE=pup100-none-100000000 PSLEEP=5 PHOME=sda1
The pupxxx file can occupy most of the USB flash drive.
If the live cd is one of the 185MB baby CD's, the combination of that and a USB flash drive is not too heavy to carry around.

There is a thread: http://www.murga.org/%7Epuppy/viewtopic ... hlight=ide
that includes discussion of speeding up the shutdown process when the pupxxx file in on a flash drive.

Perhaps we could call the combination Yet Another Portable Puppy (or YAPPY). That seem preferable to Port-a-Puppy, which is a crappy name.

Works for me, hope it helps others.

User avatar
Flash
Official Dog Handler
Posts: 13071
Joined: Wed 04 May 2005, 16:04
Location: Arizona USA

#2 Post by Flash »

Deleted
Last edited by Flash on Tue 02 Aug 2005, 05:31, edited 1 time in total.

User avatar
Flash
Official Dog Handler
Posts: 13071
Joined: Wed 04 May 2005, 16:04
Location: Arizona USA

#3 Post by Flash »

Hey, blackadder, you're good. Why don't you help name this puppy over here,

Post Reply