UEFI引导在GPT分区下安装win2008——抓住那只傲娇的win2008
上周遇到个客户DELL R520的服务器新采购了8块3T硬盘做备份服务器,raid配置5+1,一个磁21.8T。先用普通的装desktop OS的方法发现进去没raid盘,然后就按照官方的文档进入LifeCycle部署OS。然后发现这台机器OS Pack的版本是0… 从dell上下载历史版本(从最低的开始下载)然后挨个升级OS Pack版本至到最新的版本(详细参考别的网站)。然后顺路把BIOS版本也升级到最新的。
然后安装win2008 装好发现是MBR分区的不识别2T以上的卷无奈重做。后面就想到用UEFI引导+GPT分区安装win2008,然后把CPU boot mode修改为UEFI 进去之后在UEFI boot里发现光盘和U盘引导都失败了,于是google了很久终于发现一篇文章。
Installing Windows 2008 R2 from USB Stick via EFI on Dell PowerEdge servers
这里详细的写了操作步骤
1.First of all, the USB stick MUST be formatted as a FAT32 drive. NTFS will not work! (U盘必须格式化为FAT32格式,NTFS格式不能用)
2.Next, follow my instructions from Installing Windows 7 or Windows Server 2008 R2 from USB Stick. This will get you a USB stick that will work for non-GPT installs, but we need to modify it for EFI installs using Dell’s uEFI implementation.(然后制作系统引导盘到U盘,此处可以用UltraISO做U盘系统引导)
3.Now, here’s the part that wasted so much of our time! On your USB stick, go into the H:\efi\microsoft\ folder and copy the boot folder into the H:\efi\ folder. (然后把U盘目录下的\efi\microsoft\boot 目录复制到U盘\efi\文件夹下)
4.Next, go into an existing install of Windows 2008 R2 and copy the bootmgfw.efi file out of c:\Windows\Boot\EFI\uefi boot into the USB stick’s H:\efi\boot\ folder but rename it to BOOTx64.EFI (not case sensitive).(然后到一台已经装好的win2008系统 在C:\windows\boot\efi\目录下把bootmgfw.efi文件复制到U盘\efi\boot\目录下 并重命名为BOOTx64.EFI)
然后再用这个U盘进入UEFI boot下选择Boot From File -> U盘:\efi\boot\BOOTx64.EFI
此时就可以正常进去win2008的安装界面,正常在UEFI引导下安装系统。
安装完毕后登陆系统磁盘管理把剩余的raid空间换成一个NTFS卷,至此任务结束。
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系QQ:729038198,我们将在24小时内删除。
发表评论