Results 1 to 4 of 4

Thread: Ubuntu not booting (file name too long)

  1. #1
    Join Date
    Jul 2011
    Beans
    75

    Ubuntu not booting (file name too long)

    I am attempting to load ubuntu, but during the process, it displays a black screen filled with diamonds (♦), followed by a message stating "file name to long". It doesn't continue the boot, just stays on that screen. Any ideas how to fix this?
    Also, grub appears now when it didnt before. Thanks in advance

  2. #2
    Join Date
    Jul 2011
    Beans
    75

    Re: Ubuntu not booting (file name too long)

    ok, if i can't fix my boot, is there anyway to pull my files from my hdd onto an external drive via liveCD? I can see the files in my file browser, but it wont let me access them due to lack of permissions. any way around this?

  3. #3
    Join Date
    Jan 2012
    Beans
    80

    Re: Ubuntu not booting (file name too long)

    Quote Originally Posted by Arendyl View Post
    ok, if i can't fix my boot, is there anyway to pull my files from my hdd onto an external drive via liveCD? I can see the files in my file browser, but it wont let me access them due to lack of permissions. any way around this?
    When you boot from the liveCD open up a console and type sudo -i, you should then be able to access the files ...

    https://help.ubuntu.com/community/UsingTheTerminal

  4. #4
    Join Date
    Jun 2009
    Location
    SW Forida
    Beans
    Hidden!
    Distro
    Kubuntu

    Re: Ubuntu not booting (file name too long)

    Grub knows if you have abnormal shutdown or boot errors and will show menu. Then you may be able to boot with recovery mode to make repairs, or get to command line.

    Any idea what file is too long? Did you edit fstab, change language or do something where it is having issues. Or maybe it is just corruption, and from a liveCD you may need to run fsck?

    #From liveCD so everything is unmounted,swap off if necessary, change example shown with partition sdb1 to your partition(s)
    #e2fsck is used to check the ext2/ext3/ext4 family of file systems. -p trys fixes where response not required
    sudo e2fsck -C0 -p -f -v /dev/sdb1
    #if errors: -y auto answers yes for fixes needing response see man e2fsck
    sudo e2fsck -f -y -v /dev/sdb1
    UEFI boot install & repair info - Regularly Updated :
    https://ubuntuforums.org/showthread.php?t=2147295
    Please use Thread Tools above first post to change to [Solved] when/if answered completely.

Tags for this Thread

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
  •