首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >如何在Debian拉伸上安装syslinux包?

如何在Debian拉伸上安装syslinux包?
EN

Unix & Linux用户
提问于 2019-07-18 03:39:40
回答 1查看 2.6K关注 0票数 1

我已经安装了Raspbian扩展并运行了以下代码:

代码语言:javascript
复制
sudo apt-get update
sudo apt-get upgrade

当我尝试安装syslinux时,我得到了以下内容:

代码语言:javascript
复制
$ sudo apt-get install syslinux -y
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Package syslinux is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

E: Package 'syslinux' has no installation candidate

我想要syslinux,因为当我尝试运行mkwinpeimg时,我会得到以下错误

代码语言:javascript
复制
$ mkwinpeimg --windows-dir=/mnt/windows7 win7pe.img
ERROR: To make a bootable disk image of Windows PE, we need the "syslinux"
program, but it doesn't seem to be installed.  Please install the "syslinux"
package to continue, or try using the --iso option to make an ISO image instead
of a disk image.

我做错了什么?

EN

回答 1

Unix & Linux用户

发布于 2019-07-18 12:27:53

syslinux包仅适用于amd64i386

wimtools提供了mkwinpeimg命令:

代码语言:javascript
复制
sudo apt install wimtools
票数 1
EN
页面原文内容由Unix & Linux提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://unix.stackexchange.com/questions/530777

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档