Page 5 of 5 FirstFirst ... 345
Results 41 to 45 of 45

Thread: Knoppix 7.0.1-EN DVD notes & comments

  1. #41
    Senior Member Karibu's Avatar
    Join Date
    Feb 2012
    Location
    Kelowna, BC Canada
    Posts
    157
    utu, you were right...
    Culprit found! The DVD-RW was not OK!
    Now I used a Memorex 16x DVD+R and k3d burner and it passed the "knoppix testcd" test on both machines!
    Thank you for the help!

  2. #42
    Senior Member registered user
    Join Date
    May 2006
    Location
    Columbia, Maryland USA
    Posts
    1,631

    A more elaborate statement about 64bit vs. 32bit kernel in Knoppix

    .
    A clarification from Klaus K (via private e-mail):

    Hello (utu),

    On Wed, Jun 06, 2012 at 05:09:25PM -0700, (utu) wrote:
    > Greetings again, Klaus.
    >
    > I have a 64-bit computer with 4G b ram; a little of that stolen for graphics.
    > I'm using Knoppix 7.0.2 and I don't recall having a 32-bit or 64-bit choice on that.
    >
    > If I use the cheatcode knoppix64, for uname -s I get linux, not linux64.

    The name of the kernel is always "Linux", regardless of the file name it
    was started with. In fact, the OS does not even know the kernels file
    name, because it's the boot loader who loads it before there is
    an OS running. You may find more useful information when looking at

    cat /proc/cmdline

    about how Linux was started than by looking at uname -a.

    > I've seen a report of someone with 64-bits and 15 Gb with this same result.
    > Neither of us seem to be able to turn on a 64-bit kernel in 7.0.2.

    It's easy: If your system boots with "knoppix64" and starts properly,
    it's running on the 64bit kernel on a 64bit CPU. On a 32bit CPU, the
    64bit kernel will halt immediately after loading the kernel.

    Comparison between uname -a in both cases:

    knoppix:
    Linux Microknoppix 3.3.7 #38 SMP PREEMPT Tue May 22 06:21:01 CEST 2012 i686 GNU/Linux

    knoppix64:
    Linux Microknoppix 3.3.7-64 #40 SMP PREEMPT Tue May 22 08:47:38 CEST 2012 x86_64 GNU/Linux

    It's the "x86_64" architecture which shows the difference. The
    "3.3.7-64" is only the kernel version number.

    (I think) it's nice that the system behaves exactly the same when
    running in 32 vs. 64bit mode, and you won't even notice much of a
    difference in your daily work. Since the application layer uses 32bit
    consistently, you don't have to care about finding a 64bit version of
    proprietary plugins and libs if you need them.

    > I took your (English) description to say I should expect this with ONLY 4 Gb;
    > I understand this is a translation problem and not a (or an intended) fact.

    So, my original statement reads correct, that you can use over 4GB of
    RAM only when using the knoppix64 boot option, and not that the
    knoppix64 boot option would require over 4GB of RAM. Yes?

    > So I guess we have only one complaint not two. Is there a 64-bit iso out there?

    If you are looking for a Knoppix version that uses a 64bit userspace
    (i.e. ALL packages, applications and libs are compiled in 64bit mode),
    there is none. So far, I don't see a big advantage in providing another
    set of DVDs and CDs for a 64bit userspace which does not have a
    significant improvement in either performance, usability or any other
    justification for the extra effort and space consumption.

    > Or are there some other preliminaries necessary to having a 64-bit kernel and
    > all its trimmings? I see lots of headers and Makefiles with 64s in their names.

    The reason for me to provide the 64bit kernel is not to have a complete
    second OS installed with 64bit apps, but to allow systems with more than
    4GB of RAM installed to work properly, and to use Knoppix also as rescue
    system for 64bit installations which require a 64bit CPU and kernel to
    run a chroot into them.

    Maybe this table displays my intention more clearly:

    | 64bit Apps/Libs | 32bit Apps/Libs |
    --------------+---------------------+-----------------+
    64bit CPU + | works | works |
    64bit Kernel | | |
    --------------+---------------------+-----------------+
    32bit CPU + | doesn't | works |
    32bit Kernel | work | |
    --------------+---------------------+-----------------+
    64bit CPU + | doesn't | works |
    32bit Kernel | work | |
    --------------+---------------------+-----------------+
    32bit CPU + | not starting |
    64bit Kernel | |
    --------------+---------------------+-----------------+

    So, the best compatibility is reached if I provide the 32bit
    kernel and 32bit userspace by default (which always
    works), and a 64bit kernel with the same 32bit userspace
    as option (which works on 64bit CPUs only and allows
    more than 6GB of RAM). Adding a 64bit userspace would
    double, almost triple the needed space, or require a second
    DVD.

    Regards
    -Klaus

    Postscript from utu:
    This may also explain why using knoppix64/linux64 as a 'DEFAULT' parameter
    in syslinux.cfg causes a crash.
    Last edited by utu; 06-07-2012 at 03:29 PM.

  3. #43
    Senior Member registered user
    Join Date
    Sep 2006
    Posts
    802
    Which means that there is not that much hope for a pure 64 bits release from Klaus K anytime very soon. A mostly 64-bits version of Knoppix is a nice thing though, my personal opinion is that he understates the utility of it somewhat.

  4. #44
    Senior Member registered user
    Join Date
    May 2006
    Location
    Columbia, Maryland USA
    Posts
    1,631

    Klaus K's table as originally formatted

    .
    Maybe this table displays my intention more clearly:
    Code:
                  | 64bit Apps/Libs     | 32bit Apps/Libs |
    --------------+---------------------+-----------------+
    64bit CPU +   |      works          |     works       |
    64bit Kernel  |                     |                 |
    --------------+---------------------+-----------------+
    32bit CPU +   |      doesn't        |     works       |
    32bit Kernel  |      work           |                 |
    --------------+---------------------+-----------------+
    64bit CPU +   |      doesn't        |     works       |
    32bit Kernel  |      work           |                 |
    --------------+---------------------+-----------------+
    32bit CPU +   |               not starting            |
    64bit Kernel  |                                       |
    --------------+---------------------+-----------------+

  5. #45
    Senior Member registered user
    Join Date
    Sep 2006
    Posts
    802
    Quote Originally Posted by utu View Post
    .
    Maybe this table displays my intention more clearly:
    Code:
                  | 64bit Apps/Libs     | 32bit Apps/Libs |
    --------------+---------------------+-----------------+
    64bit CPU +   |      works          |     works       |
    64bit Kernel  |                     |                 |
    --------------+---------------------+-----------------+
    32bit CPU +   |      doesn't        |     works       |
    32bit Kernel  |      work           |                 |
    --------------+---------------------+-----------------+
    64bit CPU +   |      doesn't        |     works       |
    32bit Kernel  |      work           |                 |
    --------------+---------------------+-----------------+
    32bit CPU +   |               not starting            |
    64bit Kernel  |                                       |
    --------------+---------------------+-----------------+
    Just for the record:
    As this http://knoppix.net/forum/threads/298...notes-comments thread illustrates, the "works" in the all-64 table cell doesn't mean "works right out of the box". But, as klaus2008's method illustrates, with the right package versions and libraries installed, things can be made to run rather smoothly.

Page 5 of 5 FirstFirst ... 345

Posting Permissions

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


Samsung Galaxy Tab A8 10.5

Samsung Galaxy Tab A8 10.5" SM-X200 32GB Wifi Only Tablet Excellent

$124.99



Samsung Galaxy Tab A8 10.5

Samsung Galaxy Tab A8 10.5" SM-X200 128GB Wifi Only Tablet Open Box

$149.99



SAMSUNG AM-P613NZBMXAR Galaxy S6 Lite 2022 10.4

SAMSUNG AM-P613NZBMXAR Galaxy S6 Lite 2022 10.4" 64GB Wi-Fi Tablet With S Pen,

$134.00



Samsung Galaxy Tab A9 (X110) 64GB 4GB RAM International Version (New) picture

Samsung Galaxy Tab A9 (X110) 64GB 4GB RAM International Version (New)

$129.99



Genuine Samsung Book Cover Keyboard for 14.6

Genuine Samsung Book Cover Keyboard for 14.6" Galaxy Tab S8 Ultra | S8 Ultra 5G

$89.99



Samsung - S Pen Creator Edition - White picture

Samsung - S Pen Creator Edition - White

$40.00



Samsung Galaxy 12.4 Inch EF-DT730 Slim Keyboard For  S7+ | S7 FE | S8+ | S8+ 5G picture

Samsung Galaxy 12.4 Inch EF-DT730 Slim Keyboard For S7+ | S7 FE | S8+ | S8+ 5G

$39.99



Samsung Galaxy Chromebook Go, 14-inch, 32GB, Unlocked All Carriers - Silver picture

Samsung Galaxy Chromebook Go, 14-inch, 32GB, Unlocked All Carriers - Silver

$99.95



Samsung 850 Evo 250GB SATA3 Internal SSD Drive MZ-75E250E picture

Samsung 850 Evo 250GB SATA3 Internal SSD Drive MZ-75E250E

$45.00



Tempered Glass Screen Protector For Samsung Galaxy Tab S9/S9 FE/S9 Plus/S9 Ultra picture

Tempered Glass Screen Protector For Samsung Galaxy Tab S9/S9 FE/S9 Plus/S9 Ultra

$10.95