LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Go Back   LinuxQuestions.org > Forums > Linux > Linux - Distributions > Slackware > Slackware - Installation
User Name
Password
Slackware - Installation This forum is for the discussion of installation issues with Slackware.

Notices

Reply
 
Thread Tools
Old 11-08-2009, 07:30 PM   #1
aguellid
LQ Newbie
 
Registered: Nov 2009
Posts: 4
Thanked: 0
Adding a Kernel to installation DVD


[Log in to get rid of this advertisement]
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 07:37 PM..
windows_vista aguellid is offline     Reply With Quote
Old 11-08-2009, 07:37 PM   #2
linus72
Senior Member
 
Registered: Jan 2009
Location: Gordonsville-AKA Mayberry-Virginia
Distribution: Ultimate-Edition-2.3/ 503box-Live/SalixOS/Phalanx-9.04/KNOPPIX-6.2/Fedora 12/Sidux-2009.03/Slack13
Posts: 2,917
Thanked: 229
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?
linuxdebian linus72 is online now     Reply With Quote
Old 11-08-2009, 07:43 PM   #3
aguellid
LQ Newbie
 
Registered: Nov 2009
Posts: 4
Thanked: 0

Original Poster
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 07:46 PM..
windows_vista aguellid is offline     Reply With Quote
Old 11-08-2009, 07:55 PM   #4
linus72
Senior Member
 
Registered: Jan 2009
Location: Gordonsville-AKA Mayberry-Virginia
Distribution: Ultimate-Edition-2.3/ 503box-Live/SalixOS/Phalanx-9.04/KNOPPIX-6.2/Fedora 12/Sidux-2009.03/Slack13
Posts: 2,917
Thanked: 229
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
linux linus72 is online now     Reply With Quote
Old 11-08-2009, 08:09 PM   #5
aguellid
LQ Newbie
 
Registered: Nov 2009
Posts: 4
Thanked: 0

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

kernel panic : not syncing.
windows_vista aguellid is offline     Reply With Quote
Old 11-08-2009, 08:16 PM   #6
onebuck
Guru
 
Registered: Jan 2005
Location: Midwest USA, Central Illinois
Distribution: SlackwareŽ
Posts: 5,451
Blog Entries: 1
Thanked: 204
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!
linuxslackware onebuck is offline     Reply With Quote
Thanked by:
Old 11-08-2009, 08:35 PM   #7
aguellid
LQ Newbie
 
Registered: Nov 2009
Posts: 4
Thanked: 0

Original Poster
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 ?
windows_vista aguellid is offline     Reply With Quote
Old 11-09-2009, 02:35 PM   #8
disturbed1
Member
 
Registered: Mar 2005
Location: USA
Distribution: Slackware
Posts: 379
Thanked: 62
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.
linuxslackware disturbed1 is offline     Reply With Quote
Old 11-09-2009, 06:05 PM   #9
onebuck
Guru
 
Registered: Jan 2005
Location: Midwest USA, Central Illinois
Distribution: SlackwareŽ
Posts: 5,451
Blog Entries: 1
Thanked: 204
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.

linuxslackware onebuck is offline     Reply With Quote

Reply

Bookmarks


Thread Tools

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 07:56 AM
kernel on installation dvd of open suse 10.2 tkmsr Suse/Novell 2 10-24-2007 02:12 PM
How to get SUSE installation DVD to read from secondary slave DVD drive. Kippax Linux - Hardware 3 06-09-2007 11:37 PM
Kernel update for Installation CD/DVD Flyhard Fedora - Installation 1 10-11-2005 08:39 PM
Adding SATA driver to kernel during OS installation kaplan71 Fedora 0 06-29-2005 10:13 AM


All times are GMT -5. The time now is 07:56 PM.

Main Menu
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
RSS2  LQ Podcast
RSS2  LQ Radio
Twitter: @linuxquestions
identi.ca: @linuxquestions
Facebook: @linuxquestions
Open Source Consulting | Domain Registration