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
  •  


1U BareMetal pfsense opnsense Router Firewall DNS Server 6x 10GB Ethernet Ports picture

1U BareMetal pfsense opnsense Router Firewall DNS Server 6x 10GB Ethernet Ports

$149.00



supermicro super server 7045w-ntr+ picture

supermicro super server 7045w-ntr+

$350.00



1U Supermicro Server 10 Bay 2x Intel Xeon 3.3Ghz 8C 128GB RAM 480GB SSD 2x 10GBE picture

1U Supermicro Server 10 Bay 2x Intel Xeon 3.3Ghz 8C 128GB RAM 480GB SSD 2x 10GBE

$273.00



Supermicro  CSE  823-6 2U 6 Bay Chassis ,1xPWS 653-2H 650Wsold as in the photo, picture

Supermicro CSE 823-6 2U 6 Bay Chassis ,1xPWS 653-2H 650Wsold as in the photo,

$119.75



HP ProLiant Xeon E3-1220L V2 MicroServer Gen8 2.30 GHz 16 GB RAM NO DRIVESorCads picture

HP ProLiant Xeon E3-1220L V2 MicroServer Gen8 2.30 GHz 16 GB RAM NO DRIVESorCads

$200.00



Open Eye OE-MTX08 8TB Micro Server With Linux (Boots To Login) No Accessories  picture

Open Eye OE-MTX08 8TB Micro Server With Linux (Boots To Login) No Accessories

$282.92



CEOhack 1U X9DRW-3TF+ 4 Bay Server 64GB DDR3 1x E5-2667 V2 3.30GHz 8C 1x 1TB HDD picture

CEOhack 1U X9DRW-3TF+ 4 Bay Server 64GB DDR3 1x E5-2667 V2 3.30GHz 8C 1x 1TB HDD

$119.00



SuperMicro Server 505-2 Intel Atom 2.4GHz 8GB RAM SYS-5018A-FTN4 1U Rackmount picture

SuperMicro Server 505-2 Intel Atom 2.4GHz 8GB RAM SYS-5018A-FTN4 1U Rackmount

$202.49



UNRAID Supermicro 4U 36 Bay Storage Server Xeon 20 Core 3Ghz 256GB X540 10GBaseT picture

UNRAID Supermicro 4U 36 Bay Storage Server Xeon 20 Core 3Ghz 256GB X540 10GBaseT

$588.00



2U 12 Bay SAS3 SuperMicro Server 6028U-TR4T+ W/ X10DRU-i+ Barebone 12 Caddy RAIL picture

2U 12 Bay SAS3 SuperMicro Server 6028U-TR4T+ W/ X10DRU-i+ Barebone 12 Caddy RAIL

$299.00