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
  •  


Atari 800 Computer W/ Atari 810 Disk Drive Game Cartridge 100 Working Condition picture

Atari 800 Computer W/ Atari 810 Disk Drive Game Cartridge 100 Working Condition

$269.00



Atari 820 Printer for Atari Computers 400 800 600XL 800XL 1200XL 130XE picture

Atari 820 Printer for Atari Computers 400 800 600XL 800XL 1200XL 130XE

$300.00



Atari Power Cube 800XL, 600XL, 65XE, 130XE  USB-C Power Supply PSU picture

Atari Power Cube 800XL, 600XL, 65XE, 130XE USB-C Power Supply PSU

$11.25



Atari 400/800/XL/XE Computer SIO2PC - PC/Mac Disk Drive Emulator Adapter/Device picture

Atari 400/800/XL/XE Computer SIO2PC - PC/Mac Disk Drive Emulator Adapter/Device

$15.25



RARE San Jose Computer Special Edition 810 5 1/4

RARE San Jose Computer Special Edition 810 5 1/4" Floppy Disc Drive Atari 8-bit

$200.00



A8picoCart Atari 130 / 65 XE 800 / 1200 XL XEGS multicart UnoCart clone game picture

A8picoCart Atari 130 / 65 XE 800 / 1200 XL XEGS multicart UnoCart clone game

$32.95



Atari 600XL, 800XL, 65XE, 130XE USB Power Cable - 3 ft. picture

Atari 600XL, 800XL, 65XE, 130XE USB Power Cable - 3 ft.

$20.00



Atari 600XL, 800XL, 65XE, 130XE USB Power Cable - 3 ft. picture

Atari 600XL, 800XL, 65XE, 130XE USB Power Cable - 3 ft.

$18.00



Atari Retro Gaming Kit for Raspberry Pi 3 picture

Atari Retro Gaming Kit for Raspberry Pi 3

$70.00



Atari 130XE Personal Retro Gaming Computer PC Complete in Original Box picture

Atari 130XE Personal Retro Gaming Computer PC Complete in Original Box

$299.99