LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware > Slackware - Installation
User Name
Password
Slackware - Installation This forum is for the discussion of installation issues with Slackware.

Notices


Reply
  Search this Thread
Old 11-08-2009, 06:30 PM   #1
aguellid
LQ Newbie
 
Registered: Nov 2009
Posts: 4

Rep: Reputation: 0
Adding a Kernel to installation DVD


Hi everyone,

I'm trying to install slackware 13.0 on a quad core PC. I've got only huge.s and speakup.s on the DVD. When choosing one of these I get errors.

A friend told me that I should use hugesmp.s

hugesmp.s is not on the DVD. I downloaded it and copied it to the "kernels" folder on the installation DVD. When I boot on the disk and choose hugesmp, it says that kernal image was not found.

Is there a file where I should set a link to the new kernel ?

Anyways, I think I'm totally wrong on how to add a kernel to the installation DVD. Can you help me to do that ?

Thanks in advance.

Last edited by aguellid; 11-08-2009 at 06:37 PM.
 
Old 11-08-2009, 06:37 PM   #2
linus72
LQ Guru
 
Registered: Jan 2009
Location: Gordonsville-AKA Mayberry-Virginia
Distribution: Slack14.2/Many
Posts: 5,573

Rep: Reputation: 470Reputation: 470Reputation: 470Reputation: 470Reputation: 470
Welcome to LQ aguellid!

um...
first, are you sure the DVD iso is clean, not a bad download?
did you check its md5sum?

2nd, HOW did you put the hugesmp.s kernel on the DVD iso?
you extracted the iso, put the kernel in there
and recreated the iso?
 
Old 11-08-2009, 06:43 PM   #3
aguellid
LQ Newbie
 
Registered: Nov 2009
Posts: 4

Original Poster
Rep: Reputation: 0
Thanks Linus72 for that quick answer.

I burnt it at slow speed so I think it's clean.

I don't know how to checksum. Can you tell me how to ?

2- I didn't recreate the ISO, I just added extracted it and and added on the DVD (burned the new files).


edit : note that I'm using windows vista at the moment.

Last edited by aguellid; 11-08-2009 at 06:46 PM.
 
Old 11-08-2009, 06:55 PM   #4
linus72
LQ Guru
 
Registered: Jan 2009
Location: Gordonsville-AKA Mayberry-Virginia
Distribution: Slack14.2/Many
Posts: 5,573

Rep: Reputation: 470Reputation: 470Reputation: 470Reputation: 470Reputation: 470
oh!
Vista

I have no windows installed whatsoever!


um...OK
well, do you have a ubuntu livecd or other livecd around?

I dont know how to go about making a new iso in windows dude...
but I do in Linux and can even provide a script or 2 to automate the iso build

so, can you boot into a livecd, and go in as root if possible

to check md5sum, in linux
open a terminal annd navigate to wherever iso using cd command ( change directory)

Code:
cd /home/user_name/Desktop

md5sum slack-dvd.iso
the above is assuming iso is on desktop of your user's /home folder

if you have time to download a nice iso I made that has all the tools you need
grab either 503box-Live or Phalanx-9.04 and burn to cd-r
or put either on fat32 usb with Unetbootin
http://unetbootin.sourceforge.net/

503box-Live
http://www.linuxquestions.org/questi...on-gas-766098/

Phalanx-9.04
http://www.linuxquestions.org/questi...wnload-767766/

look under all my threads for more stuff too

and here
http://multidistro.com/downloads/current/current.html

http://multidistro.com/downloads/current/read.txt

so, do you already have a livecd available?

imgburn is a good freeware app for burning iso's too
 
Old 11-08-2009, 07:09 PM   #5
aguellid
LQ Newbie
 
Registered: Nov 2009
Posts: 4

Original Poster
Rep: Reputation: 0
I tried to boot on Ubuntu and I got the following error :

kernel panic : not syncing.
 
Old 11-08-2009, 07:16 PM   #6
onebuck
Moderator
 
Registered: Jan 2005
Location: Central Florida 20 minutes from Disney World
Distribution: SlackwareŽ
Posts: 13,925
Blog Entries: 44

Rep: Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159
Hi,

Quote:
Originally Posted by aguellid View Post
Hi everyone,

I'm trying to install slackware 13.0 on a quad core PC. I've got only huge.s and speakup.s on the DVD. When choosing one of these I get errors.

A friend told me that I should use hugesmp.s

hugesmp.s is not on the DVD. I downloaded it and copied it to the "kernels" folder on the installation DVD. When I boot on the disk and choose hugesmp, it says that kernal image was not found.

Is there a file where I should set a link to the new kernel ?

Anyways, I think I'm totally wrong on how to add a kernel to the installation DVD. Can you help me to do that ?

Thanks in advance.
Welcome to LQ!

The 'md5sum' or 'hash' is very important to learn to use and too regularly get in the habit of utilizing it. You can get a sum checker for M$ if need be; 'md5sum.exe'.

For GNU/Linux the 'man md5sum' will get you all the information to perform the check. You can get the 'man command' from the 'cli' at anytime.

If you downloaded the CD/DVD ISO on a Linux machine then be sure to check the md5sum for the original ISO. From the cli;

Code:
~#cd /downloadisolocation      #cdromiso.iso cdromiso.md5 

~#md5sum -c cdromiso.md5       #substitute the correct name to check
If the ISO md5 is OK then you should check the image burn with 'CdromMd5sumsAfterBurning''.

This way you will know if the burn was OK!

This will check the download ISO with the known md5sum that you also get with the ISO. You should do the check for any download that you might perform, even a LiveCD. Plus burn the image. Sometimes you may need to lower the burn rate to get a valid burn.

Once you get a valid install media then do the install. You can build a new kernel to suit your install. Look at 'Building a Linux Kernel from source' to learn how. Building the custom kernel is not that difficult. A lot easier that adding the kernel to the install media.



The above links and others can be found at 'Slackware-Links'. More than just SlackwareŽ links!
 
Old 11-08-2009, 07:35 PM   #7
aguellid
LQ Newbie
 
Registered: Nov 2009
Posts: 4

Original Poster
Rep: Reputation: 0
the checksum says :
slackware64-13.0-install-dvd.iso: OK

I don't think there is a problem with the burn since I made it at X2 speed.

Is there a way to have kernels other than huge.s and speakup.s on the installation DVD ?
 
Old 11-09-2009, 01:35 PM   #8
disturbed1
Senior Member
 
Registered: Mar 2005
Location: USA
Distribution: Slackware
Posts: 1,133
Blog Entries: 6

Rep: Reputation: 224Reputation: 224Reputation: 224
One way (there are many) to add a kernel to the installation disc.

Download from you favorite mirror these complete directories -

isolinux/
kernel/

Place your custom kernel inside kernel/ so you'll now have
kernel/
-------huge.s/System.map.gz bzImage config
-------speakup.s/System.map.gz bzImage config speakup_decpc.ko
-------yourkernl/System.map.gz bzImage config

You'll then have to edit isolinux.cfg to add the correct lines for your additional kernel.
Code:
label huge.s
  kernel /kernels/huge.s/bzImage
  append initrd=initrd.img load_ramdisk=1 prompt_ramdisk=0 rw SLACK_KERNEL=huge.s
label speakup.s
  kernel /kernels/speakup.s/bzImage
  append initrd=initrd.img load_ramdisk=1 prompt_ramdisk=0 rw SLACK_KERNEL=speakup.s
label yourkernl
  kernel /kernels/yourkernl/bzImage
  append initrd=initrd.img load_ramdisk=1 prompt_ramdisk=0 rw SLACK_KERNEL=yourkernl
Create the slackware/ directory to mirror the package sets if you do not plan on doing a network install. To make the iso image, follow the instructions in isolinux/README.TXT.

mkisofs is available for Windows. If you wanted to edit an already downloaded iso image inside Windows, you can use a disc mounting utility (MagicDisc for example), I'd personally start with the bare directories and just burn isolinux/ kernels/ and an empty slackware/ to disc to make sure things work first.

But, all of the above may not be neccessary if you give some details to the error message your are getting, and a little insight to the hardware you're running. Motherboard model/maker, chipset model,maker ..

The huge.s kernel has 99.9% of the possible hardware modules built in. You may simply need to pass a couple of options on the boot prompt for not loading conflicting drivers, or to bypass a buggy BIOS.
 
Old 11-09-2009, 05:05 PM   #9
onebuck
Moderator
 
Registered: Jan 2005
Location: Central Florida 20 minutes from Disney World
Distribution: SlackwareŽ
Posts: 13,925
Blog Entries: 44

Rep: Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159
Hi,

Quote:
Originally Posted by aguellid View Post
the checksum says :
slackware64-13.0-install-dvd.iso: OK

I don't think there is a problem with the burn since I made it at X2 speed.

Is there a way to have kernels other than huge.s and speakup.s on the installation DVD ?
It doesn't take that much time to confirm the burn media.Even at lower burn speeds errors can occur. I provided a link that has a good example.

 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
adding module in kernel after installation livetoday Linux - Server 2 03-29-2008 06:56 AM
kernel on installation dvd of open suse 10.2 tkmsr SUSE / openSUSE 2 10-24-2007 01:12 PM
How to get SUSE installation DVD to read from secondary slave DVD drive. Kippax Linux - Hardware 3 06-09-2007 10:37 PM
Kernel update for Installation CD/DVD Flyhard Fedora - Installation 1 10-11-2005 07:39 PM
Adding SATA driver to kernel during OS installation kaplan71 Fedora 0 06-29-2005 09:13 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware > Slackware - Installation

All times are GMT -5. The time now is 03:47 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration