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

    Blank screen after PXE Menu when imaging on DVI port but, not on VGA

    Scheduled Pinned Locked Moved
    FOG Problems
    6
    14
    5.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.
    • A
      afmrick
      last edited by

      [FONT=Tahoma][COLOR=#141414]We setup a test bench to try out FOG 0.32 with a few Dell Optiplex 745’s. These Dell’s have both VGA and DVI display ports on their integrated Intel Graphics Media Accelerator 3000. If we plug the monitor into the DVI port, we can see the PXE boot menu but the screen goes blank and displays a, “Cannot display this video mode” error when uploading/downloading images or anything after it exits the initial text-mode after selecting a PXE menu option. If the monitor is plugged in to the VGA port then we can see everything as you would normally expect.

      With monitor plugged into DVI port of client:

      1. Graphical PXE Menu - OK
      2. Brief Text Mode (“…Ready.”) - OK
      3. Actually doing something - Not OK

      Superficially, even if we can’t see what’s happening it still works but if we go live with FOG this will be a problem - we have 100’s of machines that will have the monitor plugged into the DVI port and the lack of feedback is going to be an issue.

      Any clues as to how I can change the display mode/resolution would be greatly appreciated.[/COLOR][/FONT]

      1 Reply Last reply Reply Quote 0
      • A
        afmrick
        last edited by

        Adding “vga=771” to the “append” definitions in “/tftpboot/pxelinux.cfg/default” resolved the issue but, isn’t global.

        I tried adding “vga=771” it to Other Information -> FOG Settings -> General Settings -> FOG_KERNEL_ARGS in the FOG Manager to make it global but that did not work. I also tried adding it per host via Host Management -> myHostName -> Host Kernel Arguments but that also did not work. The settings FOG Manager may only apply to imaging because with the changes to “/tftpboot/pxelinux.cfg/default” and FOG_KERNEL_ARGS everything seems to work fine with DVI.

        FWIW, I found a similar thread at [SIZE=12px][FONT=Helvetica][COLOR=#223cfb][U][url]http://fogproject.org/forum/threads/optiplex-990-issues.145/[/url][/U][/COLOR][/FONT][/SIZE]

        1 Reply Last reply Reply Quote 0
        • falkoF
          falko Moderator
          last edited by

          are you using the latest kernel, 3.2.4 ? this has resolved some glitches i received relating to graphics of certain machines

          1 Reply Last reply Reply Quote 0
          • A
            afmrick
            last edited by

            The “vga=771” addition to FOG_KERNEL_ARGS and every “append” in /tftpboot/pxelinux.cfg/default has got us 100% happy with the DVI issue on these Dell’s. I downloaded the 3.2.4 kernel and will give it a try and report back.
            Thank you!!!

            1 Reply Last reply Reply Quote 0
            • A
              afmrick
              last edited by

              Yep! Also all better with the 3.2.4 kernel!!!

              1 Reply Last reply Reply Quote 0
              • S
                Sherrie Doyal
                last edited by

                I have this same issue except I have no option to connect VGA these are ultra small form factor Optiplex 745, I am running Ubuntu 11.10 and 0.32 of FOG. I tried to update the kernel to 3.2.4 from the web interface in FOG but it fails when it tries to download. I am still learning about FOG and I tried to add the append vga=771 in this file /tftpboot/pxelinux.cfg/default but it would not save the changes any help getting this resolved would greatly be appreciated 🙂

                1 Reply Last reply Reply Quote 0
                • A
                  afmrick
                  last edited by

                  [FONT=Tahoma][COLOR=#141414]/tftpboot/pxelinux.cfg/default is owned by fog:root so you need to sudo/su yourself to edit and save changes to the file by executing something like this from the terminal:[/COLOR][/FONT][COLOR=#000000][SIZE=3][FONT=Andale Mono][CODE]$ sudo nano /tftpboot/pxelinux.cfg/default[/CODE][/FONT][/SIZE][/COLOR]

                  [COLOR=#141414][FONT=Tahoma]I haven’t tried updating the kernel from the FOG web interface - I did it manually:[/FONT][/COLOR]
                  [CODE]$ su

                  wget https://downloads.sourceforge.net/project/freeghost/Kernels/Kernel-3.2.4.core/Kernel-3.2.4.core

                  cp /tftpboot/fog/kernel/bzImage /tftpboot/fog/kernel/bzImage.bak

                  mv Kernel-3.2.4.core /tftpboot/fog/kernel/bzImage[/CODE]

                  1 Reply Last reply Reply Quote 0
                  • S
                    Sherrie Doyal
                    last edited by

                    Thank You so much for your help that worked!! I have been able to upload my image and download an image onto these computers, again thanks so much for your instructions they worked perfectly 🙂

                    1 Reply Last reply Reply Quote 0
                    • A
                      afmrick
                      last edited by

                      Yahoo!

                      1 Reply Last reply Reply Quote 0
                      • T
                        tomatzo
                        last edited by

                        And if we did both of the above and the screen still shows up blank, what then. I really appreciate the help above, finding out that the Kernel for Fog was also something that could be upgraded, but what next?

                        1 Reply Last reply Reply Quote 0
                        • Jaymes DriverJ
                          Jaymes Driver Developer
                          last edited by

                          If no video displays, the kernel drivers are STILL not right for your video card.

                          WARNING TO USERS: My comments are written completely devoid of emotion, do not mistake my concise to the point manner as a personal insult or attack.

                          1 Reply Last reply Reply Quote 0
                          • T
                            tomatzo
                            last edited by

                            I guess not. Thanks.

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

                              You can try my kernel.

                              I’m back to 32 bit kernel and init.gz for the time being.

                              Try:

                              [url]https://mastacontrola.com/fogboot/kernel/bzImage[/url]

                              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
                              • T
                                tomatzo
                                last edited by

                                Thank you very much, Tom, and thanks for everybody who spent time on this discussion thread. It has been of immense assistance to us. My production fog is running 64 bit Ubuntu Server, but I’ll try your kernel on my test fog in Virtual Box. We will virtualize the fog server within 6 months time, so a testing of a redo of the fog configuration is ahead of us, just after Christmas. Anyway, I fixed the problem by using another computer, without a DVI graphic, to upload the image the image of the computer with the DVI interface.

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

                                220

                                Online

                                12.0k

                                Users

                                17.3k

                                Topics

                                155.2k

                                Posts
                                Copyright © 2012-2024 FOG Project