Difference between revisions of "ThinStation"

From ERPXE Wiki
(Created page with "{{Plugin | logo = | website = http://hiren.info/bootcd | wikipedia = http://en.wikipedia.org/wiki/Hiren%27s_BootCD | license = [http://en.wikipedia.org/wiki/Gpl GNU General P...")
 
Line 1: Line 1:
 
{{Plugin
 
{{Plugin
 
| logo =  
 
| logo =  
| website = http://hiren.info/bootcd
+
| website = http://www.thinstation.org/
| wikipedia = http://en.wikipedia.org/wiki/Hiren%27s_BootCD
+
| wikipedia = http://en.wikipedia.org/wiki/Thinstation
 
| license = [http://en.wikipedia.org/wiki/Gpl GNU General Public License]
 
| license = [http://en.wikipedia.org/wiki/Gpl GNU General Public License]
| version = 15.1
+
| version = 2.2.2i
 
| from_erpxe_version = 1.03
 
| from_erpxe_version = 1.03
 
| http = {{no}}
 
| http = {{no}}
Line 12: Line 12:
 
| linux = {{yes}}
 
| linux = {{yes}}
 
| windows = {{yes}}
 
| windows = {{yes}}
| antivirus = {{yes}}
+
| antivirus = {{partial}}
| deployment = {{yes}}
+
| deployment = {{partial}}
| diagnostic = {{yes}}
+
| diagnostic = {{partial}}
 
| installation = {{no}}
 
| installation = {{no}}
 
| live = {{yes}}
 
| live = {{yes}}
| recovery = {{yes}}
+
| recovery = {{partial}}
| image1 = http://upload.wikimedia.org/wikipedia/en/e/e1/Hiren%27s_BootCD_-_Box_shot.png
+
| image1 =  
| image1url = http://en.wikipedia.org/wiki/File:Hiren%27s_BootCD_-_Box_shot.png
+
| image1url =  
 
| image2 =  
 
| image2 =  
 
| image2url =  
 
| image2url =  
Line 26: Line 26:
 
}}
 
}}
  
Hiren's BootCD is a bootable software CD containing a number of diagnostic programs such as partitioning agents, system performance benchmarks, disk cloning and imaging tools, data recovery tools, MBR tools, BIOS tools, and many others for fixing various computer problems.
+
Thinstation is a free and open source Linux implementation of a thin client operating system.
  
Many people consider HBCD an invaluable tool for use in troubleshooting and recovery of computers however, due to a questionable past, it has received little press.
+
It only requires standard 32-bit x86 PC hardware and can boot directly from the network via PXE or Etherboot from a TFTP server.
  
As it is bootable, the operating system of the computer need not be available for the tools to be usable.
+
The minimum requirement is an i686 class CPU and RAM dependent on the intended use, typically 64–256 MB.
 
 
All that is required is that the computer is able to run Microsoft Windows and Linux (but it does not have to have either of these installed at the time of use.) Some of the tools are also available when the operating system is already started.
 
  
 
{{Plugin_StandAlone  
 
{{Plugin_StandAlone  
| filename = hiren151-XXX.tar.gz
+
| filename = thinstation222i-XXX.tar.gz
| info = Hiren's Boot CD requires splitting the original image to several applications.
+
| info =  
 
 
This is the complete Hiren's DOS (Freeware) collection.
 
 
 
 
}}
 
}}
  
 
== Custom HBCD Image file ==
 
 
We used "MEMDISK" to load an "ima" file that contains a Hard Drive like structure of a MBR and a Partition.
 
 
* You can create a file up to 2GB in size (FAT limitation) - just remember smaller size reduces load time significantly.
 
 
To create your own ima file to contain a different version of Hiren's BootCD:
 
 
- First download [http://www.winimage.com/download.htm WinImage] '''This is important - any other software might corrupt the ima file'''
 
 
- Create a new SDI file using Windows SDI Loader - [[Creating SDI Image]]
 
 
- Mount the SDI and format it to FAT and make it an Active partition.
 
 
 
'''HBCD Version 11.0 and higher:'''
 
 
In HBCD\Dos - folder you'll have dos.gz - extract it to the SDI drive using 7z. (it will contain a few files including autoexec.bat)
 
 
Create on the SDI drive an HBCD folder
 
 
Copy \HBCD\Dos folder to the SDI Drive \HBCD\
 
 
Copy \HBCD\Boot (without pqmagic - to save space) folder to the SDI Drive \HBCD\
 
 
The SDI Drive should have the folders: \HBCD\Dos,\HBCD\Boot
 
 
 
'''HBCD Version 10.6 and lower:'''
 
 
In HBCD folder you'll have boot.gz - extract it to the SDI drive using 7z. (it will contain a few files including autoexec.bat)
 
 
Copy your HBCD folder to the SDI drive (without the WinTools folder - to save space).
 
 
You'll need to edit the autoexec.bat file and add - set cdrom=c
 
 
The SDI Drive should have the folders: \HBCD
 
 
 
- Open WinImage
 
 
- In the Disk menu - Creating Virtual Hard disk Image from physical drive
 
 
- Select the SDI mounted drive and create your initial ima file.
 
 
- In the Image menu - Change Boot Sector properties - click Windows 95/98 and then Save the image.
 
 
- In the Image menu - Export to an image with a MBR - and save the final ima file.
 
 
- Replace the original ima file in /tftpboot/er/plugins/hirensbootcd/hirensbootcd.ima
 
 
=== Compress HBCD Image file ===
 
 
You can GZIP the ima file to save some space (optional but recommended):
 
gzip -9 hirensbootcd.ima
 
 
Rename the file back to .ima after compression
 
mv hirensbootcd.ima.gz hirensbootcd.ima
 
 
All Done
 
 
[[Category:Plugins]]
 
[[Category:Plugins]]
 
[[Category:Recovery Tools]]
 
[[Category:Recovery Tools]]
 
[[Category:Supported from ERPXE 1.03]]
 
[[Category:Supported from ERPXE 1.03]]

Revision as of 19:47, 8 April 2012

return to Plugins list

ThinStation 2.2.2i

http://www.thinstation.org/

Information

ERPXE Module

  • Name: - ThinStation
  • Version: 2.2.2i

Plugin type

Plugin type
ThinStation Anti-Virus Deployment Diagnostics OS Installation Live Media Recovery Tools
Optional Optional Optional No Yes Optional

Plugin Requirments

Plugin Requirments
ThinStation CIFS HTTP Internet NFS Linux OS Windows OS
No No No No Yes Yes

Screen Shots

Special Information

Thinstation is a free and open source Linux implementation of a thin client operating system.

It only requires standard 32-bit x86 PC hardware and can boot directly from the network via PXE or Etherboot from a TFTP server.

The minimum requirement is an i686 class CPU and RAM dependent on the intended use, typically 64–256 MB.

Installation Instructions

Download thinstation222i-XXX.tar.gz to /

https://sourceforge.net/projects/erpxe/files/plugins/

Extract thinstation222i-XXX.tar.gz file to / :

tar -xvzf thinstation222i-XXX.tar.gz

All Done!