Fedora installation media does not recognise the hard drive in mac












1















As a continuation of my previous question,



I'm trying to install Fedora to my mac, and now I can come to the beginning of installation step without an error, but during the installation process, the media does not recognise the hard drive in my mac. I have googled it this problem, and all the answers are saying something about changing somethings in BIOS, but in the previous installations, I were able to see the hard drive, so how to solve this problem ?



Edit:



Apparently, I can see a disk of size 32GB, but none of the partitions in my disk has 32GB size.



[liveuser@localhost ~]$ lsblk
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
loop0 7:0 0 1.7G 1 loop
loop1 7:1 0 6.5G 1 loop
├─live-rw 253:0 0 6.5G 0 dm /
└─live-base 253:1 0 6.5G 1 dm /run/install/source
loop2 7:2 0 32G 0 loop
└─live-rw 253:0 0 6.5G 0 dm /
sda 8:0 1 7.8G 0 disk
├─sda1 8:1 1 1.8G 0 part /run/initramfs/live
├─sda2 8:2 1 9.8M 0 part
└─sda3 8:3 1 20.5M 0 part
[liveuser@localhost ~]$ blkid
/dev/sda1: UUID="2018-10-25-00-07-35-00" LABEL="Fedora-WS-Live-29-1-2" TYPE="iso9660" PTUUID="7c3f77cf" PTTYPE="dos" PARTUUID="7c3f77cf-01"
/dev/sda2: SEC_TYPE="msdos" LABEL="ANACONDA" UUID="9415-D610" TYPE="vfat" PARTUUID="7c3f77cf-02"
/dev/sda3: UUID="133f77e2-97a8-3d0f-8382-7c190bd63438" LABEL="ANACONDA" TYPE="hfsplus" PARTUUID="7c3f77cf-03"
/dev/loop0: TYPE="squashfs"
/dev/loop1: LABEL="Anaconda" UUID="8867ebfa-3896-4b40-8c83-b0584ecf77b4" TYPE="ext4"
/dev/mapper/live-rw: LABEL="Anaconda" UUID="8867ebfa-3896-4b40-8c83-b0584ecf77b4" TYPE="ext4"
/dev/mapper/live-base: LABEL="Anaconda" UUID="8867ebfa-3896-4b40-8c83-b0584ecf77b4" TYPE="ext4"
[liveuser@localhost ~]$ parted
WARNING: You are not superuser. Watch out for permissions.
/dev/mapper/control: open failed: Permission denied
Failure to communicate with kernel device-mapper driver.
Incompatible libdevmapper 1.02.150 (2018-08-01) and kernel driver (unknown version).
Error: No device found
Retry/Cancel? sudo parted
parted: invalid token: sudo
Retry/Cancel? cancel
[liveuser@localhost ~]$ gparted
bash: gparted: command not found...
Similar command is: 'parted'
[liveuser@localhost ~]$









share|improve this question




















  • 1





    I'm assuming you can run Fedora "live" ok before installing, does it recognize any hard drives then? In /dev or with lsblk or blkid or gnome-disk-utility or parted / gparted, etc?

    – Xen2050
    Jan 3 at 1:21











  • I checked last night (from the disk app on Fedora); it was detecting only the usb that installation media was on

    – onurcanbektas
    Jan 3 at 4:16








  • 1





    That's an onion in the ointment... I'm not sure what else to try, except search for others who've already had & solved the same problem with Fedora

    – Xen2050
    Jan 3 at 7:04











  • @Xen2050 All have solved by changing SATA mode in their BIOS to AHCI; mac does not have BIOS, it uses EFI.

    – onurcanbektas
    Jan 3 at 7:06











  • @Xen2050 See my edit please; apparently the usb stick is not the only hard drive I can see.

    – onurcanbektas
    Jan 3 at 17:49
















1















As a continuation of my previous question,



I'm trying to install Fedora to my mac, and now I can come to the beginning of installation step without an error, but during the installation process, the media does not recognise the hard drive in my mac. I have googled it this problem, and all the answers are saying something about changing somethings in BIOS, but in the previous installations, I were able to see the hard drive, so how to solve this problem ?



Edit:



Apparently, I can see a disk of size 32GB, but none of the partitions in my disk has 32GB size.



[liveuser@localhost ~]$ lsblk
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
loop0 7:0 0 1.7G 1 loop
loop1 7:1 0 6.5G 1 loop
├─live-rw 253:0 0 6.5G 0 dm /
└─live-base 253:1 0 6.5G 1 dm /run/install/source
loop2 7:2 0 32G 0 loop
└─live-rw 253:0 0 6.5G 0 dm /
sda 8:0 1 7.8G 0 disk
├─sda1 8:1 1 1.8G 0 part /run/initramfs/live
├─sda2 8:2 1 9.8M 0 part
└─sda3 8:3 1 20.5M 0 part
[liveuser@localhost ~]$ blkid
/dev/sda1: UUID="2018-10-25-00-07-35-00" LABEL="Fedora-WS-Live-29-1-2" TYPE="iso9660" PTUUID="7c3f77cf" PTTYPE="dos" PARTUUID="7c3f77cf-01"
/dev/sda2: SEC_TYPE="msdos" LABEL="ANACONDA" UUID="9415-D610" TYPE="vfat" PARTUUID="7c3f77cf-02"
/dev/sda3: UUID="133f77e2-97a8-3d0f-8382-7c190bd63438" LABEL="ANACONDA" TYPE="hfsplus" PARTUUID="7c3f77cf-03"
/dev/loop0: TYPE="squashfs"
/dev/loop1: LABEL="Anaconda" UUID="8867ebfa-3896-4b40-8c83-b0584ecf77b4" TYPE="ext4"
/dev/mapper/live-rw: LABEL="Anaconda" UUID="8867ebfa-3896-4b40-8c83-b0584ecf77b4" TYPE="ext4"
/dev/mapper/live-base: LABEL="Anaconda" UUID="8867ebfa-3896-4b40-8c83-b0584ecf77b4" TYPE="ext4"
[liveuser@localhost ~]$ parted
WARNING: You are not superuser. Watch out for permissions.
/dev/mapper/control: open failed: Permission denied
Failure to communicate with kernel device-mapper driver.
Incompatible libdevmapper 1.02.150 (2018-08-01) and kernel driver (unknown version).
Error: No device found
Retry/Cancel? sudo parted
parted: invalid token: sudo
Retry/Cancel? cancel
[liveuser@localhost ~]$ gparted
bash: gparted: command not found...
Similar command is: 'parted'
[liveuser@localhost ~]$









share|improve this question




















  • 1





    I'm assuming you can run Fedora "live" ok before installing, does it recognize any hard drives then? In /dev or with lsblk or blkid or gnome-disk-utility or parted / gparted, etc?

    – Xen2050
    Jan 3 at 1:21











  • I checked last night (from the disk app on Fedora); it was detecting only the usb that installation media was on

    – onurcanbektas
    Jan 3 at 4:16








  • 1





    That's an onion in the ointment... I'm not sure what else to try, except search for others who've already had & solved the same problem with Fedora

    – Xen2050
    Jan 3 at 7:04











  • @Xen2050 All have solved by changing SATA mode in their BIOS to AHCI; mac does not have BIOS, it uses EFI.

    – onurcanbektas
    Jan 3 at 7:06











  • @Xen2050 See my edit please; apparently the usb stick is not the only hard drive I can see.

    – onurcanbektas
    Jan 3 at 17:49














1












1








1








As a continuation of my previous question,



I'm trying to install Fedora to my mac, and now I can come to the beginning of installation step without an error, but during the installation process, the media does not recognise the hard drive in my mac. I have googled it this problem, and all the answers are saying something about changing somethings in BIOS, but in the previous installations, I were able to see the hard drive, so how to solve this problem ?



Edit:



Apparently, I can see a disk of size 32GB, but none of the partitions in my disk has 32GB size.



[liveuser@localhost ~]$ lsblk
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
loop0 7:0 0 1.7G 1 loop
loop1 7:1 0 6.5G 1 loop
├─live-rw 253:0 0 6.5G 0 dm /
└─live-base 253:1 0 6.5G 1 dm /run/install/source
loop2 7:2 0 32G 0 loop
└─live-rw 253:0 0 6.5G 0 dm /
sda 8:0 1 7.8G 0 disk
├─sda1 8:1 1 1.8G 0 part /run/initramfs/live
├─sda2 8:2 1 9.8M 0 part
└─sda3 8:3 1 20.5M 0 part
[liveuser@localhost ~]$ blkid
/dev/sda1: UUID="2018-10-25-00-07-35-00" LABEL="Fedora-WS-Live-29-1-2" TYPE="iso9660" PTUUID="7c3f77cf" PTTYPE="dos" PARTUUID="7c3f77cf-01"
/dev/sda2: SEC_TYPE="msdos" LABEL="ANACONDA" UUID="9415-D610" TYPE="vfat" PARTUUID="7c3f77cf-02"
/dev/sda3: UUID="133f77e2-97a8-3d0f-8382-7c190bd63438" LABEL="ANACONDA" TYPE="hfsplus" PARTUUID="7c3f77cf-03"
/dev/loop0: TYPE="squashfs"
/dev/loop1: LABEL="Anaconda" UUID="8867ebfa-3896-4b40-8c83-b0584ecf77b4" TYPE="ext4"
/dev/mapper/live-rw: LABEL="Anaconda" UUID="8867ebfa-3896-4b40-8c83-b0584ecf77b4" TYPE="ext4"
/dev/mapper/live-base: LABEL="Anaconda" UUID="8867ebfa-3896-4b40-8c83-b0584ecf77b4" TYPE="ext4"
[liveuser@localhost ~]$ parted
WARNING: You are not superuser. Watch out for permissions.
/dev/mapper/control: open failed: Permission denied
Failure to communicate with kernel device-mapper driver.
Incompatible libdevmapper 1.02.150 (2018-08-01) and kernel driver (unknown version).
Error: No device found
Retry/Cancel? sudo parted
parted: invalid token: sudo
Retry/Cancel? cancel
[liveuser@localhost ~]$ gparted
bash: gparted: command not found...
Similar command is: 'parted'
[liveuser@localhost ~]$









share|improve this question
















As a continuation of my previous question,



I'm trying to install Fedora to my mac, and now I can come to the beginning of installation step without an error, but during the installation process, the media does not recognise the hard drive in my mac. I have googled it this problem, and all the answers are saying something about changing somethings in BIOS, but in the previous installations, I were able to see the hard drive, so how to solve this problem ?



Edit:



Apparently, I can see a disk of size 32GB, but none of the partitions in my disk has 32GB size.



[liveuser@localhost ~]$ lsblk
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
loop0 7:0 0 1.7G 1 loop
loop1 7:1 0 6.5G 1 loop
├─live-rw 253:0 0 6.5G 0 dm /
└─live-base 253:1 0 6.5G 1 dm /run/install/source
loop2 7:2 0 32G 0 loop
└─live-rw 253:0 0 6.5G 0 dm /
sda 8:0 1 7.8G 0 disk
├─sda1 8:1 1 1.8G 0 part /run/initramfs/live
├─sda2 8:2 1 9.8M 0 part
└─sda3 8:3 1 20.5M 0 part
[liveuser@localhost ~]$ blkid
/dev/sda1: UUID="2018-10-25-00-07-35-00" LABEL="Fedora-WS-Live-29-1-2" TYPE="iso9660" PTUUID="7c3f77cf" PTTYPE="dos" PARTUUID="7c3f77cf-01"
/dev/sda2: SEC_TYPE="msdos" LABEL="ANACONDA" UUID="9415-D610" TYPE="vfat" PARTUUID="7c3f77cf-02"
/dev/sda3: UUID="133f77e2-97a8-3d0f-8382-7c190bd63438" LABEL="ANACONDA" TYPE="hfsplus" PARTUUID="7c3f77cf-03"
/dev/loop0: TYPE="squashfs"
/dev/loop1: LABEL="Anaconda" UUID="8867ebfa-3896-4b40-8c83-b0584ecf77b4" TYPE="ext4"
/dev/mapper/live-rw: LABEL="Anaconda" UUID="8867ebfa-3896-4b40-8c83-b0584ecf77b4" TYPE="ext4"
/dev/mapper/live-base: LABEL="Anaconda" UUID="8867ebfa-3896-4b40-8c83-b0584ecf77b4" TYPE="ext4"
[liveuser@localhost ~]$ parted
WARNING: You are not superuser. Watch out for permissions.
/dev/mapper/control: open failed: Permission denied
Failure to communicate with kernel device-mapper driver.
Incompatible libdevmapper 1.02.150 (2018-08-01) and kernel driver (unknown version).
Error: No device found
Retry/Cancel? sudo parted
parted: invalid token: sudo
Retry/Cancel? cancel
[liveuser@localhost ~]$ gparted
bash: gparted: command not found...
Similar command is: 'parted'
[liveuser@localhost ~]$






linux hard-drive mac fedora






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Jan 3 at 17:49







onurcanbektas

















asked Jan 2 at 19:49









onurcanbektasonurcanbektas

1286




1286








  • 1





    I'm assuming you can run Fedora "live" ok before installing, does it recognize any hard drives then? In /dev or with lsblk or blkid or gnome-disk-utility or parted / gparted, etc?

    – Xen2050
    Jan 3 at 1:21











  • I checked last night (from the disk app on Fedora); it was detecting only the usb that installation media was on

    – onurcanbektas
    Jan 3 at 4:16








  • 1





    That's an onion in the ointment... I'm not sure what else to try, except search for others who've already had & solved the same problem with Fedora

    – Xen2050
    Jan 3 at 7:04











  • @Xen2050 All have solved by changing SATA mode in their BIOS to AHCI; mac does not have BIOS, it uses EFI.

    – onurcanbektas
    Jan 3 at 7:06











  • @Xen2050 See my edit please; apparently the usb stick is not the only hard drive I can see.

    – onurcanbektas
    Jan 3 at 17:49














  • 1





    I'm assuming you can run Fedora "live" ok before installing, does it recognize any hard drives then? In /dev or with lsblk or blkid or gnome-disk-utility or parted / gparted, etc?

    – Xen2050
    Jan 3 at 1:21











  • I checked last night (from the disk app on Fedora); it was detecting only the usb that installation media was on

    – onurcanbektas
    Jan 3 at 4:16








  • 1





    That's an onion in the ointment... I'm not sure what else to try, except search for others who've already had & solved the same problem with Fedora

    – Xen2050
    Jan 3 at 7:04











  • @Xen2050 All have solved by changing SATA mode in their BIOS to AHCI; mac does not have BIOS, it uses EFI.

    – onurcanbektas
    Jan 3 at 7:06











  • @Xen2050 See my edit please; apparently the usb stick is not the only hard drive I can see.

    – onurcanbektas
    Jan 3 at 17:49








1




1





I'm assuming you can run Fedora "live" ok before installing, does it recognize any hard drives then? In /dev or with lsblk or blkid or gnome-disk-utility or parted / gparted, etc?

– Xen2050
Jan 3 at 1:21





I'm assuming you can run Fedora "live" ok before installing, does it recognize any hard drives then? In /dev or with lsblk or blkid or gnome-disk-utility or parted / gparted, etc?

– Xen2050
Jan 3 at 1:21













I checked last night (from the disk app on Fedora); it was detecting only the usb that installation media was on

– onurcanbektas
Jan 3 at 4:16







I checked last night (from the disk app on Fedora); it was detecting only the usb that installation media was on

– onurcanbektas
Jan 3 at 4:16






1




1





That's an onion in the ointment... I'm not sure what else to try, except search for others who've already had & solved the same problem with Fedora

– Xen2050
Jan 3 at 7:04





That's an onion in the ointment... I'm not sure what else to try, except search for others who've already had & solved the same problem with Fedora

– Xen2050
Jan 3 at 7:04













@Xen2050 All have solved by changing SATA mode in their BIOS to AHCI; mac does not have BIOS, it uses EFI.

– onurcanbektas
Jan 3 at 7:06





@Xen2050 All have solved by changing SATA mode in their BIOS to AHCI; mac does not have BIOS, it uses EFI.

– onurcanbektas
Jan 3 at 7:06













@Xen2050 See my edit please; apparently the usb stick is not the only hard drive I can see.

– onurcanbektas
Jan 3 at 17:49





@Xen2050 See my edit please; apparently the usb stick is not the only hard drive I can see.

– onurcanbektas
Jan 3 at 17:49










1 Answer
1






active

oldest

votes


















1















  • Q: I'm assuming you can run Fedora "live" ok before installing, does it recognize any hard drives then? In /dev or with lsblk or blkid or gnome-disk-utility or parted / gparted, etc?


    • A: I checked last night (from the disk app on Fedora); it was detecting only the usb that installation media was on




That shouldn't happen...



It's a macbook air early 2015, and Google says installing Fedora to a macbook air 13 (early 2015) shouldn't need anything other than creating some free space on the hard drive in macos first... I doubt that's the problem...



You installed it before with Fedora 28, and there were no such problems... since the hard drive works (runs macos x OK) it could be something wrong with that version of Fedora. Try an older/newer version, or a different distro entirely like a Debian or Ubuntu or suse.



Result: Fedora 28 works & recognizes the hard drive as before; it must be a bug of Fedora 29.






share|improve this answer























    Your Answer








    StackExchange.ready(function() {
    var channelOptions = {
    tags: "".split(" "),
    id: "3"
    };
    initTagRenderer("".split(" "), "".split(" "), channelOptions);

    StackExchange.using("externalEditor", function() {
    // Have to fire editor after snippets, if snippets enabled
    if (StackExchange.settings.snippets.snippetsEnabled) {
    StackExchange.using("snippets", function() {
    createEditor();
    });
    }
    else {
    createEditor();
    }
    });

    function createEditor() {
    StackExchange.prepareEditor({
    heartbeatType: 'answer',
    autoActivateHeartbeat: false,
    convertImagesToLinks: true,
    noModals: true,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: 10,
    bindNavPrevention: true,
    postfix: "",
    imageUploader: {
    brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
    contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
    allowUrls: true
    },
    onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    });


    }
    });














    draft saved

    draft discarded


















    StackExchange.ready(
    function () {
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1389913%2ffedora-installation-media-does-not-recognise-the-hard-drive-in-mac%23new-answer', 'question_page');
    }
    );

    Post as a guest















    Required, but never shown

























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    1















    • Q: I'm assuming you can run Fedora "live" ok before installing, does it recognize any hard drives then? In /dev or with lsblk or blkid or gnome-disk-utility or parted / gparted, etc?


      • A: I checked last night (from the disk app on Fedora); it was detecting only the usb that installation media was on




    That shouldn't happen...



    It's a macbook air early 2015, and Google says installing Fedora to a macbook air 13 (early 2015) shouldn't need anything other than creating some free space on the hard drive in macos first... I doubt that's the problem...



    You installed it before with Fedora 28, and there were no such problems... since the hard drive works (runs macos x OK) it could be something wrong with that version of Fedora. Try an older/newer version, or a different distro entirely like a Debian or Ubuntu or suse.



    Result: Fedora 28 works & recognizes the hard drive as before; it must be a bug of Fedora 29.






    share|improve this answer




























      1















      • Q: I'm assuming you can run Fedora "live" ok before installing, does it recognize any hard drives then? In /dev or with lsblk or blkid or gnome-disk-utility or parted / gparted, etc?


        • A: I checked last night (from the disk app on Fedora); it was detecting only the usb that installation media was on




      That shouldn't happen...



      It's a macbook air early 2015, and Google says installing Fedora to a macbook air 13 (early 2015) shouldn't need anything other than creating some free space on the hard drive in macos first... I doubt that's the problem...



      You installed it before with Fedora 28, and there were no such problems... since the hard drive works (runs macos x OK) it could be something wrong with that version of Fedora. Try an older/newer version, or a different distro entirely like a Debian or Ubuntu or suse.



      Result: Fedora 28 works & recognizes the hard drive as before; it must be a bug of Fedora 29.






      share|improve this answer


























        1












        1








        1








        • Q: I'm assuming you can run Fedora "live" ok before installing, does it recognize any hard drives then? In /dev or with lsblk or blkid or gnome-disk-utility or parted / gparted, etc?


          • A: I checked last night (from the disk app on Fedora); it was detecting only the usb that installation media was on




        That shouldn't happen...



        It's a macbook air early 2015, and Google says installing Fedora to a macbook air 13 (early 2015) shouldn't need anything other than creating some free space on the hard drive in macos first... I doubt that's the problem...



        You installed it before with Fedora 28, and there were no such problems... since the hard drive works (runs macos x OK) it could be something wrong with that version of Fedora. Try an older/newer version, or a different distro entirely like a Debian or Ubuntu or suse.



        Result: Fedora 28 works & recognizes the hard drive as before; it must be a bug of Fedora 29.






        share|improve this answer














        • Q: I'm assuming you can run Fedora "live" ok before installing, does it recognize any hard drives then? In /dev or with lsblk or blkid or gnome-disk-utility or parted / gparted, etc?


          • A: I checked last night (from the disk app on Fedora); it was detecting only the usb that installation media was on




        That shouldn't happen...



        It's a macbook air early 2015, and Google says installing Fedora to a macbook air 13 (early 2015) shouldn't need anything other than creating some free space on the hard drive in macos first... I doubt that's the problem...



        You installed it before with Fedora 28, and there were no such problems... since the hard drive works (runs macos x OK) it could be something wrong with that version of Fedora. Try an older/newer version, or a different distro entirely like a Debian or Ubuntu or suse.



        Result: Fedora 28 works & recognizes the hard drive as before; it must be a bug of Fedora 29.







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered Jan 10 at 7:40









        Xen2050Xen2050

        10.5k31536




        10.5k31536






























            draft saved

            draft discarded




















































            Thanks for contributing an answer to Super User!


            • Please be sure to answer the question. Provide details and share your research!

            But avoid



            • Asking for help, clarification, or responding to other answers.

            • Making statements based on opinion; back them up with references or personal experience.


            To learn more, see our tips on writing great answers.




            draft saved


            draft discarded














            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1389913%2ffedora-installation-media-does-not-recognise-the-hard-drive-in-mac%23new-answer', 'question_page');
            }
            );

            Post as a guest















            Required, but never shown





















































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown

































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown







            Popular posts from this blog

            Plaza Victoria

            In PowerPoint, is there a keyboard shortcut for bulleted / numbered list?

            How to put 3 figures in Latex with 2 figures side by side and 1 below these side by side images but in...