Results 1 to 18 of 18

Thread: Kali 2.0 Installation Tips for Macbook Pro 2015 Retina

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    2015-Aug
    Posts
    5

    Lightbulb Kali 2.0 Installation Tips for Macbook Pro 2015 Retina

    Hi all,

    Kali 2.0 live USB does not really well support Macbook pro 2015 Retina. I've seen lots of people having problems like "black screen after booting from EFI", "got a very small freezing menu in the top left corner", and "Legacy bootloader not found". After a few days exploring, I suddenly found a solution to the booting issue, and now Kali 2.0 runs perfectly on my MBP 2015. The following are some tricks I did.

    1. Booting problem
    Step 1. Prepare 1 USB sticks and a free partition on your hard disk.

    Step 2. Make a Kali live USB stick following link. http://docs.kali.org/downloading/kal...ve-usb-install

    Step 3. On mac, in your USB drive, Open folders EFI - BOOT. Open syslinux.cfg with a text editor.

    Step 4. Change “vesamenu.c32” to “menu.c32”. Save the file.

    Step 5. Restart the computer, with the option key pressed.

    Step 6. Choose the EFI option, which is your usb stick.

    Step 7. Now the booting menu should not be freezing any more. Graphical install and install options should work. If this does not work for you, you may stop reading further.

    2. Network device not detected
    The installation wizard cannot identify ethernet card, so just continue without network configured. We will install the network driver later.

    3. Network driver
    Once you finish installing, boot into Kali, and you will see network device is missing. Type in terminal
    Code:
    ifconfig
    There is only one "lo".

    To fix this, download the firmware for macbook pro 2015 from here https://git.kernel.org/cgit/linux/ke...43602-pcie.bin

    Copy the file into /lib/firmware/brcm

    Reboot and you will see WiFi is working, but still has no network access.

    Start the network manager by modifying configuration file.
    Code:
    root@kali:~# nano /etc/NetworkManager/NetworkManager.conf
    Turn false to true
    Code:
    root@kali:~# /etc/init.d/network-manager restart
    Reboot and WiFi should work. This may not work on Thunderbolt-Ethernet wired network.

    4. Cannot boot into OSX
    Step 1. Hold option when booting, and boot from Mac HD.
    Step 2. Reinstall your rEFInd.
    Step 3. Restart.
    Last edited by yzh503; 2016-05-04 at 07:25. Reason: update the steps

Similar Threads

  1. Replies: 2
    Last Post: 2017-02-09, 09:23
  2. Kali 2.0 - Dual boot on Macbook Pro Retina 2015
    By 4wk_ in forum Installing Archive
    Replies: 5
    Last Post: 2016-10-16, 00:46
  3. Replies: 2
    Last Post: 2016-09-29, 13:35
  4. Overheat MacBook Pro Retina 2015
    By ptroll in forum TroubleShooting Archive
    Replies: 3
    Last Post: 2016-09-11, 13:29
  5. Kali 2.0 Installation Tips for Macbook Pro 2015 Retina
    By yzh503 in forum Installing Archive
    Replies: 0
    Last Post: 2015-08-16, 10:43

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •