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

Thread: HD Install on FAT32/DOS ?

  1. #11
    Member registered user
    Join Date
    Jan 2003
    Location
    Glenview, Illinois
    Posts
    72

    HD Install

    So, the Knoppix files copied from the CD must be in the root directory of a FAT or FAT32 disk to boot Knoppix, correct? Will there be any adverse effects on the hard drive since it has Windoze on it?

  2. #12
    Member registered user
    Join Date
    Jan 2003
    Location
    Glenview, Illinois
    Posts
    72

    HD install

    Well, I tried the procedure tuxtom outlined above and it works! With the boot floppy made with mkfloppy.bat and the Knoppix files on the hard drive (in the root directory), Knoppix boots off the C: drive very quickly and doesn't disturb my Windoze 98SE installation. The only thing is, you still have to save your configuration files to a floppy. And, while booting, after the boot floppy is done (after Knoppix mounts hda1) you have to swap the boot floppy for your config floppy. But it works, and all the apps load lightning fast! I'm happy. Now, if only your configuration files can be saved on the hard drive and read at boot up. Hmmmm...

  3. #13

    Will it work in a folder? :?

    Can it work in a folder in the C drive? Can't you put a bootloader on a floppy and set it to boot from a folder on the c drive with knoppix in it? If so, how would you do it (I'm not very experienced)

  4. #14
    Member registered user
    Join Date
    Jan 2003
    Location
    Glenview, Illinois
    Posts
    72

    Knoppix on HD

    Just copy the Knoppix folder from the CD to the root directory on your hard drive. You are copying a folder to your hard drive, not separate files. Then, make a boot floppy from the batch file "mkfloppy.bat" on the Knoppix CD. It works great. If you have a configuration floppy you made with Knoppix to save all your settings, you will have to swap the boot floppy for the config floppy after Knoppix starts to boot from the HD.

  5. #15
    Member registered user tuxtom's Avatar
    Join Date
    Nov 2002
    Location
    hamburg.de
    Posts
    32

    Re: Feature wanted: Run Knoppix from hd

    Quote Originally Posted by tuxtom
    ...
    It's also possible to run knoppix this way without a boot disk, using a linux boot manager (lilo or grub)
    but that's another story.
    Here's the other story!
    I created a primary partition size 1 cyl ~ 8 MB as hda1.
    To this partition I dumped the /KNOPPIX/boot-de.img from the cd.
    Code:
    # dd if=boot-de.img of=/dev/hda1
    Ok, with this I wasted 7 MB of disk space, but KNOPPIX runs without a boot diskette.
    To use this with lilo, just put to /etc/lilo.conf:
    Code:
    other=/dev/hda1
      label="KNOPPIX cd"
    and run lilo again

    With grub, put to /boot/grub/menu.lst:
    Code:
    title           Knoppix cd
    root            (hd0,0)
    makeactive
    chainloader +1
    tom

  6. #16
    Senior Member registered user
    Join Date
    Feb 2003
    Posts
    202

    Re: HD Install on FAT32/DOS ?

    Quote Originally Posted by Loki
    I'm wondering if this could be done at all,
    perhaps with loadlin ? HELP !

    Copy CD KNOPPIX folder in C:\KNOPPIX
    copy miniroot.gz and vmlinux in c:\ (they are in boot.img). Extract with winimage or from floppy created with mkfloppy.bat

    then put this in C:\knx.bat

    c:\loadlin.exe c:\vmlinuz rw lang=en floppyconf root=/dev/hda1 initrd=c:\miniroot.gz console=null acpi=off screen=800x600

    (put floppy with saved configuratiuon in A:\)

    example with more options
    C:\loadlin.exe c:\vmlinuz lang=en ramdisk_size=100000 init=/etc/init noapic apm=power-off hda=scsi hdb=scsi hdc=scsi hdd=scsi hde=scsi hdf=scsi hdg=scsi hdh=scsi vga=791 initrd=C:\miniroot.gz screen=800x600 quiet BOOT_IMAGE=knoppix

  7. #17
    Junior Member registered user
    Join Date
    Nov 2002
    Location
    Toronto, Canada
    Posts
    23

    Knoppix install on FAT32

    If someone were ambitous they could proably build a UMSDOS installer script for Knoppix to copy into C:\Linux... I once played with running Debian:Slink from a 800MB Fat drive (when I had Win95)....

    The other possiblity would be UVFAT, which doesn't mangle the names under VFAT(FAT32)....

    The kernel needs to have UMSDOS/UVFAT support built in for it to work be able to mount and boot properly.

    Anyway check out http://linux.voyager.hr/umsdos/ for details

    -G

  8. #18
    Junior Member registered user
    Join Date
    Feb 2003
    Posts
    25
    Ah, Tom...
    You do know youre ordering won ton soup to all us newbies out here.
    javascript:emoticon(%27%3Awink%3A%27)
    If I understand you at all though, I want to ask if you did the same kind of install that we did, ie copying cd contents to folder. Cuz it sounds like you are editing system files there, and on cd copy all I've seen is that all sysfiles are compressed and unreachable...
    Confuscious Confused
    ~S~

  9. #19
    Junior Member
    Join Date
    Feb 2003
    Posts
    1
    I tried.
    The partition created must be a Linux partition.
    It works, but the boot connot be made by Partition Magic, only by Lilo.
    So you have to boot first and go to a Linux partition with lilo and then choose the new boot as indicated.

    It seems to work only if no parameters are given. As soon as one want to give some, it hangs. May be some files are missing somewhere.

    All this suggest that one can also create a 700M partition (a Linux one) and put on it the iso image of the cd rom. I did not tried.

  10. #20
    Junior Member
    Join Date
    Feb 2003
    Posts
    1

    howto

    I just found this one a few minutes ago:

    http://www.freenet.org.nz/misc/knopp...ationprocedure

    Could be useful for whoever wants more, I haven't tried it yet but will do that tomorrow.

Page 2 of 2 FirstFirst 12

Similar Threads

  1. Poor Human's Install on FAT32 with dual-boot? LILO?
    By snarkfinder in forum Hdd Install / Debian / Apt
    Replies: 3
    Last Post: 08-08-2004, 09:36 PM
  2. evolution and fat32 problem
    By wutzin in forum General Support
    Replies: 1
    Last Post: 04-29-2004, 09:55 AM
  3. How do I add fat32 partition after Linux install?
    By bilzer in forum General Support
    Replies: 10
    Last Post: 04-21-2004, 05:43 AM
  4. FAT32 formatting?
    By Li Gwai Lo in forum General Support
    Replies: 4
    Last Post: 01-18-2004, 08:53 PM
  5. NTFS vs. FAT32
    By A. Jorge Garcia in forum Hdd Install / Debian / Apt
    Replies: 9
    Last Post: 03-17-2003, 09:57 AM

Posting Permissions

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


ORICO 5 Bay Raid Enclosure USB3.0 SATA External Hard Drive Enclosure Up to 80TB picture

ORICO 5 Bay Raid Enclosure USB3.0 SATA External Hard Drive Enclosure Up to 80TB

$139.99



ORICO 5 Bay Raid USB3.0 to SATA External Hard Drive Enclosure for 3.5'' HDD LOT picture

ORICO 5 Bay Raid USB3.0 to SATA External Hard Drive Enclosure for 3.5'' HDD LOT

$140.79



Dell EMC 092GD6 Broadcom 9305-16i LSI Quad Port 4 Port SAS RAID Controller picture

Dell EMC 092GD6 Broadcom 9305-16i LSI Quad Port 4 Port SAS RAID Controller

$84.99



OWC Guardian Maximus Raid Enclosure SATA Hard Drive FireWire picture

OWC Guardian Maximus Raid Enclosure SATA Hard Drive FireWire

$36.99



ASUS Hyper M.2 x16 Gen 4 RAID Card- Used Working picture

ASUS Hyper M.2 x16 Gen 4 RAID Card- Used Working

$32.95



Dell PERC H330 PCIe 3.0 x8 RAID Storage Controller 4Y5H1 High Profile picture

Dell PERC H330 PCIe 3.0 x8 RAID Storage Controller 4Y5H1 High Profile

$17.99



ACASIS 2.5/3.5 inch 2 Bay SATA USB 3.0 Hard Drive Disk HDD SSD Enclosure 4 RAID picture

ACASIS 2.5/3.5 inch 2 Bay SATA USB 3.0 Hard Drive Disk HDD SSD Enclosure 4 RAID

$54.66



WD TB My Book Duo Desktop RAID External Hard Drive 0TB NO DRIVES picture

WD TB My Book Duo Desktop RAID External Hard Drive 0TB NO DRIVES

$42.00



HDD Enclosure USB 3.0 2.5 inch Dual Bay 2*6TB HDD RAID SATA Hard Drive Enclosure picture

HDD Enclosure USB 3.0 2.5 inch Dual Bay 2*6TB HDD RAID SATA Hard Drive Enclosure

$32.69



CompUSA Internal 2 Bay Removable Rack for 3 SATA Hard Drives Raid Configurations picture

CompUSA Internal 2 Bay Removable Rack for 3 SATA Hard Drives Raid Configurations

$25.00