Ubuntu Ultimate install from system.

I want to install Ubuntu Ultimate 2.9. I downloaded ISO form its site and burnt it on DVD and tried to install it. But my DVD reader is not working properly so installation fails in between it. I have another OS as Windows.
Can any body tell that if I can install Ubuntu Ultimate directly from WIndows rather than from booting DVD (which is not the possibility)?

---------- Post updated at 11:17 PM ---------- Previous update was at 09:08 PM ----------

Hi this is not bumping but I am in utmost need for this installation.

You could try a usb stick.

Does the CD read OK in windows? (is this a media or drive problem?)

1 Like

Hi
Thanks
I am surely gonna do that,
I just have concerns that Ubuntu Ultimate ISO file will be bootable at the time of system booting for installation or I need to convert it into somewhat different format.

An optical drive uses completely different components to burn CD's than DVD's so a CD might still work if you can burn one.

1 Like

But the content is huge. 2.9GB moreover my DVD/CD reader is not working properly.

Perhaps there is a version on multiple CD's, is what I mean.

It might still be able to burn and read CD's, since it uses separate parts to do that -- different lens, different laser, different focus loop. If you're lucky it might just be the DVD part that's broken.

Unfortunately booting from USB isn't as simple as copying an ISO to a USB drive. The computer knows the difference between a hard drive and a CDROM and won't treat them the same way. You have to put something that supports USB booting on the USB drive.

Of course, the obvious thing to do would be to get your DVD drive fixed! Or get an external DVD drive, many systems can boot from a USB cdrom.

Well, the usb flash has fewer moving parts and more capacity, and many people seem to know how to make them bootable for install or O/S. You have to download and install the right file with the right tools. Google looked rich with tips.

There's not a magic "make-flash-drive-act-like-bootable-CDROM" program; even if you fooled the BIOS somehow, everything'd break down the instant things started loading device drivers. It's possible to mount the ISO as a loop device though, but then the programs on disk would start pining for a CDROM drive of some sort. Unless you specifically told them somehow that they were to use this disk image instead, and the programs on the ISO had the ability to use such options. So making a USB-based installer is pretty much tantamount to either 1) installing it on the USB drive, or 2) extracting the contents of the ISO onto it and modifying them by hand, or 3) Dumping the images on it, installing a bootloader and the correct kernel+modules+initrd, and using special distro-specific boot options to allow it to use a given ISO image instead of a cdrom.

So all of these are distro-specific, and all of these are going to be pretty difficult when he can't get the information out of the the ISO. There's not a generic solution.

1 Like

Yes, you need bios to boot a USB pen drive, or you have to boot a "pen drive boot program" from a supported boot device.

Hiren's BootCD From USB Flash Drive (Pen Drive) - www.hiren.info
Use a Boot CD to Boot from USB | USB Pen Drive Linux

I recall some LINUX demos used to boot from Windows, taking over the machine already running, replacing the O/S on the fly! It beats putting in a paper tape loader one bit at a time. :smiley: