Page 1 of 2 12 LastLast
Results 1 to 10 of 12

Thread: Cannot boot installation ISO

  1. #1
    Join Date
    Jan 2008
    Location
    USA
    Beans
    15
    Distro
    Xubuntu 10.04 Lucid Lynx

    Angry Cannot boot installation ISO

    For some mysterious reason, I cannot upgrade my old Jaunty system to the newest LTS, or even 10.04.4 LTS.

    I'm doing this on an older box with an Adaptec 29160 SCSI card. The SCSI card is in slot 3 of the motherboard. There are two devices terminated or chained on the SCSI interface: the HDD is device #0, and the CD-ROM drive is device #3.

    I thought this would be easy, as the CD-ROM drive is in good working order.

    I can't upgrade the system over the network anymore via apt-get or Update Manager, because Jaunty is no longer supported

    1. I burn the Ubuntu 10.04.4 LTS iso. On startup, I enter the system BIOS and change the boot order so that the CD-ROM boots first, then restart. I get an error during post: "DISK BOOT FAILURE. INSERT SYSTEM DISK AND PRESS ENTER." But the disk is already in the drive, and when I press "Enter", I get a blank screen with a blinking cursor in the upper left hand corner of the screen.

    2. I wonder if I can change the boot order in the SCSI BIOS. So I reboot and press CTRL-A to access the SCSI BIOS, and change the first device in the boot order from "0" to "3" (the device number for the CD-ROM drive). Restart, but the disk doesn't spin up and I get the same error, "DISK BOOT FAILURE. INSERT SYSTEM DISK AND PRESS ENTER."

    I'm at my wit's end. I thought this would be simple, and I know the drive works because I installed Jaunty via CD.

    What am I doing wrong?

  2. #2
    Join Date
    Jul 2010
    Location
    ozarks, Arkansas, USA
    Beans
    14,189
    Distro
    Xubuntu 22.04 Jammy Jellyfish

    Re: Cannot boot installation ISO

    hi ! wyclif !

    Sounds to me like a bad cd... did you check the MD5sum ??

    https://help.ubuntu.com/community/HowToMD5SUM
    Just try'n to help <== BDQ

  3. #3
    Join Date
    Jan 2008
    Location
    USA
    Beans
    15
    Distro
    Xubuntu 10.04 Lucid Lynx

    Re: Cannot boot installation ISO

    Thanks, but I was careful to verify the checksum.

    When I navigate (via the file browser) to "computer:///" and click on "CD-ROM drive" the system tells me "Unable to mount location, no media in the drive" even though the install CD is in the drive.

  4. #4
    Join Date
    Jan 2008
    Location
    USA
    Beans
    15
    Distro
    Xubuntu 10.04 Lucid Lynx

    Re: Cannot boot installation ISO

    Here's some relevant output from the command line:

    $ sudo mount /media/cdrom
    mount: no media found on /dev/sr0

    $ sudo umount /media/cdrom
    umount: media/cdrom: not mounted

    $ sudo mount /dev/sda0 /media/cdrom
    mount: special device /dev/sda0 does not exist

    $ sudo mount /dev/scd0 /media/cdrom
    mount: /dev/sr0: unknown device

    $ ls -l /dev/sr0 /dev/scd0
    lrwxrwxrwx 1 root root 3 2012-11-02 22:23 /dev/scd0 -> sr0
    brw-rw---- 1 root cdrom 11, 0 2012-11-02 22:23 /dev/sr0

    $ sudo mount /dev/scd0 /media/cdrom -t udf
    mount: no medium found on /dev/sr0

    Any help is greatly appreciated!

  5. #5
    Join Date
    Jul 2012
    Beans
    Hidden!

    Re: Cannot boot installation ISO

    You did burn the CD as image file? not data.

  6. #6
    Join Date
    Jan 2008
    Location
    USA
    Beans
    15
    Distro
    Xubuntu 10.04 Lucid Lynx

    Re: Cannot boot installation ISO

    Thanks, offgridguy, but can you be more specific? I grabbed a MacBookPro and burned the ISO with Disk Utility, and verified checksum, &.

    So, yes, I burned an .iso image of 10.04.4 LTS just to get a base for an upgrade path on this older machine that should be perfectly usable. It's got an AMD Athlon on a Tyan ATX motherboard, and has an Adaptec SCSI card in the third slot. Everything is clean and has been kept free of dust, and has been standing on a floor. The CDROM drive is a Plextor Ultraplex Wide:

    http://reviews.cnet.com/cd-drives/pl..._7-132486.html

    There doesn't seem to be any reason why this older, but still quality system can't be reused with a fresh install of Ubuntu/Lubuntu/Xubuntu LTS, and turn out to be a decent programming machine.

    I wonder if I might be able to simply unplug the SCSI and plug an IDE CDROM drive onto the motherboard to install. I don't really want to do this though; I'd rather figure out what is amiss here and learn something.
    Last edited by wyclif; November 3rd, 2012 at 08:25 AM.

  7. #7
    Join Date
    Apr 2010
    Beans
    309
    Distro
    Ubuntu Development Release

    Re: Cannot boot installation ISO

    Do you still have the Jaunty CD and if so does the CD-ROM boot from it?

  8. #8
    Join Date
    Jan 2008
    Location
    USA
    Beans
    15
    Distro
    Xubuntu 10.04 Lucid Lynx

    Re: Cannot boot installation ISO

    I do, and I tried using it again but I get the same "Verifying DMI Pool...
    "DISK BOOT FAILURE. INSERT SYSTEM DISK AND PRESS ENTER."

    wyclif@red:~$ mount /dev/cdrom
    mount: no medium found on /dev/sr0
    wyclif@red:~$ mount /dev/sr0
    mount: no medium found on /dev/sr0
    wyclif@red:~$ mount /cdrom
    mount: no medium found on /dev/sr0

    Still can't upgrade!

  9. #9
    Join Date
    Apr 2010
    Beans
    309
    Distro
    Ubuntu Development Release

    Re: Cannot boot installation ISO

    Do you see the CD drive when you run the utility "Disks" (under applications)? What happens when you insert a music CD in the drive?

    Have you checked the connections of the CD drive?

    If the hardware is good, maybe a server install image is needed to load the correct drivers?
    Last edited by tokyobadger; November 3rd, 2012 at 09:42 AM.

  10. #10
    Join Date
    Jun 2010
    Location
    London, England
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: Cannot boot installation ISO

    I am confused. You say that both the hard disk and the CD drive are on the SCSI card. Then you say that you entered the System BIOS to change the boot order. That means the BIOS is looking for a non-existent CD drive. It is not looking at the SCSI card for an operating system on the either the hard disk or the CD drive.

    You also say that you have changed the boot order in the SCSI BIOS. I would suggest that you keep the System BIOS booting to the SCSI card and only change the boot order in the SCSI BIOS so that the System BIOS looks for an operating system on the SCSI card and then the SCSI BIOS directs the search away from the hard disk and towards the CD Drive.

    Even without an operating system on a disk in the CD drive the machine should still load an OS. It should look to the hard drive if it fails to find an OS on the CD. This is not happening.

    I think that you have told the System BIOS not to look for an OS on the SCSI card. So, it cannot find one even on the hard disk.

    Regards.
    It is a machine. It is more stupid than we are. It will not stop us from doing stupid things.
    Ubuntu user #33,200. Linux user #530,530


Page 1 of 2 12 LastLast

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
  •