Announcement

Collapse
No announcement yet.

Upgrade from 10.04 to 11.04 gives error on monitor

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Upgrade from 10.04 to 11.04 gives error on monitor

    Hi all
    I have just upgraded from 10.04 to 11.04 (via 10.10 on the way!) and I have lost my GRUB screen.
    After the BIOS screen all my monitor does is display the error "Signal out of range"
    GRUB is still there hiding and I can select Windows or Kubuntu by holding down the up or down arrow keys. Everything else seems OK.

    Any ideas?

    Thanks
    Keith
    AMD Athlon II Quad core 2.6GHz, 2GB RAM, AMD Radeon HD 6450 1GB graphics, 1x370GB sata HDD, 1x700GB sata HDD, 1xDVDRW, 1xDVDROM

    #2
    Re: Upgrade from 10.04 to 11.04 gives error on monitor

    Originally posted by melmerby

    After the BIOS screen all my monitor does is display the error "Signal out of range"
    That means the monitor is not being detected by the graphics card. There may be a Grub boot menu, but you'll never see it until you enter the needed video (or ACPI) boot option, so the monitor doesn't go to sleep immediately upon booting.

    Comment


      #3
      Re: Upgrade from 10.04 to 11.04 gives error on monitor

      Originally posted by Teunis
      So you are able to select (K)Ubuntu and log in?

      Then you could install Startup Manager and change the properties of the start up screen to something your video card does accept..
      Yes, once I have used the up/down arrow keys (blind!) I can log in to either Kubuntu or Windows as required. I just can't see the GRUB screen.

      The video card (nVidia) will accept pretty well anything (it is fairly modern) from VGA up to high def resolutions and the monitor is 1280x1024@75Hz, so what could Kubuntu be producing that it doesn't like?

      Keith
      AMD Athlon II Quad core 2.6GHz, 2GB RAM, AMD Radeon HD 6450 1GB graphics, 1x370GB sata HDD, 1x700GB sata HDD, 1xDVDRW, 1xDVDROM

      Comment


        #4
        Re: Upgrade from 10.04 to 11.04 gives error on monitor

        Post the contents of your /etc/default/grub file please.
        Windows no longer obstructs my view.
        Using Kubuntu Linux since March 23, 2007.
        "It is a capital mistake to theorize before one has data." - Sherlock Holmes

        Comment


          #5
          Re: Upgrade from 10.04 to 11.04 gives error on monitor

          Originally posted by Snowhog
          Post the contents of your /etc/default/grub file please.
          See here:

          # If you change this file, run 'update-grub' afterwards to update
          # /boot/grub/grub.cfg.
          # For full documentation of the options in this file, see:
          # info -f grub -n 'Simple configuration'

          GRUB_DEFAULT=0
          #GRUB_HIDDEN_TIMEOUT=0
          GRUB_HIDDEN_TIMEOUT_QUIET=true
          GRUB_TIMEOUT=10
          GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
          GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
          GRUB_CMDLINE_LINUX=""

          # Uncomment to enable BadRAM filtering, modify to suit your needs
          # This works with Linux (no patch required) and with any kernel that obtains
          # the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
          #GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xe fefefef"

          # Uncomment to disable graphical terminal (grub-pc only)
          #GRUB_TERMINAL=console

          # The resolution used on graphical terminal
          # note that you can use only modes which your graphic card supports via VBE
          # you can see them in real GRUB with the command `vbeinfo'
          #GRUB_GFXMODE=640x480

          # Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
          #GRUB_DISABLE_LINUX_UUID=true

          # Uncomment to disable generation of recovery mode menu entries
          #GRUB_DISABLE_RECOVERY="true"

          # Uncomment to get a beep at grub start
          #GRUB_INIT_TUNE="480 440 1"

          Keith
          AMD Athlon II Quad core 2.6GHz, 2GB RAM, AMD Radeon HD 6450 1GB graphics, 1x370GB sata HDD, 1x700GB sata HDD, 1xDVDRW, 1xDVDROM

          Comment


            #6
            Re: Upgrade from 10.04 to 11.04 gives error on monitor

            Nothing strange in your /etc/default/grub file. You can edit it as root and modify the following line:

            GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"

            Remove the quiet splash so the line looks like:

            GRUB_CMDLINE_LINUX_DEFAULT=""

            Save and close the file, then at a command line type:

            sudo update-grub

            Reboot your PC and report back.
            Windows no longer obstructs my view.
            Using Kubuntu Linux since March 23, 2007.
            "It is a capital mistake to theorize before one has data." - Sherlock Holmes

            Comment


              #7
              Re: Upgrade from 10.04 to 11.04 gives error on monitor

              Originally posted by Snowhog
              Nothing strange in your /etc/default/grub file. You can edit it as root and modify the following line:

              GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"

              Remove the quiet splash so the line looks like:

              GRUB_CMDLINE_LINUX_DEFAULT=""

              Save and close the file, then at a command line type:

              sudo update-grub

              Reboot your PC and report back.
              OK
              I have done that and there is no change to the startup.

              Keith
              AMD Athlon II Quad core 2.6GHz, 2GB RAM, AMD Radeon HD 6450 1GB graphics, 1x370GB sata HDD, 1x700GB sata HDD, 1xDVDRW, 1xDVDROM

              Comment


                #8
                Re: Upgrade from 10.04 to 11.04 gives error on monitor

                I know it's sometime since I last posted by it might be of interest to some.

                I have now changed my graphics card from nVidia to AMD Radeon which of course meant installing different Windows drivers. (the nVidia drivers had been updated several times without changing the problem)
                The GRUB screen has re-appeared (in colour as well) and so far everything seems OK!

                Keith
                AMD Athlon II Quad core 2.6GHz, 2GB RAM, AMD Radeon HD 6450 1GB graphics, 1x370GB sata HDD, 1x700GB sata HDD, 1xDVDRW, 1xDVDROM

                Comment

                Working...
                X