• 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.0k
    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.
    • Tom ElliottT
      Tom Elliott
      last edited by

      Even same model hdd may have similar issues.

      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

        Hi
        i also have the same error “EBR signature for logical signature partition invalid;…”
        As seen above, i ran “Host Management --> List Hosts --> [Select Host] -->Basic Tasks --> Advanced --> Download-Debug”
        On the screenshot maybe you’ll see which steps cause the problem, I am a newbie with FOg… I was so glad that finally i was able to upload image on the server (i had the problem with the password and the size on the server was at 0).

        But here, i have no idea… You are talking about svn issue but I don’t really understand what you mean…
        Have to reduce the size of the hardrive of my “Master Computer” and try to deploy it again ?

        thx,

        R.D.

        [url=“/_imported_xf_attachments/1/1645_IMG_20150202_154854.jpg?:”]IMG_20150202_154854.jpg[/url]

        1 Reply Last reply Reply Quote 0
        • Joseph HalesJ
          Joseph Hales Testers
          last edited by

          SVN refers to Subversion an update method that allows the developers to distribute incremental patches as the make fixes to the developmental build If you go this route you are essentially running the latest beta every time you run the SVN updater. Several of the issues people are reporting in 1.2 are already fixed in the latest SVN but you can also introduce some strange new ones. If you decide to go this route just be prepared to tinker a bit to get it stable enough for day to day use thankfully the developers are very responsive and helpful. Advances are fast also with a new version almost daily and each one noticeably better the the previous.

          RTFM

          1 Reply Last reply Reply Quote 0
          • R
            raymondub
            last edited by

            Thank you for the quick answer !
            Well, I forgot to tell that I m using Ubuntu desktop 12.04, and fog 1.2.
            Will it change if I m using an older version of fog of another version of Ubuntu will it work ?
            I want to use Fog ! I was using CloneZilla and Drbl before but Fog is really better, offers more functionnalities !
            So if changing the version of fog will not change than i ve no other change than using the SVN.
            I saw that link: [url]http://www.fogproject.org/wiki/index.php/SVN[/url]
            All the patches are included in the same file or i have to install different packages ?
            [SIZE=5][B]Ubuntu[/B][/SIZE]

            [SIZE=4][B]Install Subversion[/B][/SIZE]

            sudo apt-get update
            sudo apt-get install subversion

            [SIZE=4][B]Download the package[/B][/SIZE]

            cd ~
            mkdir svn
            cd svn
            svn checkout [url]https://svn.code.sf.net/p/freeghost/code/trunk[/url]

            [SIZE=4][B]Install It![/B][/SIZE]

            cd ~/svn/trunk/bin
            sudo ./installfog.sh

            thx

            R.D.

            1 Reply Last reply Reply Quote 0
            • J
              Joe Schmitt Senior Developer
              last edited by

              Ubuntu 12.04 should work perfectly fine, in fact I recommend using it over the newest version of Ubuntu. That “package” is the only one you need. Just follow the instructions you copied and you should be good to go. Let us know if you have any issues.

              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.

              1 Reply Last reply Reply Quote 0
              • Joseph HalesJ
                Joseph Hales Testers
                last edited by

                I am using 12.04 without any issues also.

                RTFM

                1 Reply Last reply Reply Quote 0
                • R
                  raymondub
                  last edited by

                  Thanks !
                  I did it on the VM and indeed it s easy to install. But i think that during the process i saw Fog 1.3 but after the installation i saw in the web interface fog 1.2. Normal ? it s just a detail anyway.
                  The install is completed in my test environment but I cannot yet tell you if it s working or not cause in the test, i have only VM with 1 partition and not like in production (not enough place on my laptop…).
                  I ll give you news tomorrow !

                  1 Reply Last reply Reply Quote 0
                  • R
                    raymondub
                    last edited by

                    HI,
                    i made the update this morning on my prod server but when i download the image on another computer, i still have the same error message…
                    Do i need to upload a new image because of the update ?
                    What info should i provide you ?

                    R.D.

                    1 Reply Last reply Reply Quote 0
                    • Tom ElliottT
                      Tom Elliott
                      last edited by

                      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

                        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

                          I ve now Version: 2961
                          Is it good ?

                          1 Reply Last reply Reply Quote 0
                          • ch3iC
                            ch3i Moderator
                            last edited by

                            [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

                              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
                              • ch3iC
                                ch3i Moderator
                                last edited by

                                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

                                  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

                                    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

                                      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

                                        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
                                        • JunkhackerJ
                                          Junkhacker Developer
                                          last edited by

                                          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

                                            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
                                            • 1
                                            • 2
                                            • 2 / 2
                                            • First post
                                              Last post

                                            185

                                            Online

                                            12.0k

                                            Users

                                            17.3k

                                            Topics

                                            155.2k

                                            Posts
                                            Copyright © 2012-2024 FOG Project