Find the answer to your Linux question:
Results 1 to 7 of 7
I installed a new usplash this morning called Ubuntu-smooth (an identical version of the original usplash, but with a smooth non -pausing progress bar.) Anyway, after an accidental hibernate (I ...
  1. #1
    Linux Newbie DaCalebMan's Avatar
    Join Date
    Jun 2009
    Location
    Mengwi, Bali, Indonesia
    Posts
    148

    Talking Linux not booting

    I installed a new usplash this morning called Ubuntu-smooth (an identical version of the original usplash, but with a smooth non -pausing progress bar.) Anyway, after an accidental hibernate (I missed the reboot button) I noticed that the usplash wouldn't display at all! Only text! However during text-mode, I glimpsed what Ubuntu was doing, it tried to unmount my usb flash-drive (source of usplash) but [FAILED] to do so, so after turning the PC back on again, I went to startup manager, looked for the usplash problem, couldn't find it, accused the boot-loader menu, disabled it and shutdown.

    Now, whenever I turn the computer on I get a blinking underscore, or if I insert the flash-disk, this:

    Code:
     (some random combination of numbers) Assuming drive-cache. Writing...
    Then does NOTHING. What do I do?!

  2. #2
    Linux Newbie
    Join Date
    Jan 2008
    Location
    Canada
    Posts
    109
    Hi DaCalebMan
    Look at [sdc] Assuming drive cache: write thru - Ubuntu Forums . I think it is similar to your problem.
    Cheers....
    Robert

  3. #3
    Linux Newbie DaCalebMan's Avatar
    Join Date
    Jun 2009
    Location
    Mengwi, Bali, Indonesia
    Posts
    148

    Talking Hmmmmmm,

    It is quite similar,

    but in my case, it happens as soon as I boot, not when I try to write to it.
    I'm booting off the live CD, and I am able to do anything with the flash. I've even taken all the data off it and put it in a spare internal drive. However when my computer is off, I take out the flash-drive, then boot, I get stuck at that blinking cursor, you know, the one means it's checking for operating systems elsewhere first?

    I really don't know what to do about this one.

  4. #4
    Super Moderator MikeTbob's Avatar
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    7,145
    Hello! Fire up your favorite LiveCd and open a terminal window please, post the output of these commands. Hopefully we can see something going on here.
    Code:
    sudo mkdir /mnt/ubuntu
    Code:
    sudo mount /dev/sda1 /mnt/ubuntu/
    The above code assumes you are using /dev/sda1, you may need to change this according to your needs.
    Code:
    sudo fdisk -l
    The above code is a lowercase L, not a 1, which is a common mistake.
    Code:
    sudo cat /mnt/ubuntu/etc/fstab
    Code:
    sudo tail -100 /mnt/ubuntu/var/log/messages
    I do not respond to private messages asking for Linux help, Please keep it on the forums only.
    All new users please read this.** Forum FAQS. ** Adopt an unanswered post.

  5. #5
    Linux Newbie DaCalebMan's Avatar
    Join Date
    Jun 2009
    Location
    Mengwi, Bali, Indonesia
    Posts
    148

    Talking Thanks!

    Here's the Results:

    (Sorry, I had to attach it instead of copy and paste, to prevent windows from sabotaging it)

    P.S, do you think formatting the flash drive might help?

    Thanks, ~Caleb
    Attached Files Attached Files
    Last edited by DaCalebMan; 10-10-2009 at 11:54 PM. Reason: attatchment failed

  6. #6
    Super Moderator MikeTbob's Avatar
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    7,145
    Quote Originally Posted by DaCalebMan View Post
    Here's the Results:

    (Sorry, I had to attach it instead of copy and paste, to prevent windows from sabotaging it)

    P.S, do you think formatting the flash drive might help?

    Thanks, ~Caleb
    Are you booting strictly from the USB device or are you having problems with both devices? I was under the impression that you couldn't boot from the HDD.
    Formatting the Flash drive will destroy everything on it, you'll need to rebuild what ever you currently have on it.
    I do not respond to private messages asking for Linux help, Please keep it on the forums only.
    All new users please read this.** Forum FAQS. ** Adopt an unanswered post.

  7. #7
    Linux Newbie DaCalebMan's Avatar
    Join Date
    Jun 2009
    Location
    Mengwi, Bali, Indonesia
    Posts
    148

    Talking

    Oh, sorry to confuse you. The problem is I cannot boot from the hard drive, and the USB flash drive is being considered a drive cache by Ubuntu. I have already cleared all my files off the flash, and I was hoping formatting the drive, would make Ubuntu re-identify it. (I could do this on a Win-PC)

    Thanks!

Posting Permissions

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