installing several puppies on one usbstick (grub)

Under development: PCMCIA, wireless, etc.
Post Reply
Message
Author
oliver69
Posts: 172
Joined: Fri 08 Jun 2007, 16:43
Location: Heidelberg / Germany

installing several puppies on one usbstick (grub)

#1 Post by oliver69 »

Hi All,
i have a strange problem with running several different versions of puppy from one usb stick. I have created a bootable stick with grub and made a subfolder for each puppy version and a menu.lst. the stick boots quick and shows the menu.lst, i can select a version and this boots and works fine - but the boot process after selecting a version until it really starts is VERY slow. not sure if my menu.lst is not missing something important.
here is an example entry:

title Precise 561
kernel /precise561/vmlinuz pmedia=usb pfix=ram
initrd /precise561/initrd.gz

User avatar
666philb
Posts: 3615
Joined: Sun 07 Feb 2010, 12:27
Location: wales ... by the sea

#2 Post by 666philb »

hi oliver69,

possibly it's because you need to specify a directory with 'psubdir' so puppy doesn't have to search.....eg

Code: Select all

kernel /precise561/vmlinuz   psubdir=precise561 pmedia=usb pfix=ram
Note: if you run grub4dos from the puppy menu>>system>>grub4dos , and point it at the usb, it should do this automatically, for you for all your pups.
Bionicpup64 built with bionic beaver packages http://murga-linux.com/puppy/viewtopic.php?t=114311
Xenialpup64, built with xenial xerus packages http://murga-linux.com/puppy/viewtopic.php?t=107331

oliver69
Posts: 172
Joined: Fri 08 Jun 2007, 16:43
Location: Heidelberg / Germany

#3 Post by oliver69 »

666philb wrote:hi oliver69,

possibly it's because you need to specify a directory with 'psubdir' so puppy doesn't have to search.....eg

Code: Select all

kernel /precise561/vmlinuz   psubdir=precise561 pmedia=usb pfix=ram
Note: if you run grub4dos from the puppy menu>>system>>grub4dos , and point it at the usb, it should do this automatically, for you for all your pups.
ok i will check this. build everything manually.

User avatar
666philb
Posts: 3615
Joined: Sun 07 Feb 2010, 12:27
Location: wales ... by the sea

#4 Post by 666philb »

oliver69 wrote:
666philb wrote:hi oliver69,

possibly it's because you need to specify a directory with 'psubdir' so puppy doesn't have to search.....eg

Code: Select all

kernel /precise561/vmlinuz   psubdir=precise561 pmedia=usb pfix=ram
Note: if you run grub4dos from the puppy menu>>system>>grub4dos , and point it at the usb, it should do this automatically for all your pups.
ok i will check this. build everything manually.
Bionicpup64 built with bionic beaver packages http://murga-linux.com/puppy/viewtopic.php?t=114311
Xenialpup64, built with xenial xerus packages http://murga-linux.com/puppy/viewtopic.php?t=107331

Post Reply