maxnet / berryboot

Berryboot -- Boot menu / OS installer
http://www.berryboot.com/
Other
799 stars 135 forks source link

Unable to read partition as FAT #687

Open mgtheo opened 3 years ago

mgtheo commented 3 years ago

(I'm french)

I have followed instructions of macmpi on https://github.com/maxnet/berryboot/issues/433 But i have this error : Unable to read partition as FAT. Have you a solution to this problem ?

thedigi321 commented 3 years ago

I have the same problem, are you using the latest raspberry pi 4 as well?

mgtheo commented 3 years ago

I have the same problem, are you using the latest raspberry pi 4 as well?

Hello, i have resolved my problème. Setup berryboot totaly in your sd. Install raspbian. Go to clone tool of raspbian and choose the first devices (sd) and the second device (ssd) with UUID new partition selected. After that, go to partition boot of SSD on cmdline.txt, Change bootdev or datadev (=mmcblk0p1) by "sda2" Go in config.txt and edit "initramfs bbloader.img" by "initramfs berryboot.img". I have used the berryboot version of june 2020.

bpolgardy commented 3 years ago

First, check your SD card's file system. Windows will format it by default to exFAT which your Pi4 will be unable to boot from and it will throw you the 'Unable to read partition as FAT' error message if you try booting from an exFAT formatted SD card. Simply re-format your SD card using the FAT32 filesystem and you should be good to go.

Youuuns commented 3 years ago

I have formatted my SD card to FAT32 but still not working (unable to read partition as fat)

owl770 commented 3 years ago

Make sure your SD meets this criteria - https://www.raspberrypi.org/documentation/installation/sd-cards.md What OS are you using to partition/format the card? I have had problems using MacOS in the past (not sure why). You could try formatting it on the Raspberry Pi (assuming you can get a card to work to boot it!!!).

owl770 commented 3 years ago

You could also check that the partition type is c W95 FAT32 (LBA)

physcrowley commented 3 years ago

Make sure your SD meets this criteria - https://www.raspberrypi.org/documentation/installation/sd-cards.md What OS are you using to partition/format the card? I have had problems using MacOS in the past (not sure why). You could try formatting it on the Raspberry Pi (assuming you can get a card to work to boot it!!!).

This worked for me... especially using the Raspberry Pi Imager as the formatting tool because my 64GB card is automatically formatted to exFat with the standard tools.

itaranto commented 2 years ago

You could also check that the partition type is c W95 FAT32 (LBA)

This fixed the issue for me.

The thing is I formatted the SD card on Linux using fdisk and by default the partition type is Linux. I changed it to W95 FAT32 (LBA) and everything was fine.

pravinsharma commented 2 years ago

Avoid exFAT and go with FAT. I fixed this issue with my 64GB USB by reformatting to FAT.

AugustoMF commented 1 year ago

someone please help me, I have to download a .img for a different system, it parts the SD in 3 partitions and I have that error, someone can help me?

physcrowley commented 1 year ago

Is that error happening on the machine where you are creating the disk (then trying to read it) or on the machine that will be using the disk?

The system that creates the disk, eg. Windows, may not be able to read the file system format for the target system, eg. Linux/Raspberry Pi OS... but it may work properly when the disk is in the target machine.

David Crowley, EAO Engagé dans notre succès

Enseignant: physique, informatique et robotique École secondaire catholique Franco-cité 623, ch. Smyth, Ottawa (ON)

Le mar. 30 mai 2023, à 16 h 41, Augusto Melillo @.***> a écrit :

someone please help me, I have to download a .img for a different system, it parts the SD in 3 partitions and I have that error, someone can help me?

— Reply to this email directly, view it on GitHub https://github.com/maxnet/berryboot/issues/687#issuecomment-1569071033, or unsubscribe https://github.com/notifications/unsubscribe-auth/AMWWPR3XVDUFDBC2MNFJVL3XIZLPZANCNFSM4WOZZSPA . You are receiving this because you commented.Message ID: @.***>

-- Le présent courriel et toutes les pièces jointes peuvent contenir de l’information privée, exclusive, privilégiée ou confidentielle, sujette au droit d’auteur s’adressant uniquement à l’individu ou à l’organisme ou à l’agent responsable de le lui livrer. Toute utilisation, copie ou distribution non autorisée du contenu de ce courriel est interdite. Si vous croyez que ce message est un pourriel au sens de la Loi canadienne anti-pourriel, veuillez le faire suivre à l’adresse suivante : @. @.> . Si vous avez reçu ce courriel par erreur, veuillez en informer l’expéditeur par retour de courriel et supprimer de votre système ce message et tout document joint. Merci de votre collaboration.

markpavlenko commented 3 months ago

i have the same problem even though its formatted as FAT32 and im installing VanillaOS linux. ERROR: Partition does not have FAT file system