| fix(core): apply isolation tests for NVMe quirks instead of global pa… (#3372) * fix(core): apply isolation tests for NVMe quirks instead of global params Refactor the PR #3338 to address feedback from helix-nine on issue #3336. Instead of globally disabling APST and HMB on all StartOS machines, this adds an isolation test script (scripts/nvme-isolation-test.sh) to help users debug their specific drive issues without impacting other users. The Rust system validation has been updated to check for kernel command line quirks instead of modprobe params, as NVMe is typically built-in. * fix: remove init-time NVMe warnings and revert formatting churn * fix(core): drop init-time NVMe warnings and checks | 2 个月前 |