|
From: nosferatu <nos...@xa...> - 2004-08-31 10:38:26
|
So, i use: colinux-0.6.2-20040817, Fedora Core 2, Windows XP+SP1. I create images with mkFile tool: fc2_root (2 gb), fc2_home (2 gb), fc2_swap (512 mb). I copy /isolinux/initrd.img to coLinux directory from fc2 distrib. Now, i write config: <?xml version="1.0" encoding="UTF-8"?> <colinux> <block_device index="0" alias="hda1" path="\DosDevices\e:\coLinux\fc2_root" enabled="true" /> <block_device index="1" alias="hda2" path="\DosDevices\e:\coLinux\fc2_home" enabled="true" /> <block_device index="2" alias="hda3" path="\DosDevices\e:\coLinux\fc2_swap" enabled="true" /> <block_device index="29" path="\Device\CdRom0" enabled="true" /> <image path="vmlinux" /> <initrd path="fc2_initrd.img" /> <bootparams>root=/dev/ram</bootparams> <network index="0" type="tap" /> </colinux> and when i start: colinux-daemon.exe -c fc2.colinux.xml i see install page by fc2... so, when i see dialog? where i must specify location of installation packets (local cdrom, hard disk, ftp, http), I do not know that to do... when i select cdrom and specify cdrom driver (/dev/cobd29), cdrom is not founded... who can help me??? |