Results 1 to 9 of 9

Thread: Final answer: Does it work to remaster from a "HD insta

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

    Final answer: Does it work to remaster from a "HD insta

    I've seen a lot of postings on this group - some pro, some con.
    I want the final answer. Note: I'm not looking (at least at this time) for a "how-to" - just a yes/no.

    So, is it possible to take a hard disk installed version of Knoppix, and convert it (back) to a CD image? (This is, after having booted from a CD, then mounting the drive with the HD install - I understand, of course, that you cannot convert the running system to a CD image)

    Is this equivalent to the "standard" method of building it all up in a chroot, and then converting that to a CD image?

  2. #2
    Senior Member registered user
    Join Date
    Mar 2004
    Posts
    1,516
    the diference should not be that noticeable between chroot an a hddintall. the chroot makes that install the one used so... it should work. i have done lfs that way. and it transfered to CD so... (no great distro but interesting xperiment).

  3. #3
    Senior Member registered user
    Join Date
    Mar 2003
    Location
    colorado springs, colorado
    Posts
    1,933

    Re: Final answer: Does it work to remaster from a "HD i

    Quote Originally Posted by gazelle
    I've seen a lot of postings on this group - some pro, some con.
    I want the final answer. Note: I'm not looking (at least at this time) for a "how-to" - just a yes/no.

    So, is it possible to take a hard disk installed version of Knoppix, and convert it (back) to a CD image? (This is, after having booted from a CD, then mounting the drive with the HD install - I understand, of course, that you cannot convert the running system to a CD image)

    Is this equivalent to the "standard" method of building it all up in a chroot, and then converting that to a CD image?
    Of course it is. I actually boot directly into my remaster. Phooey on all the chroot nonsense especially if you want to tweak the GUI. You avoid all sorts of problems by booting into your remaster.

    Boot Knoppix

    Copy everything in KNOPPIX (not KNOPPIX itself) to a mounted partition

    cp -a * /mnt/hda5

    You should have a complete filesystem on /mnt/hda5 like so:

    bin cdrom etc home lib mnt proc sbin tmp var
    boot dev floppy initrd lost+found opt root sys usr vmlinuz

    then add a line to your boot loader like so:

    title remaster
    kernel (hd0,4)/boot/vmlinuz rw root=/dev/hda5 hdb=scsi apm=power-off nomce vga=791 lang=us

    voila!

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

    Re: Final answer: Does it work to remaster from a "HD i

    Quote Originally Posted by rickenbacherus
    Quote Originally Posted by gazelle
    I've seen a lot of postings on this group - some pro, some con.
    I want the final answer. Note: I'm not looking (at least at this time) for a "how-to" - just a yes/no.

    So, is it possible to take a hard disk installed version of Knoppix, and convert it (back) to a CD image? (This is, after having booted from a CD, then mounting the drive with the HD install - I understand, of course, that you cannot convert the running system to a CD image)

    Is this equivalent to the "standard" method of building it all up in a chroot, and then converting that to a CD image?
    Of course it is. I actually boot directly into my remaster. Phooey on all the chroot nonsense especially if you want to tweak the GUI. You avoid all sorts of problems by booting into your remaster.

    Boot Knoppix

    Copy everything in KNOPPIX (not KNOPPIX itself) to a mounted partition

    cp -a * /mnt/hda5
    I think you've answered the question: How do I install it to a hard disk? (To which question, my answer is: run knx-hdinstall and follow the prompts.

    I was asking the opposite question (putting the toothpaste back in the tube): Can I convert a hd install back into a CD image?

    Anyway, the other day I tried this. I booted up on a CD, then did:

    mount /mnt/hda1 (a spare FAT partition)
    mount /mnt/hda6 (an ext2 partition with a working KNOPPIX)

    mkisofs -R -U -V ... /mnt/hda6 | create_compressed_fs - 65536 > /mnt/hda1/KNOPPIX/KNOPPIX

    It ran for about an hour, and created a 1.1G file.

    I then umounted everything, shut down, booted a KNOPPIX boot floppy, and it got as far as un-cloop-ing and mounting the new image, but then complained that / was not a directory (or something close to that) and that "e2fsck" could not run (it was as if it thought the newly un-cloop-ed file system was "unclean" - that is, needed to be fsck'd).

    So, where to go from here?

  5. #5
    Junior Member registered user
    Join Date
    Apr 2004
    Posts
    12

    Booting Knoppix from Hard Disk Drive..Easy Procedure !

    Hey Buddy ,If U dont mind try this Procedure
    http://www.knoppix.net/forum/viewtop...647&highlight=

  6. #6
    Senior Member registered user
    Join Date
    Mar 2003
    Location
    colorado springs, colorado
    Posts
    1,933

    Re: Final answer: Does it work to remaster from a "HD i

    Quote Originally Posted by gazelle
    I think you've answered the question: How do I install it to a hard disk? (To which question, my answer is: run knx-hdinstall and follow the prompts.
    I think you need to re-read what I posted. This was not a how to for installation and no where did I mention using knx-hdinstall. This is a how to for setting up a remastering environment that you can boot directly into, tweak and recompress Knoppix. If your image failed to boot then perhaps you should retrace your steps. It is not the easiest thing in the world to do and may take a few tries. It works for me and takes all of 20 minutes to get set up and working.

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

    Re: Final answer: Does it work to remaster from a "HD i

    Quote Originally Posted by rickenbacherus
    Quote Originally Posted by gazelle
    I think you've answered the question: How do I install it to a hard disk? (To which question, my answer is: run knx-hdinstall and follow the prompts.
    I think you need to re-read what I posted. This was not a how to for installation and no where did I mention using knx-hdinstall. This is a how to for setting up a remastering environment that you can boot directly into, tweak and recompress Knoppix. If your image failed to boot then perhaps you should retrace your steps. It is not the easiest thing in the world to do and may take a few tries. It works for me and takes all of 20 minutes to get set up and working.
    Well, OK. Anyway, I've given up on this method and gone back to (some variation of) the "chroot" method. I got it working.

    For whatever it is worth, the error message I was getting was the same as in the thread "Problems while booting customized Knoppix". The problem seems to be in the /etc/fstab file (since that file will have / associated with a hard disk device [e.g., /dev/hda6], and this won't be correct in CD boot environment.

    So, just out of curiosity (and it is curiosity at this point), when you remaster from your hard disk installation, what do you put in the fstab file?

  8. #8
    Senior Member registered user
    Join Date
    Mar 2003
    Location
    colorado springs, colorado
    Posts
    1,933
    Just copy the fstab from the live cd.

  9. #9
    Senior Member registered user
    Join Date
    Mar 2004
    Posts
    1,516
    i would mount the image (from a running knoppix) and do just as said above.
    OR edit the images /etc/fstab manually.

Similar Threads

  1. "Remaster From Hd Install HowTo" - Don't waste you
    By roguesupport in forum Customising & Remastering
    Replies: 8
    Last Post: 04-13-2005, 06:38 PM
  2. Problem with "toram" option with my remaster
    By Gromit in forum Customising & Remastering
    Replies: 1
    Last Post: 04-08-2005, 05:01 AM
  3. Solution for "console with german lang. after hdd insta
    By Scarback in forum Hdd Install / Debian / Apt
    Replies: 1
    Last Post: 01-06-2005, 12:44 AM
  4. will the "Remaster From HDInstall How To" work wit
    By metavoid in forum Customising & Remastering
    Replies: 0
    Last Post: 08-31-2004, 11:13 PM
  5. Final questions before I finish my remaster
    By arkaine23 in forum Customising & Remastering
    Replies: 1
    Last Post: 07-06-2003, 05:40 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
  •  


Dell Poweredge R720 8SFF 2.5

Dell Poweredge R720 8SFF 2.5" x Xeon E5-2680 v2 2.8GHz 20-Cores 128gb 4x Trays

$349.99



Dell EMC PowerEdge R440 Xeon silver 4215 2.5GHz 16 GB ram  2x 550W PSU No HDD picture

Dell EMC PowerEdge R440 Xeon silver 4215 2.5GHz 16 GB ram 2x 550W PSU No HDD

$275.00



Dell Poweredge R720 8SFF 2.5

Dell Poweredge R720 8SFF 2.5" 2x Xeon E5-2680 v2 2.8GHz 20-Cores 64gb 4x Trays

$259.99



Microsoft Windows Server 2022 Standard 64-bit License & DVD 16 Core US Shipping picture

Microsoft Windows Server 2022 Standard 64-bit License & DVD 16 Core US Shipping

$34.99



Supermicro 1027GR-TSF 1U Rackmount Server 2x Xeon 2.3GHz 128GB DDR3 picture

Supermicro 1027GR-TSF 1U Rackmount Server 2x Xeon 2.3GHz 128GB DDR3

$219.99



Dell PowerEdge R620 2x Xeon E5-2630 v2 3.1GHz 2.5

Dell PowerEdge R620 2x Xeon E5-2630 v2 3.1GHz 2.5" 4-BAY 32GB RAM No OS 2x 495w

$174.95



Windows Server 2022 | Intel 18-Core Xeon | 32GB ECC DDR4 | 500GB NVMe | 3TB HDD picture

Windows Server 2022 | Intel 18-Core Xeon | 32GB ECC DDR4 | 500GB NVMe | 3TB HDD

$899.00



Dell Poweredge R630 2x Xeon E5-2680 v4 2.4ghz 28-Core | 32GB | HBA330 | 2x 1100w picture

Dell Poweredge R630 2x Xeon E5-2680 v4 2.4ghz 28-Core | 32GB | HBA330 | 2x 1100w

$359.99



Broadcom 9600-24i Tri-Mode RAID Controller 4.0 NVMe SAS SATA NEW 05-50111-01003 picture

Broadcom 9600-24i Tri-Mode RAID Controller 4.0 NVMe SAS SATA NEW 05-50111-01003

$639.69



WINDOWS SERVER 2025 [REMOTE DESKTOP SERVICES] 50 USER  RDS CAL SEALED picture

WINDOWS SERVER 2025 [REMOTE DESKTOP SERVICES] 50 USER RDS CAL SEALED

$119.18