Installing Puppy OS on flash drive June 6, 2008
Posted by genetical in puppy.Tags: flash drive, puppy
1 comment so far
If you have a copy of Puppy on a flash drive already and are wishing to install it into another flash drive, start at Step 3 .
Otherwise, you will need a blank cd and a blank flash drive and will follow all of the steps.
1) Download Puppy iso file from: http://www.puppylinux.org/downloads/official-releases/puppy-linux-400-dingo
2) Burn to the cd the iso file.
3) Put in the bootable cd (or flash drive, if you already have Puppy), and restart the computer. On the startup screen, press F12 to open the boot menu and choose to boot from the cd rom drive (or usb drive, if using a Puppy flash).
4) Puppy will prompt you to choose which keyboard you are using, as well as which interface you want to use. Choose Xvesa.
5) Once Puppy has loaded, insert the flash drive that you wish to put a new install of Puppy onto. Click on the Mount icon on the desktop to see where the flash drive is located, but do not mount it. It should be sd_. For example, sdb1.
6) Go to the command console and run gparted (Just type gparted). Then, once there, choose the location of the flash drive that you wish to put your new Puppy install on. (If it doesn’t show up, then in the command console, run gparted /dev/sd_ without any number at the end.) Delete any partitions on the flash drive and make a new partition, either fat16 or fat32, that uses the whole flash drive. (It doesn’t have to use the entire flash drive, but if you wish to use it as an OS, it is best to leave the flash drive for Puppy only purposes.)
7) Once done, exit gparted and click on the menu button on the toolbar. Go to setup and choose Puppy universal installer. Choose USB flash drive, and then choose the device that you wish to install to. It will then come up with a notice. Ignore it and click on the puppy icon in the very top right that says “Install Puppy to sd_”
8 ) Read the final notices and accept, and then Puppy will be installed onto your flash drive.
9) Congratulations! You now have a Puppy flash drive.
Basic Puppy/Boinc setup (post-OS-install) May 28, 2008
Posted by genetical in boinc, puppy.Tags: boinc, client, network, puppy, startup
add a comment
The following tutorial explains the step-by-step instructions on how to get network connectivity up and running (on SU campus) on Puppy after the OS has been installed. Followed by the step-by-step explanation on how to point the Boinc client to a server and have the Boinc client startup automatically (and connect to specified server) each time Puppy boots.
Network connectivity:
- From the desktop, click ‘Connect’
- Click “Connect to Internet by network interface”
- Select ‘eth0′ //why does this format my zero to look like an ‘oh’???? grr
- Select “Auto DHCP”
- Wait…
- ‘Yes’ (saves settings for subsequent boots)
- ‘Done’
Setup Boinc client:
- Open a browser window and go to http://boinc.berkeley.edu/download.php
- Download the file to /root/my-documents
- Open the console
- # cd ./my-documents
- # chmod +x [saved-filename]
- # ./[saved-filename]
- # cd ./BOINC/
- # ln ./run_manager /root/Startup
- # ./run_manager
- Once Boinc opens up, enter in the information for the server to which you wish to connect.
Next time you boot, the computer should open up Boinc automatically and connect to the server you set up.
-Chris