Author |
Message |
gcmartin
Joined: 14 Oct 2005 Posts: 6730 Location: Earth
|
Posted: Wed 13 Jun 2012, 14:07 Post subject:
Netboot any Puppy - Beginner's Start's Guide |
|
Here's a 5 minute starter's guide.
Newbies and Experience Users Starter's Guide
The older (and more advanced version ) is found here
Comments welcomed
_________________ Get ACTIVE Create Circles; Do those good things which benefit people's needs!
We are all related ... Its time to show that we know this!
3 Different Puppy Search Engines or use DogPile
|
Back to top
|
|
 |
greengeek

Joined: 20 Jul 2010 Posts: 4933 Location: Republic of Novo Zelande
|
Posted: Thu 14 Jun 2012, 04:51 Post subject:
|
|
Very good tutorial. And so easy!! The only thing I would add is "before starting, make sure that the free space in your personal save file is bigger than the iso you are using for the LAN boot". This consideration will be particularly important if you are wanting to netboot a larger iso (eg some of them are 500MB or more...)
.
|
Back to top
|
|
 |
greengeek

Joined: 20 Jul 2010 Posts: 4933 Location: Republic of Novo Zelande
|
Posted: Thu 06 Sep 2012, 15:42 Post subject:
|
|
Hmmm, I had a need to access this info to refresh my memory and discovered a problem viewing the Google Doc. I am using Puppy Racy NOP 5.2.2 and it does not display the Google doc properly. No idea why. I don't recall problems viewing any other sites.
Description |
|
Filesize |
38.45 KB |
Viewed |
1405 Time(s) |

|
|
Back to top
|
|
 |
gcmartin
Joined: 14 Oct 2005 Posts: 6730 Location: Earth
|
Posted: Sun 09 Sep 2012, 20:17 Post subject:
Problems accessing the Puppy Netboot procedure document |
|
greengeek wrote: | Hmmm, I ... discovered a problem viewing the Google Doc... | I am not running RACY but, I am running SeaMonkey in couple distros. I am not having this problem you show.
Is anyone else having a problem accessing the Puppy NETBOOT procedures document?
Here to help
_________________ Get ACTIVE Create Circles; Do those good things which benefit people's needs!
We are all related ... Its time to show that we know this!
3 Different Puppy Search Engines or use DogPile
|
Back to top
|
|
 |
sunburnt

Joined: 08 Jun 2005 Posts: 5087 Location: Arizona, U.S.A.
|
Posted: Sun 09 Sep 2012, 21:42 Post subject:
|
|
The web page loads fine for me using Puppy528-005 Lucid.
After looking at the tools, it seems that everything needs integrating.
All the tools into a GUI ( probably tabbed ) and some automation.
Don`t know the client Puppy setup, a BIG "Murga style" initrd.gz file?
The easiest to get PXEbooting would be Barry`s Quirky all-in-the-kernel.
Without a initrd.gz file, PXE is a breeze to get booting... Just the kernel.
|
Back to top
|
|
 |
gcmartin
Joined: 14 Oct 2005 Posts: 6730 Location: Earth
|
Posted: Mon 10 Sep 2012, 14:39 Post subject:
|
|
sunburnt wrote: | ... After looking at the tools, it seems that everything needs integrating. All the tools into a GUI ( probably tabbed ) and some automation. ... | Hi @Sunburnt, I understand what you share, here.
BUT, I also see why JamesBond approached it as he did. See if this helps the understanding so that should you approach it, you have some basic helpful knowledge.
Network booting in Puppy, as currently designed, requires 2 pieces to the current implementation. - It requires a mechanism to allow a PXE PC from the LAN to get service in some standardized way.
- A tool to make an ISO acceptable for booting Puppy and placing it in the prepared mechanism mentioned above.
To support these 2 functions, he provides the following PETs mentioned in the document.
- DNSMASQ - a PET that he purposely left DNSMASQ in a Pristine install state while the PET sets up a Menu item which invokes the Pristine DNSMASQ with the specific instructions to only support network booting of a PC.
- NETBOOT3 - a PET that loads scripts onto the system. The script(s) will take the ISO and it preps the folder which is used when the remote PC boots.
With this, you should be able to design/redesign the current GUI to address the Preparation process for booting Puppies. In fact, the NETBOOT scripts does need updating to accomodate the differing compressions that are now being used by several different Puppy distro developers.
Hope this helps
_________________ Get ACTIVE Create Circles; Do those good things which benefit people's needs!
We are all related ... Its time to show that we know this!
3 Different Puppy Search Engines or use DogPile
|
Back to top
|
|
 |
greengeek

Joined: 20 Jul 2010 Posts: 4933 Location: Republic of Novo Zelande
|
Posted: Mon 10 Sep 2012, 15:14 Post subject:
|
|
sunburnt wrote: | The easiest to get PXEbooting would be Barry`s Quirky all-in-the-kernel.
Without a initrd.gz file, PXE is a breeze to get booting... Just the kernel. | Hi sunburnt - do you have a link to that particular kernel? Is there a forum topic describing it? thx.
|
Back to top
|
|
 |
gcmartin
Joined: 14 Oct 2005 Posts: 6730 Location: Earth
|
Posted: Mon 10 Sep 2012, 16:35 Post subject:
|
|
greengeek wrote: | sunburnt wrote: | The easiest to get PXEbooting would be Barry`s Quirky all-in-the-kernel.
Without a initrd.gz file, PXE is a breeze to get booting... Just the kernel. | Hi sunburnt - do you have a link to that particular kernel? Is there a forum topic describing it? thx. | Correct me if I'm wrong.
I think what he offers is an approach which puts everything in the file named kernel instead of the customary kernel and initrd that is used by many/most distros.
If you look at the booting instructions, you would see something like this as standard for most all Puppy ISOs. These initial booting instructions (isolinux.cfg) gives clues to boot Puppy requirements. Code: | default puppy
label puppy
kernel vmlinuz
append initrd=initrd.gz pmedia=cd | Hope this helps
_________________ Get ACTIVE Create Circles; Do those good things which benefit people's needs!
We are all related ... Its time to show that we know this!
3 Different Puppy Search Engines or use DogPile
|
Back to top
|
|
 |
greengeek

Joined: 20 Jul 2010 Posts: 4933 Location: Republic of Novo Zelande
|
Posted: Tue 11 Sep 2012, 03:58 Post subject:
Re: Netboot any Puppy - Beginner's Start's Guide |
|
Hi GC, the newbies guide states that the PPM will provide access to the dnsmasq pet. However I have found that this is not the case for PupServer 435, or for Slacko 5.3 (probably some other puppies as well I guess)
The older document that you have mentioned provides a direct link to the dnsmasq pet, which will be useful to those who have puppies not linking via the PPM.
|
Back to top
|
|
 |
sunburnt

Joined: 08 Jun 2005 Posts: 5087 Location: Arizona, U.S.A.
|
Posted: Wed 12 Sep 2012, 05:40 Post subject:
|
|
Hi greengeek; Here`s the links for it.
http://bkhome.org/quirky/
Quote: | Embed the distro inside the kernel
Recent versions of the Linux kernel have the ability to embed the initramfs and the entire distro filesystem inside the kernel. That sure is one big kernel! |
Download: http://puppylinux.com/download
Wikka: http://puppylinux.org/wikka/Quirky
Last edited by sunburnt on Sun 16 Sep 2012, 10:56; edited 3 times in total
|
Back to top
|
|
 |
sunburnt

Joined: 08 Jun 2005 Posts: 5087 Location: Arizona, U.S.A.
|
Posted: Wed 12 Sep 2012, 05:43 Post subject:
|
|
Boy... Those URLs are really touchy aren`t they?
Thanks GreenGeek for the sharp eye.
Last edited by sunburnt on Sun 16 Sep 2012, 10:57; edited 3 times in total
|
Back to top
|
|
 |
greengeek

Joined: 20 Jul 2010 Posts: 4933 Location: Republic of Novo Zelande
|
Posted: Wed 12 Sep 2012, 14:53 Post subject:
|
|
Yep. Some weird stuff happened on the forum last night...
Description |
|
Filesize |
33.75 KB |
Viewed |
1151 Time(s) |

|
|
Back to top
|
|
 |
gcmartin
Joined: 14 Oct 2005 Posts: 6730 Location: Earth
|
Posted: Wed 12 Sep 2012, 16:02 Post subject:
Re: Netboot any Puppy - Beginner's Start's Guide |
|
greengeek wrote: | Hi GC, the newbies guide states that the PPM will provide access to the dnsmasq pet. However I have found that this is not the case for PupServer 435, or for Slacko 5.3 (probably some other puppies as well I guess)
The older document that you have mentioned provides a direct link to the dnsmasq pet, which will be useful to those who have puppies not linking via the PPM. | You are correct.
This may be something as simple as allowing to PPM to update for the newer PUPs. And the older PUPs may need to continue to use that older guide as it "contains a direct connection" to an older, but working DNSMASQ.
I will try to indicate this in the manual. (And, let's hope that newbies are using FATSlacko (a 32bit file and print sharing version of SLACKO) and newer, current PUPs where most forum attention is concentrated for their use.
Here to help.
_________________ Get ACTIVE Create Circles; Do those good things which benefit people's needs!
We are all related ... Its time to show that we know this!
3 Different Puppy Search Engines or use DogPile
|
Back to top
|
|
 |
greengeek

Joined: 20 Jul 2010 Posts: 4933 Location: Republic of Novo Zelande
|
Posted: Wed 12 Sep 2012, 16:12 Post subject:
Re: Netboot any Puppy - Beginner's Start's Guide |
|
gcmartin wrote: | And, let's hope that newbies are using FATSlacko (a 32bit file and print sharing version of SLACKO) and newer, current PUPs where most forum attention is concentrated for their use. |
Yes, fair point. The reason I am trialling older Pups with the PXE loading system is that it seems like a good way to use older laptops etc (that might be underpowered for web browsing) that can be used as a storehouse for music, files and puppy isos, and then serve them up to any PC that comes onto the network.
It is quite fun to see an old clunker laptop send a really pretty newer version of Puppy via PXE to my family members fancy modern Windows machine - and give them an up-to-date Puppy experience. And the old clunker laptop can just sit on the shelf under the router
|
Back to top
|
|
 |
gameboyab

Joined: 01 Sep 2012 Posts: 45 Location: Anytown, USA
|
Posted: Wed 12 Sep 2012, 16:40 Post subject:
|
|
greengeek wrote: | Hmmm, I had a need to access this info to refresh my memory and discovered a problem viewing the Google Doc. I am using Puppy Racy NOP 5.2.2 and it does not display the Google doc properly. No idea why. I don't recall problems viewing any other sites. |
I have no problem viewing it using firefox (Nightly) in Slacko Puppy 5.3.3
_________________ Not running as root is the cause of my inferiority complex.
|
Back to top
|
|
 |
|