Results 11 to 18 of 18
Yea I can upgrade if you tell me how.
But then how am I gonna download the files if I cant reach the internet?
I am on dual boot machine ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 04-08-2006 #11Just Joined!
- Join Date
- Dec 2005
- Posts
- 40
Yea I can upgrade if you tell me how.
But then how am I gonna download the files if I cant reach the internet?
I am on dual boot machine and I have to switch the os to post here.
- 04-09-2006 #12
Take your second Slackware install CD and put it in the cdrom and mount it. Become root, then...
Press enter. Now, we change directory to the cdrom...Code:mount /mnt/cdrom
(press enter after each command...) Let's see what's on the disk...Code:cd /mnt/cdrom
It will look like this...Code:ls
Notice the directory ' linux-2.6.13?' That's where we want to go...Code:CHECKSUMS.md5 FILELIST.TXT linux-2.6.13 CHECKSUMS.md5.asc README.TXT slackware
To see its contents...Code:cd linux-2.6.13
Which will show us...Code:ls
We will install all packages in this directory. It's very easy. Type:Code:README.initrd alsa-driver-1.0.9b_2.6.13-i486-1.tgz alsa-driver-1.0.9b_2.6.13-i486-1.tgz.asc alsa-driver-1.0.9b_2.6.13-i486-1.txt kernel-generic-2.6.13-i486-1.tgz kernel-generic-2.6.13-i486-1.tgz.asc kernel-generic-2.6.13-i486-1.txt kernel-headers-2.6.13-i386-1.tgz kernel-headers-2.6.13-i386-1.tgz.asc kernel-headers-2.6.13-i386-1.txt kernel-headers.WARNING kernel-modules-2.6.13-i486-1.tgz kernel-modules-2.6.13-i486-1.tgz.asc kernel-modules-2.6.13-i486-1.txt kernel-source-2.6.13-noarch-1.tgz kernel-source-2.6.13-noarch-1.tgz.asc kernel-source-2.6.13-noarch-1.txt
...and press enter. The Slackware Package manager will come up. "Install Packages from the current directory" will be highlighted. Click 'OK' and it will install the first package which is alsa-driver. After it installs, click 'OK' each and every time it asks to install a package until all the packages in the directory are installed. You'll know you're done when the terminal throws you back to a root prompt. Let me know when you're done and we'll move on to 'phase two.'Code:pkgtool
- 04-09-2006 #13Just Joined!
- Join Date
- Dec 2005
- Posts
- 40
Ok.
Im ready when u ready masta.
Lets proceed to 2nd phace.
- 04-09-2006 #14
Good! Now we have to work in /boot to get the new kernel going...
Code:cd /boot
...so you can see the files in there. We have to build the initrd (initial ramdisk). When installing did you go with the reiser file system or ext3? If reiser, as root do:Code:ls
Do 'ls' again and your /boot should look like this...Code:mkinitrd -c -k 2.6.13 -m reiserfs
Make sure the initrd.gz was built and is there. If it is then we are ready to edit your lilo boot loader so it will boot your new kernel. You can use any editor you like to make the necessary changes. Let's just say you are going to use the kate editor. As root:Code:README.initrd@ config-2.6.13 vmlinuz@ System.map@ config-generic-2.6.13 vmlinuz-2.6.13 System.map-2.6.13 config-ide-2.4.31 vmlinuz-generic-2.6.13 System.map-generic-2.6.13 diag1.img vmlinuz-ide-2.4.31 System.map-ide-2.4.31 initrd-tree/ config@ initrd.gz
Look down toward the bottom. You will see your 2.4 kernel configuration. Copy that section and post it here, and I'll then show you how to edit it for your new 2.6 kernel.Code:kate /etc/lilo.conf
- 04-09-2006 #15Just Joined!
- Join Date
- Dec 2005
- Posts
- 40
Actually I did the ext2 install.
Then after the 2.6 install I tried to reboot and didnt boot so I reinstalled the dam thing.LOL
Now should I take the above steps?
Ill wait.
Thx.
- 04-09-2006 #16
You chose ext2? I didn't even think that was a choice! Are you sure you didn't choose ext3?
- 04-09-2006 #17Just Joined!
- Join Date
- Dec 2005
- Posts
- 40
Ok
I reinstalled in reisers.
Im rdy to go
- 04-09-2006 #18
So is the initrd made? If so we can now edit /etc/lilo.conf. Can you copy your /etc/lilo.conf 2.4 kernel configuration and paste it here?


Reply With Quote
