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 Show Hint ← Previous question Next question →
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. Reply
Answer is B
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.