THE ULTIMATE HOW TO GUIDE FOR THE COMPAQ 2500


Free Web Hosting | free host | Free Web Space | Web Hosting
Boot off CD:

type: 'knoppix lang=us alsa 2'
# The = sign is done by shift then 0 because it defaults to german keyboard layout

run 'cfdisk'

partition your drive here's a sample of mine:

hda1: 1024 MB type = swap
hda2: 24028 MB type = linux
hda3: 7209 MB type = Fat16 (SET THIS ONE TO ACTIVE)

then write it to disk, and quit.
reboot

pop in your Windows XP CD and install

#OPTIONAL I ALWAYS USE A WIN98 BOOT DISK AND PARTITION AND FORMAT A FAT32 SECTION I INSTALL AFTER WINDOWS XP ABOUT 25 GIGS IN SIZE FOR MOVIES, MUSIC, ETC.

reboot pop in your Knoppix 3.7 cd

type: 'knoppix lang=us alsa 2'
then: 'knoppix-installer'

#I did NOT have to use 'IGNORE_CHECK=1 sudo knoppix-installer' like version 3.6

choose: 2. Start Install
Then: Debian Install
Then: Where you want Knoppix installed (if you follow my guide you will select /dev/hda2
Then: Select EXT3
Then: Your name
Then: your username (I use teckjunkie)
Then: your user password
Then: your root password
Then: your hostname (I use linuxbox)
Then: install LILO to the MBR

Select 'Yes'

#LALALALA LA

Select 'no'
type: reboot

remove cd

#WHOO! Were booting

Login as root with your root password (hope you remember it)

Open your KNOPPIX MENU -> Network/Internet -> NETWORK CARD CONFIGURATION
select 'eth2'
select yes for DHCP (unless you want otherwise)

open console, type 'apt-get update'
type 'apt-get upgrade'
type 'mkdir -p /usr/lib/mozilla-cvs/plugins'
type 'mkdir -p ~/.mozilla/plugins'

Browse to /etc/X11 and open 'XF86Config-4' browse to the monitor section and enter this info:

Section "Monitor"
Identifier "Monitor0"
Vendorname "Monitor Vendor"
ModelName "Generic Laptop Display"
Option "dpms"
HorizSync 31.5 - 48.5
VertRefresh 40.0 - 70.0
EndSection

----------------------------------------
Find your Device section and change to:
----------------------------------------

# Original VESA framebuffer driver
Section "Device"
Identifier "Videocard0"
Driver "vesa"
VendorName "Videocard vendor"
BoardName "VESA driver (generic)"
EndSection


# ATI Radeon driver (with acceleration)
Section "Device"
Identifier "ATI Radeon IGP 340M"
Driver "radeon"
VendorName "ATI"
BoardName "Radeon Mobility U2"
VideoRam 65536
BusID "PCI:1:5:0"
Option "AGPMode" "4"
Option "DPMS"
Option "AGPFastWrite" "On"
Option "EnablePageFlip" "On"
EndSection

------------------------------------------------
Fourth - Find your Screen section and change to:
------------------------------------------------

Section "Screen"
Identifier "Screen0"
Device "ATI Radeon IGP 340M"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 8
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 16
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 24
Modes "1024x768"
EndSubSection
EndSection

Section "DRI"
Mode 0666
EndSection

---------------------------------------------------
Don't type the ---'s separating the steps of course

Also it seems you need to re-save the XF86Config-4 a few times before it works, when it goes through you should see it in the preferences for X display correctly.

open your system menu and go to 'package manager (kpackage)'
search for and install:

j2re1.4
grub
grub-splashimages
grub2
grubconf


Then open the console and run: 'update-grub'
'grub-install /dev/hda'


then browse to /boot/grub/splashimages pick one and rename it splash.xpm.gz and move it to /boot/grub

open your menu.lst file in /boot/grub and change to:


default 0
timeout 30
splashimage=(hd0,1)/boot/grub/splash.xpm.gz

title=Knoppix 3.7 (kernel 2.6.7)
root (hd0,1)
kernel /boot/vmlinuz-2.6.7 root=/dev/hda2
initrd /boot/initrd.img-2.6.7
savedefault
boot

title=Knoppix 3.7 (kernel 2.4.27)
root (hd0,1)
kernel /boot/vmlinuz-2.4.27 root=/dev/hda2
initrd /boot/initrd.img-2.4.27
savedefault
boot

title=Windows XP
root (hd0,2)
makeactive
chainloader +1



CONGRADULATIONS YOU NOW ARE READY TO CUSTOMIZE IT!!!
If you have an ipod or a Audigy 2 NX USB soundcard you might wanna check out my other sections.
If you got any questions you can email me at teckjunkie@gmail.com