LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Mandriva
User Name
Password
Mandriva This Forum is for the discussion of Mandriva (Mandrake) Linux.

Notices


Reply
  Search this Thread
Old 01-22-2004, 10:38 AM   #1
Nukem
Member
 
Registered: May 2003
Location: Canada, TO.
Distribution: Slackware: in progress, Mandrake 9.2, Libranet, Vector
Posts: 373

Rep: Reputation: 30
Unwanted HD detecting.


I'm running MDK9.2 and the following problem had been annoying to me since the day that I installed linux.

Everytime I boot up my computer, linux tryes to detect and mount hard disks and etc etc. I only have hda1, hda2, hda3, hda4, and hda5 and CD rom and Floppy.

But at every boot up, Mandrake tryes to detect "hde", which I don't have. It takes about 30 seconds and give me the following error

hde no response (status =oxfe)

And that's not it. After that it continues to the next one. Which is "hdf", another drive that I don't have. Takes another 30 seconds and output the follwing

hdf no response (status =oxfe)

Overall this take away 1min of my valuble time. Just because of this reason, I have selected Windows XP, instead Mandrake on the boot up screen, because I want to do something faster.

Now the question is, how can I stop this? I want to stop Mandrake from trying to detecting this two devices that I dont have and then showing error messages, which waste my time...
 
Old 01-22-2004, 11:08 AM   #2
whansard
Senior Member
 
Registered: Dec 2002
Location: Mosquitoville
Distribution: RH 6.2, Gen2, Knoppix,arch, bodhi, studio, suse, mint
Posts: 3,304

Rep: Reputation: 65
i can't remember the boot option to make the kernel ignore those devices, but
you could make them ide-scsi. hdf=ide-scsi
there is an ignore command too though. you can find it.
 
Old 01-22-2004, 12:59 PM   #3
Nukem
Member
 
Registered: May 2003
Location: Canada, TO.
Distribution: Slackware: in progress, Mandrake 9.2, Libranet, Vector
Posts: 373

Original Poster
Rep: Reputation: 30
hmmm.. sounds like a good idea. But being a linux newbie, I 'm not exactly sure what you mean.. How can I actually do this?
 
Old 01-22-2004, 03:11 PM   #4
vincebs
Member
 
Registered: Oct 2003
Location: Mississauga, ON
Distribution: Ubuntu 9.04
Posts: 496

Rep: Reputation: 30
He is suggesting you edit your LILO/GRUB configuration files. Which bootloader do you use, LILO, or GRUB? (It should say at the boot menu)

Then it will be easier to help you.
 
Old 01-22-2004, 06:54 PM   #5
Nukem
Member
 
Registered: May 2003
Location: Canada, TO.
Distribution: Slackware: in progress, Mandrake 9.2, Libranet, Vector
Posts: 373

Original Poster
Rep: Reputation: 30
I'm using lilo... I'll look around and see if I can find anything about it in lilo.
 
Old 01-22-2004, 07:06 PM   #6
lostchild
Member
 
Registered: Jan 2004
Distribution: Mandrake 9.2 and Move
Posts: 51

Rep: Reputation: 15
i had this problem. but i'm solving it with a fresh re-install.

I forgot to take out my memory sticks and cards out of my laptop while installing and it mounted everything for me and thought they were harddrives and such.
 
Old 01-22-2004, 08:00 PM   #7
Nukem
Member
 
Registered: May 2003
Location: Canada, TO.
Distribution: Slackware: in progress, Mandrake 9.2, Libranet, Vector
Posts: 373

Original Poster
Rep: Reputation: 30
But i don't have any of these stuff. Just my one and only HD, CDRW, and Floppy. Same as when I did the installation.
 
Old 01-22-2004, 10:40 PM   #8
whansard
Senior Member
 
Registered: Dec 2002
Location: Mosquitoville
Distribution: RH 6.2, Gen2, Knoppix,arch, bodhi, studio, suse, mint
Posts: 3,304

Rep: Reputation: 65
edit /etc/lilo.conf

image=/boot/vmlinuz-2.4.14-xfs
label=2.4.14-xfs
read-only
append="hdc=ide-scsi hde=ide-scsi"

that is the way that stuff gets appended to the kernel boot line.
edit the entry for the kernel you use in /etc/lilo.conf
reinstall the bootloaded by running
lilo <enter>
after you have edited the file
 
Old 01-23-2004, 05:42 AM   #9
Nukem
Member
 
Registered: May 2003
Location: Canada, TO.
Distribution: Slackware: in progress, Mandrake 9.2, Libranet, Vector
Posts: 373

Original Poster
Rep: Reputation: 30
There is nothing there about "hde" here is what it looks like. Is this mean this is not about lilo or what? This is weard.

boot=/dev/hda
map=/boot/map
vga=normal
default="WindowsXP"
keytable=/boot/us.klt
prompt
nowarn
timeout=100
message=/boot/message
menu-scheme=wb:bw:wb:bw

image=/boot/vmlinuz
label="MDK9.2"
root=/dev/hda7
initrd=/boot/initrd.img
append="devfs=mount hdc=ide-scsi acpi=ht splash=silent"
vga=788
read-only

image=/boot/vmlinuz
label="linux-nonfb"
root=/dev/hda7
initrd=/boot/initrd.img
append="devfs=mount hdc=ide-scsi acpi=ht"
read-only

image=/boot/vmlinuz
label="failsafe"
root=/dev/hda7
initrd=/boot/initrd.img
append="failsafe devfs=nomount hdc=ide-scsi acpi=ht"
read-only

other=/dev/hda1
label="WindowsXP"
table=/dev/hda

other=/dev/fd0
label="floppy"
unsafe

+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

And these are all the devices I have.

/dev/hda1 (Windows XP -ntfs)
/dev/hda2 (Windows No OS -Fat32)
/dev/fd0 (floppy)
/dev/scd0 (CD RW)
/dev/hda5 (home)
/dev/hda6 (swap)
/dev/hda7 (/)

Last edited by Nukem; 01-23-2004 at 05:52 AM.
 
Old 01-23-2004, 06:20 AM   #10
whansard
Senior Member
 
Registered: Dec 2002
Location: Mosquitoville
Distribution: RH 6.2, Gen2, Knoppix,arch, bodhi, studio, suse, mint
Posts: 3,304

Rep: Reputation: 65
that's what i'm saying. add hde and hdf there in the append line. hde=ide-scsi makes the ide driver ignore hde, and assumes you are going to set it up as scsi later, but you're not, so it will get completely ignored.
that's what i'm saying to do.
change this line from
append="devfs=mount hdc=ide-scsi acpi=ht splash=silent"
to
append="devfs=mount hdc=ide-scsi hde=ide-scsi hdf=ide-scsi acpi=ht splash=silent"
 
Old 01-23-2004, 06:55 PM   #11
iedirtbiker
LQ Newbie
 
Registered: Jan 2004
Location: Lake Elsinore, CA
Distribution: Fedora Core, Redhat 9, Mandrake 9.2
Posts: 20

Rep: Reputation: 0
not sure, but I think that using

hde=noprobe hdf=noprobe

may work...
 
Old 01-24-2004, 03:12 AM   #12
whansard
Senior Member
 
Registered: Dec 2002
Location: Mosquitoville
Distribution: RH 6.2, Gen2, Knoppix,arch, bodhi, studio, suse, mint
Posts: 3,304

Rep: Reputation: 65
Quote:
Originally posted by iedirtbiker
not sure, but I think that using

hde=noprobe hdf=noprobe

may work...
yea, thats it
i couldn't remember. do that instead of ide-scsi in lilo.conf
 
Old 01-24-2004, 09:20 AM   #13
Nukem
Member
 
Registered: May 2003
Location: Canada, TO.
Distribution: Slackware: in progress, Mandrake 9.2, Libranet, Vector
Posts: 373

Original Poster
Rep: Reputation: 30
I tried what whansard said, but had no effect... Good thing I had backed up my lilo. lol... This time I'll try what iedirtbiker said.. So do I add this to the same line? I mean, take out what whansard put and plug in this new one on the same place in lilo, right?
I'll try that and see what happen....

Last edited by Nukem; 01-24-2004 at 09:23 AM.
 
Old 01-24-2004, 09:40 AM   #14
Nukem
Member
 
Registered: May 2003
Location: Canada, TO.
Distribution: Slackware: in progress, Mandrake 9.2, Libranet, Vector
Posts: 373

Original Poster
Rep: Reputation: 30
YYYYYYYYYYYYYEEEEEEEEEEEEEESSSSSSSSSSSSSS !!!!!!!!!!
It worksssssss............ Now it's all good...

noprobe worked
thanks for helping...
 
Old 01-24-2004, 11:47 AM   #15
iedirtbiker
LQ Newbie
 
Registered: Jan 2004
Location: Lake Elsinore, CA
Distribution: Fedora Core, Redhat 9, Mandrake 9.2
Posts: 20

Rep: Reputation: 0
no prob bud! thats what this forum is all about!

iedirtbiker
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
unwanted folders oscotty General 11 08-28-2005 01:01 PM
unwanted packets on terminal harmster Linux - Networking 7 05-07-2005 06:28 AM
Unwanted text hightlight in vi lel800 Linux - Software 3 12-10-2004 11:37 AM
Unwanted mail sanjibgupta Linux - General 0 07-08-2004 12:07 AM
Unwanted shutdown tireseas Linux - Hardware 17 01-02-2004 06:35 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Mandriva

All times are GMT -5. The time now is 01:05 AM.

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