无忧启动论坛

 找回密码
 注册
搜索
系统gho:最纯净好用系统下载站广告联系 微信:wuyouceo QQ:184822951
查看: 9342|回复: 3
打印 上一主题 下一主题

[求助] windows安装程序无法将windows配置为此计算机的硬件上运行

  [复制链接]
跳转到指定楼层
1#
发表于 2013-2-6 21:37:22 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
当U盘设置为第一启动设备
到U盘界面后选择安装win7

  1. title  [04] 安装 Windows VISTA/WIN7/WIN2008 \n把WIN7安装文件解压缩到U盘根目录即可
  2. find --set-root /sources/boot.wim
  3. chainloader /bootmgr
  4. boot
复制代码


接着选择安装在C盘,复制文件,重启计算机

再从U盘启动,选择从硬盘上的win7启动
  1. title  [10] 从硬盘启动WINDOWS VISTA/2008/WIN7
  2. find --set-root --devices=h /bootmgr if not exist /sources/boot.wim
  3. chainloader /bootmgr
  4. boot
复制代码


接着就出现下面的错误提示:windows安装程序无法将windows配置为此计算机的硬件上运行



如果硬盘是第一启动设备,开机按快捷键从U盘启动(比如F8)
然后第二次启动直接从硬盘启动,则不会出现此bug



这是我的grub4dos引导菜单
  1. debug off

  2. color white/blue blue/yellow yellow/red 10

  3. graphicsmode -1 640:800 480:600 24:32

  4. if exist ()/BOOT/GRUB/menu.hex || find --set-root /BOOT/GRUB/menu.hex
  5. font /BOOT/GRUB/menu.hex

  6. timeout 30
  7. default 0

  8. title  [01] 直接启动0PE \n直接进入0PE
  9. if exist ()/BOOT/GRUB/0PE.0PE || find --set-root /BOOT/GRUB/0PE.0PE
  10. configfile ()/BOOT/GRUB/0PE.0PE

  11. title  [02] 启动0PE原始菜单 \n接下来3秒内按回车则直接启动0PE\n按ESC进入Grub4dos命令行\n按空格将复制0PE.ISO到内存
  12. if exist ()/BOOT/GRUB/MENU.0PE || find --set-root /BOOT/GRUB/MENU.0PE
  13. configfile ()/BOOT/GRUB/MENU.0PE

  14. title  [03] 一步安装原版XP \n将WIN$.ISO放在任意分区根目录
  15. if exist ()/BOOT/GRUB/0PE.0PE || find --set-root /BOOT/GRUB/0PE.0PE
  16. command RUN ()/BOOT/GRUB/0PE.0PE 5

  17. title  [04] 安装 Windows VISTA/WIN7/WIN2008 \n把WIN7安装文件解压缩到U盘根目录即可
  18. find --set-root /sources/boot.wim
  19. chainloader /bootmgr
  20. boot

  21. title  [05] Windows密码破解 \n可以破解Windows 2000/XP/VISTA/WIN7/WIN7 X64
  22. if exist ()/BOOT/IMGS/PASSWORD.LZMA || find --set-root /BOOT/IMGS/PASSWORD.LZMA
  23. map --mem /BOOT/IMGS/PASSWORD.LZMA (fd0)
  24. map --hook
  25. chainloader (fd0)+1
  26. rootnoverify (fd0)

  27. title  [06] Diskgenius磁盘分区 \n按F6进行快速分区
  28. if exist ()/BOOT/IMGS/DG.IMG || find --set-root /BOOT/IMGS/DG.lzma
  29. map --mem /BOOT/IMGS/DG.lzma  (fd0)
  30. map --hook
  31. chainloader (fd0)+1
  32. rootnoverify (fd0)

  33. title  [07] Memtest内存测试  \nMemtest86+ 4.20
  34. if exist ()/BOOT/IMGS/MEMTEST.GZ || find --set-root /BOOT/IMGS/MEMTEST.GZ
  35. map --mem /BOOT/IMGS/MEMTEST.GZ (fd0)
  36. map --hook
  37. chainloader (fd0)+1
  38. rootnoverify (fd0)

  39. title  [08] MHDD  \nMHDD 4.6
  40. if exist ()/BOOT/IMGS/MHDD.ISO || find --set-root /BOOT/IMGS/MHDD.ISO
  41. map /BOOT/IMGS/MHDD.ISO (0xff) || map --mem /BOOT/IMGS/MHDD.ISO (0xff)
  42. map --hook
  43. chainloader (0xff)

  44. title  [09] WIN2K3PE  \n我心如水
  45. if exist ()/BOOT/IMGS/2K3PE.ISO || find --set-root /BOOT/IMGS/2K3PE.ISO
  46. map /BOOT/IMGS/2K3PE.ISO (0xff) || map --mem /BOOT/IMGS/2K3PE.ISO (0xff)
  47. map --hook
  48. chainloader (0xff)

  49. title  [10] 从硬盘启动WINDOWS VISTA/2008/WIN7
  50. find --set-root --devices=h /bootmgr if not exist /sources/boot.wim
  51. chainloader /bootmgr
  52. boot

  53. title  [11] 从硬盘启动WINDOWS NT/2000/XP/2003
  54. find --set-root --ignore-floppies --ignore-cd /ntldr || find --set-root --devices=h /bootmgr if not exist /sources/boot.wim
  55. map () (hd0)
  56. map (hd0) ()
  57. map --rehook
  58. find --set-root --ignore-floppies --ignore-cd /ntldr || find --set-root --devices=h /bootmgr if not exist /sources/boot.wim
  59. chainloader /ntldr || chainloader /bootmgr
复制代码

[ 本帖最后由 peter1123 于 2013-2-6 22:30 编辑 ]

20130206213312374.JPG (98.79 KB, 下载次数: 100)

20130206213312374.JPG
推荐
发表于 2013-2-18 23:48:05 | 只看该作者
这个问题,早就有讨论,是U盘占用盘符的问题,菜单里交互一下磁盘盘符。
回复

使用道具 举报

推荐
发表于 2013-2-16 09:03:05 | 只看该作者
按shif+f10呼出cmd窗口,然后cd oobe执行msoobe试试
回复

使用道具 举报

推荐
发表于 2013-2-16 08:24:47 | 只看该作者
在menu.lst里用 map 重新分配下盘序
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

小黑屋|手机版|Archiver|捐助支持|无忧启动 ( 闽ICP备05002490号-1 )

闽公网安备 35020302032614号

GMT+8, 2024-5-1 00:44

Powered by Discuz! X3.3

© 2001-2017 Comsenz Inc.

快速回复 返回顶部 返回列表