Results 1 to 6 of 6

Thread: BOOTFROM: What is the point?

  1. #1
    Junior Member registered user
    Join Date
    Apr 2004
    Posts
    18

    BOOTFROM: What is the point?

    Note: I am talking about bootfrom - which is supposed to be a way to boot from NTFS (or ReiserFS) - *not* FROMHD, which only works with FAT/FAT32 (or ext2?) Note that FROMHD works fine "out of the box", but the point is it only works with the 'classic" HD filesystems.

    Anyway, my question is: What is the intended use of BOOTFROM?

    To go ahead and try to answer my own question, let me say that I am intrigued by it but I was not able to get it to work. Here's my experience.
    On a new-from-the-factory XP machine, I booted XP and copied the 8/16/04 KNOPPIX....iso file to C:\

    Then, I rebooted and booted a customized Knoppix CD (of the same version) that contains the boot stuff, but not the "big file" (the cloop file). I got to the boot prompt and entered: knoppix 2 bootfrom=/dev/hda1/K*.iso
    It didn't work - it gave me the "screen of death" - cannot find Knoppix file system - dropping you to a very limited shell.

    Now, the reason I am trying to do this at all is because of defective hardware. The CD drives on some older machines cannot boot the regular Knoppix CD because they can't reliably access all the tracks on the CD. I've found that I can boot the "boot only" version on these machines. So, can I use BOOTFROM in any way to get around these hardware limitations?

  2. #2
    Senior Member registered user
    Join Date
    Jul 2004
    Posts
    143
    This is how I got bootfrom to work on my Windows NT machine, where the file system is also NTFS.

    1) Using Windows make a directory c:\KNOPPIX (caps important)

    2) copy the CLOOP file from a Knoppix CD that has had the ISO file burnt to it to this directory:

    copy d:\KNOPPIX\KNOPPIX c:\KNOPPIX\KNOPPIX

    (if d is your CD-ROM drive)

    3) Use the CD to boot up but give the following command line:

    knoppix26 bootfrom=/dev/hda1

    This will boot into the 2.6 Kernel. Nothing else would work with Windows NT. Cannot use Kernel 2.4 - Cannot use the ISO - only the CLOOP file. Whether Windows XP is any different I don't know. I progressed to Poor Mans Install to a Windows partition by the time I had XP - which is much better. Don't need a CD to boot up with then!

    Does Bootfrom have a purpose?

    Yes it does. I cannot do a Poor Man's on my NT machine, because it is at work and I do not have write access to the boot.ini file to change it! Using the CD and bootfrom is the only way I have!

    Hope that helps.

    ICPUG

  3. #3
    Junior Member registered user
    Join Date
    Apr 2004
    Posts
    18
    Quote Originally Posted by ICPUG
    This is how I got bootfrom to work on my Windows NT machine, where the file system is also NTFS.

    ...

    Does Bootfrom have a purpose?

    Yes it does. I cannot do a Poor Man's on my NT machine, because it is at work and I do not have write access to the boot.ini file to change it! Using the CD and bootfrom is the only way I have!

    ICPUG
    I still don't get it. In your situation, why not just boot the CD and go from there? How does it help to have the CLOOP on the hard disk?

  4. #4
    Junior Member registered user
    Join Date
    Dec 2004
    Location
    The Looking Glass
    Posts
    22
    Quote Originally Posted by gazelle
    I still don't get it. In your situation, why not just boot the CD and go from there? How does it help to have the CLOOP on the hard disk?
    boot knoppix bootfrom=/dev/hda1 then you can remove the cd, and use the drive for other cds...

  5. #5
    Junior Member registered user
    Join Date
    Apr 2004
    Posts
    18
    Quote Originally Posted by Doctor
    Quote Originally Posted by gazelle
    I still don't get it. In your situation, why not just boot the CD and go from there? How does it help to have the CLOOP on the hard disk?
    boot knoppix bootfrom=/dev/hda1 then you can remove the cd, and use the drive for other cds...
    OK - but I take it that, to work, the CD itself has to be fully functional - i.e., your CD drive has to be fully functional and that my "defective hardware scenario" described above won't cut it. Essentially, what it is doing is booting the CD (just like a normal, everyday boot) and then booting the CLOOP from the NTFS drive as a sub-boot.

    Does this use the "NTFS (read-only) kernal driver" to mount the NTFS drive? Is that the basic trick?

    Just out of curiosity, why would you want to do this? Why would want to have the CD drive freed up?
    Is there any performance gain? I.e., from when you "fromhd", it boots more quickly because the main file is on the hard disk (doesn't mess with the CD at all). But that's doesn't seem to be the case here.

  6. #6
    Senior Member registered user
    Join Date
    Jul 2004
    Posts
    143
    Gazelle,

    There is just as much performance gain with bootfrom as there is with fromhd. After the initial stuff is got from the CD it then boots the main file from the hard drive. Of course, there is perfomance gain during usage as well because things come off the hard drive faster than the CD. You still have the decompression routines to do but that is all.

    It would be nice if you tried your cut down CD to boot a cloop file from the hard drive and see if it works. I appreciate getting the cloop file on the hard drive in the first place may be a bit difficult if the CD will not copy - may need a 1GB Flash drive or external drive ...

    If using bootfrom with the .iso file DOES work with XP I wonder if the original reason for your problem was because the .iso file was in the wrong directory. Stick it in a c:\KNOPPIX directory and use cheatcode bootfrom=/dev/hda1. I did not suggest this before because I wanted to provide information I know works. I am not sure about this.


    Other reasons for freeing the CD drive. It makes a noise when it is revolving!

    Really I don't want to use the CD Drive at all but as I said previously I don't have the access rights to create a Poor Man's Install so I have to boot from the CD. I use bootfrom rather than fromhd because that is all that works (on NT at least).

    ICPUG

Similar Threads

  1. bootfrom=/ ... testcd
    By Albretch in forum Hardware & Booting
    Replies: 1
    Last Post: 06-27-2006, 06:20 AM
  2. bootfrom?
    By A. Jorge Garcia in forum General Support
    Replies: 6
    Last Post: 08-26-2004, 07:36 PM
  3. point-and-klik...
    By xaviers2002 in forum Klik
    Replies: 2
    Last Post: 08-01-2004, 02:34 AM
  4. point to add to Remastering HowTo ?
    By Alexxx in forum Customising & Remastering
    Replies: 3
    Last Post: 02-24-2004, 08:02 PM
  5. Point floppyconfig parameter to USB?
    By brian03 in forum General Support
    Replies: 0
    Last Post: 05-13-2003, 07:52 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
  •  


Apple Macintosh G3 266MHz Module Processor 661-1461 P603EV 6611461 picture

Apple Macintosh G3 266MHz Module Processor 661-1461 P603EV 6611461

$279.99



Intel - Core i7-12700K Desktop Processor 12 (8P+4E) Cores up to 5.0 GHz Unloc... picture

Intel - Core i7-12700K Desktop Processor 12 (8P+4E) Cores up to 5.0 GHz Unloc...

$242.99



Intel Core i5-6500 Quad-Core Processor 3.2 GHz 6MB LGA1151 picture

Intel Core i5-6500 Quad-Core Processor 3.2 GHz 6MB LGA1151

$23.99



Intel - Core i9-14900K 14th Gen 24-Core 32-Thread - 4.4GHz (6.0GHz Turbo) Soc... picture

Intel - Core i9-14900K 14th Gen 24-Core 32-Thread - 4.4GHz (6.0GHz Turbo) Soc...

$539.99



Intel 6 Core i5-8600 3.1GHZ Desktop Processor SR3X0 picture

Intel 6 Core i5-8600 3.1GHZ Desktop Processor SR3X0

$50.00



Intel Xeon E5-2690V2 3.00GHz 10-Core (SR1A5) Processor CPU READ DESCRIPTION picture

Intel Xeon E5-2690V2 3.00GHz 10-Core (SR1A5) Processor CPU READ DESCRIPTION

$12.00



Intel - Core i5-12600K Desktop Processor 10 (6P+4E) Cores up to 4.9 GHz Unloc... picture

Intel - Core i5-12600K Desktop Processor 10 (6P+4E) Cores up to 4.9 GHz Unloc...

$197.99



AMD Ryzen 5 5500 6-Core 3.6GHz Socket AM4 65W CPU Desktop Processor picture

AMD Ryzen 5 5500 6-Core 3.6GHz Socket AM4 65W CPU Desktop Processor

$93.80



AMD Ryzen 7 2700X CPU Processor 3.7GHz AM4 picture

AMD Ryzen 7 2700X CPU Processor 3.7GHz AM4

$74.99



AMD EPYC 7F52 CPU processor 16 cores 32 threads 3.5GHZ up to 3.9GHZ 240w picture

AMD EPYC 7F52 CPU processor 16 cores 32 threads 3.5GHZ up to 3.9GHZ 240w

$299.00