Page 1 of 3 123 LastLast
Results 1 to 10 of 24

Thread: First-time Ubuntu 9.10 installer

  1. #1
    Join Date
    Feb 2014
    Beans
    5

    First-time Ubuntu 9.10 installer

    Right, I'll spare the backstory about my old PC with the SCSI hard drive and just say this: I have no idea how to get Ubuntu 9.10 to run on the thing.

    I've installed it at least 3 times, and every time I try to run from the SCSI hard drive, I get "No such device: 44f4edc7-1953-4b9f-a19d-eb4ce3685fd7". And yes, that's the entire message. I try to boot from the other hard drive partitions, I get similar messages. The install never made it seem like I had any hard drive problems, I installed the boot loader to the correct drive, but when it gets to the GRUB menu where I choose how to run Ubuntu, it just doesn't work.

    My question is: Do I need to format the drive and reinstall again, or is this a hardware issue?

  2. #2
    Join Date
    Oct 2009
    Beans
    Hidden!
    Distro
    Ubuntu 22.04 Jammy Jellyfish

    Re: First-time Ubuntu 9.10 installer....need help

    Have you tried a newer version of Ubuntu? 9.10 is ancient. 12.04 is the current Long Term Support release and 13.10 is the current normal release.

    Otherwise check what UUID that drive is using by booting a livecd and running this:

    Code:
    sudo blkid -c /dev/null
    Come to #ubuntuforums! We have cookies! | Basic Ubuntu Security Guide

    Tomorrow's an illusion and yesterday's a dream, today is a solution...

  3. #3
    Join Date
    Feb 2014
    Beans
    5

    Re: First-time Ubuntu 9.10 installer....need help

    I may have to try that....thanks for the advice, and cool avatar pic.

  4. #4
    Join Date
    Oct 2009
    Location
    Reykjavík, Ísland
    Beans
    13,647
    Distro
    Xubuntu

    Re: First-time Ubuntu 9.10 installer

    I don't know what you mean by 'old', but if performance is a problem then Lubuntu is worth considering.
    Bringing old hardware back to life. About problems due to upgrading.
    Please visit Quick Links -> Unanswered Posts.
    Don't use this space for a list of your hardware. It only creates false hits in the search engines.

  5. #5
    Join Date
    Feb 2014
    Beans
    5

    Re: First-time Ubuntu 9.10 installer

    Well, I may have to look into Lubuntu...after I get a new hard drive. Turns out one of my attempts to wipe the hard drive before installing Ubuntu may have borked it; my tech guy said to run Darik's Boot and Nuke on it, but I'm considering just getting a new 320-gig hard drive.

  6. #6
    Join Date
    Nov 2011
    Location
    /dev/root
    Beans
    Hidden!

    Re: First-time Ubuntu 9.10 installer

    Attempts to wipe a hard drive seldom borks it. It may bork the file system or partition table, but it is usually possible to create a new partition table and new file systems with gparted (when booted from another drive, for example an Ubuntu or Lubuntu install CD/DVD/USB drive).

    If gparted fails, you can try to wipe the first megabyte (not the whole drive), and then try again with gparted.

    Can you 'see it' with parted or gparted? Post the output of this command in a reply

    Code:
    sudo parted -l
    (at the end: space minus ell)
    Last edited by sudodus; February 11th, 2014 at 03:15 PM.

  7. #7
    Join Date
    Feb 2014
    Beans
    5

    Re: First-time Ubuntu 9.10 installer

    Parted Magic sees it, but claims that the filesystem is still messed up.

    I may have to use the partition editor on that to get the thing working....

  8. #8
    Join Date
    Nov 2011
    Beans
    2,336
    Distro
    Ubuntu

    Re: First-time Ubuntu 9.10 installer

    Quote Originally Posted by DukeNukem_2417 View Post
    ... I get "No such device: 44f4edc7-1953-4b9f-a19d-eb4ce3685fd7...
    Just guessing here....

    but that "44f4edc7-1953-4b9f-a19d-eb4ce3685fd7" looks suspiciously like a UUID string that would be found in /etc/fstab. (If you're unfamiliar with /etc/fstab, it's the file that identifies drives and partitions to the system. If fstab contains an error, there is a very good chance the machine won't boot.

    One kind of fstab error could be incuding a non-existent drive. I've seen that happen in old Linux installs when the USB drive that contains the install image, and the user booted off of, was incorrectly added to /etc/fstab. In some cases, the installer would see the USB stick as /dev/sda and put the bootloader there. The drive I considered /dev/sda was actually /dev/sdb to the installer. So, when I removed the USB stick, the machine would not boot.

    Current partitioning routines in installers do the right thing and ignore the USB drive. You can choose manual partitioning and be sure it is not selected.

  9. #9
    Join Date
    Nov 2011
    Location
    /dev/root
    Beans
    Hidden!

    Re: First-time Ubuntu 9.10 installer

    Quote Originally Posted by DukeNukem_2417 View Post
    Parted Magic sees it, but claims that the filesystem is still messed up.

    I may have to use the partition editor on that to get the thing working....
    That might work too It might be the same or a very similar version of gparted (as the version that comes with the Ubuntu install iso files).

  10. #10
    Join Date
    Feb 2014
    Beans
    5

    Re: First-time Ubuntu 9.10 installer

    Indeed...if d-ban somehow fails to work, I may have to try this idea.

    The fact that everyone here has been quick to reply with the advice is pretty encouraging, as well.

Page 1 of 3 123 LastLast

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
  •