I'm trying to install Ubuntu from a CD i burned but when it loads and i hit install it hangs up on the "loading Linux kernel" when it hits 100%. Should I just try to reburn the image and try over?
-
INEEDMONEY Homicidal Teddy Bear
-
Reburn it at a slower speed, ONLY on a CD-R disc.
-
First run a test for the media. It should be in the same menu as booting Ubuntu.
-
yeah, flaky burn I think...I've had that happen
-
INEEDMONEY Homicidal Teddy Bear
Ok, I got it. I just reburned it at a slower speed.
So when I'm installing Ubuntu how should I partition it? I have 2 partitions right now. One for XP and another for Files and such. -
you want at / (for system files), /home (for all your personal files, etc) and a /swap. All separate partitions. That's the way most of us do it. Put as much to the /home as possible, at least a gig to /swap, and you'll need at least 7-8 gigs for the /.
I have mine / (18 gigs), /home (80 gigs), and /swap (2 gigs) -
-
YOU HAVE MORE SPACE FOR VISTA?!?!?!?!
WTF?!?!?
[/end_rant] -
INEEDMONEY Homicidal Teddy Bear
Do I need to setup a /home when I already have a partition on my HDD for files?
-
-
-
I dont know how dated this info is, but you should satisfy this equation when deciding how much swap space you want "swap + RAM = 1GB" (if you have more than 1GB of RAM then you dont need swap). Maybe if someone else could validate this, i been away from this for a few months.
Personally, i dont use swap space at all.
and i would recommend mounting the partition you have for your files as the /home one, no sense in having two partitions for the same reason. -
INEEDMONEY Homicidal Teddy Bear
Soooo i'll be installing my programs on the /home partition?
ahhh i'm reading so many different things on what to do. My head hurts -
-
Reinstalling programs after a clean install isn't difficult to do though. Keep a list of all the programs you install on Hardy, and when you install Intrepid Ibex, you can use the terminal to install everything again with one command. What takes a lot of time is configuring all the programs with the settings you want, but having a separate home partition allows you to avoid that.
-
INEEDMONEY Homicidal Teddy Bear
Ok, so programs in the root directory, and settings in the /home directory.
So when I'm partition my HDD again it should look something like this when I finish: / /home, Swap (do I need this with 2gb of ram), C: (XP), F: (files) -
And as mentioned by others it is in general a good idea to have your root partition be separate from your home. -
i wouldnt use swap, i have 2gb of RAM and my ram usage never goes above 1gb so you should be ok without swap.
personally, here is what i would use:
/
/home (you can use the file partition for both operating systems, if you format it as ntfs windows can read it and so can linux. This eliminates the problem of transferring files between operating systems if you need them in both. All you need to do is mount it as /home in linux when you install)
C: (XP)
make sure you always backup your data before doing some partitioning (especially if it is your first time) -
INEEDMONEY Homicidal Teddy Bear
Yeah I think that's the way I did it a couple of yrs ago when I used Ubuntu.
-
-
/ is like your C:\Windows. All your OS files and stuff goes into here, only this time all the programs that went into C:\Program File goes into / as well.
/home is like your C:\Documents and Settings, all your movies, documents, music, program settings, etc goes into here.
when I did my install, I put
sda1 / ext3 10gb
sda2 /swap 2gb (because my RAM is 2gb. If you want to use hibernation support, have swap the same size (or larger) than your physical RAM)
sda3 /home ext3 [rest of the HD space]
The main reason for having a separate /home partition is so that if something goes wrong with your /, or if you want to upgrade or change distros, you can reinstall Linux without having to re-copy all your stuff into /home again. You don't have to touch it. Everything will reintegrate itself with the OS
/home is actually within / itself. (/ is called "root" for a reason)
Ubuntu Install
Discussion in 'Linux Compatibility and Software' started by INEEDMONEY, Jul 27, 2008.