Advertisement
Guest User

Untitled

a guest
Jul 17th, 2019
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 KB | None | 0 0
  1. sudo apt-get update
  2. sudo apt-get upgrade
  3.  
  4. $ sudo apt-get install syslinux -y
  5. Reading package lists... Done
  6. Building dependency tree
  7. Reading state information... Done
  8. Package syslinux is not available, but is referred to by another package.
  9. This may mean that the package is missing, has been obsoleted, or
  10. is only available from another source
  11.  
  12. E: Package 'syslinux' has no installation candidate
  13.  
  14. $ mkwinpeimg --windows-dir=/mnt/windows7 win7pe.img
  15. ERROR: To make a bootable disk image of Windows PE, we need the "syslinux"
  16. program, but it doesn't seem to be installed. Please install the "syslinux"
  17. package to continue, or try using the --iso option to make an ISO image instead
  18. of a disk image.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement