installation.htm 9.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
  2. <html><head>
  3. <meta charset="utf-8"/>
  4. <meta content="text/html" http-equiv="content-type"><title>Installation</title>
  5. <link href="./manual.css" rel="stylesheet" type="text/css" />
  6. </head>
  7. <body>
  8. <div id="container">
  9. <div id="main">
  10. <h1><img style="width: 96px; height: 96px;" alt="pup" src="./puppylogo96.png" align="middle"> Installation</h1><br>
  11. <p align="right"><small><em>An internet connection is required to view some links on this page.</em><br>
  12. <tt>v-0.1 Last updated: 7th July, 2014</tt></small></p>
  13. <h2>Contents</h2><br>
  14. <ul>
  15. <li><a href="#intro"><h3>Introduction</h3></a></li>
  16. <li><a href="#tgt"><h3>Target Media</h3></a></li>
  17. <li><a href="#frug"><h3>Frugal Install</h3></a></li>
  18. <li><a href="#full"><h3>Full Install</h3></a></li></li>
  19. <li><a href="#boot"><h3>Booting</h3></a></li>
  20. <li><a href="#progs"><h3>Installation Programs</h3></a></li>
  21. </ul>
  22. <br>
  23. <h2><a name="intro" id="intro"></a>Introduction</h2>
  24. <p>Puppy can be installed in many different ways. Consequently, the installer has many different choices which may be confusing to the new Puppy user. This document will attempt to clear that confusion such that you, the Puppy User can confidently install Puppy Linux to your medium of choice in the desired manner.
  25. </p>
  26. <h2><a href="#">&uArr;</a></h2>
  27. <h2><a name="tgt" id="tgt"></a>Target Media</h2>
  28. <p>Puppy can be installed to all common media. Until recently, even floppy disk installation was supported, but that is so &apos;80s! USB sticks, USB hard drives, Firewire<sup><a href="#2"><small>2</small></a></sup> hard drives, CF (Compact Flash), SD card, internal Solid State Disk (SSD) and normal old Hard Drives (HDD - either IDE or SATA).<br>
  29. Even CD, DVD and BlueRay&trade;<sup><a href="#1"><small>1</small></a></sup> installation (as such) is supported but it is not acheived by using one of these installer programs. In the Puppy main Menu there is a program called &quot;Remaster Puppy Live CD&quot; where you build your own custom version of Puppy including as many packages and programs as you like. <br>
  30. Alternatively, if you boot with a CD-RW or DVD-RW<sup><a href="#8"><small>8</small></a></sup> you can save your session to the optical media and never worry about installing anything! No hard drive needed.
  31. </p>
  32. <h2><a href="#">&uArr;</a></h2>
  33. <h2><a name="frug" id="frug"></a>Frugal Install</h2>
  34. <p>By design, Puppy Linux runs in your systems Random Access Memory (RAM). Normally, a minimum of 512 MB (megabytes) of RAM is recommended to run Puppy but it will work with less. Don't worry, any machine built after 2003 is likely to have at least enough RAM. Due to this a <strong>Frugal</strong> installation is recommended. Really, it isn't installed per se&acute;, rather the main files to get Puppy running (the kernel or &quot;vmlinuz&quot;, an initial ram disk or &quot;initrd.gz&quot;, a main puppy system file known as the &quot;main sfs&quot; usually named puppy_1.2.3.sfs or similar and perhaps a few others depending on puppy version) are copied to your disk then booted with a boot loader. It can be installed in almost any partition in almost any file system (eg: FAT32, NTFS, ext2, ext3, ext4). It can be installed <em>inside</em> an existing Installation of Windows, or other Linux such as Ubuntu or Fedora. A frugal install also works on all types of media<sup><a href="#tgt"><small>3</small></a></sup>.<br>For technical information see <a href="http://puppylinux.com/development/howpuppyworks.html" target="_blank">How Puppy Works</a>.
  35. </p>
  36. <h2><a href="#">&uArr;</a></h2>
  37. <h2><a name="full" id="full"></a>Full Install</h2>
  38. <p>A <strong>Full</strong> installation is just like a Windows&trade; installation or any other Linux Installation. It requires it's own partition and it must be of a Linux type <a href="http://en.wikipedia.org/wiki/File_system" target="_blank">filesystem</a>; most commonly ext2, ext3 or ext4 but others are possible. These are mostly used for internal HDDs or SSDs but can be used on external USB or FireWire HDDs. This is a good option if you have an older machine that is low on RAM.
  39. </p>
  40. <h2><a href="#">&uArr;</a></h2>
  41. <h2><a name="boot" id="boot"></a>Booting</h2>
  42. <p>Booting, in simple terms, is just your computer finding the files to execute the Operating System (OS). All Operating Systems need some way to boot. Puppy supports various methods of booting. Some require the editing of the special boot code at the start of the disk (MBR) so that the special Linux files can be found (kernel - vmlinuz and initrd.gz).<br>
  43. Puppy can be made to dual boot with Windows or another Linux or multi boot with several operating systems. There are three main programs that Puppy supports out of the box for booting. Grub4dos, Grub (legacy) and Syslinux.<br>
  44. <strong>Grub4dos</strong> supports booting from vfat (FAT32 or FAT16) filesystems found in Windows&trade; 95, 98 and ME and the NTFS filesystem introduced in Windows&trade; NT and also the default filesystem of Windows&trade; 2000, XP, Vista , 7, 8, 8.1 and the Windows&trade; Server family. The program <em>grub4dosconfig</em> takes all the hard work out of installing a boot loader and automatically detects and configures loading of all your installed OS. If you're tentative about modifying the special boot sector on your hard drive you can install grub4dos to a USB key or a floppy disk.<br>
  45. <strong>Grub (legacy)</strong> supports booting from vfat (FAT32 or FAT16) filesystems found in Windows&trade; 95, 98 and ME but <strong>not NTFS</strong>. This makes it a good choice to install for ancient<sup><a href="#4"><small>4</small></a></sup> windows machines or pure Linux machines, with no windows. The program <em>Legacy Grub config</em> takes the hard work out of installing the grub boot loader. Again, if you're tentative about modifying the special boot sector on your hard drive or your partition's superblock you can install grub (legacy) to a USB key or a floppy disk.<br>
  46. <strong>Syslinux</strong> supports booting from vfat (FAT32 or FAT16) filesystems found in Windows&trade; 95, 98 and ME and the many Linux filesystems such as ext2, ext3 and ext4. This is used in frugal installs to USB keys in Puppy Linux. USB keys can be formatted to vfat or ext(2,3,4). Syslinux can boot hard disks and other media but that is beyond the scope of this manual.<br>
  47. There is also a new filesystem available in some new Puppy versions called the &quot;Flash Friendly File System&quot; (f2fs) which is not currently supported by the boot loaders in Puppy but can be used all the same with a small vfat or ext2 filesystem to boot the kernel with syslinux (or grub4dos) and then find the Puppy Linux files on the f2fs filesystem. If your Puppy supports f2fs you can install it to a USB flash drive or SD card and use a frugal<sup><a href="#frug"><small>5</small></a></sup> or full<sup><a href="#full"><small>6</small></a></sup> type of install.<br>
  48. <strong>WakePup2</strong> can also be used to boot Puppy. It is a floppy disk image that needs to be transferred to floppy disk. It can boot a CD from an ancient computer that can not boot from USB or CD in it's <a href="http://computer.howstuffworks.com/bios.htm" target="_blank">BIOS</a>. Of course it can also boot the OS from the HDD. If WakePup2 is not in your Puppy then you can download it from the Puppy Package Manager (PPM).<br><br>
  49. <strong>NB</strong>: At the time of writing, Puppy's boot loaders do not support <a href="http://en.wikipedia.org/wiki/GUID_Partition_Table" target="_blank">GPT</a> partitioning found in new Windows&trade; 8 machines and some other operating systems. You can use Grub2 and this will be supported at a later date.
  50. </p>
  51. <h2><a href="#">&uArr;</a></h2>
  52. <h2><a name="progs" id="progs"></a>Installation Programs</h2>
  53. <p>You may be confused as to why there are so many options to install Puppy. Puppy is Open Source<sup><a href="#7"><small>7</small></a></sup> and people love to dive in and write code. It's difficult to say what works for everybody so we bundle together a few different programs for installation so that if one doesn't work the way you want then you can try a different approach. All of them may not be included in your Puppy install.
  54. <ol>
  55. <li><em>Puppy Universal Installer</em>. (aka <em>PUI</em>) This program covers nearly every type of installation from full to frugal and anything in between. If you want to do a full install this is the program you want. It is always included in Puppy Linux.</li>
  56. <li><em>Frugal Installer</em>. This one, as the name suggests, is an excellent choice if you are after a frugal install.</li>
  57. <li><em>BootFlash</em>. An installer specifically targeted at USB stick installs. You may want to try this one. Quick and easy.</li>
  58. <li><em>F2fs Usb Installer</em>. A specialised program to help you format and install to a f2fs USB flash stick or SD card which supports frugal<sup><a href="#frug"><small>5</small></a></sup> or full<sup><a href="#full"><small>6</small></a></sup> types of installs.</li>
  59. </ol>
  60. </p>
  61. <p>No matter what your situation, we think that we have got you covered. Enjoy installing or not installing, as the case may be &#9787;, <strong>Puppy Linux!</strong><p>
  62. <p><strong>The Puppy Linux Team</strong></p>
  63. <h2><a href="#">&uArr;</a></h2>
  64. <hr>
  65. <br>
  66. <ul><small>
  67. <li><a name="1" id="1"></a>BlueRay&trade; requires special proprietary libraries that are not shipped with Puppy but can be installed.</li>
  68. <li><a name="2" id="2"></a>FireWire&trade; requires that your Puppy has the kernel drivers for such a device.</li>
  69. <li><a name="4" id="4"></a>&quot;ancient&quot; Windows&trade; machines, for the purpose of Puppy Linux, are defined as those that run on FAT filesystems.</li>
  70. <li><a name="7" id="7"></a>&quot;Open Source&quot; software is software that is free to redistribute and free to modify under the terms of the appropriate licence.</li>
  71. <li><a name="8" id="8"></a>Some lap top optical drives can not save back to CD/DVD.</li>
  72. </small></ul>
  73. <h2><a href="#">&uArr;</a></h2>
  74. </div>
  75. </div>
  76. </body></html>