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

    Infinite booting loop

    Scheduled Pinned Locked Moved
    General
    7
    25
    17.9k
    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.
    • D
      Duffney
      last edited by

      Could you tell me where you placed the lines below in the default file. I did this and it just boots to hdd is that the point? is the splash screen supposed to show up at all?

      [COLOR=#000000] DEFAULT fog.next
      LABEL fog.next
      kernel chain.c32
      append hd0[/COLOR]

      1 Reply Last reply Reply Quote 0
      • B
        BryceZ
        last edited by

        Duffney, what is your TIMEOUT set to? TIMEOUT is counted in tenths of a second, so TIMEOUT 50 is 5 seconds. I’m not a 100% sure on this, but I think without a TIMEOUT set it will just go straight to the DEFAULT option.

        1 Reply Last reply Reply Quote 0
        • D
          Duffney
          last edited by

          Timeout is set to 30. I found out the chain loading completely bypasses everything and goes straight to the hard drive. Which would be fine If I could register a host manually or with the client. For some reason it does not work. I’m opening another thread for that problem.

          1 Reply Last reply Reply Quote 0
          • johnomazJ
            johnomaz
            last edited by

            i didn’t really understand why you had to change the Default option when you coudl have just modified the Boot from hard disk option. here is what the top of my DEFAULT file looks like:

            [CODE]DEFAULT vesamenu.c32
            MENU TITLE FOG Computer Cloning Solution
            MENU BACKGROUND fog/bg.png
            MENU MASTER PASSWD [S]*********[/S]
            \n
            menu color title 1;36;44 #ffffffff #00000000 std
            \n
            LABEL fog.local
            kernel chain.c32
            append hd0
            MENU DEFAULT
            MENU LABEL Boot from hard disk
            TEXT HELP
            Boot from the local hard drive.
            If you are unsure, select this option.
            ENDTEXT
            \n[/CODE]

            Seems to be working fine for me now on 790s. Going to have one of the other techs see if it works for 990s too.

            1 Reply Last reply Reply Quote 0
            • B
              bardicverse
              last edited by

              had this issue with my Dell 990 lab too. Changed the settings as required, now the loop just stays on the menu screen, over and over again. So, still no go on that one. Only workaround is to not allow PXE boot as primary boot option, and swap it in the bios when we need to run tasks. a bit of a pain until a proper solution can be figured out.

              1 Reply Last reply Reply Quote 0
              • neodawgN
                neodawg
                last edited by

                I also have the same issue as bardicverse only with Dell 390 computers. My coworker fixed his fog server with chainloading and 390s. However mine doesnt work, I am thinking that its because mine is a 64bit server and his is a 32bit.

                Thoughts?

                1 Reply Last reply Reply Quote 0
                • B
                  bardicverse
                  last edited by

                  Ah, that makes sense. the 990s are running 64 but, but the 755s I had no problem with were 32 bit.

                  By the way, what’s the default setting for the local disk, in graphic mode? Im trying to change it back, because it messed up my auto local disk boot. What’s the line for the local disk supposed to be by default again?

                  LABEL fog.local
                  localdisk0 <--------- I don’t think this was right, what was the original setting?
                  MENU DEFAULT
                  MENU LABEL Boot from hard disk
                  TEXT HELP
                  Boot from the local hard drive.
                  If you are unsure, select this option.
                  ENDTEXT

                  1 Reply Last reply Reply Quote 0
                  • neodawgN
                    neodawg
                    last edited by

                    [quote=“bardicverse, post: 4348, member: 1314”]Ah, that makes sense. the 990s are running 64 but, but the 755s I had no problem with were 32 bit.

                    By the way, what’s the default setting for the local disk, in graphic mode? Im trying to change it back, because it messed up my auto local disk boot. What’s the line for the local disk supposed to be by default again?

                    LABEL fog.local
                    localdisk0 <--------- I don’t think this was right, what was the original setting?
                    MENU DEFAULT
                    MENU LABEL Boot from hard disk
                    TEXT HELP
                    Boot from the local hard drive.
                    If you are unsure, select this option.
                    ENDTEXT[/quote]

                    I more so ment that the fog server itself was running 64bit, both mine and my colleges 390s are running Win7 64.

                    [CODE]LABEL fog.local
                    localboot 0
                    MENU DEFAULT
                    MENU LABEL Boot from hard disk
                    TEXT HELP
                    Boot from the local hard drive.
                    If you are unsure, select this option.
                    ENDTEXT
                    [/CODE]

                    1 Reply Last reply Reply Quote 0
                    • B
                      bardicverse
                      last edited by

                      thanks for that. and yup I got what you meant. I thought it might be a disparity from 32 bit to 64. Are your 390s 32 bit by chance?

                      My server is 32 bit and the 990s are 64 bit. Though, trying the chainboot fix only caused my computer to not restart, just reloop the fog screen itself over and over. So, I’m not sure what’s going on. Have you tried a 64 bit client yet?

                      1 Reply Last reply Reply Quote 0
                      • neodawgN
                        neodawg
                        last edited by

                        [quote=“bardicverse, post: 4351, member: 1314”]thanks for that. and yup I got what you meant. I thought it might be a disparity from 32 bit to 64. Are your 390s 32 bit by chance?

                        My server is 32 bit and the 990s are 64 bit. Though, trying the chainboot fix only caused my computer to not restart, just reloop the fog screen itself over and over. So, I’m not sure what’s going on. Have you tried a 64 bit client yet?[/quote]

                        I have only tried 64bit on both the server and the client. I cannot see any reason why the client OS would matter. I think it has more to do with the new Dells having some BIOS closer to UEFI.

                        I havent had a chance to try fixing it again, as I just disabled the network boot and just use F12 when I need to image on them. My other projects have taken priority.

                        1 Reply Last reply Reply Quote 0
                        • B
                          bardicverse
                          last edited by

                          makes sense. Ah well, I’ll be poking and prodding on it over the summer once I got these other labs reimaged. Will post back if I come up with a solution.

                          1 Reply Last reply Reply Quote 0
                          • neodawgN
                            neodawg
                            last edited by

                            Just to further prove my 64bit server theory, I had to fix a F10 32bit server to get a Dell Latitude 5520 laptop to stop looping and it worked great.

                            1 Reply Last reply Reply Quote 0
                            • B
                              BryceZ
                              last edited by

                              For those of you experiencing menu looping, please post your /tftpboot/pxelinux.cfg/default file, and perhaps the steps you took in setting up the chainloading. Anything that helps us pin down what’s causing this issue is important.

                              One thing to consider: the chainloading will return you to the menu if the device you’re booting to does not have a boot partition (though it usually displays an error message for a few seconds before reloading the menu). I’m not sure how it would handle being pointed at a hardware address that does not exist; it is possible that your systems are setup in such a way that your drive is listed as hd1 instead of hd0, which [I]might [/I]be contributing to your problem.

                              I don’t know why there would be an issue between 32bit and 64bit, though I won’t go so far as to say it’s impossible. I’ve been chainloading from both 32bit and 64bit to both 32bit and 64 bit, and I’ve never encountered an issue.

                              1 Reply Last reply Reply Quote 0
                              • B
                                bardicverse
                                last edited by

                                actually, that would probably be the case. Dell hard drives come partitioned with a recovery partition, or disk 0, and the next partition is the main body partition, which would probably be disk 1. I’ll have to test that theory out later. currently uploading 2 new images to the server.

                                I think in future practice, I’m going to wipe the dell recovery partition outright, so I can use the resizable image option. But since we’re already underway with the summer workload, it’ll have to wait.

                                1 Reply Last reply Reply Quote 0
                                • neodawgN
                                  neodawg
                                  last edited by

                                  [quote=“bardicverse, post: 4361, member: 1314”]actually, that would probably be the case. Dell hard drives come partitioned with a recovery partition, or disk 0, and the next partition is the main body partition, which would probably be disk 1. I’ll have to test that theory out later. currently uploading 2 new images to the server.

                                  I think in future practice, I’m going to wipe the dell recovery partition outright, so I can use the resizable image option. But since we’re already underway with the summer workload, it’ll have to wait.[/quote]

                                  I think I can answer that and say no deleting the recovery/OEM junk partition will not work, as the first thing I do when setting up a new pc from any OEM is put in a Windows disk and remove all that.

                                  I think BryceZ probably means that to the BIOS it is being listed as hd1 vs hd0, as in its possibly connected to SATA port 1 vs port 0. I think it has to be on the server side, as many other people have gotten it to work.

                                  Are you using 4.04 of the syslinux? I tried 4.05 and that didnt work at all.

                                  1 Reply Last reply Reply Quote 0
                                  • B
                                    bardicverse
                                    last edited by

                                    not sure what version of syslinux. To be honest, I can always just use the one time boot menu when i need to reimage, etc. Right now I’m just trying to roll out these images asap.

                                    1 Reply Last reply Reply Quote 0
                                    • J
                                      Jon Vinther
                                      last edited by

                                      I have just set up FOG at my place of work. It has been working fine for all of our computers so far (apart from those running in hardware raid)
                                      We use mainly Dell, and so far it works fine on both Precision T1500 and T3500, STUDIO laptops and a few different Optiplex.

                                      However on out XPS laptops, I get the same cycle spoken about in this post.

                                      It reaches the Gui boot menu, counts down from 3 seconds, and then quits its.
                                      But instead of booting the hdd, it reboots and tries all over again.

                                      From this post I tried to make this change to /tftpboot/pxelinux.cfg/default

                                      LABEL fog.local
                                      [B]kernel chain.c32 [/B]
                                      [B]append hd0 [/B]
                                      MENU DEFAULT
                                      MENU LABEL Boot from hard disk
                                      TEXT HELP
                                      Boot from the local hard drive.
                                      If you are unsure, select this option.
                                      ENDTEXT

                                      However that put all of my machines in a cycle inside the Gui instead, continually counting down from 3.

                                      I also tried hd1 and other abbreviations (hd0,0 and so), to no avail.

                                      Also, if I escape out of the Gui, and try to do a hd0 or hd1, it says it cant be found in the kernel.

                                      Could it have another name?

                                      I am running Windows 7 Ultimate on all the machines.

                                      For now I have changed it back to default, so it can be used on the other machines while I figure this out.

                                      Sincerely
                                      Jon

                                      1 Reply Last reply Reply Quote 0
                                      • B
                                        BryceZ
                                        last edited by

                                        Did you add/replace the files listed in the [URL=‘http://www.fogproject.org/wiki/index.php?title=FIX:_Chainloading_alternate_SYSLINUX_to_force_boot_from_first_hard_drive’]chainloading[/URL] article on the wiki?

                                        1 Reply Last reply Reply Quote 0
                                        • J
                                          Jon Vinther
                                          last edited by

                                          [quote=“BryceZ, post: 5243, member: 2”]Did you add/replace the files listed in the [URL=‘http://www.fogproject.org/wiki/index.php?title=FIX:_Chainloading_alternate_SYSLINUX_to_force_boot_from_first_hard_drive’]chainloading[/URL] article on the wiki?[/quote]
                                          I did not, and that was my downfall ^^

                                          After switching out the files, it was an immediate success!

                                          Thanks for the help.

                                          -Jon

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

                                          133

                                          Online

                                          12.1k

                                          Users

                                          17.3k

                                          Topics

                                          155.3k

                                          Posts
                                          Copyright © 2012-2024 FOG Project