From: Holger K. <hol...@gm...> - 2006-09-19 14:10:57
|
Kristopher Yates schrieb: > I would like to run this software but can't figure out how to config the XML > properly. Can anyone help? Here is my configuration: > > I use Suse 10.1 w/ grub. This is on my primary master drive. WinXP is on > my primary slave drive. > > /dev/hda1 = swap > > /dev/hda2 = root > > /boot/vmlinuz is my kernel location. First: Do you want to boot your existing Suse 10.1 in colinux? Which colinux version do you use? The kernel that gets started with colinux will always be the colinux kernel, not the suse kernel. The config for the raw device access most likely will be <block_device index="0" path="\Device\Harddisk0\Partition1" enabled="true"/> <block_device index="1" path="\Device\Harddisk0\Partition2" enabled="true"/> But i don't know if the partition numbering starts at 0 or 1. Look at http://wiki.colinux.org/wiki/WindowsDevicePaths |