Page 2 of 2 FirstFirst 12
Results 11 to 19 of 19

Thread: Knoppix under Windows - help Linux appeal to wider audience

  1. #11
    Member registered user
    Join Date
    Aug 2004
    Posts
    35

    Torrent available

    There's a torrent for 'UNESCO Linux for Windows' (freeduc-cd 1.4 from http://www.ofset.org/ on SourceForge, with a QEMU 0.6.1-2 kit added) available at http://linuxtracker.org/torrents-details.php?id=14

  2. #12
    Member registered user
    Join Date
    Aug 2004
    Posts
    35

    Torrents for Knoppix under Windows

    GamesKnoppix St. Nicholas' Day with Windows kit is at http://linuxtracker.org/torrents-details.php?id=36

    UNESCO Linux with Windows kit (freeduc-cd 1.4 from http://www.ofset.org) is at http://linuxtracker.org/torrents-details.php?id=14


  3. #13
    Senior Member registered user
    Join Date
    Oct 2004
    Location
    london town
    Posts
    220
    none of the linux tracker links work

    i would like to download a iso of this "knoppix under windows" just to see what its like. i would like to know how much cpu it uses as well.

  4. #14
    Member registered user
    Join Date
    Aug 2004
    Posts
    35
    Torrents should all be there now; http://home.btconnect.com/chrisandcarolyn/torrents/ has a list of what I put up, or you could visit http://linuxtracker.org/ and look for what you want.

    It uses lots of CPU, and runs quite slowly (depending on how fast a machine you have). But for many purposes it is tolerable. Most of the science lessons on 'knosciences' are not cpu intensive at all; but the image rendering on celestia leaves a little to be desired.
    And it's quicker to get a 'ssh' on a windows box by putting one of these CDs in and bringing up an xterm and using ssh, rather than installing cygwin or putty. And has the benefit that on the far end, you can 'xterm' and it will pop up a window back through the ssh secure tunnel. One up on putty.

    "Try before you buy" is not really the word; more "look before you leap". Definitely good enough for looking.

    If you want to build them yourself, take a look at http://www.ofset.org:8080/freeduc-doc/11 for some pointers

  5. #15
    Junior Member
    Join Date
    Jan 2005
    Posts
    8
    Chris,

    Thanks for putting up the torrent files , I downloaded the Knoppix 3.7 qemu .iso file and burned it to a CD. The file seems to be fine but qemu does not boot under windows, only a normal knoppix bootup at powerup worked. I tried it first on a Win98 s/e 256K RAM P4 machine without any response, even double clicking qemu-knoppix.bat as well as trying to manually enter the command lines indicated and I only got error messages. I then tried it on a WinXP Pro 256K RAM P4 box and got index.html but then a system error shows up and that was as far as I could go. Again no luck with the .bat files and trying to manually enter the command lines for qemu.exe only opened up a window with more error messages . Without wanting to sit down yet to read all the doc for qemu ... is there something obvious I am doing wrong here? Does is sound like my iso download was bad? Any suggestions would be greatly appreciated.

    Doublezz - puzzled!

  6. #16
    Member registered user
    Join Date
    Aug 2004
    Posts
    35

    Some things to check for

    What drive letter is your CD ? There is some code in qemu*/qemu-knoppix.bat which needs to find the CD drive letter. and only works if the drive letter is D,E,F,G,H,I,J, or K (I think. Can't check right now). If that's the problem, copy all the files from the CD to a directory; make the obvious change to the 'bat' file; and make a new CD. (Or issue a 'subst' command. Gave me quite a surprise when I did that by accident.) The new CD should 'boot' under Windows but not 'real'; to do the 'dual-capable' one you need the right 'mkisofs' command. Knoppix documentation will show it.

    Another possibility is that you have an old version of Windows. I have seen success with XP, but failure with ME and 95. I have not tried others. I presume it's something about the compilers that were used to build 'qemu' producing code that will only work on newer versions of Windows. Mind you, "Got to upgrade to XP in order to run Linux" is not going to get much sympathy

    Kanotix-for-Windows is constructed differently, and should 'boot' under Windows whatever drive letter you use. You can derive a Kanotix which boots 'real' by looking for the '.iso' file in the root directory of the CD. I like Kanotix.

    If that doesn't fix it, copy the files from the ISO to disk and poke around with the QEMU documentation (in the qemu* directory, or qemu's web site) and adjust things until they run. If all else fails, there's always the source ... though I didn't need to recompile anything to make these isos. Just packaging. Honest. QEMU is good.

    Cut and paste the commands and error messages here. Maybe I'll be able to help,or someone else will be able to help both of us.

    If you can leave BitTorrent connected, it helps me. I have only 32 kbyte/second of uplink bandwidth, and rather a lot of ISOs to seed.


  7. #17
    Member registered user
    Join Date
    Aug 2004
    Posts
    35

    One more thing

    I've set up 'qemu' so that it tries to emulate a machine with 1 Gbyte of memory. Your Windows box needs to be able to allocate a 'swap' file of at least 1 Gbyte in size, for this to work. (Unless you have that much RAM, of course). If you can't allow that much swap, you'll need to change the parameter in the 'qemu' command ... you can drop it down to 128Mbyte or so ... but on the principle that it's faster for Windows to swap things in from disk, rather than qemu and knoppix swap them in from CD, the larger emulated memory the better.

  8. #18
    Junior Member
    Join Date
    Jan 2005
    Posts
    8

    Knoppix under Windows for newbies ...

    First I must thank Chris-UK for his help and also a CoMike at http://www.dad-answers.com/qemu-foru...opic.php?t=112 for his post or I would never have succeeded ... however I must say it was due more good luck than to thorough detailed instructions that weren't provided for real QEMU newbies like myself either in the QEMU on-line documentation or the forum posts.

    Chris' Knoppix_qemu iso torrent that I downloaded and tried everywhich way but up would not work for me. Maybe bad data ??? or something else ... whatever I next tried to read the online QEMU documentation which was even less helpful. It was only with some luck and a post by CoMike above that I got Knoppix under windows to boot up in qemu. Here is what I did for anyone elses interest ...

    My goal now to get a simple knoppix cd working under Qemu on my Win98 machine. I first downloaded the windows installer for qemu from http://ftp.club-internet.fr/mirrors/...win32/release/

    After pouring through the online qemu documentation at http://fabrice.bellard.free.fr/qemu/user-doc.html and trying a lot of things with little success, I read that CoMike said that you must "create a hard disk image with qemu-img". But how ... it would have been helpful if he had given a command line without requiring us newbies to read the "c:\<qemu directory>\qemu-img.exe help" to find out. To CoMikes credit, he told us we needed to do this whereas the Qemu on-line documentation at http://fabrice.bellard.free.fr/qemu/qemu-doc.html did not seem to explain this at all!

    Trying now to get a Knoppix v3.7 iso image to load in qemu ... and since the KNOPPIX_V3.7-2004-12-08-EN.iso being 700MB in size I created the following knoppix.img in my qemu directory at the DOS prompt:
    c:\<qemu directory>\qemu-img.exe create knoppix.img 800M
    (where the <qemu directory> is the local qemu folder on my c drive. I had no idea what size to use so I made it a little bigger than my iso file size)

    The next problem was discovering that apparently on Windows one cannot load a Live-CD into QEMU. (I say discover since CoMike indicated this in his last post (see above link) though Chris-UK will no doubt dispute this. I wasted a lot of energy trying to get my LIVE CD to load into QEMU. Nowhere did the on-line documentation indicate that this was not possible. In fact Chris-UK indicates that he not only did this but also has provided us with an online torrent of a remastered Knoppix Live CD which he says will boot automatically into QEMU under windows. I downloaded his iso, burned it to a CD and was unable to get it to work at all. (If you want to try it go to http://home.btconnect.com/chrisandcarolyn/torrents/ to download his CD) I wasted a lot of time on not getting that to work. Though I do not doubt it may indeed work, there is little good documentation that explains thoroughly how, or I am simply missing some obvious insight.

    Anyway I was playing around with CoMike's sample command line and by accident had the KNOPPIX_V3.7-2004-12-08-EN.iso in my <qemu directory> (I had tried it I don't know how many times without the iso in my <qemu directory> without success as nobody told me this is where I must put the iso image), when the following line suddenly worked !!!! at my DOS prompt:
    c:\<qemu directory>\qemu.exe -L bios -hda knoppix.img -cdrom KNOPPIX_V3.7-2004-12-08-EN.iso -boot d

    While ecstatically happy ... I was trying to understand the command line
    Why is "-L bios" not documented in the Qemu on-line documentation ???? as elsewhere I had seen examples of "-L ." and so on that just didn't work for me. Furthermore why is the "-cdrom" argument not "-hda". Again I could not find answers to this in the online doc. Only CoMike used this example. Like a real dummy I thought this meant the iso-image-file was to be loaded from a cdrom. This is not the case as I discovered by removing the CDROM during the Qemu bootup sequences. Furthermore while the online doc does mention the "-boot d" argument, it does not indicate this is to load a CDROM iso under windows ... in fact the on-line doc says almost nothing about loading anything under Windows. To be fair the Qemu site does say that Qemu under windows is in extreme alpha testing stage ... so I shouldn't expect documentation for this but I would be nice to know this instead of spending hours reading the documentation only to find '-cdrom file" in a brief line that seems to indicate where to find a <disk-image-file> rather than a <iso-image-file> as CoMike indicated.

    Anyway the upshot is that when giving advice like CoMike's suggested commands:
    qemu.exe -L [biospath] -hda [disk-image-file] -cdrom [iso-image-file] -boot d
    Example:
    qemu.exe -L bios -hda susehd.img -cdrom suse.iso -boot d

    ... it would really be nice to explain the obvious for the benefit of dummies like myself who spent lots of time trying to interpret it with many failed attempts. For instance what is the <biospath> <disk-image-file> <iso-image-file>, its purpose ... location ... etc. so that unnecessary confusion and wasted time is avoided. I thank both Chris-UK and CoMike for all their help ... even though writing for dummies like myself is not an easy task for anyone who assumes the obvious is indeed obvious. Perhaps I have also succumbed in someway to this error in my own post ... let me know if I have utterly confused anyone and not explained all my steps clearly.

    I will add that while the whole exercise was frustrating ... when I did get it working ... the ecstasy quickly gave way to dissappointment when I learned that under windows QEMU emulates at 5-10 times slower than normal use which on my machine was virtually useless while waiting forever just to load and to execute commands. The QEMU accelorator technology http://fabrice.bellard.free.fr/qemu/qemu-accel.html which drops the speed loss to 1-2 times isn't ready for Windows yet

    Doublezz.

  9. #19
    Member registered user
    Join Date
    Aug 2004
    Posts
    35

    Problems with Knoppix-for-Windows

    There's some problems I'm aware of
    1) If you have rather a lot of devices, then the sequence at the beginning of qemu*/qemu-knoppix.bat won't find your CD and things won't work. I'm not a Windows programmer;if someone could take a look and come up with a better way, please post it here.
    2) If your machine can't make 1 GB of swap space available, things won't work. It is possble to reduce the size requirement, but then you get slower speed. Again look in the qemu*/qemu-knoppix.bat .
    3) I have found it to work on WindowsXP, and not work on Windows95. Others have said it does not work on Windows ME. Looks like we have a 'mixed' result on Windows 98. Don't know why, possibly how 'qemu' is built.

    QEMU can boot in 2 modes ...
    1) You get it to boot a 'boot diskette' or 'boot cd', and then run the files off the CD.
    2) You get it to boot a 700MB 'boot CD' iso file.

    Mode (1) is needed to construct a CD which can boot 'real' and 'virtual'; this is how I left the Knoppix37-for-Windows set up. It looks like you converted things to mode (2), fine, but you get a CD which only 'boots' under Windows. Or an ISO file which runs Linux under Windows without a CD, which can be useful too.

    I take the point about speed. It's enough for some purposes ... like learning, running an 'xterm' and a 'ssh', NFS-mounting and using an editor. And as PCs get faster, it will get faster too.

    Sorry about how long it takes to download. My broadband is going flat-out (11 CDs and a DVD ... the DVD requesters know it will take the best part of a week, but at least they get a Live Linux DVD at the end of it even if the 'Linux-under-Windows' is slow)

    If you want to make a better CD, or reconnect to the 'torrent' so that others can download it faster, that's fine too. I'd say 'thanks' for either ...

    You'd probably get thanks for writing better documentation for QEMU, as well

    Chris.

Page 2 of 2 FirstFirst 12

Similar Threads

  1. Networking Linux box (knoppix 3.4) with Windows XP PC
    By nicorellius in forum Networking
    Replies: 16
    Last Post: 11-12-2004, 09:17 PM
  2. Linux and Windows
    By manatarms1775 in forum General Support
    Replies: 2
    Last Post: 04-13-2004, 06:25 PM
  3. Windows GUI on Linux is possible!
    By Hunkah in forum Ideas
    Replies: 7
    Last Post: 02-29-2004, 08:02 AM
  4. How to install WINDOWS 2000 besides LINUX and WINDOWS 98
    By legal in forum Hdd Install / Debian / Apt
    Replies: 0
    Last Post: 01-15-2004, 04:33 PM
  5. windows and linux
    By javiergarza4 in forum General Support
    Replies: 4
    Last Post: 11-15-2003, 05:12 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
  •  


JUNIPER MPC5E-40G10G MPC5E CARD 6x40GE & 24x10GE, COUIBD1BAF picture

JUNIPER MPC5E-40G10G MPC5E CARD 6x40GE & 24x10GE, COUIBD1BAF

$3999.99



Juniper MX-MPC2-3D-A Router Card + MIC-3D-4XGE-XFP-A & MIC-3D-20GE-SFP picture

Juniper MX-MPC2-3D-A Router Card + MIC-3D-4XGE-XFP-A & MIC-3D-20GE-SFP

$799.99



Juniper Networks EX3300-48P 48-Port PoE+ 4x SFP+ Network Switch w/ Power Cord picture

Juniper Networks EX3300-48P 48-Port PoE+ 4x SFP+ Network Switch w/ Power Cord

$43.95



Juniper EX3300-48P, 48 Port PoE+ Gigabit Network Switch w/ Power cord picture

Juniper EX3300-48P, 48 Port PoE+ Gigabit Network Switch w/ Power cord

$54.99



JUNIPER EX3400-48P 48x 1GB PoE+ RJ-45 4x 10GB SFP+ 2x 40GB QSFP+, DUAL AC POWER picture

JUNIPER EX3400-48P 48x 1GB PoE+ RJ-45 4x 10GB SFP+ 2x 40GB QSFP+, DUAL AC POWER

$210.00



Juniper Networks EX2300-24P 24 Port Gigabit PoE 4 SFP 1/10G Network Switch picture

Juniper Networks EX2300-24P 24 Port Gigabit PoE 4 SFP 1/10G Network Switch

$115.00



Juniper EX4300-48T EX4300 48 Port Gigabit 4-Port QSFP+ Switch picture

Juniper EX4300-48T EX4300 48 Port Gigabit 4-Port QSFP+ Switch

$84.00



Juniper Networks EX3300-24P 24-Port PoE+ 4x SFP+ Network Switch TESTED picture

Juniper Networks EX3300-24P 24-Port PoE+ 4x SFP+ Network Switch TESTED

$79.99



Juniper EX2300-48P  PoE+ Switch 48x 1GbE & 4 SFP+/SFP 10G uplinks, Tested picture

Juniper EX2300-48P PoE+ Switch 48x 1GbE & 4 SFP+/SFP 10G uplinks, Tested

$289.00



EX2300-24P Juniper 24-port 10/100/1000BASE-T PoE+ 4 x 1/10GbE SFP/SFP+ UNCLAIMED picture

EX2300-24P Juniper 24-port 10/100/1000BASE-T PoE+ 4 x 1/10GbE SFP/SFP+ UNCLAIMED

$450.00