Ubuntu This forum is for the discussion of Ubuntu Linux. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
|
07-27-2005, 09:09 PM
|
#1
|
Member
Registered: Jul 2005
Location: USA - IL
Distribution: Mepis
Posts: 131
Rep:
|
Ubuntu Installation Issues :(
Hi all,
I downloaded the latest Ubuntu so i could install it.
During the installation, everything goes fine then all of a sudden, i get an error:
Base System Return Error
Check /vor/log/messages
Why am i having this issue? Im trying to install it to a 10g ext3 partition.
Thanks,
|
|
|
07-27-2005, 09:17 PM
|
#2
|
LQ Guru
Registered: Apr 2003
Location: ~
Distribution: Ubuntu, FreeBSD, Solaris, DSL
Posts: 5,337
Rep:
|
I've got that very same error in one machine, but not in another. The thing is, those CD's I've installed Ubuntu were shipped from Ubuntu, not downloaded from the net. Why that happens, I don't know. Still, after trying over and over (and over) the installation completed successfully.
Not happy with the results, I've formated my machine and tried to install again, same error. After a lot of trials and errors, it will come a time where the installer will pass through that error and install. If you have time and patience, keep trying. It will install, sometime...
Talking about buggy...
|
|
|
07-27-2005, 09:19 PM
|
#3
|
Member
Registered: Jul 2005
Location: USA - IL
Distribution: Mepis
Posts: 131
Original Poster
Rep:
|
Thanks for the reply. My machine cant boot into windows now as the grub is damaged, lol, and i dont want to have to format the HD with all my WinXP games/files on particulary StarWars Galaxies....
Ill keep trying the install i guess. I understand what your talking about though as installing Win95 years back, sometimes it installed, others it didnt..
|
|
|
07-27-2005, 09:27 PM
|
#4
|
Member
Registered: Jul 2005
Location: USA - IL
Distribution: Mepis
Posts: 131
Original Poster
Rep:
|
Also, when making partition, whats the difference in Primary and Logical? Do they both have different purposes?
|
|
|
07-27-2005, 09:40 PM
|
#5
|
Member
Registered: Jul 2005
Location: USA - IL
Distribution: Mepis
Posts: 131
Original Poster
Rep:
|
Ok, i seemingly have Ubuntu installing fine now AFTER i let it partition the hd itself so, what was i doing wrong?
i had it partitioned to:
hdb1 10g ext3
hdb2 10g ext
hdb3 1g swap
hdb4 100g FAT 32
All set as Primary, but that didnt work, so i set some as Logical (not knowing what that means) abd it still didnt work.
Id like to have Ubuntu installed as listed above somehow....
|
|
|
07-27-2005, 10:28 PM
|
#6
|
LQ Guru
Registered: Apr 2003
Location: ~
Distribution: Ubuntu, FreeBSD, Solaris, DSL
Posts: 5,337
Rep:
|
Hi again JediDB!
I hope you did not lose your stuff ^_^. Primary partitions, as far as I know, are partitions declared inside the MBR (Master boot record). Since MBR is a very small part of the HD, it can hold up to 4 primary partitions only. A work around for that was the creation of logical partitions. Logical partitions are partitions declared inside a primary partition. Some operating system, in order to boot properly, must be installed on a primary partition.
One thing interesting (and so much better done) is the way FreeBSD handles partitions. It uses one partition and addional partitions (as /home/, or /usr/ or whatever you like) are created inside the FreeBSD partition. What is so great about that you may ask? You will only use one primary partition to install FreeBSD and all other partitions for BSD are created inside that primary one. Similar to logical, but not quite ^_^.
Well, good luck with Ubuntu. I found one of the coolest distros out there... sad about the installer though. I might give auto some chance sometime
Edit: I re-read your post. Install Ubuntu inside one primary (if you still have one) and the rest(swap, home, usr, whatever) as logical. That "could" work ^_^.
Regards!
Last edited by Mega Man X; 07-27-2005 at 10:30 PM.
|
|
|
07-27-2005, 10:39 PM
|
#7
|
Member
Registered: Jul 2005
Location: USA - IL
Distribution: Mepis
Posts: 131
Original Poster
Rep:
|
Wooty!
I got it working! Thanks for the helps Megaman 
|
|
|
07-27-2005, 11:34 PM
|
#8
|
LQ Guru
Registered: Apr 2003
Location: ~
Distribution: Ubuntu, FreeBSD, Solaris, DSL
Posts: 5,337
Rep:
|
Cool! I'm glad it works. Not quite sure what I did though, you've managed to fix it by yourself, so all credits goes to you ^_^. If you don't know this link already, bookmark it. It's a guide for Ubuntu. It will help you out with nearly everything you need to tweak Ubuntu to work as you like:
http://www.ubuntuguide.org/
Best of luck!
|
|
|
07-27-2005, 11:37 PM
|
#9
|
Member
Registered: Jul 2005
Location: USA - IL
Distribution: Mepis
Posts: 131
Original Poster
Rep:
|
Hmmm, i just got the Ubuntun installed but when i try to log in, it wont let me and it wont let me log in a root either.
3 times this has happened now. Even when i give ubuntu details for a sub account, it wont let me go past that screen. It asks me over and over again.
ANy ideas? this is starting to kill me now 
|
|
|
07-27-2005, 11:48 PM
|
#10
|
LQ Guru
Registered: Apr 2003
Location: ~
Distribution: Ubuntu, FreeBSD, Solaris, DSL
Posts: 5,337
Rep:
|
Ubuntu, by default, does not have a root account. You should login as the user you've created during the installation process. If you need to ever do any admin tasks (starting/stopping services, adding or removing programs) use the sudo command. e.g:
sudo apache2ctl start
it's possible to create a root account if you like. Didn't you create an user during the installation? I thought it was a "must" to create one user and set its password 
|
|
|
07-28-2005, 12:02 AM
|
#11
|
Member
Registered: Jul 2005
Location: USA - IL
Distribution: Mepis
Posts: 131
Original Poster
Rep:
|
yes, im trying to create a user account but it keeps asking me over and over again for it.
When i installed Ubuntu where it partitioned my HD, everything worked but i could never log into root to make system changes.
After i got the installer working with the partitions i wanted, well, this is where i am now, not been able to get past the create user account. It keeps looping back. If i skip this, i cant log into Ubuntu at all as no accounts are created.
|
|
|
07-28-2005, 12:28 AM
|
#12
|
Member
Registered: Jul 2005
Location: USA - IL
Distribution: Mepis
Posts: 131
Original Poster
Rep:
|
Well, i just went through all the reinstallation process again and this time, i didnt let Ubuntu update (unpluged my ethernet cable) and i managed to get past the password creation point this time.
After its done installing, and if i can get onto my desktop, ill let you know.
Also, what is sudo?
|
|
|
07-28-2005, 12:34 AM
|
#13
|
LQ Guru
Registered: Apr 2003
Location: ~
Distribution: Ubuntu, FreeBSD, Solaris, DSL
Posts: 5,337
Rep:
|
Sudo is a command that allows an user to execute a command as root. Since Ubuntu does not use root, everything is done with sudo. The first user you create is the only user that can use the command sudo. If you want, you could add more users to the sudoers file. Let's say you want to install gaim:
sudo apt-get install gaim
That's how everything will work in Ubuntu. It's possible to create a root account as I said before, if sudo does not do it for you ^_^. The Ubuntu guide explains how to create an user account.
You can read more about sudo by typing "man sudo", though, that's pretty much what you need to know so far =)
|
|
|
07-28-2005, 12:35 AM
|
#14
|
Member
Registered: Jul 2005
Location: USA - IL
Distribution: Mepis
Posts: 131
Original Poster
Rep:
|
Hi
Well, what a waste of time this is turning out to be. It says that theres an installation error after i try to log in.
|
|
|
07-28-2005, 12:36 AM
|
#15
|
LQ Guru
Registered: Apr 2003
Location: ~
Distribution: Ubuntu, FreeBSD, Solaris, DSL
Posts: 5,337
Rep:
|
That's bad. Feels like you still have a pretty broken installation =(
|
|
|
All times are GMT -5. The time now is 05:11 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|