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
  •  


HP ProLiant DL380 Gen9 8SFF Server - E5-2698 v3 - 32Cores - 128GB Ram - 1TB HDD picture

HP ProLiant DL380 Gen9 8SFF Server - E5-2698 v3 - 32Cores - 128GB Ram - 1TB HDD

$299.00



Dell PowerEdge R430 1U Server 2x E5-2690 v3 2.6ghz 24Cores 64gb 4Trays H730 2PSU picture

Dell PowerEdge R430 1U Server 2x E5-2690 v3 2.6ghz 24Cores 64gb 4Trays H730 2PSU

$279.99



Lenovo SR530 Server (Intel Xeon Silver 4110) (3x 800GB SSD) (NO OS) (48GB RAM) picture

Lenovo SR530 Server (Intel Xeon Silver 4110) (3x 800GB SSD) (NO OS) (48GB RAM)

$599.00



HP ProLiant DL360 Gen9 Server 2x E5-2620v4 2.1GHz =16 Cores 32GB P440AR 4xRJ45 picture

HP ProLiant DL360 Gen9 Server 2x E5-2620v4 2.1GHz =16 Cores 32GB P440AR 4xRJ45

$220.00



Dell R630 Server 2x E5-2620 V4 2.1GHz =16 Cores 128GB DDR4 1x 960GB 2x 1G 2x 10G picture

Dell R630 Server 2x E5-2620 V4 2.1GHz =16 Cores 128GB DDR4 1x 960GB 2x 1G 2x 10G

$240.00



HP ProLiant DL360 G9 Server 2x Xeon E5-2690 V3 24 Cores P440ar 128GB DDR4 1x SSD picture

HP ProLiant DL360 G9 Server 2x Xeon E5-2690 V3 24 Cores P440ar 128GB DDR4 1x SSD

$279.99



Dell PowerEdge R730XD 28 Core Server 2X Xeon E5-2680 V4 H730 32GB RAM No HDD picture

Dell PowerEdge R730XD 28 Core Server 2X Xeon E5-2680 V4 H730 32GB RAM No HDD

$289.99



DELL POWEREDGE R730xd 12LFF 2x 8 CORE E5-2620V4 2.1GHz 32GB RAM NO HDD picture

DELL POWEREDGE R730xd 12LFF 2x 8 CORE E5-2620V4 2.1GHz 32GB RAM NO HDD

$264.00



Dell R730xd 26 Port SFF 2x E5-2697v4 36-Cores H730 128GB Server 2x SFP 10G ENT picture

Dell R730xd 26 Port SFF 2x E5-2697v4 36-Cores H730 128GB Server 2x SFP 10G ENT

$490.00



HP Desktop Quad Core i7 500GB SSD + 6TB HDD 32GB RAM Window Server 2022 picture

HP Desktop Quad Core i7 500GB SSD + 6TB HDD 32GB RAM Window Server 2022

$352.44