T2-Ubuntu icon indicating copy to clipboard operation
T2-Ubuntu copied to clipboard

Installing mbp-ubuntu on Macmini8,1

Open jrjsmrtn opened this issue 5 years ago • 1 comments

Following your procedure, I tested the mbp-ubuntu v20.04-5.7.19-1 ISO on a Macmini8,1.

I found three issues:

  1. Grub is failing with failure reading sector 0x*** from 'cd*' and no such device: *** errors and land in its shell. Executing chainloader /efi/ubuntu/grubx64.efi & boot brought me a step further.

  2. the boot either pauses or completely freezes after those two messages:

    1. bce-vhci: Not implemented: wait for pending output requests

    2. brcmfmac: brcmf_fw_allow_request: using brcm/brcmfmac4364-pcie for chip BCM4364/3

  3. past those steps, the HDMI display goes nuts. The host doesn't appear in my DHCP server, so I suppose it's not just a display issue.

My complete log follows. Hope this helps...


  1. Added 2 partitions with diskutil: a 32GB for swap and a 250GB for Linux root 
(I didn’t add a /boot partition — maybe I should ?)

    $ sudo diskutil list
    /dev/disk0 (internal, physical):
       #:                       TYPE NAME                    SIZE       IDENTIFIER
       0:      GUID_partition_scheme                        *500.3 GB   disk0
       1:                        EFI EFI                     314.6 MB   disk0s1
       2:                 Apple_APFS Container disk1         218.0 GB   disk0s2
       3:                 Linux Swap                         32.0 GB    disk0s3
       4:           Linux Filesystem                         250.0 GB   disk0s4
    
    /dev/disk1 (synthesized):
       #:                       TYPE NAME                    SIZE       IDENTIFIER
       0:      APFS Container Scheme -                      +218.0 GB   disk1
                                     Physical Store disk0s2
       1:                APFS Volume Sparrow SSD - Données   110.9 GB   disk1s1
       2:                APFS Volume Preboot                 83.3 MB    disk1s2
       3:                APFS Volume Recovery                529.0 MB   disk1s3
       4:                APFS Volume VM                      2.1 GB     disk1s4
       5:                APFS Volume Sparrow SSD             11.0 GB    disk1s5
    
  2. Successfully rebooted with a mbp-ubuntu v20.04-5.7.19-1 Live USB, without Thunderbolt.

  3. Successfully installed on 250GB ext4 Linux partition.

  4. Rebooted and selected « EFI Boot » in boot manager.

  5. Got this:

    Capture d’écran 2020-12-08 à 12 35 28

    Capture d’écran 2020-12-08 à 12 37 43

  6. Landed in the Grub shell. Tried this:

    grub> cat /efi/ubuntu/grub.cfg
    search.fs_uuid d76a0965-9743-4940-b7c9-a8dbdddd5357 root 
    set prefix=($root)'/boot/grub'
    configfile $prefix/grub.cfg
    
    grub> search.fs_uuid d76a0965-9743-4940-b7c9-a8dbdddd5357
     hd0,gpt4error: failure reading sector 0x32c0b6f from `cd0'.
    error: failure reading sector 0x32c0b60 from `cd0'.
    error: failure reading sector 0x32c0b6f from `cd1'.
    error: failure reading sector 0x32c0b60 from `cd1'.
    error: failure reading sector 0x32c0b6f from `cd2'.
    error: failure reading sector 0x32c0b60 from `cd2'.
    error: failure reading sector 0x32c0b6f from `cd3'.
    error: failure reading sector 0x32c0b60 from `cd3'.
    error: failure reading sector 0x32c0b6f from `cd4'.
    error: failure reading sector 0x32c0b60 from `cd4'.
    
    grub> chainloader /efi/ubuntu/grubx64.efi
    /EndEntire
    file path: /ACPI(a0341d0,0)/PCI(0,1b)/PCI(0,0)/UnknownMessaging(16)
    /HD(1,6,12c00,a2794e34979ea543,2,2)/File(\efi\ubuntu)/File(grubx64.efi)
    /EndEntire
    
    grub> boot
    
  7. …randomly booting…

    1. …up to:

      /dev/nvme0n1p4: recovering journal

      /dev/nvme0n1p4: clean, 167395/15261696 files, 2826728/61030400 blocks

      [    3.195924] intel-spi 0000:00:1f.5: unrecognized JEDEC id bytes: 00 00 00 00 00 00
      [    3.271249] bce-vhci: Not implemented: wait for pending output requests
      
    2. …or up to:

      /dev/nvme0n1p4: recovering journal

      /dev/nvme0n1p4: clean, 167395/15261696 files, 2826728/61030400 blocks

      [    3.195924] intel-spi 0000:00:1f.5: unrecognized JEDEC id bytes: 00 00 00 00 00 00
      [    3.271249] bce-vhci: Not implemented: wait for pending output requests
      [    3.355200] brcmfmac: brcmf_fw_allow_request: using brcm/brcmfmac4364-pcie for chip BCM4364/3
      
    3. ...or, eventually, up to:

      IMG_3903

jrjsmrtn avatar Dec 08 '20 13:12 jrjsmrtn

Hi, did you discuss this issue in the discord channel? There you will find possibly somebody that already install it on the same device.

marcosfad avatar Jan 21 '21 19:01 marcosfad

Well, if its the same with the latest ISOs, please repoen

AdityaGarg8 avatar Feb 10 '23 04:02 AdityaGarg8