Author Topic: Installing linux  (Read 5167 times)

0 Members and 1 Guest are viewing this topic.

Offline ElementCoder

  • LV7 Elite (Next: 700)
  • *******
  • Posts: 611
  • Rating: +42/-2
    • View Profile
Installing linux
« 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?

Some people need a high five in the face... with a chair.
~EC

Offline Lionel Debroux

  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2135
  • Rating: +290/-45
    • View Profile
    • TI-Chess Team
Re: Installing linux
« Reply #1 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 ?
Member of the TI-Chess Team.
Co-maintainer of GCC4TI (GCC4TI online documentation), TILP and TIEmu.
Co-admin of TI-Planet.

Offline ElementCoder

  • LV7 Elite (Next: 700)
  • *******
  • Posts: 611
  • Rating: +42/-2
    • View Profile
Re: Installing linux
« Reply #2 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.
« Last Edit: February 08, 2013, 11:12:49 am by ElementCoder »

Some people need a high five in the face... with a chair.
~EC

Offline Fireicee1

  • LV2 Member (Next: 40)
  • **
  • Posts: 29
  • Rating: +0/-0
    • View Profile
Re: Installing linux
« Reply #3 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! :)

Offline Sorunome

  • Fox Fox Fox Fox Fox Fox Fox!
  • Support Staff
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 7920
  • Rating: +374/-13
  • Derpy Hooves
    • View Profile
    • My website! (You might lose the game)
Re: Installing linux
« Reply #4 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

THE GAME
Also, check out my website
If OmnomIRC is screwed up, blame me!
Click here to give me an internet!

Offline ElementCoder

  • LV7 Elite (Next: 700)
  • *******
  • Posts: 611
  • Rating: +42/-2
    • View Profile
Re: Installing linux
« Reply #5 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?

Some people need a high five in the face... with a chair.
~EC

Offline Lionel Debroux

  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2135
  • Rating: +290/-45
    • View Profile
    • TI-Chess Team
Re: Installing linux
« Reply #6 on: February 25, 2013, 01:44:02 pm »
Nope, not NTFS, which does not support some standard *nix features. Just use ext4 :)
Member of the TI-Chess Team.
Co-maintainer of GCC4TI (GCC4TI online documentation), TILP and TIEmu.
Co-admin of TI-Planet.

Offline Happybobjr

  • James Oldiges
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2325
  • Rating: +128/-20
  • Howdy :)
    • View Profile
Re: Installing linux
« Reply #7 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.
School: East Central High School
 
Axe: 1.0.0
TI-84 +SE  ||| OS: 2.53 MP (patched) ||| Version: "M"
TI-Nspire    |||  Lent out, and never returned
____________________________________________________________

Offline ElementCoder

  • LV7 Elite (Next: 700)
  • *******
  • Posts: 611
  • Rating: +42/-2
    • View Profile
Re: Installing linux
« Reply #8 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?
« Last Edit: February 26, 2013, 10:15:50 am by ElementCoder »

Some people need a high five in the face... with a chair.
~EC

Offline willrandship

  • Omnimagus of the Multi-Base.
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2953
  • Rating: +98/-13
  • Insert sugar to begin programming subroutine.
    • View Profile
Re: Installing linux
« Reply #9 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.
« Last Edit: February 26, 2013, 12:22:34 pm by willrandship »