Sunday, September 6, 2009

Make installation disc from Pinux iso files

expr:id='"post-" + data:post.id' >

Linux User
Your linux must have cdrecord (rpm) package installed to burn iso files.
First
you must chek md5sums of iso files
# md5sum *.iso
Check
where your cdwriter
is located:
# cdrecord scanbus
(it was 0,0,0 in our computer, may be different locations on yours)
Burn
iso files to CDR
medium
# cdrecord dev=0,0,0 speed=2 Pinux1i686disc1.
iso
# cdrecord dev=0,0,0 speed=2 Pinux1i686disc2.
iso
# cdrecord dev=0,0,0 speed=2 Pinux1i686disc3.
iso
if you burn isos files to CDRW
medium the command will be:
# cdrecord blank
fast dev=0,0,0 speed=2 Pinux1i686disc1.
iso
# cdrecord blank
fast dev=0,0,0 speed=2 Pinux1i686disc2.
iso
# cdrecord blank
fast dev=0,0,0 speed=2 Pinux1i686disc3.
iso

Windows User
Check
md5sums your pinux disto iso files, at dos prompt type:
md5sums.exe *.iso
– Run Burncdcc.exe then burn the iso files.
II. Pinux installation have 2 step:
Pinux's
CD Installation
Kudzu
(hardware probe)
Pinux's CD Installation
You can install pinux in more than one modes:
1. Nuke (recommended)
This is a fully automatic mode and only requires you to supply the CDs.
2. Interactive
Here you get to have a say in each step of installation like
the way the harddisk
is partitioned, to the
filesystem on it and more.
3. Expert
Here you'll get to do everything, from partioning the harddisk to formatting and installing.
Here the steps to install pinux in nuke mode:
boot
computer from pinux disc #1
At
prompt just type : nuke (then enter
Nuke instalation mode just need 25 minutes in P2300MHz
processor.
After all cds installed, pull out the last pinux's cd then type halt or ctrl+alt+del to restart the computer.
WARNING: nuke mode will delete all partition and format your harddisk.
Kudzu
Kudzu will detect your hardware configurations, pinux allready have default defined hardware configurations, it
may be different with yours.
Only 3 options that you must choose when kudzu ask you in a few seconds, below:
1. Remove Configuration
You must choose this option when the pinux defined hardware not exist at your system.
2. Configure
You must choose this option when kudzu found some hardware on your system.
3. Migrate Existing Nework Configurations or Setting Network Now
If kudzu ask one of them choose it, however you can set your network at Main Menu System
Settings Network
on desktop mode.
WARNING: If you dont choose that options, your new installations may be not working or not stable.
III. Default Password
Here the pinux default users and passwords:
username: root (administrator)
password: pointer
username : user (normal user)
password : password
To change default passwords you must login with username: root password: pointer then open terminal MainmenuSystem
Tools Terminal.
To change root password, type:
$ passwd
To change user password, type:
$ passwd user
WARNING: You must change the default pinux password for security reason!
IV. Setting Screen Resolution
Pinux standard screen resolutions and monitor refresh rate
To open display properties click: Main Menu System
Settings – Display (you need to enter root password when
you not logged as root)
Display
Resolutions: 1024x768
Color depth: Thousands
Of collors
Advanced
Horizontal Refresh Rates (kHz): 30.054.0
Vertical Refresh Rates (Hz): 50.0120.0
WARNING: You must set horizontal and vertical refresh rate at those values. Your pinux box will capable to use
many monitors type and brands (replacable monitor).
V. Network Setup
To open network properties click: Main Menu System
Settings – Network
(you need to enter root password when you not logged as root)
Hardware
Your network interface card must listed at hardware tab (may be different model at yours), kudzu has
been added this for you.
If in many case kudzu failed or not detected your NIC, you must manualy add it.
At
tab Hardware active, click New
Hardware
Type: Ethernet OK
Choose
your correct Adapter
Set
device to eth0 (for only single NIC)
Leave
IRQ value at 'Unknown' for plug and play hardware (or you can defined IRQ number if you sure
know the IRQ of your NIC)
Devices
You must click Probe to make sure your device profile bind to corect MAC address (in many case kudzu
did not change this MAC address), look below:
DNS
Set your pinux HOSTNAME and DNS servers on this tab (may different than yours)
HOSTS
At least your host look like this (Ip and hostname may different than yours)
You can add other computer hostname/ip if you want pinux know it without asking to DNS servers.

No comments: