hey i'm tryin to put the ubuntu linux program on my blank hard drive on my computer. i try to start it up like a live cd but everytime i get the actual program running i can only have it up for like 1 minute then the computer restarts itself and i have to reboot the computer. can anyone tell me what i need to do in order to full install ubuntu? thanks
yeah, the computer worked fine. It just always asked me which OS to use and it gave me Windows XP(Bootscreen) and Windows XP as the choices which were the exact same thing. When i use the live CD it just go straight to that screen with those same 2 choices. I'm guessing i have to get rid of the OS choice screen or get rid of one of the choices since they are the same thing. can anyone tell me what to and how?
You might try downloading the "Alternative" version of Ubuntu available at their site. It has worked for me every time the graphical installer fails. Basically, it's the same thing except no live CD and a text installer. Give it a shot.
set your computer to boot from cd.. only, in the bios have you burned the disk slow.. less than 24x? linux doesn't like booting from dvd drives for some obscure reason on some hardware configurations.. Finally.. linux ubuntu is not a program.. it's an operating system.. and its name is Ubuntu linux (linux for n00bs).. High profile, but with security problems and software issues if you still have troubles read the ubuntu wiki and installing help topics on their main site.
another reason i like Mandriva, PClinusOS etc etc; most of my machine's have DVD burners or dvd-rom drives, no problem with any distro booting from dvd drives here, though my kit isn't very obscure
Funny7 you say that Hazel.. because it is the alt-install ubuntu disk that refuses to work for me.. Just shows how random these things can be, though I do admit to cheating a little by booting puppy and doing my drive formatting with gparted ;-) Seems to make a heap of difference to boot reliability.. thinking out loud... maybe some mobos don't like booting with unpartitioned hdd's?
Another thing I found out the hard way - while trying to partition two HDDs, the 2nd disk needs to be partitioned as primary, not logical. I wanted 2 partitions, so both are primary. The partitioner made the first one as /home and the other came up /usr. I forced a logical partition to /home as another swap area. It would hang at 6% software install every time until I figured this out. Now if I could just get ./configure[, make, and make install work. . . Where is that cgg?
On ubuntu?? It has a good few things missing.. try apt-get install build-essentials and then give it another go.
Tried that already, installed build-essential 11.3ubuntu1 as listed in apt-get Here is the terminal dialogue: sam@75-92-197-226:~/Desktop/Tony's DrQueue$ ls -l total 340 drwxr-xr-x 14 sam root 4096 2007-07-21 23:34 drqueue-0.64.3 -rwx------ 1 sam root 336767 2001-06-12 08:35 drqueue[1].0.64.3.tgz sam@75-92-197-226:~/Desktop/Tony's DrQueue$ cd drqueue-0.64.3 sam@75-92-197-226:~/Desktop/Tony's DrQueue/drqueue-0.64.3$ sudo ./configure [sudo] password for sam: sudo: ./configure: command not found sam@75-92-197-226:~/Desktop/Tony's DrQueue/drqueue-0.64.3$ I think the path is not appropriate to the command directory. haven't figured that out yet. This should be a thread of its own, yes?
Try changing tint the directory the files are in.. There may not be a configure or a configure-guess file, in which case make usually does it all.
Well, now. the downloaded build-essentials folder is a list of the files needed to build a *.deb install package from a tar It does not contain the tools you need, just what you need, sort of, since different sources list slightly different tools. I think... How they are collected and configured to work together, ? I'm working on it. Anyone up to helping? Please?