booting Lucid Puppy 5.2.8 from USB

Using applications, configuring, problems
Post Reply
Message
Author
Bard of Limoges
Posts: 3
Joined: Sun 20 Jan 2013, 21:28

booting Lucid Puppy 5.2.8 from USB

#1 Post by Bard of Limoges »

I'm very new to Linux. I've been using a CD boot version of Lucid Puppy 5.2.8 and am really impressed bythe speed of the system. My wife recently bought a HP Pavilion g7 with W8 installed. I decided to boot my puppy to an Intex 64G usb drive, so I could have my one personal portable computer without disturbing the W machine. I used Bot flash and puppyUniversal installer with all the general settings. I had to use the FN9 choose boot method on the HP to boot from the usb and that started as usual. Unfortunately the boot searches the computers HDD for the 5.2.8 SFS which is of course on the usb.
So how can I get the boot to search the usb and not a partition on the HP (bearing in mind that W8 is partiularly unhelpful regarding sharing the HD with other systems.
Thanks in advance.

User avatar
RetroTechGuy
Posts: 2947
Joined: Tue 15 Dec 2009, 17:20
Location: USA

Re: booting Lucid Puppy 5.2.8 from USB

#2 Post by RetroTechGuy »

Bard of Limoges wrote:I'm very new to Linux. I've been using a CD boot version of Lucid Puppy 5.2.8 and am really impressed bythe speed of the system. My wife recently bought a HP Pavilion g7 with W8 installed. I decided to boot my puppy to an Intex 64G usb drive, so I could have my one personal portable computer without disturbing the W machine. I used Bot flash and puppyUniversal installer with all the general settings. I had to use the FN9 choose boot method on the HP to boot from the usb and that started as usual. Unfortunately the boot searches the computers HDD for the 5.2.8 SFS which is of course on the usb.
So how can I get the boot to search the usb and not a partition on the HP (bearing in mind that W8 is partiularly unhelpful regarding sharing the HD with other systems.
Thanks in advance.
I have grub on my HDD (so it will be a little different than you USB), but I limit the search like this:

Code: Select all

title Puppy Linux 528 frugal
rootnoverify (hd0,0)
kernel /puppy528/vmlinuz pmedia=atahd psubdir=puppy528 pfix=noram,fsck
initrd /puppy528/initrd.gz
The important section is the "pmedia=atahd psubdir=puppy528"

(which tells it which media, and which folder)
[url=http://murga-linux.com/puppy/viewtopic.php?t=58615]Add swapfile[/url]
[url=http://wellminded.net63.net/]WellMinded Search[/url]
[url=http://puppylinux.us/psearch.html]PuppyLinux.US Search[/url]

Bard of Limoges
Posts: 3
Joined: Sun 20 Jan 2013, 21:28

booting linux from usb

#3 Post by Bard of Limoges »

Thanks for the answer but I'm afraid that it doesn't work.
When I enter the line "title Puppy Linux 528 frugal" I get title: not found and equally for the other lines. I know that most commands use lowercase so should the name Puppy Linux 528 not be lowercase?
could you explain what each line means so that I can understand the commands? Sorry for the additional questions but I'm very keen use puppy on my usb. PS it' an0 emtec not an imtex!

User avatar
RetroTechGuy
Posts: 2947
Joined: Tue 15 Dec 2009, 17:20
Location: USA

Re: booting linux from usb

#4 Post by RetroTechGuy »

Bard of Limoges wrote:Thanks for the answer but I'm afraid that it doesn't work.
When I enter the line "title Puppy Linux 528 frugal" I get title: not found and equally for the other lines. I know that most commands use lowercase so should the name Puppy Linux 528 not be lowercase?
could you explain what each line means so that I can understand the commands? Sorry for the additional questions but I'm very keen use puppy on my usb. PS it' an0 emtec not an imtex!
Oh, I'm sorry... I just realized that you are brand new here...

Mine was an example booting from the hard drive.

You would want the command option: pmedia=usb

So the part of the boot menu you would want to fix is:

Code: Select all

kernel /puppy528/vmlinuz pmedia=usb psubdir=puppy528
Your kernel may not be in "puppy528" unless you created it. Sorry, I've misplaced my bootable USB, so I can't just copy the menu for you.

That assumes that you have a subdirectory (folder) called "puppy528" (where all of your stuff resides).

Did you perform an install using the puppy installer?

You would boot Puppy on CD, once it's up, plug in your flash drive.

You will see the drive appear in the lower left corner (so you then know it's name).

Go into the menu, go to Setup, go to Puppy Universal Installer.

When you run it, it will walk you through an installation. It will ask you which media to install onto, and at the end it will give you 2 sets of GRUB menu options (depending on which grub bootloader you selected).

If you need, I'll go through an installation on USB (just as you would), and post a menu for a USB install.

BTW, if you look in my Sig line, you can search the Puppy forum for relevant topics.

And I assume that you've been through these:

http://puppylinux.org/main/Overview%20a ... tarted.htm

http://www.puppylinux.com/
[url=http://murga-linux.com/puppy/viewtopic.php?t=58615]Add swapfile[/url]
[url=http://wellminded.net63.net/]WellMinded Search[/url]
[url=http://puppylinux.us/psearch.html]PuppyLinux.US Search[/url]

Post Reply