AskOverflow.Dev

AskOverflow.Dev Logo AskOverflow.Dev Logo

AskOverflow.Dev Navigation

  • 主页
  • 系统&网络
  • Ubuntu
  • Unix
  • DBA
  • Computer
  • Coding
  • LangChain

Mobile menu

Close
  • 主页
  • 系统&网络
    • 最新
    • 热门
    • 标签
  • Ubuntu
    • 最新
    • 热门
    • 标签
  • Unix
    • 最新
    • 标签
  • DBA
    • 最新
    • 标签
  • Computer
    • 最新
    • 标签
  • Coding
    • 最新
    • 标签
主页 / computer / 问题 / 1727095
Accepted
s.mostafa.b
s.mostafa.b
Asked: 2022-06-18 21:25:15 +0800 CST2022-06-18 21:25:15 +0800 CST 2022-06-18 21:25:15 +0800 CST

安装esxi时出现menu.c32错误

  • 772

通过 rufus 在 USB 上启动 esxi 时,我收到menu.c32 错误,据我所知,要修复此错误,您必须选择 yes 选项。但在此之后,我会遇到连接错误和下载失败错误 我使用的是 rufus 版本 3.18.1877,这是现在的最新版本,谁能指导我如何度过这个阶段?

鲁弗斯日志:

Rufus x86 v3.18.1877
Windows version: Windows 10 Enterprise, 64-bit (Build 19044.1706)
Syslinux versions: 4.07/2013-07-25, 6.04/pre1
Grub versions: 0.4.6a, 2.06
System locale ID: 0x0409 (en-US)
Will use default UI locale 0x0409
SetLGP: Successfully set NoDriveTypeAutorun policy to 0x0000009E
Localization set to 'en-US'
Found USB 2.0 device 'JetFlash Transcend 16GB USB Device' (8564:1000)
NOTE: This device is a USB 3.0 device operating at lower speed...
Using 'autorun.inf' label for drive D: 'HPE-ESXI-6.0.0-UPDATE3-ISO-600.9'
1 device found
Disk type: Removable, Disk size: 16 GB, Sector size: 512 bytes
Cylinders: 1909, Tracks per cylinder: 255, Sectors per track: 63
Partition type: MBR, NB Partitions: 1
Disk ID: 0xB552CA63
Drive has a Syslinux Master Boot Record
Partition 1:
  Type: FAT32 LBA (0x0c)
  Detected File System: FAT32
  Size: 14.6 GB (15708258304 bytes)
  Start Sector: 2048, Boot: Yes
Unable to send request: The attempt to connect to the server failed.
Scanning image...
ISO analysis:
  Image is an ISO9660 image
  Will use '/isolinux.cfg' for Syslinux
  Detected Syslinux version: 3.86 (from '/isolinux.bin')
Disk image analysis:
  Image does not have a Boot Marker
ISO label: 'ESXI-6.0.0-2494585-STANDARD'  
  Size: 348.3 MB (Projected) 
  Uses: Syslinux/Isolinux v3.86
    With an old menu.c32
  Uses: EFI
Using image: VMware-VMvisor-Installer-6.0.0-2494585.x86_64.iso (348.4 MB)
Checking for Rufus updates...
Checking release channel...
Unable to send request: The attempt to connect to the server failed.
Updates: Unable to access version data
Downloading https://rufus.ie/files/syslinux-4.07/menu.c32
Unable to send request: The attempt to connect to the server failed.
Could not download file - cancelling

Found USB 2.0 device 'JetFlash Transcend 16GB USB Device' (8564:1000)
NOTE: This device is a USB 3.0 device operating at lower speed...
Using 'autorun.inf' label for drive D: 'HPE-ESXI-6.0.0-UPDATE3-ISO-600.9'
1 device found
Disk type: Removable, Disk size: 16 GB, Sector size: 512 bytes
Cylinders: 1909, Tracks per cylinder: 255, Sectors per track: 63
Partition type: MBR, NB Partitions: 1
Disk ID: 0xB552CA63
Drive has a Syslinux Master Boot Record
Partition 1:
  Type: FAT32 LBA (0x0c)
  Detected File System: FAT32
  Size: 14.6 GB (15708258304 bytes)
  Start Sector: 2048, Boot: Yes
vmware bootable-media
  • 1 1 个回答
  • 642 Views

1 个回答

  • Voted
  1. Best Answer
    Akeo
    2022-06-19T03:55:49+08:002022-06-19T03:55:49+08:00
    1. 这不是错误,只是一个通知,询问您要做什么
    2. 如果您需要有关 Rufus 问题的帮助,您需要提供完整的 Rufus 日志,您可以通过CtrlL或单击按钮左侧的小日志按钮访问该日志START。

    UDATE:既然您已经发布了日志,我们可以看到实际的错误(在您需要的文件下载过程中进行干预,并且绝大多数人不会有)是:Unable to send request: The attempt to connect to the server failed. 因此,您的系统中有一些东西阻止了默认的 Windows 网络 API(这是 Rufus 使用的)连接到 GitHub 服务器。

    通常,我会告诉您尝试使用 Internet Explorer 连接到该 URL,因为这是一个使用默认 Windows 网络 API 的浏览器,以确认您遇到相同的错误(因此证明此问题与Rufus),但是微软已经停止了 IE,所以你可能无法做到这一点(并且应该注意,虽然 IE 已经停止,但网络 API 还没有,因为这些是基本的 Windows 组件,与IE)。但是,您的系统似乎以阻止应用程序使用基本网络 API 的方式进行配置,并且由于这是一个只有您的系统才会遇到的错误,而普通 Windows 10 安装不会,恐怕您必须弄清楚你是如何从原版 Windows 修改系统的,

    您可能需要检查:

    • 您没有使用限制像 Rufus 这样的应用程序下载文件的能力的安全解决方案。
    • 您不在阻止访问https://rufus.ie/files/syslinux-4.07/menu.c32的防火墙后面。
    • 您的网络连接正常。

    如果您无法对上述任何一项进行排序,那么这可能会让您感兴趣,但请注意,对您的网络访问问题进行排序实际上取决于您,因为您的网络错误并非源自 Rufus 并且无法在那里修复(并且即使使用自己的网络堆栈并且通常被安全解决方案列入白名单的浏览器确实能够连接也是如此,因为期望像 Rufus 这样的应用程序包含自己的数兆字节自定义网络堆栈是不合理的,当Windows 确实提供了自己的网络堆栈,同样,它应该始终适用于 Windows 10 的普通安装)。

    • 0

相关问题

  • 通过 PowerCLI 连接到 VCenter 需要哪些权限?

  • 是否可以使用过时的 Mac 为最新的 iOS 构建应用程序?

  • Vmware Esxi 6.5 补丁(从补丁包升级特定的 VIB)

  • 如何创建 VMWare Workstation Player 15 VM 的快捷方式?

  • vmwared 共享文件夹不工作

Sidebar

Stats

  • 问题 205573
  • 回答 270741
  • 最佳答案 135370
  • 用户 68524
  • 热门
  • 回答
  • Marko Smith

    如何减少“vmmem”进程的消耗?

    • 11 个回答
  • Marko Smith

    从 Microsoft Stream 下载视频

    • 4 个回答
  • Marko Smith

    Google Chrome DevTools 无法解析 SourceMap:chrome-extension

    • 6 个回答
  • Marko Smith

    Windows 照片查看器因为内存不足而无法运行?

    • 5 个回答
  • Marko Smith

    支持结束后如何激活 WindowsXP?

    • 6 个回答
  • Marko Smith

    远程桌面间歇性冻结

    • 7 个回答
  • Marko Smith

    子网掩码 /32 是什么意思?

    • 6 个回答
  • Marko Smith

    鼠标指针在 Windows 中按下的箭头键上移动?

    • 1 个回答
  • Marko Smith

    VirtualBox 无法以 VERR_NEM_VM_CREATE_FAILED 启动

    • 8 个回答
  • Marko Smith

    应用程序不会出现在 MacBook 的摄像头和麦克风隐私设置中

    • 5 个回答
  • Martin Hope
    Saaru Lindestøkke 为什么使用 Python 的 tar 库时 tar.xz 文件比 macOS tar 小 15 倍? 2021-03-14 09:37:48 +0800 CST
  • Martin Hope
    CiaranWelsh 如何减少“vmmem”进程的消耗? 2020-06-10 02:06:58 +0800 CST
  • Martin Hope
    Jim Windows 10 搜索未加载,显示空白窗口 2020-02-06 03:28:26 +0800 CST
  • Martin Hope
    v15 为什么通过电缆(同轴电缆)的千兆位/秒 Internet 连接不能像光纤一样提供对称速度? 2020-01-25 08:53:31 +0800 CST
  • Martin Hope
    andre_ss6 远程桌面间歇性冻结 2019-09-11 12:56:40 +0800 CST
  • Martin Hope
    Riley Carney 为什么在 URL 后面加一个点会删除登录信息? 2019-08-06 10:59:24 +0800 CST
  • Martin Hope
    zdimension 鼠标指针在 Windows 中按下的箭头键上移动? 2019-08-04 06:39:57 +0800 CST
  • Martin Hope
    jonsca 我所有的 Firefox 附加组件突然被禁用了,我该如何重新启用它们? 2019-05-04 17:58:52 +0800 CST
  • Martin Hope
    MCK 是否可以使用文本创建二维码? 2019-04-02 06:32:14 +0800 CST
  • Martin Hope
    SoniEx2 更改 git init 默认分支名称 2019-04-01 06:16:56 +0800 CST

热门标签

windows-10 linux windows microsoft-excel networking ubuntu worksheet-function bash command-line hard-drive

Explore

  • 主页
  • 问题
    • 最新
    • 热门
  • 标签
  • 帮助

Footer

AskOverflow.Dev

关于我们

  • 关于我们
  • 联系我们

Legal Stuff

  • Privacy Policy

Language

  • Pt
  • Server
  • Unix

© 2023 AskOverflow.DEV All Rights Reserve