-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Failed to lock byte 100 when starting with external disk image on SMB share #5757
Comments
Turns out this is definitely about the file being on a samba share. I copied the file to a local external disk and the error does not happen. |
FWIW: I encountered this issue on a Mac that did not have the latest update installed (Sonoma 14.2.1). Updating to the latest OS managed to resolve the issue. Mac OS: 14.2.1 I am using QEMU 7.2 ARM Virtual Machine to run Ubuntu 20.04.6 for a robotics class. |
Still happening for me in macOS Sonoma 14.2.1: macOS: Sonoma 14.2.1 Error: The error is only happening in this VM. I have another Linux VM that works fine. |
To resolve the QEMU error while installing Kali Linux on my Mac M1 using UTM, I created and used a local disk image instead of the direct ISO file. This method successfully bypassed the error and allowed a smooth installation. (Create a New Disk Image) |
I met same issue "Failed to lock byte 100" on mac when I try install Windows 10 via Win10_22H2_Chinese_Simplified_x64v1.iso. Then I right clicked the iso image file in finder, and chose open menu option to try magic authorize, and luckily it helps. |
Ejecting ISO Image from desktop worked for me. The problem dissapeared. |
Ejecting the ISO from the Mac Desktop was indeed the successful action! thanks! |
Ejecting worked well!!!! Thanks so much! |
I resolved the same issue by moving the .iso file to desktop. |
Ejecting .iso image helped 👍 |
It worked in the end, but I got the below error. $ hdiutil convert ./hoge.iso -format UDRW -o ./hoge.img
hdiutil: convert failed Resource Temporarily Unavailable error
$ hdiutil attach ./hoge.iso If you get any errors after executing |
I moved the .iso out of the iCloud shared/cloud space and this stopped the issue. |
Use this will work! |
BEFORE SUBMITTING YOUR ISSUE, PLEASE LOOK AT THE PINNED ISSUES AND USE THE SEARCH FUNCTION TO MAKE SURE IT IS NOT ALREADY REPORTED. ALWAYS COMMENT ON AN EXISTING ISSUE INSTEAD OF MAKING A NEW ONE.
Describe the issue
I have an external USB drive added. The disk image file is stored on a samba share from my home server. When I start the VM, it immediately shows the error mentioned. There is a patch that may fix the issue when turning of file locking here: qemu/qemu@eb43ea1
If you do use this patch, how can I turn locking off as they mention?
Configuration
Crash log
No crash
Debug log
debug.log
Upload VM
config.plist.zip
The text was updated successfully, but these errors were encountered: