Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
coLinux
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Unsupported Software
View previous topic :: View next topic  
Author Message
sensor1
n00b
n00b


Joined: 17 Apr 2006
Posts: 8

PostPosted: Sun Apr 30, 2006 6:31 pm    Post subject: coLinux Reply with quote

HI everyone!
My Gentoo linux is installed on /dev/hda7,
swap on /dev/hda6,
windows on /dev/hda1/ (C) ,
another partion ntfs with coLinux /dev/hda5 (D).
Extracted gentoo image is in D:\Programy\LIN (file name: Gentoo-colinux-stage3-x86-2004.3)

I've got lost with the syntax :( How my default.colinux.xml should look like?

my default.colinux.xml:
Code:
<?xml version="1.0" encoding="UTF-8"?>
<colinux>
    <!-- This line needs to point to your root file system.
      For example change "root_fs" to the name of the Debian image.
         Inside coLinux it will be /dev/cobd0
   
    Block Device Aliasing: You can now handle most dual-boot issues
    by adding an alias="devname" to block_device. i.e. alias="hda",
    alias="hda1" You can do this for SCSI as well as IDE.  You need
    to be aware that if you add an alias, you need to change your
    bootparams root="devname" appropriately (you may need to use
    devfs naming in some situations).  -->
    <block_device index="0" path="\DosDevices\D:\Programy\LIN\Gentoo-colinux-stage3-x86-2004.3" enabled="true" />
   
    <!-- This line can specify a swap file if you wish, or an additional
         image file, it will /dev/cobd1. Additional block_devices can
    be specified in the same manner by increasing the index -->

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

    <!-- This is an experimental feature, it may not function completely.
    <cofs_device index="0" mode=flat path=\DosDevices\C:\coLinux enabled="true" />
    -->

    <!-- bootparams allows you to pass kernel boot parameters -->
    <bootparams>root=/dev/cobd0</bootparams>

    <!-- Initial RamDISK (initrd) support -->
    <initrd path="initrd.gz" />
   
    <!-- image allows you to specify the kernel to boot -->
    <image path="vmlinux" />

    <!-- this line allows you to specify the amount of memory available
         to coLinux -->
    <memory size="64" />

    <!-- This allows you to modify networking parameters, see the README
         or website or wiki for more information -->
    <network index="0" type="tap" />
</colinux>


When I start colinux-daemon.exe it disappears immidietaly.

Thank you
Back to top
View user's profile Send private message
ansel
n00b
n00b


Joined: 24 Oct 2005
Posts: 8

PostPosted: Sun Apr 30, 2006 8:21 pm    Post subject: Reply with quote

run "cmd", then run "colinux-daemon.exe" in the DOS prompt window, this way you can check the error messages after colinux-daemon.exe quits.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Unsupported Software All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum