mirror of https://github.com/pikvm/pikvm.git
Update msd.md (#637)
* Update msd.md Added verbiage for clarity * Update msd.md * Update msd.md
This commit is contained in:
parent
8c926bfb6f
commit
44c1bc64b0
|
|
@ -230,6 +230,7 @@ You should be able to then mount it locally on the server, or reboot the device
|
||||||
|
|
||||||
* Physical USB is not needed but external system is mandatory.
|
* Physical USB is not needed but external system is mandatory.
|
||||||
* Create Ventoy image (on Ubuntu x86 machine) (Unaware of a windows version).
|
* Create Ventoy image (on Ubuntu x86 machine) (Unaware of a windows version).
|
||||||
|
* There is an assumption that you know basic linux to understand that not all dev devices are named exactly like the below
|
||||||
|
|
||||||
```
|
```
|
||||||
dd if=/dev/zero of=ventoy.img bs=1M count=4700 status=progress
|
dd if=/dev/zero of=ventoy.img bs=1M count=4700 status=progress
|
||||||
|
|
@ -257,7 +258,9 @@ sudo mount /dev/loopXXp1 /media/XXX/ventoy
|
||||||
```
|
```
|
||||||
sudo cp windows.iso /media/XXX/ventoy
|
sudo cp windows.iso /media/XXX/ventoy
|
||||||
sudo umount /dev/loopXX
|
sudo umount /dev/loopXX
|
||||||
|
# This is going to be different for everyone, please choose the same one you mounted earlier
|
||||||
sudo losetup -d /dev/loopXX
|
sudo losetup -d /dev/loopXX
|
||||||
|
# This may or may not work for everyone, if it doesnt work, skip and move forward#
|
||||||
```
|
```
|
||||||
|
|
||||||
ssh into the Ubuntu system (Or whatever OS you are using)
|
ssh into the Ubuntu system (Or whatever OS you are using)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue