• 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:efimicrosoft folder and copy the boot folder into the H:efi folder. (然后把U盘目录下的efimicrosoftoot 目录复制到U盘efi文件夹下)
    4. Next, go into an existing install of Windows 2008 R2 and copy the bootmgfw.efi file out of c:WindowsBootEFI into the USB stick’s H:efioot folder but rename it to BOOTx64.EFI (not case sensitive).(然后找到一台已经装好的win2008系统 在C:windowsootefi目录下把bootmgfw.efi文件复制到U盘efioot目录下 并重命名为BOOTx64.EFI)

    然后再用这个U盘进入UEFI boot下选择Boot From File -> U盘:efiootBOOTx64.EFI

    此时就可以正常进去win2008的安装界面,正常在UEFI引导下安装系统。

    安装完毕后登陆系统磁盘管理把剩余的raid空间换成一个NTFS卷,至此任务结束。

  • 相关阅读:
    分红
    MyCat学习笔记
    vue 事例
    linux 端口
    vue安装
    react入门一(转)
    javascript 中各种继承方式的优缺点 (转)
    vue路由复习(转载)
    ES6新特性
    js面试中长见的算法题(转载)
  • 原文地址:https://www.cnblogs.com/hhdllhflower/p/5709262.html
Copyright © 2020-2023  润新知