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

Single Disk Multiple Partition works after a sector by sector but not before, partition problems.

Scheduled Pinned Locked Moved
Windows Problems
11
36
9.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.
  • T
    Tom Elliott
    last edited by Feb 3, 2015, 11:56 AM

    I’d recommend upgrading to trunk and see if the issues persist still.

    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 0
    • R
      raymondub
      last edited by Feb 3, 2015, 12:52 PM

      searching on the forum, i saw that i wasn’t the 1st to have the problem and maybe it was cause the partition.
      I have 1 hard drive with : 1 primary, 1 extended and 1 partition.
      I just change that and put convert them all into primary partition. I m making a new image and we’ll see.
      I think that i already upgrade the trunk byt doing the svn update. Is it the same thing ?

      [SIZE=2][B]Ubuntu[/B][/SIZE]
      [SIZE=2][B]Install Subversion[/B][/SIZE]
      [SIZE=2]sudo apt-get update [/SIZE]
      [SIZE=2] sudo apt-get install subversion[/SIZE]
      [SIZE=2][B]Download the package[/B][/SIZE]
      [SIZE=2]cd ~ [/SIZE]
      [SIZE=2] mkdir svn [/SIZE]
      [SIZE=2] cd svn [/SIZE]
      [SIZE=2] svn checkout [url]https://svn.code.sf.net/p/freeghost/code/trunk[/url][/SIZE]
      [SIZE=2][B]Install It![/B][/SIZE]
      [SIZE=2]cd ~/svn/trunk/bin [/SIZE]
      [SIZE=2] sudo ./installfog.sh[/SIZE]

      1 Reply Last reply Reply Quote 0
      • R
        raymondub
        last edited by Feb 3, 2015, 1:24 PM

        I ve now Version: 2961
        Is it good ?

        1 Reply Last reply Reply Quote 0
        • C
          ch3i Moderator
          last edited by Feb 3, 2015, 1:33 PM

          [quote=“raymondub, post: 41616, member: 28342”]I ve now Version: 2961
          Is it good ?[/quote]
          Hi,

          The latest SVN is 2966.

          Regards,
          Ch3i.

          1 Reply Last reply Reply Quote 0
          • R
            raymondub
            last edited by Feb 3, 2015, 3:05 PM

            hi,
            there is a 2967 now…
            So i updated Fog and it seems to work BUT i don’t know if it because i put primary partitions or because of the new version.
            I think that i kept my previous image version and i ll test it cause i believe it may help other people…

            Regards,

            R.D

            1 Reply Last reply Reply Quote 0
            • C
              ch3i Moderator
              last edited by Feb 3, 2015, 3:08 PM

              I use this parititon table (dual boot Win/Deb) without problem :

              [CODE] Device Boot Start End Blocks Id System
              /dev/sda1 * 2048 206847 102400 7 HPFS/NTFS/exFAT
              /dev/sda2 206848 204802047 102297600 7 HPFS/NTFS/exFAT
              /dev/sda3 204802048 409602047 102400000 83 Linux
              /dev/sda4 409604094 625141759 107768833 5 Extended
              /dev/sda5 409604096 425988095 8192000 82 Linux swap / Solaris
              /dev/sda6 425990144 625141759 99575808 7 HPFS/NTFS/exFAT[/CODE]

              1 Reply Last reply Reply Quote 0
              • R
                raymondub
                last edited by Feb 3, 2015, 3:19 PM

                So it means that that problem has been solved with the last fog version !
                🙂

                1 Reply Last reply Reply Quote 0
                • S
                  Sebastian Roth Moderator
                  last edited by Feb 3, 2015, 8:38 PM

                  Probably! We worked on issues with extended partitions in the last week(s). I hope your setup with extended partitions is working now. Please report if it does not!

                  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 0
                  • R
                    raymondub
                    last edited by Feb 4, 2015, 8:51 AM

                    Well, it s “almost” working…
                    The image is downloaded correctly on the clients but when I start them, I have an error “Missing MBR-Helper”.
                    I m able to solve it by starting the computer with an usb key with Hiren boot cd => Mini windows 7 => InstallGrub4dos.cmd

                    For sure you need some further explanation…
                    [url]http://everyday-tech.com/using-clonezilla-to-create-a-custom-image-recovery-partition/[/url]
                    I m using fog to deploy image to clients but each client has it s own local image locally made by Clonezilla. In that way, when a computer need to be reinstalled, i first run the local image.

                    That command InstallGrub4dos.cmd changes the MBR (i believe) and is giving me a new boot menu. But i don’t know why it s not supported and why i get that error message.
                    It s not so big problem cause i can make those step (create the recovery partition) after deploying the clients but for sure i would prefer not… 🙂

                    Any ideas ?

                    thx

                    1 Reply Last reply Reply Quote 0
                    • S
                      Sebastian Roth Moderator
                      last edited by Feb 4, 2015, 5:00 PM

                      Well that’s kind of special setup, isn’t it!? From what I read here (see the last post!) [url]http://reboot.pro/topic/19651-missing-mbr-helper-when-restoring-a-full-clone-with-grub4dos-mbr/[/url] and in the source code I am pretty sure that FOG is not made to handle something like this at the moment.

                      Maybe you want to try implementing this feature into FOG!? I am sure it is possible!

                      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 0
                      • J
                        Junkhacker Developer
                        last edited by Feb 4, 2015, 8:12 PM

                        for a grub4dos bootloader, perhaps try using “linux” as your OS type. for windows we assume BCD

                        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
                        • R
                          raymondub
                          last edited by Feb 4, 2015, 8:33 PM

                          Thank you Uncle Frank, you was able to explain my problem in more clear way than i did… 🙂
                          Junkhacker, I ll try it tomorrow and i ll keep you posted

                          1 Reply Last reply Reply Quote 0
                          • S
                            Sebastian Roth Moderator
                            last edited by Feb 4, 2015, 8:44 PM

                            Thanks to Junkhacker I had a second look at how FOG saves GRUB. And it actually does “the magic” to save more than just the first sector (MBR). You might be lucky and it’ll all work out for you setting OSID to Linux. Or it might leave you with other trouble. Let us know! You definitely need OSID=Linux to make FOG save the extended grub4dos bootloader.

                            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 0
                            • R
                              raymondub
                              last edited by Feb 4, 2015, 8:54 PM

                              i ll try it tomorrow but 1st i have to reinstall Fog because i ve a of problem with the last svn

                              1 Reply Last reply Reply Quote 0
                              • ?
                                A Former User
                                last edited by Apr 17, 2015, 6:54 AM

                                This post is deleted!
                                1 Reply Last reply Reply Quote 0
                                • 1
                                • 2
                                • 2 / 2
                                • First post
                                  Last post

                                156

                                Online

                                12.0k

                                Users

                                17.3k

                                Topics

                                155.2k

                                Posts
                                Copyright © 2012-2024 FOG Project