Replies: 1 comment 4 replies
-
It is (or rather: should have been) created by
Did that line give any errors? Somebody else already reported that the instructions later say
This means you have to go up three levels again... |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am following the support topic for building your own USB/IP enabled WSL 2 kernel https://github.com/dorssel/usbipd-win/wiki/WSL-support#building-your-own-usbip-enabled-wsl-2-kernel, I got all the way to the end and stuck at this part:
From the root of the repo, copy the image.
cp arch/x86/boot/bzImage /mnt/c/Users/<user>/usbip-bzImage
cp: cannot stat 'arch/x86/boot/bzImage': No such file or directory
I have searched the directory the bzImage file does not exist in the directory arch/x86/boot/bzImage, not sure where I went wrong, where does this file come from or in which step is it created so that I can figure out where I went wrong?
Beta Was this translation helpful? Give feedback.
All reactions