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

BCMA : Unsupported SPROM Revision: 11

Scheduled Pinned Locked Moved
Mac Problems
mac boot pxe kernel
4
9
8.7k
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.
  • M
    melvinpaz
    last edited by melvinpaz May 18, 2016, 9:26 AM May 18, 2016, 3:08 PM

    Bonjour

    J’ai un soucis lors du téléchargement de l’image de mon mac j’ai ce message d’erreur.
    Vous avez une idée ?

    bcma: Unsupported SPROM revision: 11
    bcma: bus0: No SPROM available
    i8042 : No controller found
    Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(1,0)
    Kernel Offset: disabled
    ---[ end Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(1,0)
    

    ###############
    Hello

    I have a concern when downloading the image of my mac I have this error message .
    You have an idea ?

    bcma: Unsupported SPROM revision: 11
    bcma: bus0: No SPROM available
    i8042 : No controller found
    Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(1,0)
    Kernel Offset: disabled
    ---[ end Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(1,0)
    
    1 Reply Last reply Reply Quote 0
    • J
      Junkhacker Developer
      last edited by May 18, 2016, 5:01 PM

      please provide the version of fog you’re using, as well as the model of mac

      signature:
      Junkhacker
      We are here to help you. If you are unresponsive to our questions, don't expect us to be responsive to yours.

      1 Reply Last reply Reply Quote 0
      • S
        Sebastian Roth Moderator
        last edited by Sebastian Roth May 18, 2016, 12:24 PM May 18, 2016, 6:23 PM

        Looking at his other post it should be FOG 1.2.0 with an updated kernel I reckon.

        If I remember correctly this is caused on Macs because UEFI systems need the kernel parameter initrd=...! FOG 1.2.0 didn’t have that. I guess you really want to try out FOG trunk at some point. But you can try fixing this by hand as well.

        Edit /var/www/fog/lib/fog/BootMenu.class.php and make line 142 look like this: $this->kernel = "kernel $bzImage initrd=$imagefile root=/dev/ram0 ...

        Possibly there is another fix needed to make it work but I cannot remember right now. Give this a try and let us know.

        PS: I guess you can ignore those ‘‘bcma’’ warnings…

        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

        J 1 Reply Last reply May 18, 2016, 6:24 PM Reply Quote 0
        • J
          Junkhacker Developer @Sebastian Roth
          last edited by May 18, 2016, 6:24 PM

          @Sebastian-Roth i’m certain there are changes in the way partitions are handled in the init that would be helpful too

          signature:
          Junkhacker
          We are here to help you. If you are unresponsive to our questions, don't expect us to be responsive to yours.

          S 1 Reply Last reply May 18, 2016, 6:28 PM Reply Quote 0
          • S
            Sebastian Roth Moderator @Junkhacker
            last edited by Sebastian Roth May 18, 2016, 12:28 PM May 18, 2016, 6:28 PM

            @Junkhacker said:

            @Sebastian-Roth i’m certain there are changes in the way partitions are handled in the init that would be helpful too

            Yeah!! Ultimately you definitely want to go for FOG trunk to have proper Mac support! Quite a few things we changed. Back at my old working place they probably still use FOG 1.2.0 (well a patched version of it) to image Macs. So it’s definitely doable. But installing FOG trunk might be a lot less work compared to fixing 1.2.0 to image Mac clients…

            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

            1 Reply Last reply Reply Quote 1
            • M
              melvinpaz
              last edited by May 19, 2016, 1:32 PM

              Bonjour
              C’est bon tout fonctionne avec la modification

              $this->kernel = "kernel $bzImage initrd=$imagefile root=/dev/ram0 ...
              

              C’est parfait encore merci pour tout

              #########
              Hello
              It’s all good works with modification

              $this->kernel = "kernel $bzImage initrd=$imagefile root=/dev/ram0 ...
              

              It’s even perfect for thank you all

              T 1 Reply Last reply May 19, 2016, 1:40 PM Reply Quote 0
              • T
                Tom Elliott @melvinpaz
                last edited by May 19, 2016, 1:40 PM

                @melvinpaz What modification was made?

                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! Get in contact with me (chat bubble in the top right corner) if you want to join in.

                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

                T 1 Reply Last reply May 19, 2016, 1:41 PM Reply Quote 0
                • T
                  Tom Elliott @Tom Elliott
                  last edited by May 19, 2016, 1:41 PM

                  @Tom-Elliott I’m guessing this is while on FOG 1.2.0? initrd=$imagefile is on the current.

                  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! Get in contact with me (chat bubble in the top right corner) if you want to join in.

                  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

                  1 Reply Last reply Reply Quote 1
                  • M
                    melvinpaz
                    last edited by May 19, 2016, 2:55 PM

                    Bonjour
                    Oui c’est bien FOG 1.2.0 et c’est bien la modification initrd=$imagefile qui à fait fonctionné sur MAC

                    #########
                    Hy
                    Yes it’s good FOG 1.2.0 and it is changing initrd=$imagefile who in fact worked on MAC

                    1 Reply Last reply Reply Quote 0
                    • 1 / 1
                    1 / 1
                    • First post
                      6/9
                      Last post

                    192

                    Online

                    12.1k

                    Users

                    17.3k

                    Topics

                    155.4k

                    Posts
                    Copyright © 2012-2024 FOG Project