Virtual Linux Desktop (Gentoo/XFCE) on Windows with CoLinux

Developed or developing a new product in PureBasic? Tell the world about it.
Beach
Enthusiast
Enthusiast
Posts: 677
Joined: Mon Feb 02, 2004 3:16 am
Location: Beyond the sun...

Post by Beach »

LarsG wrote:This sounds interresting... Keep us posted on this one Beach.. It looks like you've done some nice work there.. :D

Thanks! That made staying up all night worth it!

I am currently uploading the rar file to Freak's ftp server. I will send a link out when it has completed.

The howto guide is posted on my site if anyone is interested in taking a look.
http://www.penguinbyte.com/colinux/

-Beach
Beach
Enthusiast
Enthusiast
Posts: 677
Joined: Mon Feb 02, 2004 3:16 am
Location: Beyond the sun...

Post by Beach »

The download link is located here, the final size was 301mb:

http://www.freak1.de/linux/coLinux_Gentoo_v01.rar
MD5 finger print: 1c0eb533f1f2974a578c63df418f65c1

I can work with this image to get it down in size but I do not want to do this for my own purposes... 300mb will keep the modem users out of trying it but its really not that bad with a broadband connection.

Please let me know if anyone has suggestions or corrections to make - I can take constructive criticism.

-Beach
LarsG
Enthusiast
Enthusiast
Posts: 713
Joined: Mon Jun 02, 2003 1:06 pm
Location: Norway
Contact:

Post by LarsG »

"Failed to get server address" error after pressing the View X Desktop button... :(

AMD Athlon XP2400, 512 MB RAM, Hercules 3D Prophet 9600 256MB RAM, WinXP
PIII 800MHz, 320 MB RAM, Nvidia Riva Tnt 2 Mach 64 (32MB), WinXP + Linux
17" iMac, 1.8 GHz G5, 512 MB DDR-RAM, 80 GB HD, 64 MB Geforce FX 5200, SuperDrive, OSX
Beach
Enthusiast
Enthusiast
Posts: 677
Joined: Mon Feb 02, 2004 3:16 am
Location: Beyond the sun...

Post by Beach »

Make sure your bridged network is working, the virtual adapter was renamed to "tap", and DHCP is enabled on your network. When the virtual system boots, look for the system message about "eth0" - this line should read:
* Bringing eth0 up...    [ok]

Are you running XP or 2000?

Also, try pingin the virtual system from a dos prompt: ping colinux

100th post! Who Hoo! :)
LarsG
Enthusiast
Enthusiast
Posts: 713
Joined: Mon Jun 02, 2003 1:06 pm
Location: Norway
Contact:

Post by LarsG »

You're right.. the eth0 fails when running the console.

The bridged connection is named "tap", as you specified, and it says "Activated"...

Pinging "colinux" doesn't work either..

..and I run XP..

Do you have any other things I can try?!?

AMD Athlon XP2400, 512 MB RAM, Hercules 3D Prophet 9600 256MB RAM, WinXP
PIII 800MHz, 320 MB RAM, Nvidia Riva Tnt 2 Mach 64 (32MB), WinXP + Linux
17" iMac, 1.8 GHz G5, 512 MB DDR-RAM, 80 GB HD, 64 MB Geforce FX 5200, SuperDrive, OSX
Beach
Enthusiast
Enthusiast
Posts: 677
Joined: Mon Feb 02, 2004 3:16 am
Location: Beyond the sun...

Post by Beach »

Dang, I hate it that the first person to try has problems connecting! :? It sounds like you have done everything like you should have, the only other thing I can think of is if DHCP. Do you use DHCP? If not we can work this out quickly by editing a few files on the virtual system.

Also, there is another way to connect the NICs that I have not experimented with, let me take a look at that this afternoon. If it works then I will integrate it into the Launch program (soon to be named Co-Pilot).

Has anyone else had success yet?
User avatar
fsw
Addict
Addict
Posts: 1603
Joined: Tue Apr 29, 2003 9:18 pm
Location: North by Northwest

Post by fsw »

I'm typing this from Gentoo over Win2000 8O

@ Beach
Thanks for sharing.

Because network bridging is not possible in Win2k I had to ENABLE my real NIC to 'INTERNET CONNECTION SHARING'
After that it worked fine.

Suggestion:
in your read me html help file change this:
  • Install 'coLinux', also located in the temp directory. Please enter: 'c:\colinux' for the path when prompted (if you change this path then you will need to change other files as well). Do not select 'download image file' from the list of install options. Skip the request to download and install WinPcap, you have already done this step. Finsh with the defaults.
to this:
  • Do not select 'download image file' from the list of install options. Skip the request to download and install WinPcap, you have already done this step. Install 'coLinux', also located in the temp directory. Please enter: 'c:\colinux' for the path when prompted (if you change this path then you will need to change other files as well). Finsh with the defaults.
because it's the way it showes up.

BTW:
I'm really impressed with the speed of this beast.

Thanks again.
This is soooo 8)
RJP Computing
Enthusiast
Enthusiast
Posts: 202
Joined: Sun Apr 27, 2003 4:44 am
Location: Michigan, USA
Contact:

Post by RJP Computing »

I am getting the same error. eth0 is not coming up correctly. I am SOOOO excited to try this. Please let me know if there is anything that I can try.

Thanks Beach
-Ryan
RJP Computing

Ubuntu 8.10/WinXP, AMD Athlon 64 3000+, 1000MB RAM, AC 97 Audio, nVidia GeForce 7600GT 512MB
Beach
Enthusiast
Enthusiast
Posts: 677
Joined: Mon Feb 02, 2004 3:16 am
Location: Beyond the sun...

Post by Beach »

If you have bridged the network adapters correctly then the only thing I think it might could be is a DHCP issue. Follow these instructions to convert your virtual system to static IP:

- At the prompt, login as: root
- The password is: pbroot
- cd /etc/conf.d {type this and enter}
- nano net {type this and enter}
- Find the line that reads: iface_eth0="dhcp" and comment it out (with a '#')
- You now need to enter static settings, obviously this will be different depending on your network. The settings below are for my network. If you need particulars on your network then you can issue a 'ipconfig /all' from your DOS prompt to get all the settings. Pick a IP not being used and set it with these two lines:

iface_eth0="192.168.1.3 broadcast 192.168.0.255 netmask 255.255.255.0"
gateway="eth0/192.168.1.1"

- Save the file; in nano use {Ctrl}+X, y, {Enter}
- shutdown the virtual system and start again. To shutdown, type: shutdown -h now
- Restart

Incidentally, I changed mine to test a static setting and now the virtual system completely boots in less than 6 seconds including the loading of VNC server! I am definitely keeping it static.
RJP Computing
Enthusiast
Enthusiast
Posts: 202
Joined: Sun Apr 27, 2003 4:44 am
Location: Michigan, USA
Contact:

Post by RJP Computing »

Nope. I still can't get it to work. I can't seem to figure out why I am not getting an IP. I use a DHCP server at work and I know it works cause there are a lot of computers on this network.
-Ryan
RJP Computing

Ubuntu 8.10/WinXP, AMD Athlon 64 3000+, 1000MB RAM, AC 97 Audio, nVidia GeForce 7600GT 512MB
User avatar
J. Baker
Addict
Addict
Posts: 2181
Joined: Sun Apr 27, 2003 8:12 am
Location: USA
Contact:

Post by J. Baker »

Works great here. I just need to know how to install PureBasic? Nice work Beach! :D
www.posemotion.com

PureBasic Tools for OS X: PureMonitor, plist Tool, Data Maker & App Chef


Even the vine knows it surroundings but the man with eyes does not.
Beach
Enthusiast
Enthusiast
Posts: 677
Joined: Mon Feb 02, 2004 3:16 am
Location: Beyond the sun...

Post by Beach »

This system already has the demo version of PureBasic installed. If you want to update, download the full version from PureBasic and then click the icon that looks like a flower on the tool bar. Browse for the new file (which shoud be in your home directory) and click "Go"

Image

Let me know if you have trouble with it...
Beach
Enthusiast
Enthusiast
Posts: 677
Joined: Mon Feb 02, 2004 3:16 am
Location: Beyond the sun...

Post by Beach »

RJP Computing wrote:Nope. I still can't get it to work.
It is hard to say why this is not working on your PC... I have not personally run into any issues connecting up yet (I know will happen). You are running XP right? Dare I ask if it is updated to SP2? :)
Shannara
Addict
Addict
Posts: 1808
Joined: Thu Oct 30, 2003 11:19 pm
Location: Emerald Cove, Unformed

Post by Shannara »

So in essance, it will not overwrite, otherwise kill my existing windows xp files, etc? i can run this bugger from a disk, code from the disk, etc? btw: a fast mirror is to be posted in the hour (gotta wait for the files to recompress, erk)

Edit: Make that more then an hour, it looks like 7-zip is too stupid to know how to compress past 6%
User avatar
J. Baker
Addict
Addict
Posts: 2181
Joined: Sun Apr 27, 2003 8:12 am
Location: USA
Contact:

Post by J. Baker »

Beach wrote:This system already has the demo version of PureBasic installed. If you want to update, download the full version from PureBasic and then click the icon that looks like a flower on the tool bar. Browse for the new file (which shoud be in your home directory) and click "Go"

Image

Let me know if you have trouble with it...
That's what I need to know, where is the home directory? I don't see a home folder anywhere.
www.posemotion.com

PureBasic Tools for OS X: PureMonitor, plist Tool, Data Maker & App Chef


Even the vine knows it surroundings but the man with eyes does not.
Post Reply