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
  •  


Intel Core i7-7800x CPU processor sr3nh 3.50ghz 6-Core 8.25mb lga-2066 X series picture

Intel Core i7-7800x CPU processor sr3nh 3.50ghz 6-Core 8.25mb lga-2066 X series

$57.31



Intel - Core i7-12700K Desktop Processor 12 (8P+4E) Cores up to 5.0 GHz Unloc... picture

Intel - Core i7-12700K Desktop Processor 12 (8P+4E) Cores up to 5.0 GHz Unloc...

$419.99



Intel Xeon E5-2697A V4 2.6GHz CPU Processor 16-Core Socket LGA2011 SR2K1 picture

Intel Xeon E5-2697A V4 2.6GHz CPU Processor 16-Core Socket LGA2011 SR2K1

$39.99



Intel - Core i9-12900K Desktop Processor 16 (8P+8E) Cores up to 5.2 GHz Unloc... picture

Intel - Core i9-12900K Desktop Processor 16 (8P+8E) Cores up to 5.2 GHz Unloc...

$619.99



Intel Quad Core i3-12100 3.3GHz 12MB LGA1700 12th Gen. CPU Processor SRL62 picture

Intel Quad Core i3-12100 3.3GHz 12MB LGA1700 12th Gen. CPU Processor SRL62

$46.03



AMD Ryzen 5 4500 6-Core 3.6GHz Socket AM4 65W CPU Desktop Processor picture

AMD Ryzen 5 4500 6-Core 3.6GHz Socket AM4 65W CPU Desktop Processor

$79.00



Intel Core i9-13900KF Unlocked Desktop Processor - 24 Cores (8P+16E) & 32 Thread picture

Intel Core i9-13900KF Unlocked Desktop Processor - 24 Cores (8P+16E) & 32 Thread

$539.99



Intel Core i7-3770 3.40GHz 8MB Quad Core Socket LGA1155 CPU Processor SR0PK picture

Intel Core i7-3770 3.40GHz 8MB Quad Core Socket LGA1155 CPU Processor SR0PK

$35.00



AMD Ryzen 7 7700 Processor (5.3 GHz, 8 Cores, Socket AM5) Boxed -... picture

AMD Ryzen 7 7700 Processor (5.3 GHz, 8 Cores, Socket AM5) Boxed -...

$259.99



Intel Core i7-7700 3.60GHz Quad-Core CPU picture

Intel Core i7-7700 3.60GHz Quad-Core CPU

$41.64