admin 管理员组文章数量: 887016
UEFI模式下安装Windows 10和Fedora 23双系统碰到的问题和解决办法
作者:hws000(hws.000#163)
声明:版权所有,转载请联系作者。
出处:http://blog.csdn/hws000/article/details/51127455
安装条件:UEFI only,secure boot off,GPT分区,Windows 10 64位,Fedora 23 64位。
安装步骤:1.先安装Windows,2.划分空闲分区,3.制作Fedora启动U盘,4.安装Fedora。
结果:通过Grub启动Windows和Fedora系统。
具体的安装方法youtube上有个视频,网址是https://www.youtube/watch?v=gOP_FtP1e9U,下边是视频附带的文字描述。
This is a tiny tutorial for dual booting Fedora 23 with Windows 7/8/10 in UEFI Mode.
After creating some space in Windows, follow:
0. Check if you have booted the installation media in UEFI mode or not.
- Fire up a terminal and type the command: [ -d /sys/firmware/efi ] && echo UEFI || echo Legacy
1. Click on 'Install on Hard Drive'
2. Select Language and clik on 'Continue'
3. Wait for sometime and then click on 'Installation Destination'
4. Now you either click on 'Automatically configure partitioning' and then click 'Done'
OR:
Click on 'I will configure partitioning' and then click on 'Done'
5. Now you can either select a predefined partitioning scheme out of Btrfs/LVM/Standard Partitioning and then click on 'Click here to create them automatically'
OR:
5.1 Select 'Standard Partition'
5.2 Choose existing EFI partition and set the mount point to /boot/efi and click on 'Update Settings'
5.3 Click on '+' to create a new partition and select 'swap' as the mount point.
5.4 Click on '+' to create a new partition and select '/' as the mount point and choose the desired space to be 999999 so that this one takes up the entire remaining space.
6. Click on 'Done' and then click on 'Accept Changes'
7. Click on 'Begin Installation'
8. Click on 'Root Password' and set the root password.
9. Click on 'User Creation' to create a user. Tick on 'Make this user administrator' only if you want this user to have sudo access.
10. Click on 'Quit' and then reboot to check if you are able to boot into the newly installed Fedora 23
最开始打算装Fedora的时候也没想到UEFI的问题这么多,就用Legacy模式装了一个Fedora 32位的系统,装好系统后修改Grub但是不能引导原来的Windows系统,当时没理会这个问题。过段时间后想用Windows系统,发现悲剧了。。。。
问题1.一块硬盘上不能同时存在用UEFI启动的Windows和用Legacy启动的Fedora。。。。
问题2.如果用UltraISO制作的Fedora启动盘无法启动,可以换Win32DiskImager试试。
问题3.Fedora 32位系统无法制作UEFI模式的启动盘,必须用64位的,这个问题折腾了好久才在Fedora-23-Multiboot_Guide里边找到说明。只有用64位的做的启动盘才能在UEFI模式下安装。
问题4.Fedora分区时注意/boot/efi挂载到已经存在的EFI分区上。
被问题1和问题3坑了好久。。。。
本文标签: 解决办法 双系统 模式下 Windows UEFI
版权声明:本文标题:UEFI模式下安装Windows 10和Fedora 23双系统碰到的问题和解决办法 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.freenas.com.cn/jishu/1726658170h1007207.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论