我已经安装了Raspbian扩展并运行了以下代码:
sudo apt-get update
sudo apt-get upgrade当我尝试安装syslinux时,我得到了以下内容:
$ 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时,我会得到以下错误
$ 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.我做错了什么?
发布于 2019-07-18 12:27:53
https://unix.stackexchange.com/questions/530777
复制相似问题