View Poll Results: I found this HOWTO helpfull.

Voters
10. You may not vote on this poll
  • Yup, a whole lot!

    8 80.00%
  • Yup, a little.

    1 10.00%
  • Nope, don't quit your day job, pal....

    1 10.00%
Page 2 of 2 FirstFirst 12
Results 11 to 19 of 19

Thread: HOWTO: Poor Man's Dual Boot PC!

  1. #11
    Senior Member registered user
    Join Date
    Nov 2002
    Location
    Long Island, NY, USA
    Posts
    1,256
    J.drake, you may want to look at this!

    Good Luck,

  2. #12
    Senior Member registered user
    Join Date
    Nov 2002
    Location
    Long Island, NY, USA
    Posts
    1,256
    OK, I got sick of this machine that came preinstalled with WINXP and NTFS. So, I reinstalled WINXP on VFAT32.

    I copied the entire contents of /cdrom/KNOPPIX/* to c:\KNOPPIX.

    Its also easy to make the DOS Boot Floppy! Just go to My Computer and click on the floppy. Then if you click on format there's a choice for formatting a boot floppy! All you have to do is add the autoexec.bat file.

    Works like a charm!

    Regards,

  3. #13
    Senior Member registered user
    Join Date
    Nov 2002
    Location
    Long Island, NY, USA
    Posts
    1,256
    OK, now I've installed a "Poor Man's Dual Boot" on my new lab of Dell Optiplex GX270s. These machinces came with 3 VFAT32 partitions. hda1 was setup as a rescue disk of 32MB, hda2 is about 10GB and has a full M$ WINDOZE XP install and hda5 is about 10GB and is empty (we ordered these with 2 10GB VFAT32 partitions). So here's what I did to install the lastest version of KNOPPIX on these new PCs.

    Step0A: download latest *.iso and cdrecord it
    Step0B: place old DOSBootFloppy in /mnt/floppy (I have loadlin.exe there)

    Step1A: mount hda5 (click desktop hda5 icon)
    Step1B: make hda5 rw (right click desktop hda5 icon, click change rw and click yes)

    Step2A: open a root shell (click <K><KNOPPIX><ROOT>)
    Step2B: mkdir /mnt/hda5/knoppix
    Step2C: mount /mnt/cdrom/KNOPPIX/boot.img tmp -o loop

    Step3A: cp tmp/* /mnt/hda5/knoppix
    Step3B: cp /mnt/floppy/loadlin.exe /mnt/hda5/knoppix
    Step3C: cp /mnt/cdrom/KNOPPIX/* /mnt/hda5/knoppix

    Now you can reboot with your modified DOSBootFloppy (see previous post and http://www.knoppix.net/forum/viewtopic.php?t=2273) once you've updated autoexec.bat's loadlin line with any new boot cheatcodes as needed!

    Enjoy,

  4. #14
    Junior Member
    Join Date
    Sep 2003
    Posts
    6
    Impressive.

    So if I understand right, it's possible to put Knoppix on a windows (FAT32) drive and boot it from a floppy -- or even a seperate partition for increased speed??

    And you CAN write to the drive and save data and settings?? (Without too much of a hassle.)

    If all this is infact possible, I have one simple (err..maybe complex) question:

    I want to install Knoppix on the drive of a family computer for personal use. Everybody else wants to use windows. However, the only way my parents would allow this is if I kept it virtually invisible - meaning no bootloaders - since their simplistic brains cannot appreciate the beauty of lilo.

    At the same time, I want to make it load reasonable fast. So is there a way to somehow merge the partition idea and the bootdisk idea, so that when I boot the floppy, it would command the partition to fling me into linux with maximum speed? Maybe not by means of lilo, but anything would do.

    Hope I make some sense.

    -Thanks

  5. #15
    Senior Member registered user
    Join Date
    Nov 2002
    Location
    Long Island, NY, USA
    Posts
    1,256
    With the DOSBootFloppy, as opposed to the KNOPPIXBootFloppy (kernel based), everything boots faster because vmlinuz and and miniroot.gz are read from the hdd, not the floppy. This is faster than the CD boot too, but not faster than hdinstall boot.

    Also, the DOSBootFloppy is a DOS formatted disk so you cannot use knoppix.sh to save settings. However, as this is not a kernel based boot disk, there's room on the disk to save files that you create (~500KB).

    This is a very "invisible" setup and I use it at home and at work.

    Good Luck,

  6. #16
    Senior Member registered user
    Join Date
    Nov 2002
    Location
    Long Island, NY, USA
    Posts
    1,256
    BTW, in the "Poor Man's Dual Boot" method, you're essentially copying the KNOPPIX read-only compressed file system to a hdd. Therefore, it will still work like it s on a CD. So you can't save anything to the hdd unless you setup another partition to write to. That's why I save to /mnt/floppy.

    Regards,

  7. #17
    Junior Member
    Join Date
    Sep 2003
    Posts
    6
    Thanks for the reply.

    I just finished doing this on the win 98 computer. However when I booted it up from the floppy it did not work -- saying something about not being able to find the kernal image. It was not a completely empty disc however (had some files formated for windows on it.) But I assumed that this wouldn't effect it.

    Plus when it was making the CD, it said something about an input/output error. I'll try making another boot CD and report back.

    Anyways..here's something else I found while just surfing:

    http://linuxconsole.tuxfamily.org/index.php?langue=en

    It's very similar to knoppix and uses a different method to boot from windows (see this link for detailed info http://linuxconsole.tuxfamily.org/ho...langue=en#Boot)

    I just thought that you guys at the knoppix forums might be interested in checking it out

  8. #18
    Junior Member
    Join Date
    Sep 2003
    Posts
    6
    Ahh -- it works now!

  9. #19
    Senior Member registered user
    Join Date
    Nov 2002
    Location
    Long Island, NY, USA
    Posts
    1,256
    OK, just to streamline the process a bit, here's what I've been doing lately.

    Step0
    *download latest ISO and cdrecord it (assuming you have a linux box)
    *place old DOSBootFloppy in /mnt/floppy (I added loadlin.exe there)

    Step1
    *mount hda5 (click desktop hda5 icon)
    *make hda5 rw (right click desktop hda5 icon, click change rw)
    *delete the /mnt/hda5/knoppix directory if it already exists

    Step2
    *open a root shell (click <K><KNOPPIX><ROOT>) and type:
    mkdir /mnt/hda5/knoppix
    mount /mnt/cdrom/KNOPPIX/boot.img tmp -o loop
    cp tmp/* /mnt/hda5/knoppix
    cp /mnt/floppy/loadlin.exe /mnt/hda5/knoppix
    cp /mnt/cdrom/KNOPPIX/* /mnt/hda5/knoppix

    FIN!!!

    BTW, just go get some coffee and order out for pizza while that last step completes. Depending on cdrom drive speed, I've has this take from 5-15 minutes!

    NB, the part about deleting an old /mnt/hda5/knoppix is new.

    Enjoy,

Page 2 of 2 FirstFirst 12

Similar Threads

  1. Converting Poor Man's install to dual boot
    By gnarvaja in forum Hdd Install / Debian / Apt
    Replies: 3
    Last Post: 02-24-2005, 11:08 PM
  2. USB Thumbdrive/keychain NTFS ISO boot/Poor Man's Install
    By semreh in forum Hdd Install / Debian / Apt
    Replies: 4
    Last Post: 09-15-2004, 10:07 AM
  3. How To boot without CD after Poor Man's Install
    By prehis in forum Hdd Install / Debian / Apt
    Replies: 5
    Last Post: 09-15-2004, 04:44 AM
  4. 3.4/2.6.6 Poor Man's (to/fromhd) install; boot with USB?
    By j.drake in forum Hdd Install / Debian / Apt
    Replies: 6
    Last Post: 08-29-2004, 07:51 AM
  5. "Poor Man's Dual Boot" with KNOPPIX 3.4
    By pau1knopp in forum Hdd Install / Debian / Apt
    Replies: 1
    Last Post: 05-17-2004, 10:27 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
  •  


Cordless Wireless Air Blower Handheld Vacuum Cleaner Strong Suction Car Home picture

Cordless Wireless Air Blower Handheld Vacuum Cleaner Strong Suction Car Home

$24.98



Compressed Air Duster with Air Blower 100000RPM Vacuum Cleaner and Air Duster picture

Compressed Air Duster with Air Blower 100000RPM Vacuum Cleaner and Air Duster

$38.99



Electric Vacuum Cleaner Air Duster Suction High Pressure for Computer Car Home picture

Electric Vacuum Cleaner Air Duster Suction High Pressure for Computer Car Home

$9.97



KLIM Cool Laptop Cooler Fan, Portable Quiet Cooling Vacuum w/Display - BLUE LED picture

KLIM Cool Laptop Cooler Fan, Portable Quiet Cooling Vacuum w/Display - BLUE LED

$15.95



Mini USB Keyboard Vacuum Cleaner PC Laptop Computer Brush Dust Cleaning Kit picture

Mini USB Keyboard Vacuum Cleaner PC Laptop Computer Brush Dust Cleaning Kit

$2.99



Mini Computer Vacuum USB Keyboard Cleaner PC Laptop Brush Dust Cleaning Kit US picture

Mini Computer Vacuum USB Keyboard Cleaner PC Laptop Brush Dust Cleaning Kit US

$13.68



100000RPM Cordless Air Duster Blower Compressed Computer Cleaning Vacuum Cleaner picture

100000RPM Cordless Air Duster Blower Compressed Computer Cleaning Vacuum Cleaner

$28.98



Electric Vacuum Cleaner Air Duster Suction High Pressure for Computer Car Home picture

Electric Vacuum Cleaner Air Duster Suction High Pressure for Computer Car Home

$9.99



Electric Mini Air Duster Blower Vacuum Cleaner for PC Computer Laptop Dust picture

Electric Mini Air Duster Blower Vacuum Cleaner for PC Computer Laptop Dust

$30.95



Compressed Air Duster, Koonie 15000mAh Cordless Air Duster & Vacuum original $89 picture

Compressed Air Duster, Koonie 15000mAh Cordless Air Duster & Vacuum original $89

$29.99