小编Ser*_*gey的帖子

如何使用 PXE 启动 Windows ISO 安装(无需 Windows AIK 或其他)

我有一个 Linux PXE 服务器。
可以使用 PXE 毫无问题地引导至 Linux ISO 安装程序。
但是我如何使用 Windows ISO 来做到这一点呢?只需开始安装即可。无需在 Windows 下创建一些东西(winpe) 。

我已经从image.iso/sources/boot.wim /2/Windows/Boot/PXE/tftp 根目录提取了一些文件

pxeboot.com
wdsnbp.com           (-> wdsnbp.0)
bootmgr.exe
Run Code Online (Sandbox Code Playgroud)

指向内核(在 pxelinux.cfg/default 中):

KERNEL wdsnbp.0
Run Code Online (Sandbox Code Playgroud)

这至少是启动并提供的东西:

Downloaded WDSNBP...

Architecture: x64
WDSNBP started using DHCP Referral.
Contacting Server: 10.0.0.1 (Gateway: 0.0.0.0)..
No response from Windows Deployment Services server.
Launching pxeboot.com...
TFTP download failed
Could not boot image: Error 0x00000001 (http://ipxe.org/00000001)
No more network devices
FATAL: Could not read from the boot medium! …
Run Code Online (Sandbox Code Playgroud)

windows linux iso-image pxe

5
推荐指数
1
解决办法
4万
查看次数

如何处理 NFS 服务器 (UTF-8) 和 Windows 7?

NFS 共享使用mount server:/share x:命令挂载。
使用 samba 共享(并使用 UTF-8)创建的文件(西里尔文)“????? ????????? ??????????.txt”显示为“????? ??‹?? ?‚?µ?????‚???????‹?? ?????????????µ???‚.txt”在 Windows 下通过 NFS 共享。
如何让windows使用UTF-8?

windows nfs

4
推荐指数
2
解决办法
1万
查看次数

为什么广播 ping 不起作用?

我有 Freebsd 作为路由器。
本地网络在接口 sk0 上:inet 10.254.239.1 netmask 0xffffff00 broadcast 10.254.239.255
在我的本地网络中,我有一台计算机(Windows 7)从 Freebsd 上的 DHCP 服务器获取它的 ip(10.254.239.2)。

  • Ping 到确切地址 10.254.239.2 工作正常。

当我尝试从 Freebsd ping 10.254.239.255 时,没有任何反应:

--- 10.254.239.255 ping statistics ---
3 packets transmitted, 0 packets received, 100.0% packet loss
Run Code Online (Sandbox Code Playgroud)
  • #arp -a说:
    ……
    ?(10.254.239.255) at (incomplete) on sk0 过期 [ethernet]
    ...

  • 防火墙允许所有在此接口上

去哪里看?怎么做才能使广播工作?

networking freebsd

3
推荐指数
2
解决办法
2万
查看次数

标签 统计

windows ×2

freebsd ×1

iso-image ×1

linux ×1

networking ×1

nfs ×1

pxe ×1