Bugzilla – Bug 132480
Add support for booting OpenSuSE with coLinux (http://www.colinux.org) from a running Windows machine
Last modified: 2008-04-29 05:53:54 UTC
coLinux allows dual-boot (Win+Linux) machine owners to start Linux when running Windows. It is similar to UML. However, UML normally uses a root image stored on the host OS, but coLinux may use existing Linux partitions as the root filesystem. It would be nice if we could support this in OpenSuSE. Thank you.
We're not going to support this for openSUSE, sorry for the long time to keep this open.
Thanks for the update. Just want to add a note that I managed to get this working by jumping through hoops: - install barebone openSuSE via QEMU (I used openSuSE 10.3) - create a empty coLinux image - mount a coLinux image within QEMU, and copy the contents of / to the coLinux partition. - exit QEMU and boot the new image in coLinux. I wrote a brief note describing my experience here : http://serbalinux.com/portal/tips-and-tricks/34-tips-and-tricks/1014-opensuse-103-on-top-of-vista I found these pages that helped me: http://greenfly.org/tips/filesystem_migration.html http://osdir.com/ml/linux.colinux.general/2005-02/msg00174.html Thank you.