[HOWTO] coLinux - running Linux in Windows


Recommended Posts

There have been several requests for information on how to run coLinux (including by myself), and it seemed useful to me to write a little guide.

It's a work in progress, as still haven't gotten everything running ;-)

1. Get the necessary files (www.colinux.org ==> go to downloads).

2. Run the installer (just go through the installation, and select the Debian or the Gentoo file). I installed everything to c:\coLinux , and will refer to it as if you do it the same way.

3. Decompress the Debian or Gentoo image. (It'll look something like gentoo-i586-ext3-2g-deluxe or Debian-3.0r0.ext3.1gb .) You can use WinRAR for this.

4. Decompress vmlinux-modules (use WinRAR again).

5. Open default.colinux.xml in Notepad.

You'll see several parts that need to be adapted.

My file looks like this:

<?xml version="1.0" encoding="UTF-8"?>
<colinux>
    <block_device index="0" path="\DosDevices\C:\coLinux\Debian-3.0r0.ext3.1gb" enabled="true"/>
    <block_device index="1" path="\DosDevices\c:\coLinux\swap_256Mb" enabled="true"/>
    <bootparams>root=/dev/cobd0</bootparams>
    <image path="vmlinux"/>
    <memory size="64"/>
    <network index="0" type="tap" name="TAP"/>
</colinux>

    <block_device index="0" path="\DosDevices\C:\coLinux\Debian-3.0r0.ext3.1gb" enabled="true"/>

This part links to the image file (in this case the Debian file). It needs to point to the correct directory, so make sure not to make any mistakes!

    <block_device index="1" path="\DosDevices\c:\coLinux\swap_256Mb" enabled="true"/>

This part points to the swap file. A swap file is optional.

If you don't want to use it, change "true" to "false".

If you do want to use a swap-file, download one from this location and uncompress it (and make sure the directory is displayed correctly in default.colinux.xml!).

    <memory size="64"/>

This is the last important part of the file. Don't use too much of the memory, or your computer can slow down. Don't use too little, or Linux won't run well. 64 Mb should do well, if you're not running anything like KDE or Gnome.

Save default.colinux.xml and close it.

6. In the Windows Start Menu, search for the 'File Prompt' (good old DOS), and start it.

Type

cd c:\colinux

You are now in the correct directory.

7. Type

colinux-daemon.exe -c default.colinux.xml

This will start the colinux-daemon.exe file, using the defaults chosen in default.colinux.xml.

8. You're running Linux in Windows! Next part: going graphical!

So, how does my explanation look?

edit 1: changed part 7

Edited by Mathiasdm

Thanks, guys :D

Well, I'm not going to add screenshots yet. Maybe once I get the GUI working (might take me a little longer).

I didn't post this thread in the FAQ section, since it seemed unfinished to me.

But then again, you CAN use Linux already :p

I didn't post this thread in the FAQ section, since it seemed unfinished to me.

But then again, you CAN use Linux already  :p

585363067[/snapback]

Don't get hung up on the word "completed" in the title of the section. This is Open Source, and everything is constantly fixed and improved by the community. :yes:

The "completed" was added to prevent people from posting new general questions in here, like "How do I do xxxxx in Slackware?".

This the right place to ask for help? :p

I've installed it, with Gentoo, but how do I get it so I can access the internet, do I need to bridge the connections in XP?

585369011[/snapback]

I'm still working on that ;-)

I've tried several methods already, but I can't figure it out :blush:

Maybe take a look at this page: http://forums.gentoo.org/viewtopic.php?t=1...ghlight=colinux

  • 4 months later...
Don't get hung up on the word "completed" in the title of the section.  This is Open Source, and everything is constantly fixed and improved by the community. :yes:

585363098[/snapback]

Damn right mark! That coLinux thing sounds pretty cool, maybe a part on setting up Internet with the host (Windows)?

when it asks to enter login and pass i can enter login but when i get to pass, it just wont let me type :s

586166279[/snapback]

You do realize that there is no onscreen indicator as you type in the password, right? No characters, no asterisks, no nothing.

yep just found out, sorry i am n00b to linux.. anywho here is my problem.. after i enter the login info.. it just sits there it does nothing.. is there somthing i have to type i have tried:

startx

kde

go

start

but it says "command not found"

ok here is what i did,

i downloaded it, i picked Gentoo, i then downloaded the images needed

then i went to the directory, opened the files that need extracting with winrar, extracted them to the colinux folder and the edited the xml file:

<?xml version="1.0" encoding="UTF-8"?>

<colinux>

  <block_device index="0" path="\DosDevices\C:\Program Files\coLinux\Gentoo-colinux-stage3-x86-2004.3" enabled="true"/>

  <bootparams>root=/dev/cobd0</bootparams>

  <image path="vmlinux"/>

  <memory size="256"/>

  <network index="0" type="tap" name="TAP"/>

</colinux>

then i simply typed in dos: colinux-daemon.exe -c default.colinux.xml

then it asked for the login and pass typed that in.. and now i am sitting here waiting :s

ok here is what i did,

i downloaded it, i picked Gentoo, i then downloaded the images needed

then i went to the directory, opened the files that need extracting  with winrar, extracted them to the colinux folder and the edited the xml file:

then i simply typed in dos: colinux-daemon.exe -c default.colinux.xml

then it asked for the login and pass typed that in.. and now i am sitting here waiting :s

586166576[/snapback]

Now you have the base system. You have to specifically install stuff on it that you want. Gentoo is a somewhat advanced distro - it doesn't come with much more than the bare essentials to get the OS running by default, and then you go from there. If you want a pretty gui like kde or gnome, you'll have to install them yourself. I've never used colinux, nor did I read the docs, but you might be able to use "emerge sync" if you have network connectivity, and if that works then just start emerging whatever you want to run on it ;)

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.