WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: SCSI disk not detected during boot process  (Read 609 times)

Offline tzx17077

  • Newbie
  • *
  • Posts: 2
SCSI disk not detected during boot process
« on: June 22, 2024, 02:15:01 AM »
I try to make my TCS 15.0 64bit virtual machine ready for the Azure cloud but face some issues with changing my disk controller type to scsi: I remastered my initial ramdisk to contain the kernel modules required to support scsi drives (scsi extension module) and ran depmod before remastering but when I boot with extlinux it does not detect the scsi sda and thus is not able to load extensions. Only when the boot process is already finished it seems to detect scsi drives.
What am I missing?

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 11041
Re: SCSI disk not detected during boot process
« Reply #1 on: June 22, 2024, 02:30:29 AM »
Could be just timing, sometimes scsi is slow. Your dmesg should show when things happened.
The only barriers that can stop you are the ones you create yourself.

Offline tzx17077

  • Newbie
  • *
  • Posts: 2
Re: SCSI disk not detected during boot process
« Reply #2 on: June 22, 2024, 05:21:01 AM »
You were perfectly right Curaga, I added waitusb to the boot options and now it‘s working fine.
Thanks.