Page 1 of 2 12 LastLast
Results 1 to 10 of 15

Thread: [Help] Write on poor man's install?

  1. #1
    Junior Member
    Join Date
    Mar 2005
    Posts
    9

    [Help] Write on poor man's install?

    Hi, I have a poor man's install (compressed on HDD, just like the livecd) with grub bootloader instead of isolinux.
    Is there a way to modify and permanently save the grub.lst while I'm running my knoppix system?
    The location seen from another system where I hooked My HDD is /media/hdd1/boot/grub/grub.lst. When I'm running from my knoppix HDD, It will be /cdrom/boot/grub/grub.lst but because the system is read-only, I can't save on it. How could I make r/w temporarly that location?
    Any help much apreciated.
    V.

  2. #2
    Senior Member registered user
    Join Date
    Feb 2005
    Posts
    228
    Do you mean "menu.lst"? What do you want to achieve? Edit grub boot menu and/or add cheat codes to default kernel options?

  3. #3
    Junior Member
    Join Date
    Mar 2005
    Posts
    9
    Quote Originally Posted by ockham23
    Do you mean "menu.lst"?
    Yes that's it, my bad...

    Quote Originally Posted by ockham23
    What do you want to achieve? Edit grub boot menu and/or add cheat codes to default kernel options?
    Something like that, but a more general goal is to be able to save files in that area. Let say, beside boot directory to create my own directory where to be able to permanently save files.
    I don't know if I can/how remount that portion of "CD" as read/write.

  4. #4
    Senior Member registered user
    Join Date
    Feb 2005
    Posts
    228
    You can customize Knoppix by creating a persistent home directory on your hard drive and even modify the cd image file with unionfs by storing your modifications in a special unionrw directory on your hard drive.

    Editing menu.lst, however, isn't that simple if grub itself and menu list are located inside the image file. You would have to copy the files from the cd to a temporary directory, edit menu.lst according to your needs, and create a new iso file from the copied files with mkisofs.

  5. #5
    Junior Member
    Join Date
    Mar 2005
    Posts
    9
    Quote Originally Posted by ockham23
    You can customize Knoppix by creating a persistent home directory on your hard drive ... [snip]
    Can be instead of persistent home directory just another generic directory? I could use some links to point in that direction and use it to store whatever I need... Would it be writeable out of UNIONFS?
    Thanks, V.

  6. #6
    Senior Member registered user
    Join Date
    Feb 2005
    Posts
    228
    I just reread your initial post. Apparently, menu.lst is located in a folder that is not part of the image file. So you should be able to edit to contents of the file if you boot off the Knoppix cd instead off the image file.

    And, yes, you can store your data in any directory on your computer's hard drive or on any removable drive unless the file system of the drive is NTFS. File systems with write support are - among others - FAT32, FAT16, ext2, ext3 and reiserfs. Before you can write to the drive you have to tell Knoppix to mount the drive. In this regard, a persistent home directory is more convenient because it is mounted automatically when Knoppix starts.

    Unionfs is not required if you only want to store user data to permanent folder on a hard drive or a removable drive. However, you cannot add new programs to Knoppix without using unionfs.

  7. #7
    Junior Member
    Join Date
    Mar 2005
    Posts
    9
    Quote Originally Posted by ockham23
    I just reread your initial post. Apparently, menu.lst is located in a folder that is not part of the image file. So you should be able to edit to contents of the file if you boot off the Knoppix cd instead off the image file.

    And, yes, you can store your data in any directory on your computer's hard drive or on any removable drive unless the file system of the drive is NTFS. File systems with write support are - among others - FAT32, FAT16, ext2, ext3 and reiserfs. Before you can write to the drive you have to tell Knoppix to mount the drive. In this regard, a persistent home directory is more convenient because it is mounted automatically when Knoppix starts.

    Unionfs is not required if you only want to store user data to permanent folder on a hard drive or a removable drive. However, you cannot add new programs to Knoppix without using unionfs.
    Thanks for the answers, I think I need to re-state what I'd like to accomplish:

    - without any external help (knoppix CD, or other linux), just within my knoppix-like HDD install...
    - without any other partition/disk intended for storage...

    ... just the same way I have the "boot" directory, I whish to have another writeable directory used just for read-write-save files. The purpose is to use this install on a compact flash, without abusing the write cycles which would compromise the CF. I won't mind to make/run a script to "remount -rw" or "remount -ro" this directory.
    Having for this purpose another partition seems logic and trivial. But I wonder if I just could use the same partition for this, even the way of doing it is not trivial. In the end, I could protect under the "ro umbrela" also my "special directory"

  8. #8
    Senior Member registered user
    Join Date
    Feb 2005
    Posts
    228
    Having for this purpose another partition seems logic and trivial.
    Well, there's your answer.

  9. #9
    Senior Member registered user
    Join Date
    Jul 2006
    Posts
    117
    If I understand correctly, you want to mount r/w the partition where your iso image is.

    When you boot from a iso image on disk (as in your poor man's install), the partition where the iso is will be mounted as a cdrom loop device in read-only mode. For example, if the iso file was on hdd1, then mount will read "hdd1 on cdrom2.loop type ext3 (ro)".

    To make hdd1 writable, issue the following mount command:

    mount /dev/hdd1 /cdrom2.loop -o remount

    Regards.

  10. #10
    Junior Member
    Join Date
    Mar 2005
    Posts
    9
    Quote Originally Posted by Jacky
    To make hdd1 writable, issue the following mount command:

    mount /dev/hdd1 /cdrom2.loop -o remount
    Works like a charm!
    Thanks to all for their suggestions.
    Have a great day, V.

Page 1 of 2 12 LastLast

Similar Threads

  1. Poor Man's Install
    By anksingh in forum Hdd Install / Debian / Apt
    Replies: 5
    Last Post: 08-01-2006, 04:56 AM
  2. Poor Man's DVD Install
    By xfiles in forum Knoppix DVD
    Replies: 1
    Last Post: 09-02-2005, 06:20 AM
  3. Poor Man's Install - Can't change read/write mode
    By Nick889 in forum Hdd Install / Debian / Apt
    Replies: 2
    Last Post: 02-17-2005, 05:00 AM
  4. my poor man's install setup
    By probono in forum The Lounge
    Replies: 11
    Last Post: 09-27-2004, 03:34 PM
  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
  •  


Commodore Amiga 3000 Works read Description picture

Commodore Amiga 3000 Works read Description

$1200.00



Mini External OLED AMIGA Gotek Floppy Drive Emulator For Amiga 500/500+/600/1200 picture

Mini External OLED AMIGA Gotek Floppy Drive Emulator For Amiga 500/500+/600/1200

$36.93



AMIGA 2000 Mainboard Rev 6  ASIS picture

AMIGA 2000 Mainboard Rev 6 ASIS

$100.00



Amiga 500 Gotek Custom Mount USB Floppy Emulator - Complete Kit with Gotek picture

Amiga 500 Gotek Custom Mount USB Floppy Emulator - Complete Kit with Gotek

$65.00



AT&T Card w/ Motorola 060 XC68060RC50A 68060 & Seagate ST51080N SCSI2 Hard Drive picture

AT&T Card w/ Motorola 060 XC68060RC50A 68060 & Seagate ST51080N SCSI2 Hard Drive

$309.95



Apollo Vampire 600v2 / 600 V2 FPGA Accelerator Card for Commodore Amiga 600 picture

Apollo Vampire 600v2 / 600 V2 FPGA Accelerator Card for Commodore Amiga 600

$350.00



Amiga A500 NTSC, 1 MB Chip RAM, HDMI, Wireless Mouse picture

Amiga A500 NTSC, 1 MB Chip RAM, HDMI, Wireless Mouse

$360.00



Amiga Workbench v1.3 Boot Disk + Extras A500 A2000 1.3 on DD 3.5

Amiga Workbench v1.3 Boot Disk + Extras A500 A2000 1.3 on DD 3.5" Floppy Disks

$14.99



AMIGA 500 COMPUTER COMMODORE Complete in Box Powers/untested Good Condition picture

AMIGA 500 COMPUTER COMMODORE Complete in Box Powers/untested Good Condition

$370.00



Commodore Amiga 500 Computer w/Mouse and Amiga A520 RF Modulator As Is Untested picture

Commodore Amiga 500 Computer w/Mouse and Amiga A520 RF Modulator As Is Untested

$299.99