During which stage of the boot process would this message be seen?

During which stage of the boot process would this message be seen?

ide_setup:hdc=ide-scsi

During which stage of the boot process would this message be seen?

ide_setup:hdc=ide-scsi

A.
Boot loader start and hand off to kernel

B.
Kernel loading

C.
Hardware initialization and setup

D.
Daemon initialization and setup



Leave a Reply 2

Your email address will not be published. Required fields are marked *


hesam

hesam

Answer is B

marcus

marcus

Yes hesam, it is “B” Kernel loading

IDE-SCSI emulation uses hdc:

$ dmesg | grep ‘=ide-scsi’
Kernel command line: auto BOOT_IMAGE=linux ro root=305 BOOT_FILE=/boot/vmlinuz-2.4.10 hdc=ide-scsi
ide_setup: hdc=ide-scsi

@admin – please Change it.