Page 2 of 3 FirstFirst 123 LastLast
Results 11 to 20 of 24

Thread: Poor Man's Install Not Working in version 7-26 version

  1. #11
    Senior Member registered user
    Join Date
    Feb 2003
    Location
    Nova Scotia, Canada
    Posts
    2,479
    Quote Originally Posted by A. Jorge Garcia
    BTW, the old script for a full Debian Linux install to a Linux partition was knx-hdinstall. Which directory was that in again?

    Also, there's a newer script, right? What's it called, where do I find it and how do I use it??? If the poor man install won't work with the latest KNOPPIX ISO, I may have to break down and actually do a hdinstall.

    TIA,
    The new script is called knoppix-installer to use it you would just open a console window and put sudo in front of it then follow the normal steps to install the system. With it you can save the configuration used for the install to a file to use on different machines. Also there is a .knofig file that is created when you save the configuration that has options in it to seperate out the directories like /home, /usr if you want to put them on seperate partitions. I think the knx-hdinstall and the new installer are in /usr/bin but I'm not sure using locate knx-hdinstall or whereis you should be able to find them.

  2. #12
    Senior Member registered user
    Join Date
    Nov 2002
    Location
    USA, IL
    Posts
    1,041
    --Actually they should be in /usr/local/bin.

    Quote Originally Posted by Stephen
    Quote Originally Posted by A. Jorge Garcia
    BTW, the old script for a full Debian Linux install to a Linux partition was knx-hdinstall. Which directory was that in again?

    Also, there's a newer script, right? What's it called, where do I find it and how do I use it??? If the poor man install won't work with the latest KNOPPIX ISO, I may have to break down and actually do a hdinstall.

    TIA,
    The new script is called knoppix-installer to use it you would just open a console window and put sudo in front of it then follow the normal steps to install the system. With it you can save the configuration used for the install to a file to use on different machines. Also there is a .knofig file that is created when you save the configuration that has options in it to seperate out the directories like /home, /usr if you want to put them on seperate partitions. I think the knx-hdinstall and the new installer are in /usr/bin but I'm not sure using locate knx-hdinstall or whereis you should be able to find them.

  3. #13
    Senior Member registered user
    Join Date
    Mar 2003
    Posts
    872
    Quote Originally Posted by A. Jorge Garcia
    j.drake: RED ALERT, CAUTION, BEWARE...
    As to NTFS, I think that garyng's post spoke of updating the Linux NTFS drivers from the 1.x version that KNOPPIX uses to the newer 2.x driver. I imagine that means on a full hdinstall or a remaster, not the poor man's install. Right?
    No. not hdinstall or remaster. What I did was the following :

    1. create a loopback file system on a local drive
    2. store the newly compiled modules here(/lib/modules/*)
    3. copy the ntfs.o driver to the initrd
    4. make change to linuxrc to load the ntfs driver, loopback driver
    5. before linuxrc get into the actual init process, mount --bind my own module tree

    In this way, I have been using my customized kernel for serveral version of KNOPPIX(the big clooped image) without remastering. In fact, I keep multiple copy of it so I can switch between them easily as there may be surprise from version to version(something work, something broken etc.)

    Of course if there is only NTFS partition, the situation would be a bit complicated as it is not safe to create new files under linux on NTFS, an intermediate storage is needed. A USB CF reader(or floppy if the size is not too large) can serve this purpose as I can just copy the things that I made under linux to the CF(which is FAT) and copy them over to the NTFS partition under XP. But this needs to be done only once in a while, just the vmlinuz(should I choose to compile a new one) or may be the initrd(if I want to change the booting stuff).

  4. #14
    Senior Member registered user
    Join Date
    Apr 2003
    Location
    Muscat.Oman
    Posts
    262
    Hi Jorge,
    Thanks for replying(At Last). I was really hoping for you to answer because I think you are the most experirence poor man's install user. I am just disappointed that you have not tried the latest version. Here are my answers:
    1. I don't think my cd is defective. It works as a live cd. The problem on a live cd is that it does not detect my hd partitions. In the text that are displayed at boot time there is supposed to be a line stating " hda1 hda2<hda5 hda6 hda7 hda8>" .On using knoppix 0726 I only get "hda1 hda2<> " which indicated that hda2 (the logical partition) has no partition at all.
    I forgot to mention that when I tried to upgrade my kernel to 2.3.21 I also get this partition table problem. So I believe thi s is a kernel problem.

    I have also tried the "upgrade script " (upgrade from 0606 to 726-see the home page this forum)and the resulting ISO also has this partition problem.

    2. No I have not 'poor man's installed' Morphix since I cannot boot the latest version. Version b was installed to my home pc but have already removed it.

    3. There are complaints in this forum about the latest install script showing only partition and quit as the choices. I think the reason is this partition not detected problem.

  5. #15
    Senior Member registered user
    Join Date
    Mar 2003
    Posts
    555
    Quote Originally Posted by A. Jorge Garcia
    BTW, the old script for a full Debian Linux install to a Linux partition was knx-hdinstall. Which directory was that in again?

    Also, there's a newer script, right?
    I think that's respectively
    /usr/local/bin/knx-hdinstall
    and
    /usr/local/sbin/knoppix-installer

  6. #16
    Junior Member
    Join Date
    Aug 2003
    Location
    Titletown (Green Bay, WI)
    Posts
    7
    Quote Originally Posted by garyng
    Quote Originally Posted by A. Jorge Garcia
    j.drake: RED ALERT, CAUTION, BEWARE...
    As to NTFS, I think that garyng's post spoke of updating the Linux NTFS drivers from the 1.x version that KNOPPIX uses to the newer 2.x driver. I imagine that means on a full hdinstall or a remaster, not the poor man's install. Right?
    No. not hdinstall or remaster. What I did was the following :

    1. create a loopback file system on a local drive
    2. store the newly compiled modules here(/lib/modules/*)
    3. copy the ntfs.o driver to the initrd
    4. make change to linuxrc to load the ntfs driver, loopback driver
    5. before linuxrc get into the actual init process, mount --bind my own module tree
    This is very cool. However it is also slightly above the skill level of many users that I think would have use for this idea. I think I could re-create this, but I'm not sure how much it would take for me to do this right. Is there any way we could get you to post the boot.img that you created with this method? Or if you don't have anywhere to post it but don't mind sharing, could you send it to me and I will put it out with a location for others to take it.

    On a side note garyng, I have to say I am impressed with the level of support you are giving the english speaking side of knoppix.

  7. #17
    Senior Member registered user
    Join Date
    Mar 2003
    Posts
    555
    Quote Originally Posted by j.drake
    Let me make sure I understand.
    NTFS is a non-issue with the newest versions of Knoppix???
    Woah, careful there!
    I can't speak for gary of course, but I'd still rather keep my NTFS partition(s)
    safely mounted as read-only. What people seem to have had success with, though,
    is freeing some diskspace with qtparted. So if you want to try the poor man's install,
    I'd suggest you free a gigabyte at the end of your disk, then turn that into a
    800 Mb fat32 unit for holding a copy of a knoppix cd, plus another unit of
    200Mb for a persistent home.
    You'll need to boot off a loadlin diskette. I think A.Jorge explains the process in a FAQ,
    or you can find the thread we had about it a few months back.

    Call me paranoid if you like but I don't think putting the valuable data people
    keep on non-linux partitions at risk would do any good to knoppix's reputation.
    If you want to share more data between your OS's, just allocate more fat32 space.

  8. #18
    Senior Member registered user
    Join Date
    Mar 2003
    Posts
    555
    Quote Originally Posted by garyng
    No. not hdinstall or remaster. What I did was the following :

    1. create a loopback file system on a local drive
    2. store the newly compiled modules here(/lib/modules/*)
    3. copy the ntfs.o driver to the initrd
    4. make change to linuxrc to load the ntfs driver, loopback driver
    5. before linuxrc get into the actual init process, mount --bind my own module tree
    Very clever. But Gary: does it require the NTFS parttion to be mounted RW?
    If so, that's way too dangerous for general release, IMO. What would happen
    when an unsuspecting user drags a file in konqueror to his NTFS unit?

  9. #19
    Junior Member
    Join Date
    Aug 2003
    Location
    Titletown (Green Bay, WI)
    Posts
    7
    Quote Originally Posted by baldyeti

    Very clever. But Gary: does it require the NTFS parttion to be mounted RW?
    If so, that's way too dangerous for general release, IMO. What would happen
    when an unsuspecting user drags a file in konqueror to his NTFS unit?
    Since he is just using it to mount the loop 700Meg Knoppix file, I am assuming that he is mounting it read-only, just like any other normal Knoppix boot. He just added the drivers so that the r-o NTFS works, where the boot image normally can't. This way he has a faster 'cdrom type' image off the HD. I want this so that I can use a cdburner, which is the only cdrom without having to mess with the existing setup.

    I wish this would become part of the base knoppix boot.img files, but I'd be happy to host this file if Gary is willing to share it.

  10. #20
    Senior Member registered user
    Join Date
    Mar 2003
    Posts
    872
    no need to mount RW, RO is enough as I don't need to write to it. Even if I need to mount RW, there is a way to 'shield' it from casual use. Just mount --bind another mount point on to the orginal one.

    mount /dev/hda5 /mnt/ntfs
    mount /mnt/ntfs/knoppix /mnt/knoppix -o loop
    mount --bind /mnt/shield /mnt/ntfs

    in this way, /mnt/htfs no long see the NTFS partition, it is not umounted, just shielded.

Page 2 of 3 FirstFirst 123 LastLast

Similar Threads

  1. Floppy for Poor Man's Install?
    By bigkahuna in forum Hdd Install / Debian / Apt
    Replies: 0
    Last Post: 01-13-2005, 08:22 PM
  2. my poor man's install setup
    By probono in forum The Lounge
    Replies: 11
    Last Post: 09-27-2004, 03:34 PM
  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. Stalled AT Poor Man's install with KNOPPIX 3.4
    By musclemania2004 in forum Hdd Install / Debian / Apt
    Replies: 5
    Last Post: 07-08-2004, 04:26 AM
  5. Poor man's install???
    By Obsidian in forum Hdd Install / Debian / Apt
    Replies: 1
    Last Post: 08-28-2003, 06:34 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 Multi Bay RAID Hard Drive Enclosure USB 3.0/ Type-C For 2.5/3.5'' HDD SSDs picture

ORICO Multi Bay RAID Hard Drive Enclosure USB 3.0/ Type-C For 2.5/3.5'' HDD SSDs

$179.99



OWC Guardian Maximus Raid Enclosure SATA Hard Drive FireWire picture

OWC Guardian Maximus Raid Enclosure SATA Hard Drive FireWire

$36.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

$55.45



Dell 7H4CN PERC H730P Raid Controller Mini Mono12GBPS 2GB NV Cache picture

Dell 7H4CN PERC H730P Raid Controller Mini Mono12GBPS 2GB NV Cache

$44.99



LSI MegaRAID 9361-8i 12Gbps PCIe 3 x8 SATA SAS 3 8 Port RAID + BBU & CacheVault picture

LSI MegaRAID 9361-8i 12Gbps PCIe 3 x8 SATA SAS 3 8 Port RAID + BBU & CacheVault

$39.00



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

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

$13.99



Inspur LSI YZCA-00424-101 Raid Card 12Gbps HBA Controller Low Profile 9300-8i IT picture

Inspur LSI YZCA-00424-101 Raid Card 12Gbps HBA Controller Low Profile 9300-8i IT

$15.98



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

$99.99



Dell KMCCD PERC H730 MINI MONO 1GB RAID CONTROLLER W/Battery picture

Dell KMCCD PERC H730 MINI MONO 1GB RAID CONTROLLER W/Battery

$26.99



Yottamaster 2 Bay USB 3.1 RAID Hard Drive Enclosure For 2.5

Yottamaster 2 Bay USB 3.1 RAID Hard Drive Enclosure For 2.5" SATA HDD SSD UASP

$59.99