Giter Club home page Giter Club logo

Comments (18)

mayankk2308 avatar mayankk2308 commented on June 14, 2024

After opening a Terminal session, can you share output of:

pwd

Ideally it should be pointing to your home/user directory. In your case, it seems like you are running the command from a directory which is located on the macOS read-only volume.

I also updated the README with a slightly updated command. Please try that as well.

Finally, you can always install using the manual method.

from kryptonite.

RinnieX avatar RinnieX commented on June 14, 2024

rinniexiao@Rinnies-Macbook-Pro ~ % cd
rinniexiao@Rinnies-Macbook-Pro ~ % pwd
/Users/rinniexiao
rinniexiao@Rinnies-Macbook-Pro ~ % curl -qLs https://github.com/mayankk2308/kryptonite/raw/main/Installer/Installer.zip > Installer.zip; ditto -x -k Installer.zip .; cd Installer; chmod +x installer.sh; ./installer.sh; cd ../; rm -rf Installer*

ditto: Couldn't read PKZip signature
cd: no such file or directory: Installer
chmod: installer.sh: No such file or directory
zsh: no such file or directory: ./installer.sh
zsh: no matches found: Installer*
rinniexiao@Rinnies-Macbook-Pro /Users %

This is what I get after I typed in pwd and followed by the scripts.

from kryptonite.

RinnieX avatar RinnieX commented on June 14, 2024

updates:

rinniexiao@Rinnies-Macbook-Pro ~ % cd /Volumes/KRYPTONITE
rinniexiao@Rinnies-Macbook-Pro KRYPTONITE % pwd
/Volumes/KRYPTONITE
rinniexiao@Rinnies-Macbook-Pro KRYPTONITE % curl -qLs https://github.com/mayankk2308/kryptonite/raw/main/Installer/Installer.zip > Installer.zip; ditto -x -k Installer.zip .; cd Installer; chmod +x installer.sh; ./installer.sh; cd ../; rm -rf Installer*

ditto: Couldn't read PKZip signature
cd: no such file or directory: Installer
chmod: installer.sh: No such file or directory
zsh: no such file or directory: ./installer.sh
zsh: no matches found: Installer*

I created a new MS-DOS(FAT32) partition (external) disk and that's the result I got in Terminal. Still wasn't sure where it went wrong. I tried to do it manually too but I got stuck after I downloaded the Kryptonite-release.zip and extracted, dragged it to the external disk. After that, I restarted my laptop and on my startup disk, it only shows my Machintosh HD... I even tried to use OpenCore and still nothing...

I'm very new to this, so please be patient with me. I apologize in advance. Thank you.

from kryptonite.

mayankk2308 avatar mayankk2308 commented on June 14, 2024

Why are you doing cd /Volumes/KRYPTONITE/ first? It's not required and doesn't say so anywhere in the instructions. This is likely the problem.

Edit: Sorry, I just saw you had 2 updates. Reading up.

from kryptonite.

mayankk2308 avatar mayankk2308 commented on June 14, 2024

@RinnieX I've updated the README with an updated command. Can you please try that and let me know how it goes?

from kryptonite.

RinnieX avatar RinnieX commented on June 14, 2024

I don't see any differences.... the outcome is still the same.

According to manual installation, I dragged the EFI folder onto a MS-DOS volume and then restart the computer but the disk that I created didn't show up on the startup. Did I do it wrong? which EFI folder should I copy to the disk, the Kryptonite-Release or the OpenCore-0.7.1-RELEASE?

Another question is on step 4 of the installation, when using the OpenCore to create a new partition of the external disk, I copy the EFI folder from kyrptonite-release.zip to the disk. Was this process simplified? Because I watched a few videos tutorial about OpenCore and how to create a bootable macOS and their steps are much more complex...

if it is simplified, could you recommend me a good video tutorial please, thank you.

from kryptonite.

mayankk2308 avatar mayankk2308 commented on June 14, 2024

@RinnieX other OpenCore tutorials do not apply - this is simplified.

Can you try running just this:

curl -qLs https://github.com/mayankk2308/kryptonite/raw/main/Installer/Installer.zip -o Installer.zip

This should give you an Installer zip file. Unzip that and see what files you get inside. If everything looks good, go to the directory in Terminal and run the installer:

cd Installer
chmod +x installer.sh
./installer.sh

from kryptonite.

RinnieX avatar RinnieX commented on June 14, 2024

Screen Shot 2021-07-13 at 9 14 41 AM

i ran it and i don't see anything..

from kryptonite.

mayankk2308 avatar mayankk2308 commented on June 14, 2024

@RinnieX open this folder and unzip the file in Finder.

from kryptonite.

RinnieX avatar RinnieX commented on June 14, 2024

Screen Shot 2021-07-13 at 9 20 08 AM

think i got something.. i downloaded the zip and run it through the terminal and used rest of the code you provided and this what i got so far. Couldn't find the OpenCore....

from kryptonite.

mayankk2308 avatar mayankk2308 commented on June 14, 2024

Press N. Read everything the script says and the instructions in the README.

from kryptonite.

RinnieX avatar RinnieX commented on June 14, 2024

Screen Shot 2021-07-13 at 9 39 13 AM

I tried it twice and it failed to download. What should I do next?

I only saw nvidia eGPU, but I have AMD eGPU but from the README if I understand correctly I have to manually patch it into boot-args String in configplist in the NVRAM section later, right?

from kryptonite.

mayankk2308 avatar mayankk2308 commented on June 14, 2024

@RinnieX I don't understand what is going on with your system because it is not able to download or save stuff. You've done everything right so far in the above screenshot. Do you have some VPN/Firewall stuff that's blocking things or something similar? Or do you have some custom developer tools (zip/unzip)? In the meantime, since you have a volume ready, you can try these manual instructions:

  1. Rename your volume to KRYPTONITE.
  2. Download Kryptonite-RELEASE from the Releases page.
  3. Unzip and copy the EFI folder to your created disk. Then edit the config.plist file and add the required boot-args you need. You should only need krygpu=AMD.
  4. Bless the bootloader as follows:
    sudo bless --folder /Volumes/KRYPTONITE/EFI/BOOT --label Kryptonite
  5. When booting the system, press and hold OPTION key, then select the Kryptonite boot disk.

This will launch another boot menu where you can select your macOS boot drive. Booting from here will patch the system in memory.

if I understand correctly I have to manually patch it into boot-args String in configplist in the NVRAM section later, right?

That is only if you aren't using the script.

from kryptonite.

RinnieX avatar RinnieX commented on June 14, 2024

Screen Shot 2021-07-13 at 10 07 58 AM

I think I got it!!!! I closed an app that I have that might've caused the problem. Since the download is completed, do I still need to edit the config.plist file to add krygpu=AMD? or is it automatically applied?

from kryptonite.

mayankk2308 avatar mayankk2308 commented on June 14, 2024

See README. You should be good to go. Can you share what app this was that caused the issue?

from kryptonite.

RinnieX avatar RinnieX commented on June 14, 2024

After it completed the download, when I restarted my computer and holding the OPT, I still didn't see my external disk on the boot picker.....

I tried manually before and it doesn't have the external disk on the boot picker neither.

PS the app is called LULU, it's like a Firewall app.

from kryptonite.

mayankk2308 avatar mayankk2308 commented on June 14, 2024

@RinnieX Again, I don’t know the issue on your end and can’t do much on my end to resolve it. If your volume has been formatted by the script it should show up unless you actually have a 2018 MacBook Pro with T2 (in which case you would need to disable security and enable external drive boots).

from kryptonite.

RinnieX avatar RinnieX commented on June 14, 2024

Screen Shot 2021-07-13 at 10 37 12 AM

Screen Shot 2021-07-13 at 10 37 59 AM

Screen Shot 2021-07-13 at 10 40 03 AM

I think I have everything correct. I'm not sure why it just doesn't show... I'll try to figure it out... thank you so much for your help!!!

from kryptonite.

Related Issues (20)

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.