我有DualBootXubuntu16.04.03和Windows 7,不幸的是SATA控制器切换到IDE,我想切换到AHCI以获得更好的性能,但没有找到如何。
当切换BIOS选项到AHCI时,Xubuntu没有启动,我再次被直接抛到BIOS。
发布于 2017-11-13 17:28:59
这就是对我起作用的东西。
修改:/etc/initramfs-tools/modules
添加模块(每一行每一行):
ahci libahci
修改该文件:/etc/initramfs-tools/initramfs.conf
并将< most >改为< list>
运行:update-initramfs -u
重新启动到BIOS,切换到AHCI并启动Xubuntu。
来源:https://ubuntuforums.org/archive/index.php/t-1040648.html类似过程适用于Windows:https://winaero.com/blog/switch-from-ide-to-achi-after-installing-windows-7-or-windows-8/
https://askubuntu.com/questions/976071
复制相似问题