diff --git a/Zenith-latest-2021-06-24-01_11_30.iso b/Zenith-latest-2021-06-24-21_13_06.iso similarity index 99% rename from Zenith-latest-2021-06-24-01_11_30.iso rename to Zenith-latest-2021-06-24-21_13_06.iso index 214e9c7..026c2ca 100755 Binary files a/Zenith-latest-2021-06-24-01_11_30.iso and b/Zenith-latest-2021-06-24-21_13_06.iso differ diff --git a/src/Kernel/BlkDev/DiskAHCI.CC b/src/Kernel/BlkDev/DiskAHCI.CC index cde5eeb..cf796f3 100755 --- a/src/Kernel/BlkDev/DiskAHCI.CC +++ b/src/Kernel/BlkDev/DiskAHCI.CC @@ -688,7 +688,7 @@ U0 AHCIInit() " ATAPI drive\n"; } else - " ATAPI drive\n"; + " ATA drive\n"; if (!AHCIPortIsIdle(i)) { @@ -735,6 +735,8 @@ Bool AHCIBootDVDProbeAll(CBlkDev *bd) } } + Panic("Could not find ATAPI boot drive"); + return FALSE; }