Page 1 of 2 12 LastLast
Results 1 to 10 of 11

Thread: coLinux and QEMU/Windows with KNOPPIX

  1. #1
    Member registered user
    Join Date
    Aug 2004
    Location
    Japan
    Posts
    52

    coLinux and QEMU/Windows with KNOPPIX

    We customize new Japanese KNOPPIX with coLinux and QEMU/Windows.

    New Japanese KNOPPIX includes "coLinux+cygwin/X" installer and
    batch-file to boot coLinux with KNOPPIX-CD. It enables us to use
    KNOPPIX on coLinux with cygwin/X. The detail is described in the
    following URL.
    http://unit.aist.go.jp/it/knoppix/colinux/index-en.html

    QEMU/Widows can run KNOPPIX on Windows2000/XP. It doesn't need to
    install, because KNOPPIX can boot from CD-ROM on QEMU. Furthermore it
    doesn't require Administrator. It is very convenient. The detail is
    described in the following URL.
    http://unit.aist.go.jp/it/knoppix/qemu/index-en.html

    Iso image is downloadable from following URL.
    ftp://ring.aist.go.jp/pub/linux/knop...7-20040820.iso
    http://ring.aist.go.jp/pub/linux/kno...7-20040820.iso
    Bittorrent is also available.
    http://http://unit.aist.go.jp/it/kno...20.iso.torrent
    MD5: d872effcc85721e663b7afd0d0076a17

    Have fun.

    If you include "/colinx" and "/qemu-0.6.0-windows" to your customized KNOPPIX, it will work.
    Please try. And tell me the results.

    ------
    suzaki

  2. #2
    Senior Member registered user
    Join Date
    Mar 2003
    Posts
    555
    Thank you suzaki, this is very interesting.

    But I already have colinux installed, and occasionally use it to start my HD-installed linux under XP.
    Would you have a howto or at least xml config files for booting the regular knoppix cd using my already installed and working colinux?

  3. #3
    Senior Member registered user
    Join Date
    Mar 2003
    Location
    Cleveland, OH
    Posts
    228
    Any issues if we need english unicode and keyboard (i.e. will knoppix lang=us still work)?

    Sounds very interesting, would like to try your effort before remastering.

    Regards,

    ~pau1

  4. #4
    Member registered user
    Join Date
    Aug 2004
    Location
    Japan
    Posts
    52
    baldyeti,

    4 XML files for coLinix is included in /coLinux of CD-ROM.
    knoppix-ja.colinux.xml
    knoppix.colinux.xml
    knoppix_light-ja.colinux.xml
    knoppix_light.colinux.xml

    The XML files is selected by two batch files to boot colinux with KNOPPIX.
    knoppix-256M.bat (desktop is KDE)
    knoppix_light-128M.bat (desktop is wmaker)
    The language is selected by page code. If you want to use English message absolutely, plase set page set CODE PAGE "473".
    windows-prompt> chcp 473

    Please refer our HP for the detail.
    http://unit.aist.go.jp/it/knoppix/colinux/index-en.html

  5. #5
    Member registered user
    Join Date
    Aug 2004
    Location
    Japan
    Posts
    52
    Paul,

    Do you want to use KNOPPIX on QEMU?
    "lang=us" option is effective on our iso-image.

    If you remaster with our "/qemu-0.6.0-windows" directory, you will not use lang option.
    Please try.

  6. #6
    Junior Member
    Join Date
    Nov 2004
    Posts
    1
    Suzaki,

    Does the knoppix colinux installation assume that knoppix is already installed on a seperate partion? Is there a way to get knoppix to work with colinux without creating a new partion, but rather a use a large file ontop of the windows file system as some other distibutions have done (ie Fedora, Gentoo etc)?

    Thanks

  7. #7
    Junior Member registered user
    Join Date
    Jun 2004
    Location
    Australia
    Posts
    17
    Quote Originally Posted by markcs
    Suzaki,

    Does the knoppix colinux installation assume that knoppix is already installed on a seperate partion? Is there a way to get knoppix to work with colinux without creating a new partion, but rather a use a large file ontop of the windows file system as some other distibutions have done (ie Fedora, Gentoo etc)?

    Thanks
    Markcs,
    The docs on their site suggest you can do this. You need to use the version of colinux on the japan-knoppix CD though, because you need a coLinux kernel that supports the Knoppix compresed filesystem (cloop)

  8. #8
    Junior Member
    Join Date
    Feb 2006
    Location
    INA
    Posts
    1

    HOWTO run Linux/knoppix with Qemu.

    1. download undisker 1.2 (991kb). (to make iso file from cd)
    from here: http://www.undisker.com/downloads/undisker.exe
    2. download Qemu (I use qemu.0.7.2-2Mb)
    from here :http://fabrice.bellard.free.fr/qemu/download.html
    4. download linux-test-0.5.1.tar.gz(6MB) for extract file linux.img
    3. Linux CD (I use knoppix 3.2)

    Step 1. Make iso file
    after download & installed undisker.
    open undisker.
    put your linux cd to cdrom drive.
    make iso files by select image menu, choose capture CD-ROM, saved with

    wheneveritis.iso (ex.linux-img.iso)

    Step 2. extract linux.img from linux-test-0.5.1.tar.gz file

    Step 3. copy & paste this line and saved to qm.bat
    qemu -L .\bios -hda linux.img -cdrom linux-img.iso -boot d -localtime

    THAT'S IT..is EAZY.!!!
    you don't have to download knoppix-japanese.iso!! just make it yourself

  9. #9
    Junior Member
    Join Date
    Jun 2006
    Posts
    2
    Hi.

    I have recently acquired Knoppix v5.0.1 and was wondering if anyone knew how to boot this version of Knoppix inside XP. I have tried editing the qemu-win.bat file like this:


    REM Start qemu on windows.
    @ECHO OFF

    REM SDL_VIDEODRIVER=directx is faster than windib. But keyboard cannot work well.
    SET SDL_VIDEODRIVER=windib

    REM SDL_AUDIODRIVER=waveout or dsound can be used. Only if QEMU_AUDIO_DRV=sdl.
    SET SDL_AUDIODRIVER=dsound

    REM QEMU_AUDIO_DRV=dsound or fmod or sdl or none can be used. See qemu -audio-help.
    SET QEMU_AUDIO_DRV=dsound

    REM QEMU_AUDIO_LOG_TO_MONITOR=1 displays log messages in QEMU monitor.
    SET QEMU_AUDIO_LOG_TO_MONITOR=0

    qemu.exe -L . -m 128 -hda KNOPPIX_V5.0.1CD-2006-06-01-EN -soundhw all -localtime


    And also pasting KNOPPIX_V5.0.1CD-2006-06-01-EN into qemu-0.8.1-windows-3 Directory. (same as original linux.img file)


    But a quick cmd window comes up then closes itself.

  10. #10
    Senior Member registered user
    Join Date
    Sep 2005
    Posts
    205
    Quote Originally Posted by Azariah
    I have recently acquired Knoppix v5.0.1 and was wondering if anyone knew how to boot this version of Knoppix inside XP. I have tried editing the qemu-win.bat file like this:
    marx told how to do that with free VMWare Player at
    http://www.knoppix.net/forum/viewtop...=105180#105180

Page 1 of 2 12 LastLast

Similar Threads

  1. On running Knoppix on QEMU for windows
    By CytoTech in forum The Lounge
    Replies: 0
    Last Post: 09-22-2005, 07:37 AM
  2. X11 Problem with Knoppix on CoLinux
    By apfelsaft in forum MS Windows & New to Linux
    Replies: 0
    Last Post: 02-17-2005, 09:43 PM
  3. Qemu and Knoppix
    By mahdi in forum MS Windows & New to Linux
    Replies: 1
    Last Post: 02-09-2005, 05:10 PM
  4. coLinux and knoppix 3.7
    By knrh in forum Hdd Install / Debian / Apt
    Replies: 1
    Last Post: 01-24-2005, 08:18 PM
  5. Knoppix in Windows under coLinux / QEmu
    By rohandhruva in forum General Support
    Replies: 0
    Last Post: 11-11-2004, 07:02 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Dell PowerEdge R720 Server - 2x8c CPU,256Gb RAM, 128Gb SSD/3x900Gb SAS, Proxmox picture

Dell PowerEdge R720 Server - 2x8c CPU,256Gb RAM, 128Gb SSD/3x900Gb SAS, Proxmox

$340.00



HP ProLiant DL360 G9 Server 2x E5-2660v3 2.60Ghz 20-Core 96GB P440ar picture

HP ProLiant DL360 G9 Server 2x E5-2660v3 2.60Ghz 20-Core 96GB P440ar

$304.35



Dell PowerEdge R730 8 SFF 2x E5-2660 v4 28 Cores 128/256GB 0/3x 900GB 6Gbps H730 picture

Dell PowerEdge R730 8 SFF 2x E5-2660 v4 28 Cores 128/256GB 0/3x 900GB 6Gbps H730

$349.99



Dell Poweredge R640 Server | 2x Xeon Gold 6132 | 512GB | H730P | 8x HDD Trays picture

Dell Poweredge R640 Server | 2x Xeon Gold 6132 | 512GB | H730P | 8x HDD Trays

$2549.00



HP Proliant DL360 Gen9 28 Core SFF Server 2X E5-2680 V4 16GB RAM P440ar No HDD picture

HP Proliant DL360 Gen9 28 Core SFF Server 2X E5-2680 V4 16GB RAM P440ar No HDD

$196.95



Dell PowerEdge R720XD Xeon E5-2680 V2 2.8GHz 20 Cores 256GB RAM 12x4TB picture

Dell PowerEdge R720XD Xeon E5-2680 V2 2.8GHz 20 Cores 256GB RAM 12x4TB

$510.00



Dell PowerEdge R730XD 28 Core Server 2X Xeon E5-2680 V4 H730 128GB RAM No HDD picture

Dell PowerEdge R730XD 28 Core Server 2X Xeon E5-2680 V4 H730 128GB RAM No HDD

$389.99



Dell PowerEdge R620 Server 2x E5-2660 v1 2.2GHz 16 Cores 256GB RAM 2x 300GB HDD picture

Dell PowerEdge R620 Server 2x E5-2660 v1 2.2GHz 16 Cores 256GB RAM 2x 300GB HDD

$79.19



DELL PowerEdge R730 Server 2x E5-2680v4 2.4GHz =28 Cores 32GB H730 4xRJ45 picture

DELL PowerEdge R730 Server 2x E5-2680v4 2.4GHz =28 Cores 32GB H730 4xRJ45

$284.00



HP ProLiant DL380 Gen9 16SFF 2x E5-2680v4 2.4GHz =28 Cores 64GB P840 4xRJ45 picture

HP ProLiant DL380 Gen9 16SFF 2x E5-2680v4 2.4GHz =28 Cores 64GB P840 4xRJ45

$353.00