Replies: 1 comment 1 reply
-
Hi @pevogam |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all, is there a well established way to perform USB installs using Avocado VT? I had a working version using the legacy
-drive
option (but not confirmed to be best way to do it) and have modified it in the following way to make it work for block devices:This resulted in the following changes on the Qemu command line from
to
where unfortunately I had to modify the
bootindex
of the flash drive to 0 despite the fact that it was supposed to be discovered by Qemu if the bootindex 0 image is not bootable.I have seen in some part of the avocado VT codebase something like this that suggests we can just change the drive format of the CD:
Is this really the case?
@luckyh @YongxueHong Do you have any suggestions? Thank in advance for your time!
Beta Was this translation helpful? Give feedback.
All reactions