Probleme configuration colinux
haboubass
Messages postés
1
Statut
Membre
-
berrayahkamel Messages postés 207 Statut Membre -
berrayahkamel Messages postés 207 Statut Membre -
Bonjour,
J'essaie de configurer colinux sur mais j'ai toujours la difficulté de le faire marche. Voici mon cas : j,ai bien suivi les étapes definies dans ce lien http://wdgotcha.atspace.com/colinux/Colinux-download.html#sect1.3. ... mais pas de succès. toujours j'ai un message suivant :
----------------------------
Determining /, Found.
Mounting /
mount: Mounting /dev/cobd0 on /mnt/linux failed: No such device
Closing /
umount: forced umount of (null) failed!
Failed. (trying again)
umount: forced umount of (null) failed!
initrd: umount failed on rootfs
Try to run coLinux without initrd. Comment out initrd from configuration.
Press <ENTER> to continue
-------------
Si je presse sur ENTER ma machine boote ou gèle.
Quelqu'un qui comprend mieux que moi peut m'aider car j'ai envie de voir colinux marcher sur ma machine enfin de m'amuser comme vous.
Merci,
J'essaie de configurer colinux sur mais j'ai toujours la difficulté de le faire marche. Voici mon cas : j,ai bien suivi les étapes definies dans ce lien http://wdgotcha.atspace.com/colinux/Colinux-download.html#sect1.3. ... mais pas de succès. toujours j'ai un message suivant :
----------------------------
Determining /, Found.
Mounting /
mount: Mounting /dev/cobd0 on /mnt/linux failed: No such device
Closing /
umount: forced umount of (null) failed!
Failed. (trying again)
umount: forced umount of (null) failed!
initrd: umount failed on rootfs
Try to run coLinux without initrd. Comment out initrd from configuration.
Press <ENTER> to continue
-------------
Si je presse sur ENTER ma machine boote ou gèle.
Quelqu'un qui comprend mieux que moi peut m'aider car j'ai envie de voir colinux marcher sur ma machine enfin de m'amuser comme vous.
Merci,
A voir également:
- Probleme configuration colinux
- Ethernet n'a pas de configuration ip valide - Guide
- Panneau de configuration - Guide
- Retablir configuration usine chromecast - Guide
- Configuration - Guide
- Connaitre configuration pc - Guide
2 réponses
salam alaykoum
je l ai installee betement et ca fonctionne le plus important c est le fichier XML
suivant
astwind.colinux.xml
<?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 index="0" path="\DosDevices\c:\program files\coLinux\astwind-root-debian.fs"
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:\program files\coLinux\swap_device"
enabled="true" />
<!-- bootparams allows you to pass kernel boot parameters -->
<bootparams>root=/dev/cobd0</bootparams>
<!-- 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 for more information -->
<network index="0" type="tap" />
</colinux>
il faut verifier que le fichier astwind-root-debian.fs existe et que vous avez au moins 1 GO d espace libre le rest ca vient tous seul
je l ai installee betement et ca fonctionne le plus important c est le fichier XML
suivant
astwind.colinux.xml
<?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 index="0" path="\DosDevices\c:\program files\coLinux\astwind-root-debian.fs"
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:\program files\coLinux\swap_device"
enabled="true" />
<!-- bootparams allows you to pass kernel boot parameters -->
<bootparams>root=/dev/cobd0</bootparams>
<!-- 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 for more information -->
<network index="0" type="tap" />
</colinux>
il faut verifier que le fichier astwind-root-debian.fs existe et que vous avez au moins 1 GO d espace libre le rest ca vient tous seul