跳至主要内容

博文

目前显示的是 九月, 2018的博文

解决thinkpad e450 windows 10重灌后的启动问题

为LD的thinkpad e450更换了SSD 500GB,之后重装windows 10 home。利用微软的Media Creation Tool灌了一支安装U盘,不过一开始怎么都没法找到这个U盘。 上网查了之后得知这是由于BIOS里设定了Secure Boot和UEFI mode only,于是禁用,遂成功找到U盘,并顺利安装了系统。 不过发现Legacy Mode下启动的速度还是较慢,于是想要恢复到UEFI和Secure Boot,没料到这么一改居然又进不了系统了!!! 继续学习,较老的帖子是为了从Win8降级到Win7,他们本来就不要用UEFI。而有的帖子建议用PE重建启动分区,感觉还是很麻烦。 好在,最后[这个帖子的回答](https://www.dell.com/community/Inspiron/Used-Legacy-Boot-can-t-get-UEFI-w-Sec-Boot-back/m-p/5807869#M8113)让我发现微软非常非常非常好心的在win10内建了一个工具 [mbr2gpt](https://docs.microsoft.com/en-us/windows/deployment/mbr-to-gpt),只要进入windows 10系统就可以直接帮助切割一个EFI System Partition,所有的文件系统基本上都不会受到影响。 这篇回答非常精彩,摘抄如下: > Windows installs itself differently depending on whether it will be booted in Legacy or UEFI. The way that you booted the Windows installation media itself depends on how the OS that gets installed is set up. So it sounds like you booted your install media in Legacy mode, in which case Windows set up your disk in MBR partition layout intended for Legacy booting. You can...