Results 1 to 6 of 6

Thread: can not boot after upgrade - file not found 'loadfont'

  1. #1
    Join Date
    Oct 2010
    Location
    Italy
    Beans
    30
    Distro
    Ubuntu 10.04 Lucid Lynx

    can not boot after upgrade - file not found 'loadfont'

    Can not boot after upgrade - file not found 'loadfont'
    Hello,

    I have a 10.04 system that I installed the update for. Instead of doing the restart now option I choose to do a shutdown and upon a reboot I get an error and can not boot into Ubuntu.

    The error I get is:

    file not found 'loadfont'
    unknown command

    And I get into an endless cycle of it if I try to boot into Ubuntu..can boot into windows fine as this is an Wubi install.

    Does anyone have a fix for me? This is on a work computer and I need a fix immediately.

    I have read about the Wubi issues with 10.10 but this is 10.04 not 10.10...?

    Thanks!

  2. #2
    Join Date
    Oct 2010
    Beans
    91
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: can not boot after upgrade - file not found 'loadfont'

    Same thing just happened to me...

  3. #3
    Join Date
    Dec 2007
    Beans
    1

    Re: can not boot after upgrade - file not found 'loadfont'

    I've found easy solution for this problem.

    If WUBI won't boot, perform steps to mount your root.disk using Live CD(In my case I have root.disk mounted to /mnt/wubi)
    Mounting root.disk:
    1) Boot Ubuntu Live CD
    2) $ sudo mkdir /mnt/win
    $ sudo mount /dev/sda1 /mnt/win
    $ sudo mkdir /mnt/wubi
    $ sudo mount -o loop /mnt/win/ubuntu/disks/root.disk /mnt/wubi

    Workaround:
    1) Move your /etc/grub.d/00_header to another folder (eg. backup)
    $ sudo mkdir /mnt/wubi/etc/grub.d/backup
    $ sudo mv /mnt/wubi/etc/grub.d/00_header /mnt/wubi/etc/grub.d/backup/

    2) Start Synaptic and reinstall grub-pc to generate new grub.cfg
    3) In Synaptic select grub-pc and grub-common to Lock version using Package menu
    4) Reboot

    Everything should work now and Grub won't be updated to preserve this change.

    Tested on my Ubuntu 10.04

    PS: Sorry for my bad english.
    Last edited by SATANiAN666; November 30th, 2010 at 09:56 PM. Reason: Added Mounting root.disk

  4. #4
    Join Date
    Nov 2009
    Location
    North Vancouver
    Beans
    Hidden!
    Distro
    Edubuntu 14.04 Trusty Tahr

    Re: can not boot after upgrade - file not found 'loadfont'

    Get it booting:
    http://ubuntuforums.org/showpost.php...69&postcount=5 (You need to edit the grub.cfg for version 10.04.1).

    Permanent fix after following the above workaround:
    http://ubuntuforums.org/showpost.php...0&postcount=78

    To recover data from windows use a tool called ext2read and point it at c:\ubuntu\disks\root.disk

  5. #5
    Join Date
    Oct 2010
    Location
    Italy
    Beans
    30
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: can not boot after upgrade - file not found 'loadfont'

    Thank you both for the replies!

    @bc - I read through the whole bug which took quite a while and very honored that you spent so much time to getting this resolved...THANKS!

  6. #6
    Join Date
    Nov 2009
    Location
    North Vancouver
    Beans
    Hidden!
    Distro
    Edubuntu 14.04 Trusty Tahr

    Re: can not boot after upgrade - file not found 'loadfont'

    Quote Originally Posted by leon_chame View Post
    Thank you both for the replies!

    @bc - I read through the whole bug which took quite a while and very honored that you spent so much time to getting this resolved...THANKS!
    You're welcome - hope you get it sorted out.

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
  •