• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login

    Deploy to ASUS BR1100CKA

    Scheduled Pinned Locked Moved
    Hardware Compatibility
    3
    14
    2.1k
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • S
      Sebastian Roth Moderator
      last edited by

      @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.

      Web GUI issue? Please check apache error (debian/ubuntu: /var/log/apache2/error.log, centos/fedora/rhel: /var/log/httpd/error_log) and php-fpm log (/var/log/php*-fpm.log)

      Please support FOG if you like it: https://wiki.fogproject.org/wiki/index.php/Support_FOG

      A 1 Reply Last reply Reply Quote 0
      • A
        AliceVintage 0 @Sebastian Roth
        last edited by

        @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.

        george1421G 1 Reply Last reply Reply Quote 0
        • george1421G
          george1421 Moderator @AliceVintage 0
          last edited by

          @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

          1. Is the disk really bad?
          2. Did the partitions get created in a strange way?
          3. 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)

          Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG!

          1 Reply Last reply Reply Quote 0
          • S
            Sebastian Roth Moderator
            last edited by Sebastian Roth

            @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.

            Web GUI issue? Please check apache error (debian/ubuntu: /var/log/apache2/error.log, centos/fedora/rhel: /var/log/httpd/error_log) and php-fpm log (/var/log/php*-fpm.log)

            Please support FOG if you like it: https://wiki.fogproject.org/wiki/index.php/Support_FOG

            A 2 Replies Last reply Reply Quote 0
            • A
              AliceVintage 0 @Sebastian Roth
              last edited by

              @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.

              1 Reply Last reply Reply Quote 0
              • A
                AliceVintage 0 @Sebastian Roth
                last edited by

                @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.

                1 Reply Last reply Reply Quote 0
                • S
                  Sebastian Roth Moderator
                  last edited by

                  @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?

                  Web GUI issue? Please check apache error (debian/ubuntu: /var/log/apache2/error.log, centos/fedora/rhel: /var/log/httpd/error_log) and php-fpm log (/var/log/php*-fpm.log)

                  Please support FOG if you like it: https://wiki.fogproject.org/wiki/index.php/Support_FOG

                  A 1 Reply Last reply Reply Quote 0
                  • A
                    AliceVintage 0 @Sebastian Roth
                    last edited by

                    @sebastian-roth First Picture

                    Sata configuration

                    The nvme option has nothing that i can toggle in it.

                    1 Reply Last reply Reply Quote 0
                    • S
                      Sebastian Roth Moderator
                      last edited by

                      @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.

                      Web GUI issue? Please check apache error (debian/ubuntu: /var/log/apache2/error.log, centos/fedora/rhel: /var/log/httpd/error_log) and php-fpm log (/var/log/php*-fpm.log)

                      Please support FOG if you like it: https://wiki.fogproject.org/wiki/index.php/Support_FOG

                      A 1 Reply Last reply Reply Quote 0
                      • A
                        AliceVintage 0 @Sebastian Roth
                        last edited by AliceVintage 0

                        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

                        1 Reply Last reply Reply Quote 3
                        • 1 / 1
                        • First post
                          Last post

                        271

                        Online

                        12.0k

                        Users

                        17.3k

                        Topics

                        155.2k

                        Posts
                        Copyright © 2012-2024 FOG Project