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

Optiplex390 rebooting loop, can't do NIC as first boot option

Scheduled Pinned Locked Moved
FOG Problems
6
11
4.8k
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
    Chuckc1981
    last edited by Apr 3, 2012, 7:55 PM

    There seems to be an issue after the fog menu where it does not boot the hard disk correctly.

    At the moment I can’t set the NIC as the first boot device because it won’t get to windows. Setting the disk as the first boot works but I need to have the nic first for fog! 🙂

    Any suggestions?

    1 Reply Last reply Reply Quote 0
    • A
      afmrick
      last edited by Apr 4, 2012, 12:30 AM

      I’m sorry if I am misunderstanding your post but, you set the boot device and order in the BIOS not from windows.

      1 Reply Last reply Reply Quote 0
      • R
        Robert Erbes
        last edited by Apr 4, 2012, 1:00 AM

        What kind of PC are you using ChuckC1981?

        1 Reply Last reply Reply Quote 0
        • C
          Chuckc1981
          last edited by Apr 4, 2012, 9:22 PM

          It’s a dell optiplex 390 small form factor. I’ve never had this issue before, in fact my SFF optiplex 380s are working just fine.

          I’m thinking it might have something to do with outside processes not having access to the drive. When I boot up a ubuntu usb drive on this system I can’t even see the disk file system.

          I can still image these PCs but I just can’t have the network card set as the first boot option (which will be a little problem since the remote branch where they will be located is an hour away and I’d like to have automated imaging out there :)).

          If I do set the network card to boot first, the fog menu displays, but then it won’t boot the hard drive and just reboots the computer instead. Hope I’m explaining that well enough…lol.

          Any ideas?

          1 Reply Last reply Reply Quote 0
          • C
            Chuckc1981
            last edited by Apr 4, 2012, 9:27 PM

            After reading another recent thread this sounds like an issue fixed by chainloading…

            Agree?

            Sorry if this is a duplicate post but I’m not sure they’re the same.

            1 Reply Last reply Reply Quote 0
            • M
              Matthew Carter
              last edited by Apr 5, 2012, 1:31 AM

              The nic doesnt have to be first. On a dell be at the machine ir have the user there and hit f12 and select nic as boot device. Ensure you also have the latest bios.

              1 Reply Last reply Reply Quote 0
              • C
                Chuckc1981
                last edited by Apr 5, 2012, 12:53 PM

                That’s what this thread is about though. I would like them to boot to the nic as the first option for remote administration purposes.

                I found this from another post, not sure if it’s what I need yet though,
                [url]http://www.fogproject.org/wiki/index.php?title=Boot_looping_and_Chainloading[/url]

                1 Reply Last reply Reply Quote 0
                • C
                  Chuckc1981
                  last edited by Apr 5, 2012, 1:09 PM

                  A modification to /tftpboot/pxelinux/default looks like what I may need. However like previously stated I’m not sure fog is even seeing the hard drive.

                  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

                  I wonder if localboot 0 is not working with this systems drives configuration? Hmmmm…

                  1 Reply Last reply Reply Quote 0
                  • B
                    BryceZ
                    last edited by Apr 5, 2012, 1:59 PM

                    Chuckc1981, you are correct, chainloading is the workaround. Some Dell models have a BIOS issue that doesn’t allow them to recognize localboot 0, which causes the boot loop.

                    1 Reply Last reply Reply Quote 0
                    • C
                      Chuckc1981
                      last edited by Apr 5, 2012, 6:31 PM

                      It worked. Yay!

                      Took a little playing with to get the files copied correctly, linux file permissions aren’t my strong suit.

                      P.S. I used pxelinux.0, chain.c32, and vesamenu.c32 all from syslinux 4.05 in case anyone else runs into this.

                      I have no idea what syslinux even is but it fixed my problem, so it can have my first born.

                      1 Reply Last reply Reply Quote 0
                      • C
                        ChuckC
                        last edited by Jul 24, 2012, 6:11 PM

                        Update on this,

                        If you modify your pxe boot menu passwords after doing this, it will overwrite /tftpboot/pxelinux.cfg/default which breaks the chainloading.

                        To fix it just replace

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

                        with

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

                        In /tftpboot/pxelinux.cfg/default
                        To re-fix it.

                        🙂

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

                        168

                        Online

                        12.0k

                        Users

                        17.3k

                        Topics

                        155.2k

                        Posts
                        Copyright © 2012-2024 FOG Project