Create USB with Grub4dos
I share my experience doing my installation of any version of puppy in USB in Frugal mode, using Grub4dos using any version of puppy
First of all
1.-I open Gparted and format the USB as EXT4 (or another type of EXT?) and enable flag like "boot"
2.- I mount the USB and I'm going to copy the puppy (s) files that I want
3.- copy the essential files of the ISO (SFS, vmlinux and initrd) you can do it within folders and with several distros at the same time, the other files do not use it
4.- I opened Grub4dos and within its normal menu, I select the USB drive
5.- I select the option to search only within this device
6.- When I am in the list step of detected operating systems, in the pmedia option it appears as usbfllash, change it to "usbhd" leaving the entry like this in menu.lst
Code: Select all
title Puppy precisely 5.8 (sdc1/precisely-5.8)
find --set-root --ignore-floppies --ignore-cd /precisely-5.8/initrd.gz
kernel /precisely-5.8/vmlinuz psubdir=/precisely-5.8 pmedia=usbhd pfix=nocopy
initrd /precisely-5.8/initrd.gz
And that's it...
You reboot, select the usb to start and woof! works!
You will notice that in the pfix option I have a condition as "nocopy", in my case I usually have good performance between devices so I don't need to copy the sfs to memory, in any other case it can be as you wish ...
Using this method and with the type of partition used, the USB does not need to be backed up every so often since it does it live as the HDD works and when saving the session it does so with the savefolder inside the usb and in the folder of the puppy what are you using ...
Well this is my experience, in fact I am using the puppy installed in USB as I mentioned as proof that it works
I attach you screen
I hope this option is useful for some other user who, like me, suffers a lot and sometimes resorting to another PC with "that" other S.O.
If something of the process that I share does not work for some strange reason, tell me and I am sure we will find the solution
Cheers!