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

Rev 5968 Unable to locate MBR

Scheduled Pinned Locked Moved Solved
Bug Reports
2
4
1.2k
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.
  • C
    Claude Girard
    last edited by Jan 15, 2016, 1:40 PM

    Hi,

    Rev 5968 but this issue seems to be present since Rev 5909 commit 2872cf5e99f0cba6f3cdcbe18d8dd1ab40347b4c

    When deploying an image, fog doesn’t find mbr file.
    In deploy debug mode, mbrfile is empty.
    I saw this issue with os type = linux. If I change this in os type= windows 8.1, mbr file is found.

    In funcs.sh, test on os type is made only for 1, 2 , 5 , 6 ,7 and 9 os type.

    T 1 Reply Last reply Jan 29, 2016, 10:25 AM Reply Quote 1
    • C
      Claude Girard
      last edited by Jan 29, 2016, 7:53 AM

      I don’t know from which rev, but this issue is solved

      1 Reply Last reply Reply Quote 1
      • T
        Tom Elliott @Claude Girard
        last edited by Jan 29, 2016, 10:25 AM

        @Claude-Girard just a guess but the image giving the problem was of the type Multi-part single disk?

        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

        C 1 Reply Last reply Jan 29, 2016, 1:18 PM Reply Quote 0
        • C
          Claude Girard @Tom Elliott
          last edited by Jan 29, 2016, 1:18 PM

          @Tom-Elliott
          Yes but that wasn’t the problem.
          In funcs.sh script, I saw:
          case $osid in
          [1-2])
          .
          .
          .
          [5-7]|9)
          .
          .

          And missing *) in the case test, so only 1,2,5,6,7,9 partition types were correctly tested.
          And my image was 50 type (linux)

          But these lines in funcs.sh have been totally rewrited, now the last case test is present

          Thx

          1 Reply Last reply Reply Quote 0
          • 1 / 1
          1 / 1
          • First post
            4/4
            Last post

          173

          Online

          12.1k

          Users

          17.3k

          Topics

          155.4k

          Posts
          Copyright © 2012-2024 FOG Project