Results 1 to 7 of 7

Thread: latest updates broke

  1. #1
    Join Date
    Jun 2007
    Location
    USA
    Beans
    524
    Distro
    Kubuntu 10.04 Lucid Lynx

    latest updates broke

    sudo apt-get upgrade
    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
    1 not fully installed or removed.
    After this operation, 0B of additional disk space will be used.
    Do you want to continue [Y/n]? y
    Setting up grub-pc (1.98-1ubuntu10) ...
    /etc/default/grub: 18: Syntax error: newline unexpected
    dpkg: error processing grub-pc (--configure):
    subprocess installed post-installation script returned error exit status 2
    Errors were encountered while processing:
    grub-pc
    E: Sub-process /usr/bin/dpkg returned an error code (1)

  2. #2
    Join Date
    Feb 2008
    Beans
    5,636

    Re: latest updates broke

    Code:
    gedit /etc/default/grub
    Can you post us the contents of the file?

  3. #3
    Join Date
    Jun 2007
    Location
    USA
    Beans
    524
    Distro
    Kubuntu 10.04 Lucid Lynx

    Re: latest updates broke

    Sure

    Code:
    # If you change this file, run 'update-grub' afterwards to update
    # /boot/grub/grub.cfg.
    
    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 nomodeset video=uvesafb:mode_option=>>1600x900-24<<,mtrr=3,scroll=ywrap"
    GRUB_CMDLINE_LINUX=""
    
    # 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=>>1600x900-24<<
    
    # 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_LINUX_RECOVERY="true"
    
    # Uncomment to get a beep at grub start
    #GRUB_INIT_TUNE="480 440 1"
    GRUB_GFX_PAYLOAD_LINUX=keep

  4. #4
    Join Date
    Feb 2008
    Location
    Land of fire and drought
    Beans
    Hidden!
    Distro
    Xubuntu

    Re: latest updates broke

    Do you do 'sudo apt-get update' first?

    You might try:

    Code:
    sudo apt-get autoremove
    ... and see if it offers further info.

  5. #5
    Join Date
    Jun 2007
    Location
    USA
    Beans
    524
    Distro
    Kubuntu 10.04 Lucid Lynx

    Re: latest updates broke

    To fix this I commented out the line -

    Code:
    # 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=>>1600x900-24<<
    This allowed me to continue with the upgrade at which point I got a grub configure screen complaining about a missing MBR uuid or somehow it got changed so I had to select the MBR manually and then it proceeded to complete the update-grub operation and overwrote my old grub.cfg file.

    Its weird. What did todays updates do that required grub to have to be reconfigured and my MBR uuid's changed? What was the last kernel update all about that hosed up all my audio?.. What the heck are you guys doing over there in Ubuntuland?

  6. #6
    Join Date
    Feb 2008
    Location
    Land of fire and drought
    Beans
    Hidden!
    Distro
    Xubuntu

    Re: latest updates broke

    You are using Kubuntu 10.04 Lucid Lynx and not 10.10?

  7. #7
    Join Date
    Jun 2007
    Location
    USA
    Beans
    524
    Distro
    Kubuntu 10.04 Lucid Lynx

    Re: latest updates broke

    Quote Originally Posted by Bucky Ball View Post
    You are using Kubuntu 10.04 Lucid Lynx and not 10.10?
    Yes.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •