Deploy to ASUS BR1100CKA
-
@alicevintage-0 said in Deploy to ASUS BR1100CKA:
The disk is supposed to be a 128G Emmc.
Please share some more details on what eMMC exactly you have. This way we can try to help do the research and find out what’s wrong.
-
@sebastian-roth I’m having hard time finding info about the disk, for the model i get G1J39E, lshw return nothing for the disk and hdparm also nothing. In the mint gui utility for disk the disk is return as an SD CARD READER of 128G.
-
@alicevintage-0 OK with is target computer in the broken state, lets go back into debug mode. Error #5 indicates a bad disk sector. Lets see if we can create the partitions and format them by hand.
It looks like you are trying to write a linux efi image to the disk.
Since your partitions have already been created lets see if we can format that 100MB partition (that is where it is failing)
mkfs.vfat /dev/mmcblk0p1
If that fails for some reason document the error, then use fdisk to erase all of the partitions and then put them back as shown with
lsblk
. What we are testing is that- Is the disk really bad?
- Did the partitions get created in a strange way?
- Can we make the disk usable?
If the mkfs.vfat works then run
mkfs.ext4 /dev/mmcblk0p2
Then we should mount both and see if they accept a file (using md5sum compare the hash values)
-
@AliceVintage-0 Doing a little research on the device you mentioned I found someone having an issue installing Linux on that in general: https://bodhilinux.boards.net/post/5578/thread (despite the same name, it’s not me who posted this)
And there is another topic here, though this is in French language: https://forum.ubuntu-fr.org/viewtopic.php?id=2069831 (using online translator should help)
While they can’t solve the problem in the end there is an interesting note about AHCI mode in that later forum topic. Please check the BIOS/UEFI settings and take a picture of the screen where you find the disk mode/AHCI settings and post that here.
By the way, have you tried to manually install any kind of Linux OS on that device before?
Edit:
… for the model i get G1J39E …
More searching revealed this topic: https://www.elektroda.pl/rtvforum/topic3821300.html
Translation: […] with this problematic eMMC disk for newly installed Linux. […] So, with the eMMC disk prepared, I launched this paw from Xubuntu 21.04 live loaded on a pendrive via USB (wBIOS / UEFI I set booting to a pendrive from Xubuntu) and installed Xubuntu on the free space of this eMMC. […]
I have no idea what “eMMC disk prepared” means as there are not more details in this topic.
-
@sebastian-roth The partition mmcblk0p1 is definitly windows efi since the os of the image is windows 10. Interestingly i can format the first partition of 100m just fine with mkfs.vfat. But when i try to format the second partition i can’t format it even if i try to format it in ntfs i get the same error as fog get. Our 3 asus get the same error.
-
@sebastian-roth We’ve not tried to install linux manually but a standart install of windows seems to work. The ahci menu has nothing except select disk mode with the only option being ahci.
-
@alicevintage-0 said in Deploy to ASUS BR1100CKA:
We’ve not tried to install linux manually but a standart install of windows seems to work.
Have you read the topics I posted earlier? All of them say installing Windows is no problem but Linux fails.
The ahci menu has nothing except select disk mode with the only option being ahci.
Can you please post a picture of that here?
-
The nvme option has nothing that i can toggle in it.
-
@alicevintage-0 said in Deploy to ASUS BR1100CKA:
The nvme option has nothing that i can toggle in it.
Ok, really strange this has a selection dialog at all.
Well, I would try installing Windows to see if that prepares the disk in a certain way we don’t know yet. Then deploy your Linux OS “on top” (wiping Windows).
The other thing you can test is manually installing Linux and see if that works.
-
We found the solution. For anyone having the same problem with a emmc G1J39E, use the kernel arguments
sdhci.debug_quirks=0x65168080
we found the answer right here