Tiny Core Linux
Tiny Core Base => Corepure64 => Topic started by: tzx17077 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?
-
Could be just timing, sometimes scsi is slow. Your dmesg should show when things happened.
-
You were perfectly right Curaga, I added waitusb to the boot options and now it‘s working fine.
Thanks.