From: Pavel S. <ns...@gr...> - 2010-10-04 12:38:55
|
> How to dit it > I meen how should the config file looks like? Do you mean booting colinux kernel under windows with real partition as root? Pretty easy: kernel=vmlinux # This is the key - we mount real partition here cobd0=\Device\Harddisk0\Partition2 root=/dev/cobd0 initrd="c:\gentoo\initrd.gz" And you should also have correct fstab entries. |