corpnewt / gibMacOS

Py2/py3 script that can download macOS components direct from Apple
MIT License
5.93k stars 781 forks source link

Makeinstall.bat #228

Open eric-is-here opened 3 years ago

eric-is-here commented 3 years ago

when I paste the pkg path and press enter it no not go to the next step let me paste the pkg path again I can not go to the next step!

kutpenco commented 3 years ago

I Have the same error.

nazri7029 commented 3 years ago

How to do this step?

Aman692001 commented 3 years ago

makeinstall.bot is not showing my thum drive , i also run this program as administer still same problem plzz give me the solution .

Aman692001 commented 3 years ago

usb is showing in the This PC but not in .bat program

ephraimkreighbaum commented 3 years ago

@Aman692001, try hitting the d key at the opening screen to show all of your disks. Just be careful not to erase your main hard drive.

Capy4U commented 2 years ago

@Aman692001, try hitting the d key at the opening screen to show all of your disks. Just be careful not to erase your main hard drive.

I have the same problem and this dont work

ephraimkreighbaum commented 2 years ago

Please post a series of screenshots so I can see what you're talking about.

didumeiyouxue commented 2 years ago

input : image

result : image

files list : image

I do not know why these two files are not in the download file。

wilkergrcv commented 2 years ago

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.

RavHilton commented 1 year ago

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. !WARNING! Be ABSOLUTELY sure before selecting !WARNING! a disk!

Q. Quit

Usage:

KuusamoMart commented 1 year ago

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