Giter Club home page Giter Club logo

Comments (7)

ITzTravelInTime avatar ITzTravelInTime commented on May 22, 2024 1

from tinu.

mvgiacomello avatar mvgiacomello commented on May 22, 2024 1

Thanks, but I managed to get it working with the workaround mentioned in the previous comment. Thanks anyway! Great piece of work you have here, really easy to use 😎

from tinu.

ITzTravelInTime avatar ITzTravelInTime commented on May 22, 2024

the problem you have is that you are not using GUID in your usb drive and disk utility by default doent allow you to change the partition scheme of the drive, so try using disk utility, but forcing the partition method changement, so open disk utility, click on the view button and choose show all the devices in the options that appears, select the entire usb drive and then use the initialize button, to format it in mac os extended journaled with guid partition table, if this doesn't work, try also to run this command to format your usb drive (becuase disk utility in the recent mac os versions has a lot of stupid problems to be honest) when you haven't any drive attached to the machine except for the usb drive:

sudo diskutil eraseDisk JHFS+ "Install macOS Mojave" X

note that at the end there is an X you need to replace the x with the id of your usb drive which can be found using the diskutil list command, the id should look something like disk2 or disk3, disk4 ... so the command would be something like this:

sudo diskutil eraseDisk JHFS+ "Install macOS Mojave" disk2

but instead of the 2 at the end you whould have the number id of your drive, which may be 2 but may also be another one.

In case of errors with the mathods listed i need to see some pictures, and give me as much info as you can, if needed i will also send you a beta version of tinu wuith error corrections for those fatures.

from tinu.

mvgiacomello avatar mvgiacomello commented on May 22, 2024

Okay, this partially solved the problem.
After trying all you mentioned I was always getting the same error, both on the terminal and with diskutil.
The final solution, which you could potentially add as a side note in the readme file is:

  1. Boot the mac in recovery mode with Command+R
  2. In the recovery mode, open the terminal and use the command line you mentioned (without sudo)
  3. Boot back to normal
  4. Be happy ;)

from tinu.

ITzTravelInTime avatar ITzTravelInTime commented on May 22, 2024

i am testing a fix for this problem in TINU because the fail seems to be caused from mac refusing to format mounted partitions, because by default to format the drive tinu does not unmounts it's partitions, so now i am forcing tinu to always eject the drive before formatting it, send me an email to [email protected] with your telegram username, if you are registered on telegram because i will add you to the TINU beta test group, so you can just download the latest beta version and try it.

from tinu.

ITzTravelInTime avatar ITzTravelInTime commented on May 22, 2024

Fix tested and seems to work, it will be included inside the new version i will release next week, only downside is that because of the new system used for the user authentication in the new version, it will ask for the login 2 times, for the format operation, because it needs to perform 2 privileged operations

from tinu.

ITzTravelInTime avatar ITzTravelInTime commented on May 22, 2024

I was forgetting to say that if you want to try the new version you can join the closed beta testing on telegram, you have just to send me an email with your telegram username (if you have a telegram account) and i will add you to the group

from tinu.

Related Issues (19)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.