Open COR-ET opened 12 months ago
we need SATA with AHCI, not sata with ide.
i think this is problem :
if (xPort.mPortType == PortType.SATA)
{
ahciDebugger.Send($"{xPort.mPortName} Port 0:{xPort.mPortNumber}");
IDE.ScanAndInitPartitions(xPort);
}
AHCI Code, but scanning with 'IDE'
Area of Cosmos - AuraOS Booting (Kernel) Loading Devices (Stuck exactly after initializing Network driver)
Expected Behaviour - To boot normally into OS using AHCI ?
Actual Behaviour - Nothing , just freezes forever in the Blank Console..
Reproduction - By booting in AHCI Mode (Even on Real Hardware AHCI Device too !).
Version - No one using UserKit lol , ofc DevKit latest (also used the ISO release of Aura so it may be outdated or smth ? )