Omnimaga

General Discussion => Technology and Development => Computer Usage and Setup Help => Topic started by: ElementCoder on February 08, 2013, 10:30:35 am

Title: Installing linux
Post by: ElementCoder on February 08, 2013, 10:30:35 am
I plan to install Mint as a dual boot on my old laptop since I can't find any new drives that fit. I'm completely new to installing a linux distro, only having used live boots before. The current OS is Windows Vista. I have two partitions C(windows) and D(empty). How would I install Mint on D without risking breaking my windows install and losing everything :P?
Title: Re: Installing linux
Post by: Lionel Debroux on February 08, 2013, 10:49:44 am
You could indeed install Linux at what Windows currently sees as D (and then, Windows wouldn't see it anymore out of the box, because it's notoriously bad at handling anything non-Windows) :)
Just tell the Mint installer to use that partition.
What's the size of your D ?
Title: Re: Installing linux
Post by: ElementCoder on February 08, 2013, 11:05:15 am
I'll clean up the drive and will then make C something around 80GB which leaves the rest of the drive for D. The enitre drive is 500GB.I'll split the drive up. C will be 200 and D the rest.
Title: Re: Installing linux
Post by: Fireicee1 on February 08, 2013, 01:54:37 pm
Yes, basically what Lionel said.  The installer should see all your partitions.  Just select the partition you want to install Mint on (make sure it's not the one Windows is on, i.e the 200GB one).

Also, note, Linux uses a different notation of drives and partitions.
Your main drive would most likely be something like /dev/sda.
Then the main partition would probably be like /dev/sda1, the next /dev/sda2, and so on.  Each partition on the drive /dev/sda.
So if you were to plug in an external drive, it would probably show as /dev/sdb.

It might also be hdx instead of sdx, but the concept is the same. 
After installation, you can remove the install media (USB, CD, or whatever) and reboot.
You should get the grub boot loader screen which, as the name suggests, will you allow you to choose which OS to boot into. 
Have fun with Linux! :)
Title: Re: Installing linux
Post by: Sorunome on February 08, 2013, 08:28:25 pm
Yeah, pay attention to which /dev/sda you over-write, but iirc the mint installer detects what os is in which partition, and mint is in general easy to install.

And you'll notice soon how awesome linux is! :D
Title: Re: Installing linux
Post by: ElementCoder on February 25, 2013, 01:19:23 pm
Ok, so a couple of things went wrong during the install but that's all fixed now :P But now comes doing everything again. Is there any file system mint prefers/has to have or can I just choose NTFS?
Title: Re: Installing linux
Post by: Lionel Debroux on February 25, 2013, 01:44:02 pm
Nope, not NTFS, which does not support some standard *nix features. Just use ext4 :)
Title: Re: Installing linux
Post by: Happybobjr on February 25, 2013, 05:47:13 pm
^Yup

Make sure after installing, you close the disk drive after you take the disk out when it pop out. Then press enter.
If you don't and just hardshut down it, it fails.
Title: Re: Installing linux
Post by: ElementCoder on February 26, 2013, 10:10:56 am
I think something went wrong during the making of the CD. It now says:
Code: [Select]
EDD: Error 8000 reading sector 447158
Invalid or corrupt kernel image.
Boot: _
Noob question: will it ask for a partition when installing from inside a liveboot from usb as well?
Title: Re: Installing linux
Post by: willrandship on February 26, 2013, 12:22:10 pm
Technically you can use ntfs, but you shouldn't. The only situation which you should ever need an NTFS partition for is a data partition that needs to be accessible by windows. Your main partition should never be NTFS, since the programs make assumptions that aren't true in that case. (Mainly, you'll have problems with defrag)

Installing from USB is identical to installing from CD.