LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 12-10-2001, 06:36 AM   #31
Aussie
Senior Member
 
Registered: Sep 2001
Location: Brisvegas, Antipodes
Distribution: Slackware
Posts: 4,590

Rep: Reputation: 58

Then you'll have to type "man grub" to find out how to pass kernel params from its config file.
 
Old 12-10-2001, 12:53 PM   #32
taz.devil
Senior Member
 
Registered: Nov 2001
Location: Wa. State
Distribution: Slackware
Posts: 1,261

Rep: Reputation: 45
Quote:
Originally posted by gui10
btw, taz are u from tasmania? i went there for a holiday in May 2000... lovely place...
I'm actually not from tasmania, although I would love to see it sometime! I'm just a huge Taz/Dizzy Devil cartoon character fan.
 
Old 12-10-2001, 01:01 PM   #33
taz.devil
Senior Member
 
Registered: Nov 2001
Location: Wa. State
Distribution: Slackware
Posts: 1,261

Rep: Reputation: 45
Quote:
Originally posted by SlCKB0Y


Sorry just a few things you said before that i felt needed to be straightened up.

Slackware was by no means the first distro. it was more like the second or third. but its the oldest distro still actively updated.

Secondly, PV does not do all the work on slackware by any stretch o f the imagination. hhe has quite a dedicated team working with him. my favourite person being david cantrell. (who is busily working on that beloved slackware auto update app).

Slackware is prob easier to configure, has a BSD style init as opposed to SysV, but it will be a lot of compiling from source. I feel that you will learn so much from using and configuring slackware. i seriously learned more from installing slack than i did in a few months of using redhat.

try them both and see which one you like - im willing to bet it will be slackware anyways.
As I said in my post, Slackware was "ONE OF, if not the first.." distros out there. RedHat probably came out before Slack, and it's still actively updated by the way. PV does do alot of the work although he does have a small group of people who help him. Ok, I concede to that, but it by no means is close to a Corp. to rival a RH or Mandrake. Slack will use SysV init if you want and whether or not that matters, is up for grabs. I've been using Slack for a while and am plenty happy with it and agree to learning more with it faster than any other i've used. I don't really see the point hopping distros anymore since I'm quite happy with Slackware.
 
Old 12-10-2001, 10:44 PM   #34
gui10
Member
 
Registered: Mar 2001
Distribution: enigma, slack8
Posts: 677

Original Poster
Rep: Reputation: 30
i just read the manual for GRUB... and this is what it says:


[COLOR=dark blue]
Quote:
"Note that GRUB does _not_ distinguish IDE from SCSI - it simply counts the drive numbers from zero, regardless of their type."
[/COLOR]

uh... doesn't that make scsi emulation a lot harder?

any ideas anyone?
 
Old 12-10-2001, 11:54 PM   #35
taz.devil
Senior Member
 
Registered: Nov 2001
Location: Wa. State
Distribution: Slackware
Posts: 1,261

Rep: Reputation: 45
Yeah, my suggestion is to go with LILO. Still the best way to go I say. But hey, who am i? Really, who am I? I don't know either. My forehead has the linux console burnt into it backwards. It says:

:nigol
:rdowssap
nigol tcerrocni
ho`D
 
Old 12-11-2001, 12:07 AM   #36
Aussie
Senior Member
 
Registered: Sep 2001
Location: Brisvegas, Antipodes
Distribution: Slackware
Posts: 4,590

Rep: Reputation: 58
:rdowssap = : passwodr
No wonder your getting a "D'oh"
 
Old 12-11-2001, 01:18 AM   #37
linuxcool
LQ Addict
 
Registered: Jun 2001
Posts: 1,183

Rep: Reputation: 47
gui10, you add the hd*=ide-scsi that Aussie gave you to the kernel line. Like this:

kernel=/boot/vmlinuz vga=normal debug=2 root=/dev/hda3 hd*=ide-scsi

The kernel line is kind of like the append line in lilo.conf.
 
Old 12-11-2001, 04:06 PM   #38
taz.devil
Senior Member
 
Registered: Nov 2001
Location: Wa. State
Distribution: Slackware
Posts: 1,261

Rep: Reputation: 45
Quote:
Originally posted by Aussie
:rdowssap = : passwodr
No wonder your getting a "D'oh"
LOL Thanks, I tried as hard as I could! hehehe..
 
Old 12-11-2001, 10:44 PM   #39
gui10
Member
 
Registered: Mar 2001
Distribution: enigma, slack8
Posts: 677

Original Poster
Rep: Reputation: 30
thanks for the tip...

i tried it but it kinda resulted in a kernel panic at bootup...

could u give me a more detailed explanation?
perhaps replcaing the hd* with an actual hdd or something ? coz i may have gotten it wrong (most likely)

thanks
 
Old 12-11-2001, 11:06 PM   #40
Aussie
Senior Member
 
Registered: Sep 2001
Location: Brisvegas, Antipodes
Distribution: Slackware
Posts: 4,590

Rep: Reputation: 58
Replace "hd*" with the correct info for your cd-rw. So if the drive was on the secondary slave ide channel it would be "hdd"
 
Old 12-11-2001, 11:46 PM   #41
linuxcool
LQ Addict
 
Registered: Jun 2001
Posts: 1,183

Rep: Reputation: 47
I'm sorry gui10. I forgot to tell you to replace the ' * ' with the correct drive letter like Aussie says in his post.
 
Old 12-12-2001, 12:52 AM   #42
gui10
Member
 
Registered: Mar 2001
Distribution: enigma, slack8
Posts: 677

Original Poster
Rep: Reputation: 30
just to clarify (i know i sound paranoid but bear with me, the previous company i worked for emphasized that overcommunication is better than misunderstanding... hoho):

so if i physically connected the IDE cables such that my primary master is my first hard disk(windows) and primary slave is my cd-rw, and secondary master is my second hard disk(linux), then the line would look something like this?

kernel=/boot/vmlinuz vga=normal debug=2 root=/dev/hda3 hda=ide-scsi

or do i put hda1=ide-scsi
 
Old 12-12-2001, 01:20 AM   #43
Aussie
Senior Member
 
Registered: Sep 2001
Location: Brisvegas, Antipodes
Distribution: Slackware
Posts: 4,590

Rep: Reputation: 58
Primary master = hda
Primary slave = hdb
Secondary master = hdc
Secondary slave = hdd
So you need to put "hdb"
The numbers refer to the partitions on your hard drives.
 
Old 12-12-2001, 02:54 AM   #44
gui10
Member
 
Registered: Mar 2001
Distribution: enigma, slack8
Posts: 677

Original Poster
Rep: Reputation: 30
ah good!
the info i was looking for...

ta aussie
 
Old 12-12-2001, 03:07 AM   #45
Aussie
Senior Member
 
Registered: Sep 2001
Location: Brisvegas, Antipodes
Distribution: Slackware
Posts: 4,590

Rep: Reputation: 58
Your Welcome.
 
  


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 On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Sharing sources (deb-slack) powadha Debian 1 07-26-2005 06:09 PM
.deb aznboi12321 Linux - Software 6 03-11-2005 04:34 PM
Is "kernel-image-x_i386.deb or i586.deb the right image for P4 processor? davidas Debian 1 04-06-2004 03:50 AM
Grub for Slack and Deb? groovin Linux - General 4 11-21-2003 11:32 AM
Can apt4rpm use deb repositories or install .deb packages? raylpc Linux - General 0 08-18-2003 01:49 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

All times are GMT -5. The time now is 08:18 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