IT137_HSIM

Tuesday, February 24, 2009

OS INSTALLATION PROCEDURES_QUAD BOOTING (worksheet3)

Partitioning 

Partitioning Demystified 


After going through this project, I learned a ton about partitioning. There are 3 types of partitions which are Primary, Logical, and Extended. Think of it broken up into two seperate groups. Primary partitions and then Logical/Extended. A primary partition is the partition tables way of saying create a partition with a certain amount of space and separate it from other drives physically. You can have a max of 4 primary partitions on a disc (3 if you are using 1 extended partition) From my experience, most operating systems work best when installed on a primary partition which is what we will be doing. Logical/Extended is the other half of the spectrum. It's the partition tables way of saying "hey, I'm not a physical partition but I'm going to trick the computer into thinking it's a partition via software. So you can create 1 extended partition and then inside the extended partition you can create logical partitions. That way, if you are like me you can have 8 + partitions on one hard drive. It will make more sense when you boot up GParted LiveCD. 

NOTE: I am not the original author of this article, so I could be wrong 

Without realizing it, the original author of this article made a number of assumptions/decisions that ensured that the entire process would work. Here I try to explain what some of these are. 

Most operating systems may work best from a primary partition, but this doesn't seem to be an issue with Linux. You can see from the SUSE Guide on Grub that Linux is just placed in a logical partition, as is done in this quad-booting article. 

This article assumes that your PC's BIOS is new enough that it supports the LBA necessary to overcome the BIOS 1024-cylinder limit as explained in this dual-booting guide. This article also relies on Linux's GRUB boot manager which supports LBA out-of-the-box. If your BIOS didn't support LBA or if you didn't use a LBA-enabled boot manager, you would have to create a /boot partition near the beginning of your disk, which means you would most likely waste a primary partition on Linux. If you waste a primary partition on Linux, you will only have 2 primary partitions left for your other OS's (remember that we need an extended, which is always also primary, partition to hold the logical partitions for Linux's swap and optionally Linux's root and other data). This would have resulted in a paltry triple-boot rather than the intended quad-boot :) 

All these restrictions on primary partitions can probably be rendered moot by using an advanced boot manager such as Acronis Boot Manager; see the forums. 

NOTE ON PARTITION TABLES: Having attempted to use this tutorial myself, I found one of the assumptions made is that your partition table is already set up. Knowing next to nothing about partitions in anything other than Windows, I didn't know that I needed to create/set any particular type of partition table. I had just bought 2 500gig disks for use as RAID-1. Through various trials and tribulations, I found I had to create a new partition table on the non-working disk, with "gpt" ( = GUID Partition Table!) as the type. You could probably use "mac" also. Note -- these two types do not allow extended/logical partitions, as they do not need them. You can create more than 4 primary partitions, unlike when using an "msdos" partition table. . . 

Getting Started 

1) Boot into the GParted CD. 
You should have a bunch of unallocated space. 

2) Create partitions in the following order: 
1 NTFS Primary Partition, (for WinXP) 
1 NTFS Primary Partition, (for Vista) 
1 FAT32 Primary Partition, (for OSx86) 
1 Extended Partition (with the rest of the unallocated space on the drive), 

The rest of the partitions will be within the Extended Partition 
1 ReiserFS Logical Partition (for Linux install) 

Then the rest of your partitions as logical partitions. I have one for games, one for programs, one for video, etc.

Installing Vista 

Install this to the second NTFS Primary Partition. Should be a straightforward install. Plop in the disc and let r' rip! 

NOTE: If you install Vista after another OS without doing the above steps, Vista will automatically install it's new boot loader which is a pain! You do not want Vista's boot loader installed for this tutorial! 

After it's installed do the following: 

1) Boot the Gparted CD again 

2) Right click on your second NTFS Primary Partition and click on "manage  
  flags". Uncheck "boot" 

3) Right click on your first NTFS Primary Partition and click on "manage flags". 
  Uncheck "hidden"

Installing Windows 98 SE

After you partition and format your hard disk, you can install Windows 98:

1. Insert the Windows 98 Startup disk in the floppy disk drive, and then restart your computer.
2. When the Windows 98 Startup menu is displayed, choose the Start computer with CD-ROM support option, and then press ENTER.
3. If CD-ROM support is provided by the generic drivers on the Startup disk, you receive one of the following messages, where X is the drive letter that is assigned to your CD-ROM drive:

        Drive X: = Driver MSCD001
        Drive X: = Driver OEMCD001

NOTE: If your CD-ROM drive is not available after you boot from the Windows 98 Startup disk, install the CD-ROM drivers that are included with your CD-ROM drive. For information about how to obtain and install the most current driver for your CD-ROM drive, view the documentation that is included with your device, or contact your hardware manufacturer.

4. Insert the Windows 98 CD-ROM in the CD-ROM drive, type the following command at a command prompt, and then press ENTER

             X:\setup

       where X is the drive letter that is assigned to your CD-ROM drive.

5. When you receive the following message, press ENTER, and then follow the instructions on the screen to complete the Setup procedure:

         Please wait while the Setup initializes. Setup is now going to perform a routine check on          your system. To continue press Enter.

Installing WinXP SP3

1. Reboot the computer (This is the operating system equivalent of starting the day with a good     breakfast.)
2. The computer must be on AC Power: SP3 will not install on systems powered solely by        batteries.
3. Download SP3 from Microsoft's Windows Update (You can skip this time-consuming step if      you install SP3 from a CD)
4. Disconnect the network: This will minimize your computer's vulnerability when its security      programs are disabled.
5. Shut down your software firewall (ZoneAlarm)
6. Disable your antivirus program and any other utility that continuously monitors your system       (this includes some anti-spyware programs).
7. The installation of SP3 is a major event in the life of your operating system, so make sure that      no applications are running during the installation. Do not interrupt or interfere with the       installation.
8. Install Service Pack 3 from downloaded code or CD*
9. Reboot twice and confirm that your previously-disabled programs are working (you may      think this is one reboot too many)
10. Connect to the network
11. Rerun Windows Update (to verify that all of the high-priority updates have been installed)
12. Download and install any remaining high-priority updates
13. Reboot
14. Defragment the hard drive

    * If a problem occurs any time after starting the installation, contact Microsoft for free      technical support

     Service Pack 3 will install any missing critical updates issued prior to May 2008. The new     features improve security and should not result in noticeable changes in functionality.


Installing Linux Distros

1. The first thing you will have to do is copy the ISO file(s) of the Linux to your hard disk (ofcourse, you already have it). Make sure that the partition is FAT32 unless the distro you are installing has native NTFS read/write support. Some distros require you to copy the ISO file(s) to the root of the partition. If you keep it inside a folder, the setup might not be able to detect it.

2. Use Winrar to open the ISO file (you need not need to extract it). Now you will have to extract the two files I talked about earlier. The files are usually found inside a directory called isolinux. Different distros might place the files in different location; you just have to search for it, but it isn't hard to locate. These two files are also named differently in different distros. The files that you will need to search and extract are: (the kernel file is shown in green and the Ram disk is shown in red)

Fedora: vmlinuz and initrd.img

Suse: linux and initrd

Mandriva: vmlinuz and all.rdz

Ubuntu: vmlinuz and initrd.gz

Gentoo: gentoo and gentoo.igz

Knoppix: vmlinuz and initrd.img

Slackware: bzImage and initrd.img

Debian: vmlinuz and initrd.gz

3. After you have extracted the two files, copy them to c:\boot (you will need to create the folder "boot")

4. Now download the file called grub4dos from here. (Note: the new versions of grub4dos i.e. 0.4.2 and 0.4.3 does not work. So download the earlier version 0.4.1. Direct download link) Extract the folder "boot" and the file "grldr" from the downloaded zip file. Inside the folder "boot" is another folder called "grub"; copy the folder "grub" to c:\boot. Copy the file "grldr" to c:\

5. Open c:\boot\grub\menu.lst and add these following lines. (Notice that hd0 refers to the first hard drive. If you have more than one hard drive, they will be named hd1, hd2 etc. Replace hd0 with the proper hard drive number incase you have windows installed on another drive.) Replace Linux_kernel and Ram_disk with the appropriate file names below. (the ones you copied to c:\boot)


title Install Linux
kernel (hd0,0)/boot/Linux_kernel
initrd (hd0,0)/boot/Ram_disk




6. Now you have to add grub to your c:\boot.ini file. You can open boot.ini by clicking on Start>Run and typing c:\boot.ini. If Windows does not allow the file to be modified, then go to Control Panel>System and click on the Advanced tab. Now under Startup and Recovery click Settings and then under System Startup click Edit. Open boot.ini and add this line in the end.

C:\grldr=”Start GRUB”

7. You are now ready to install Linux. Restart your PC and from the boot screen select "Start GRUB". This will load GRUB. From the grub screen select "Install Linux". During the setup you will be asked the source of installation. Choose hard disk and then select the hard drive partition where you copied the ISO files. Sometimes you might have to type the whole path of the partition and the exact name of the ISO. So write it down before you begin.

I have personally tested this with Fedora, Suse and Mandriva and it works without problem. I have no doubt it will work for others too.

Update: dougfractal adds that this is possible from Linux too. The method as he describes is:

From the terminal enter these commands

sudo mkdir /distro
sudo chmod `whoami`:`whoami`
cp MYLINUX.iso /distro/distro.iso

Now extract Linux_kernel & Ram_disk to /distro#

Open /boot/grub/menu.lst

#ADD NEW ENTRY#
title Install Linux
root (hdX,X)
kernel /distro/Linux_kernel
initrd /distro/Ram_disk

Reboot and select "Install Linux" from grub.













Research On Laptops (worksheet2)


notebook                    

subnotebook


netbook

smartphone  


EQUIPMENT FEATURES
PRICE
NOTEBOOK HP compaq 2710p notebook PC
System Specification:
Operating system
• Genuine Windows Vista®
• Genuine Windows® XP Tablet PC
• Genuine Windows Vista® Business with downgrade to
• Windows® XP Professional custom installed
• FreeDOS


Processors available
• Intel® Core™ 2 Duo ULV Processor U7700 (1.33 GHz, 533 MHz FSB, 2 MB L2 cache)
• Intel® Core™ 2 Duo ULV Processor U7600 (1.2 GHz, 533 MHz FSB, 2 MB L2 cache)
• Intel® Core™ 2 Duo ULV Processor U7500 (1.06 GHz, 533 MHz, 2 MB L2 cache)
Chipset
• Mobile Intel® GM965
Memory
• 1 GB 667 MHz DDR2 SDRAM
• 2 GB 667 MHz DDR2 SDRAM
Hard drive
• 80 GB 4200 rpm 1.8-inch PATA
• 100 GB 4200 rpm 1.8-inch PATA
• 120 GB 5400 rpm 1.8-inch PATA
• 64 GB Solid State Drive
Display size
• 12.1-inch diagonal Illumi-Lite, WXGA, UWVA anti-glare with Digitizer
Graphics
• Mobile Intel Graphics Media Accelerator X3100, with up to 384 MB shared system memory
• Microsoft DirectX 9 capable
Integrated camera
• Integrated 2 MP camera (1600 x 1200 max resolution) on select models
Ports
External:
• 2 USB 2.0
• 1 1394a
• 1 battery connector
• 1 microphone in
• 1 headphone/line-out
• 1 docking connector
Rear:
• 1 RJ-45; 1 RJ-11; 1 external VGA monitor; 1 AC power
Slots
• 1 Express Card/54
• 1 secure digital
Audio
• High Definition Audio support w/24-bit DAC; Integrated mono speaker; Integrated microphone; Touch-sensitive controls for volume up, volume down, and mute; Stereo headphone/line out; Stereo microphone in
Dimensions (w x d x h)
• 11.42 x 8.35 x .11 in (290.00 x 212.00 x 28.20 mm)
PhP 76,506.50

SUBNOTEBOOK
MSI WIND SUBNOTEBOOK
(Brand New) 25K black
Specifications:
Processor & Cache
• Intel® Atom™ N270 1.6GHz Processor

Operating System
• Genuine Windows is authentic Windows software that is properly licensed and legally installed. Learn more about the special benefits reserved for genuine
Chipsets
• Intel® 945GSE+ICH7M
System Memory
• 1GB (DDR2 667)
LCD Display
• 10” 1024x600 LCD Panel
Graphics & Video Module
• UMA
Audio
• HD Audio, Stereo speakers
HDD
• 80GB SATA
Webcam
• 1.3M / 0.3M
Card Reader
• 4-in-1 Card Reader, SD/MMC/MS/MSpro
Communication Port
• Built-in 10/100 LAN Built-in 802.11b/g WLAN Card / Bluetooth Supported (Bluetooth is optional)
I/O Port
• Graphics Card Output (15-pin, D-Sub) X 1 USB2.0 Port X 3 Mic-in Port X 1/Line-in Port x 1 Headphone Output X 1 LAN Port X 1
AC Adaptor
• Output: 20V DC, 40W / Input: 100~ 240V AC, 50/60Hz universal
Battery Pack & Life
• Li-Ion 3cells
Dimension & Weight
• 260(L) X 180(D) X 19-31.5(H)mm 1.0KG with 3 cell batter
PhP 25,000.00
NETBOOK MSI wind U90 Netbook
Specifications:
• Intel® Atom™ N270 Processor
• Windows® XP Home
• 8.9” Wide Screen Display
• Convenient Magnifying Capability
• Ergonomic Big-Size Keyboard and Touch Pad
• Hard Drive with Massive Capacity
• Built-in High Resolution Mega Pixels Webcam
• Built-in High-Performance 2 Channel Stereo Speakers, and Microphone
• 802.11b / g Wireless Lan with Bluetooth
• Comprehensive Multi-Media Application Interface
PhP 17,712.02
(only for the canadian retailer)
not actually sold in USA
SMARTPHONES
Samsung SGH-ZX10
General Specifications:
GSM 850/900/1800/1900, UMTS 850/1900; UMTS/EDGE data; 1.7-inch, 176-by-220 65,000-color display; 12 hours 30 minutes tested talk time; 1.3MP camera with flash; 50MB RAM; TransFlash memory card slot; 3.7 ounces.

A comfortable midrange flip phone with a fun video clip service, but lacks high-end features. Nice design. Advanced Java features. Cingular Video is excellent quality.

By Sascha Segan
A truly modest introduction to Cingular's new high-speed network, the Samsung SGH-ZX10 is a midrange flip phone juiced up with the carrier's new video-clip service. Average users will enjoy its entertaining verve, but power users may be frustrated by its lack of high-end features.


PhP 16 695.6896
PDA’S
BlackBerry BlackBerry Storm 9500

specification:
2G Network
GSM 850 / 900 / 1800 / 1900
3G Network YES
Voice Call YES
HSDPA YES
Video Call YES
Dimensions 112.5 x 62.2 x 14
Weight 155
GPRS YES
Bluetooth Yes, v2.0 with A2DP
USB YES
Internal Memory 128 MB
External Memory microSD (TransFlash), microSDHC, up to 8 GB
Camera SINGLE
Camera Resolution 3.15 MP
Flash LED
Display Type TFT touchscreen,

65K colors
Display Size 360 x 480 pixels, 3.25 inches
Type BAR
Touch Screen YES
OS BlackBerry OS
Messaging SMS, MMS, Email, Instant Messaging
Browser HTML
Battery Type Standard battery, Li-Ion 1400 mAh
Stand-by Up to 360 h
Talk time Up to 5 h 30 min
MP3 YES
Games Yes +downloadable
Php 39,900

Friday, February 13, 2009

NETWORK OPERATING SYSTEM CERTFICATIONS (worksheet1)

TYPE
NETWORK OPERATING SYSTEM(S) COVERED
CERTIFICATION TITLE
COURSE/TRAINING REQUIRED FOR CERTIFICATIO
Sun Microsystem
Solaris Operating System
• Sun Certified Solaris Associate (SCSAS)
• Sun Certified System Administrator (SCSA)
• Sun Certified Network Administrator (SCNA)
• Sun Certified Security Administrator (SCSECA)
• First, gain basic understanding of UNIX commands and tasks on the
Solaris OS and become a Sun Certified Solaris Associate.
• learn how to perform essential system administration procedures on
the Solaris OS, and demonstrate your skills by becoming a Sun
Certified System Administrator.
• train as an experienced system administrator for the high degree of
knowledge required to perform network or security administration on
the Solaris OS, and pursue a specialty certification
Microsoft
Windows Server 2003
Microsoft Certified Systems Engineer (MCSE
• Candidates for the MCSE on Windows Server 2003 certification
typically have at least one year of experience implementing and
administering both network and client operating systems. They are
knowledgeable about the planning, design, and implementation of
Microsoft Windows server solutions and architectures in mid-sized to
large companies.
• Four core exams on networking systems
• One core exam on client operating systems
• One core design exam
• One elective exam
CompTIA network+
Unix, Linu
Network+ certification
• professionals with at least nine months of experience in network
support or administration