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 - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 11-04-2003, 03:06 PM   #1
nro
Member
 
Registered: Oct 2003
Distribution: Mandrake 9
Posts: 46

Rep: Reputation: 15
no response (status = 0xfe) boot "error"


My problem might be quite easy to fix, but possibly not. I am running RH 9.0 with 2.4.20-9 kernel and everything is booting fine except for the following problem: When I boot, about 1/3 of the way through, I receive what seems to be an error. Here is some of my dmesg output:

1 : NFORCE2: IDE controller at PCI slot 00:09.0
2 : NFORCE2: chipset revision 162
3 : NFORCE2: not 100% native mode: will probe irqs later
4 : ide0: BM-DMA at 0xf000-0xf007, BIOS settings: hda:DMA, hdb:DMA
5 : ide1: BM-DMA at 0xf008-0xf00f, BIOS settings: hdc:DMA, hdd:DMA
6 : SiI3112 Serial ATA: IDE controller at PCI slot 01:0b.0
7 : SiI3112 Serial ATA: chipset revision 2
8 : SiI3112 Serial ATA: not 100% native mode: will probe irqs later
9 : ide2: MMIO-DMA at 0xe080d000-0xe080d007, BIOS settings: hde:pio, hdf:pio
10: ide3: MMIO-DMA at 0xe080d008-0xe080d00f, BIOS settings: hdg:pio, hdh:pio
11: hda: WDC WD800BB-00CAA0, ATA DISK drive
12: hdb: WDC WD800JB-00ETA0, ATA DISK drive
13: blk: queue c03be900, I/O limit 4095Mb (mask 0xffffffff)
14: blk: queue c03bea44, I/O limit 4095Mb (mask 0xffffffff)
15: hdc: TDK CDRW321040X, ATAPI CD/DVD-ROM drive
16: hdd: SAMSUNG CD-ROM SC-152L, ATAPI CD/DVD-ROM drive
17: hde: no response (status = 0xfe)
18: hdg: no response (status = 0xfe)
19: ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
20: ide1 at 0x170-0x177,0x376 on irq 15
21: hda: host protected area => 1
22: hda: 156301488 sectors (80026 MB) w/2048KiB Cache, CHS=9729/255/63, UDMA(33)
23: hdb: host protected area => 1
24: hdb: 156301488 sectors (80026 MB) w/8192KiB Cache, CHS=9729/255/63, UDMA(33)

My problem is on line #17 and #18. Each line takes about 30-45 seconds to display. I'm wondering if there is some file or anything that could be edited to bypass this or take it out all together. If you know anything about this or have any suggestions, they would be greatly appreciated. If you need any more output from dmesg or any of my system specs, please just ask.
Thanks
 
Old 11-04-2003, 03:09 PM   #2
mossy
Member
 
Registered: Aug 2003
Location: USexIRL
Distribution: *nix
Posts: 849

Rep: Reputation: 30
check your fstab.conf file and try to figure out what hde and hdg actually are. It is possible your cdrom(s)?


17: hde: no response (status = 0xfe)
18: hdg: no response (status = 0xfe)
 
Old 11-04-2003, 03:10 PM   #3
mossy
Member
 
Registered: Aug 2003
Location: USexIRL
Distribution: *nix
Posts: 849

Rep: Reputation: 30
type:

locate fstab.conf
 
Old 11-04-2003, 03:11 PM   #4
nro
Member
 
Registered: Oct 2003
Distribution: Mandrake 9
Posts: 46

Original Poster
Rep: Reputation: 15
my 2 cdrom drives are shown lines 15 and 16
 
Old 11-04-2003, 03:14 PM   #5
nro
Member
 
Registered: Oct 2003
Distribution: Mandrake 9
Posts: 46

Original Poster
Rep: Reputation: 15
/etc/fstab contains the following:

LABEL=/ / ext3 defaults 1 1
LABEL=/boot /boot ext3 defaults 1 2
none /dev/pts devpts gid=5,mode=620 0 0
none /proc proc defaults 0 0
none /dev/shm tmpfs defaults 0 0
/dev/hdb3 swap swap defaults 0 0
/dev/cdrom /mnt/cdrom udf,iso9660 noauto,owner,kudzu,ro 0 0
/dev/cdrom1 /mnt/cdrom1 udf,iso9660 noauto,owner,kudzu,ro 0 0
/dev/fd0 /mnt/floppy auto noauto,owner,kudzu 0 0

/etc/updfstab.conf points to /etc/updfstab.conf.default which contains:
symlink false
partition 0

device cdrom {
symlink true
match cdrom
}

device cdwriter {
symlink true
nofstab true
match cdwriter
}

device jaz {
partition 4
match hd jaz
}

device zip {
partition 4
match floppy zip
match hd zip
match floppy clik
match hd clik
}

device ls120. {
match floppy ls120
match floppy ls-120
}

device camera {
partition 1
match hd DSC
match hd CAMERA
}

device memstick {
partition 1
match hd MSC
}

device flash {
partition 1
match hd CompactFlash
match hd ImageMate
}

device floppy {
match hd USB-FDU
match floppy USB-FDU
match floppy FD
match floppy "floppy drive"
}

device diskonkey {
partition 0
match hd diskOnKey
}

device microdrive {
partition 1
match hd IBM-DMDM
}
 
Old 11-04-2003, 04:39 PM   #6
mossy
Member
 
Registered: Aug 2003
Location: USexIRL
Distribution: *nix
Posts: 849

Rep: Reputation: 30
Are you sure there are no other HD's or partitions in there anywhere?

Try resetting the bios defaults too. It may be telling the OS to look at these two partitions when in fact they don't exist.
 
Old 11-04-2003, 04:55 PM   #7
nro
Member
 
Registered: Oct 2003
Distribution: Mandrake 9
Posts: 46

Original Poster
Rep: Reputation: 15
I do have another partition.... /dev/hda
That would be my Windows partition. Other than that, there is nothing.
 
Old 11-04-2003, 05:30 PM   #8
mossy
Member
 
Registered: Aug 2003
Location: USexIRL
Distribution: *nix
Posts: 849

Rep: Reputation: 30
try posting this in the software section I know the guys there may be able to help on this one.
 
  


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
hde: no response (status = 0xfe) Nukem SUSE / openSUSE 6 01-16-2005 12:20 PM
SpamAssassin Error "spamd: no response to STREAM cmd, Success" and other errors PlorkZ Linux - Software 1 11-18-2004 04:16 PM
problem with "rpm -bb" , 1 out of 1 hunk ignored ...error: Bad exit status from /v wohaolouis Linux - Software 0 03-07-2004 07:12 AM
Evolution 1.4.5 and "RSET response error" J.W. Linux - Software 10 02-08-2004 07:53 PM
"no response from server" error robmainella Linux - Software 3 09-16-2003 03:26 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

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