Results 1 to 4 of 4

Thread: Kali Linux 3.18 Booting Problem on MAcBook Pro

  1. #1
    Join Date
    2014-Oct
    Posts
    2

    Kali Linux 3.18 Booting Problem on MAcBook Pro

    Kali Linux 1.1.0 (either new installation or updated from 3.14.0 to 3.18.0) cannot boot with the default options on MacBook Pro Retina and just hangs in the booting process! However It can boot with adding the limiting options of "noapic irqpoll acpi=force nr_cpus=1" to the booting’s process. Any idea how to fix this?

  2. #2
    Join Date
    2013-Dec
    Location
    greece
    Posts
    14
    Quote Originally Posted by shahab View Post
    Kali Linux 1.1.0 (either new installation or updated from 3.14.0 to 3.18.0) cannot boot with the default options on MacBook Pro Retina and just hangs in the booting process! However It can boot with adding the limiting options of "noapic irqpoll acpi=force nr_cpus=1" to the booting’s process. Any idea how to fix this?
    same happens in i386, it hangs after the screen resolution change from text to graphic mode ... ???

  3. #3
    Do you get a black screen with just a cursor after gdm3 starts? If so do you have a Nvidia Card?
    try these:
    Code:
    #When at black screen crtl + alt + f1
    #Login as root
    lspci
    lsusb
    post your results
    Last edited by lillypad; 2015-02-20 at 15:30.

  4. #4
    If you follow the docs (http://docs.kali.org/installation/ka...n-mac-hardware), rEFInd won't install ext4 drivers by default as you don't already have a linux partition in place. Once you finish the setup you'll be booting via grub -- this is related to why you have to pass the nr_cpus=1 flag.

    It's better to boot via efi. To do so:

    1. Boot into OS X, mount your EFI partition and open the rEFInd folder.
    2. Make a folder called "drivers" in the root refind folder on your EFI partition
    3. From your downloaded copy of rEFInd, copy "ext4_x64.efi" into the drivers folder from step 2
    4. Reboot. You should now have a boot entry that bypasses grub in the rEFInd menu.

    Final clean up steps (optional)

    - Update your refind.conf with a manual stanza that points to your kali install
    - Hide other entries
    - Remove your grub partition as it's no longer needed.

    Documentation for the above steps is either in the refind.conf file and site, or on other forums.

Similar Threads

  1. Dual Booting Kali Linux and Mac OS on a 2019 MacBook Pro
    By joycem8845 in forum TroubleShooting Archive
    Replies: 1
    Last Post: 2021-01-30, 20:01
  2. Replies: 0
    Last Post: 2019-12-19, 07:36
  3. Replies: 0
    Last Post: 2019-12-18, 17:16
  4. Replies: 7
    Last Post: 2017-03-03, 07:07

Posting Permissions

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