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
  •  


Seagate 10TB 7200RPM 12Gbps 3.5in SAS Hard Drive ST10000NM096 picture

Seagate 10TB 7200RPM 12Gbps 3.5in SAS Hard Drive ST10000NM096

$79.99



Seagate Exos 7E10 ST2000NM000B 2TB 7200RPM SATA 6.0Gb/s 3.5

Seagate Exos 7E10 ST2000NM000B 2TB 7200RPM SATA 6.0Gb/s 3.5" Internal Hard Drive

$29.99



Dell ST2000NX0403 2T SATA 2.5 inch 7.2K CK3MN server hard drive picture

Dell ST2000NX0403 2T SATA 2.5 inch 7.2K CK3MN server hard drive

$45.00



Lot of 4 Western Digital WD5000AAKX 500GB 7200RPM 6Gb/s 3.5in SATA Hard Drive picture

Lot of 4 Western Digital WD5000AAKX 500GB 7200RPM 6Gb/s 3.5in SATA Hard Drive

$29.99



HGST Ultrastar DC HC520 12TB SATA 6Gb 256MB 3.5

HGST Ultrastar DC HC520 12TB SATA 6Gb 256MB 3.5" Enterprise HDD- HUH721212ALE601

$89.99



Seagate ST12000NM0127 12TB 256MB 7200RPM 3.5

Seagate ST12000NM0127 12TB 256MB 7200RPM 3.5" SATA 6.0Gb/s Enterprise Hard Drive

$93.88



Seagate ST12000NM0127 12TB SATA 6Gb/s 256MB 7200RPM 3.5

Seagate ST12000NM0127 12TB SATA 6Gb/s 256MB 7200RPM 3.5" Enterprise Hard Drive

$99.99



SEAGATE ST4000NM0023 HARD DRIVE 3.5

SEAGATE ST4000NM0023 HARD DRIVE 3.5" SAS 4TB HDD

$16.99



Western Digital WD10JUCT 1TB 2.5

Western Digital WD10JUCT 1TB 2.5" SATA 3Gb/s 5400 RPM 16MB Laptop Hard Drive

$17.98



1TB HDD/SSD 2.5

1TB HDD/SSD 2.5" SATA Hard Drive for Laptop with Win 10/Win 11 Pro Pre-installed

$43.27