• 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.
    • W
      Wolfbane8653 Developer
      last edited by

      Easy…

      Host Management --> List Hosts --> [Select Host] -->Basic Tasks --> Advanced --> Download-Debug

      Then boot the host. i can’t remember all the commands but “fog” will continue on the way to the imaging process. You can then figure out step by step exactly where you fail. If it fails during the partition allocation it will point you to the size of the hard drive.

      For example:
      Not all 80gb harddrives are 80gb some are 78.1, 79.8, etc. If the “master” upload was 79.8gb and the host to download to is 78.1gb then you need to tweak your “master” upload partition sizes.

      1 Reply Last reply Reply Quote 0
      • sudburrS
        sudburr
        last edited by

        The dreaded Gibibyte vs Gigabyte . ( [url]http://en.wikipedia.org/wiki/Gibibyte[/url] )

        [ Standing in between extinction in the cold and explosive radiating growth ]

        1 Reply Last reply Reply Quote 0
        • C
          Chris Shanks
          last edited by

          All the laptops are exactly the same model, bought at exactly the same time with all the same spec so space should be a problem. They all have the same master image on them from a previous master image, I just modified the old master to add two new partitions and then uploaded a new master.

          The error is debug mode is still the same:

          • ebr signature for logical partition invalid
          • read 0x000 but should be 0xAA55
          • error reading logical partitions
          • List may be truncated
          • Done

          Then it drops out of fog and reboots.

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

            This sounds like a problem that’s been fixed in svn. Particularly where the start sector needs to be specified at 63 but is being forced to start at sector 2048.

            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
            • W
              Wolfbane8653 Developer
              last edited by

              I purchase threw a reseller and they say exacly the same thing. But some drives are different models and the “same size”.

              Really check.

              I was imaging this summer in a lab of 24 and 20 would image without issue but then 4 would crap out. This was my exact issue.

              1 Reply Last reply Reply Quote 0
              • C
                Chris Shanks
                last edited by

                I’ve found the instructions for how to download it but would you be able to explain “svn”.
                I will open a few of the laptops and check then. I would like to hope that a bulk purchase from dell themselves, everything would be identical.

                1 Reply Last reply Reply Quote 0
                • 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
                                            • 1
                                            • 2
                                            • 1 / 2
                                            • First post
                                              Last post

                                            244

                                            Online

                                            12.0k

                                            Users

                                            17.3k

                                            Topics

                                            155.2k

                                            Posts
                                            Copyright © 2012-2024 FOG Project