-
Notifications
You must be signed in to change notification settings - Fork 792
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
MakeInstall.bat doesn't show ANY devices #236
Comments
Commit Number |
You ever figure out how to fix this??? I seem to be having the same issue..... |
Never. |
Damn |
The reason it is broken, on my end at least, is the removal of wmic.exe on windows 11, and I think later version of 10 But at least I know where it's from, if we didn't already |
Seems that this is still unusable on Windows 11. |
Fixed on mine tho |
Weird. Any idea what fixed it? |
nope. no idea. actually, try installing the media feature pack maybe that helped it? |
If you are using an external hard drive instead of a flash drive, change this line in the MakeInstall.py file. By default it will be like this: def get_disks_of_type(self, disk_list, disk_type=(0,2)): with this configuration makeinstall will only show removable and unknown devices now just change that same line with a 3 looking like this def get_disks_of_type(self, disk_list, disk_type=(0,2,3)): save the file and run MakeInstall.bat again and be happy. |
Same issue here - no drives are shown (Win 11, latest public build, latest public updates, Python 3.11.1, x64) and the addition of disk_type "3" as suggested by https://github.com/wilkergrcv makes no difference at all. Yes, already running elevated as admin... Even after using option "D", all I see is as follows: ####################################################### Potential Removable Media !WARNING! This list includes ALL disk types. Q. Quit Usage: |
See issue 179 where I have carried out some investigations of the diskwin script and why it doesn't work correctly under Windows 11 and later releases of Windows 10 |
I am trying to use Clover and use makeinstall.bat for install the OS image to my usb. Problem is nothing shows up. I have also tried manually using makeinstall.py and using administrator privileges (even though it asks for one every time). Nothing happened. I deleted all partitions from my usb, tried replugging it, tried NTFS and Fat32. Nothing shows up. Also I did try the Show All disks option which still didn't do anything,
The text was updated successfully, but these errors were encountered: