LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 06-23-2005, 05:07 PM   #1
kobra
LQ Newbie
 
Registered: Jun 2005
Posts: 17

Rep: Reputation: 0
Installing Ubuntu Problems


I downloaded the Ubuntu OS, unzipped it, burnt it to a CDRW, restarted the PC, the computer starts reading the CD Drive, but it stops and XP starts up. What could be wrong? The size of the Ubuntu is 581MB, could a file be missing. I got the OS from this site http://www.osdir.com/Downloads+index...e-Ubuntu.phtml

Last edited by kobra; 06-23-2005 at 05:14 PM.
 
Old 06-23-2005, 05:34 PM   #2
dcdbutler
Member
 
Registered: Jan 2005
Location: Boston
Distribution: slackware
Posts: 502

Rep: Reputation: 30
Check your BIOS is set to boot the CD first

Also, check to make sure didn't just copy the .iso image file - how did you burn it?

If it's neither of these, then you could do an md5sum check for integrity.
 
Old 06-23-2005, 05:39 PM   #3
kobra
LQ Newbie
 
Registered: Jun 2005
Posts: 17

Original Poster
Rep: Reputation: 0
Yes the cd drive is set as first boot device. It was not in the form of an image, it was zipped, so i unzipped it and burnt the contents in it.

Quote:
Originally posted by dcdbutler If it's neither of these, then you could do an md5sum check for integrity.
How is this done?
 
Old 06-23-2005, 06:00 PM   #4
dcdbutler
Member
 
Registered: Jan 2005
Location: Boston
Distribution: slackware
Posts: 502

Rep: Reputation: 30
Hmm, if it was burnt from a zipped archive, then an md5sum check may not be appropriate. Usually you run an md5sum check on downloaded files from ftp or http sites. Basically it's just a check for file integrity. You check the md5sum of the file you downloaded and compare it with an official md5sum for that particular file. If they match exactly, then it's exactly the same file. If not, it's probably corrupted. You could check from where you dowloaded it to see if there's an official md5sum for the file you downloaded, but I kinda doubt it. If you do find one, the way to check the md5sum of the file you downloaded is with
$ md5sum -c /file
Anyhow, I'm not sure what else to suggest...............bad burn? Probably not though.
 
Old 06-23-2005, 06:00 PM   #5
Bruce Hill
HCL Maintainer
 
Registered: Jun 2003
Location: McCalla, AL, USA
Distribution: Arch, Gentoo
Posts: 6,940

Rep: Reputation: 129Reputation: 129
http://www.linuxiso.org/viewdoc.php/howtoburn.html

Alternately, you miight read > http://www.ubuntulinux.org/download/

Last edited by Bruce Hill; 06-23-2005 at 06:05 PM.
 
Old 06-23-2005, 06:08 PM   #6
kobra
LQ Newbie
 
Registered: Jun 2005
Posts: 17

Original Poster
Rep: Reputation: 0
Well there is a file in there called mbsum, here are some of the contents.

Quote:
ff7c063e81fe9ac8772811c454eec11c ./dists/hoary/main/binary-i386/Release
6f38428ad49349a6e0d1e48c613f086e ./dists/hoary/main/binary-i386/Packages
3130bf3ad16f5ee5401eb7090e788a4c ./dists/hoary/main/binary-i386/Packages.gz
a4bf86545b6ec56c0ac2cbc295071b1d ./dists/hoary/main/debian-installer/binary-i386/Packages
90d459ea0bd7dc27551849e80833f679 ./dists/hoary/main/debian-installer/binary-i386/Packages.gz
74d9ea56ba753dd54844b0622b87ac3150d65420ca4a91124a30c
 
Old 06-23-2005, 06:11 PM   #7
Bruce Hill
HCL Maintainer
 
Registered: Jun 2003
Location: McCalla, AL, USA
Distribution: Arch, Gentoo
Posts: 6,940

Rep: Reputation: 129Reputation: 129
I think Windows must have changed that filename from .torrent, or .iso, to .zip

What link did you select to download Ubuntu? You can either get it as an .iso
image of a .bittorrent, but not a .zip file. They explain how to get it, and hot to
make an image, on the Unbuntu website.
 
Old 06-23-2005, 06:18 PM   #8
kobra
LQ Newbie
 
Registered: Jun 2005
Posts: 17

Original Poster
Rep: Reputation: 0
I got it from http://us.releases.ubuntu.com/releases/5.04/, then I clicked Intel x86 under "Install Cd".

Last edited by kobra; 06-23-2005 at 06:22 PM.
 
Old 06-23-2005, 06:27 PM   #9
dcdbutler
Member
 
Registered: Jan 2005
Location: Boston
Distribution: slackware
Posts: 502

Rep: Reputation: 30
That's a .iso file. It's an image file. You can burn this image to a disc so that it will contain directories and stuff on it using nero in windows and a few other programs that I can't remember. If you just burn the .iso file though, it won't work.

Check out this site

http://iso.snoekonline.com/iso.htm
 
Old 06-23-2005, 06:27 PM   #10
Bruce Hill
HCL Maintainer
 
Registered: Jun 2003
Location: McCalla, AL, USA
Distribution: Arch, Gentoo
Posts: 6,940

Rep: Reputation: 129Reputation: 129
The file that downloads is named ubunut-5.0.4-install-i386.iso
I think Windoze has messed you up. If you don't have that file
on your computer, which is probably close to 700MB, then start
the download again. You can also get a BitTorrent image )per
the instructions above). After you get the .iso image, then verify
the md5sum (per instructions in a link above) and then burn a
bootable CD (per instructions above).

In Windoze instead of just clicking on the link to download, you
might need to right-click and select Save as... so that you can
give it the proper filename.

Last edited by Bruce Hill; 06-23-2005 at 06:30 PM.
 
Old 06-23-2005, 06:31 PM   #11
kobra
LQ Newbie
 
Registered: Jun 2005
Posts: 17

Original Poster
Rep: Reputation: 0
ubuntu-5.04-install-i386, thats the name of the file so i believe its the correct one I have.
 
Old 06-23-2005, 06:35 PM   #12
Bruce Hill
HCL Maintainer
 
Registered: Jun 2003
Location: McCalla, AL, USA
Distribution: Arch, Gentoo
Posts: 6,940

Rep: Reputation: 129Reputation: 129
You gotta have .iso as the file extension, not .zip. Now, perhaps
you have .iso and Windoze just unzipped it somehow? Since I'm
using Slackware I really can't tell you what Windoze would do. If
you read at the ISOLinux link, it tells you how to check and burn
a bootable CD from an iso image. Link above ^^^
 
Old 06-23-2005, 06:59 PM   #13
kobra
LQ Newbie
 
Registered: Jun 2005
Posts: 17

Original Poster
Rep: Reputation: 0
ok i'll give it a try.
 
Old 02-08-2009, 11:32 AM   #14
LookAtMyChops
LQ Newbie
 
Registered: Feb 2009
Location: Michigan
Posts: 1

Rep: Reputation: 0
Hey i had this problem when i first tried to intstall ubuntu. The problem is that WinZip and similar programs like WinRAR all view the iso file as something to be unzipped when in fact it isnt. If you save the file to your windows computer and try to burn it to a cd without a separate burning program windows will still burn the file incorrectly even if it is left "unzipped". You need to burn the cd using a burning program that can burn a data mirroring cd. After looking around on ubuntu's website i found this info on a program called INFRARECORDER. https://help.ubuntu.com/community/BurningIsoHowto. Once i burnt the cd using infrarecoder(which is free by the way) the computer would boot the disk on startup.
 
Old 02-08-2009, 12:27 PM   #15
baldy3105
Member
 
Registered: Jan 2003
Location: Cambridgeshire, UK
Distribution: Mint (Desktop), Debian (Server)
Posts: 891

Rep: Reputation: 184Reputation: 184
A lot of drives that will boot from CDRs won't boot from CDRWs, seen this with two or three different drives new and old. If all else looks well, burn it to a proper CDR.

Cheers

Pete
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
problems installing vmware in ubuntu-5.10. greythorne Ubuntu 4 11-11-2005 08:21 PM
Problems installing Ubuntu and Madriva zoffmann Linux - Software 3 10-12-2005 10:09 PM
problems installing ubuntu on mac grimdaze Linux - Newbie 8 09-23-2005 03:39 PM
Installing Ubuntu (n00b problems) datassette Ubuntu 4 08-09-2005 11:31 AM
problems installing libpng-dev on Ubuntu mab_123 Linux - Software 1 04-07-2005 06:47 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 09:49 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration