I came across the "Booting from ATAPI CD-ROM failure" on a Linux machine and can only run a floppy size distribution on it which has smartctl. Smartctl is supposed to be a recovery tool. When entering the following commands, I get the following handcopied output:
Code:
> smartctl -a /dev/hda | more
kmod: failed to exec /sbin/modprobe -s -k block-major-3, errno = 2
Smartctl open device: /dev/hda failed: No such device or address
> smartctl -a /dev/hdb | more
kmod: failed to exec /sbin/modprobe -s -k block-major-3, errno = 2
Smartctl open device: /dev/hdb failed: No such device or address
> smartctl -a /dev/hdc | more
Smartctl: Device Read Identity Failed (not an ATA/ATAPI device)
A mandatory SMART command faileds: exiting. To continue, add one or more '-T permissive' options.
> smartctl -a /dev/hdd | more
kmod: failed to exec /sbin/modprobe -s -k block-major-3, errno = 2
=== START OF INFORMATION SECTION ===
Device Model: PHILIPS CDD3610 CD-R/RW
Serial Number: xxxxxxxx
Firmware version: xxxxxx
Device is: Not in smartctl database [for details use: -P showall]
ATA version is: 1
ATA standard is: exact ATA spec draft version not indicated
Local time is: xxxxxxx
SMART is only available in ATA version 3 rev 3 or greater.
We will try to proceed in spite of this.
SMART support is unavailable - packet interface devices [this device: CD/DVD] don't support ATA SMART
A mandatory SMART command failed: exiting. To continue, add one or more '-T permissive' options.
The specs of the machine are PII-233MHz-64MB-3GB with a 40x CD/R, a 8x CD/RW and a floppy drive. Boot order is A,C,SCSI, but it really doesn't matter, because all orders lead to the "Booting from ATAPI CD-ROM failure". Can anyone make sense of what my remedial actions should be from the above?
Thanks in advance
Tech