Page 3 of 11 FirstFirst 12345 ... LastLast
Results 21 to 30 of 103

Thread: HOWTO: Remaster the easy way using menu based scripts

  1. #21
    Junior Member registered user
    Join Date
    Mar 2003
    Posts
    17
    dear sneakerski I've got the same problem but i can't figure out how to solve problem...
    just a little help ...

    Quote Originally Posted by sneakerski
    i played around some with permissions of /tmp and /var/tmp and for some reason, after doing that i was able to get it to work
    thanks for looking into the problem, and overall a great howto (the apt-get front end helped me so much, coming from gentoo's emerge)

  2. #22
    Member registered user
    Join Date
    Jun 2004
    Location
    United Kingdom
    Posts
    57
    Hello manage to remaster using this How To. Thanks a lot for this the only questions I have is if i want to change background, startup html page like that info about knoppix? Where and in which stage of remastering i should do it?
    Plus is it possible to change the background of boot loader? and that small window which shows what is loaded during booting to X?

    Cheers

    Nikolay

  3. #23
    Member registered user
    Join Date
    Jun 2004
    Location
    United Kingdom
    Posts
    57
    Hello,
    Have a question.. I followed this How To on remastering the cd but at the remastered CD whenever KDE starts the KDE mix starts as well? Does anyone met this problem?

    Nikolay

  4. #24
    Senior Member registered user
    Join Date
    Nov 2002
    Location
    Long Island, NY USA
    Posts
    1,510
    I need to spend some time investigating the problems that people are running into. The earliest will be this coming weekend.

    Quickly:
    change background, startup html page like that info about knoppix? Where and in which stage of remastering i should do it?
    Plus is it possible to change the background of boot loader?
    I could be wrong, but I think the background is set via 45xsession.
    Startup HTML page is in the Knoppix.build/KNOPPIX.Master directory.
    The boot loader is isolinux. Google isolinux for for info.
    and that small window which shows what is loaded during booting to X?
    I do not understand this one. Please elaborate.
    remastered CD whenever KDE starts the KDE mix starts as well? Does anyone met this problem?
    Yes. When you exit KDE and drop back to the command line, either KDE is saving your session (and keeps KMix open for the next session) or KMix is not staying in the icon tray as it should. I get around this by manually closing KMix before I exit KDE.
    I hope this helps.

    I need more time to address everyone's concerns.
    Thanks,
    James

  5. #25
    Junior Member
    Join Date
    Jan 2005
    Posts
    2

    kmix, background image info and kmenu probs

    Re the kmix problem, I too had the same problem when remastering fior the first time. I don't even have sound on my test box, but I remastered and it went away. I have remastered a few times since and it did not show up again. I suspect I clicked on something in the kde control centre that made it happen the first time.

    re the background image, the following proved useful for me in conjunction with the great HOWTO by Underscore.

    It's from http://www.knoppix-std.org/docs/customize.html the site also has some info on how to insert default cheat codes etc into syslinux.cfg I also read somewhere else that you may need to pad out the syslinux.cfg file if u edit it, so just add or subtract the hashes at the end of the file to match the number of characters that you added or subtracted from the original file.

    Edit your preferences: The preferences for the knoppix user account are set under /etc/skel/. For instance, the KDE K-Menu can be found under: /etc/skel/.kde/share/applnk/. This gets copied to the /home/knoppix directory on boot. Other preferences you might want to configure:

    /etc/init.d/knoppix-autoconfig : knoppix boot options, like which windows manager to load
    /etc/skel/.mozilla/knoppix/ujixazk6.slt/bookmarks.html : Mozilla bookmarks
    /etc/skel/.kde/share/config/kickerrc : KDE Kicker panel
    /usr/local/lib/knoppix.jpg and /cdrom/KNOPPIX/background.jpg : background image : 1024x768
    /usr/share/apps/ksplash/pics/splash_top.png : KDE loading splash screen : 400x244

    You can also create users and set passwords while in the chroot'ed environment.


    Now my current problem is getting my kmenu modifications to stick after compressing and making the iso. My remaster remains intact but the new iso puts back all the kmenu items that I removed, back to default kmenu. Kmenu items for new software additions appear to remain however? Anyone found a solution to that?

    have fun!

  6. #26
    Member registered user
    Join Date
    Jun 2004
    Location
    United Kingdom
    Posts
    57
    2 stest - It's great. Thanks a lot thats exactly information that i ve been looking for.

    2 James - Thanks for your effort.

    Thanks

    Nikolay

  7. #27
    Member registered user
    Join Date
    Jan 2005
    Location
    India
    Posts
    47

    Re: kmix, background image info and kmenu probs

    Quote Originally Posted by stest
    Now my current problem is getting my kmenu modifications to stick after compressing and making the iso. My remaster remains intact but the new iso puts back all the kmenu items that I removed, back to default kmenu. Kmenu items for new software additions appear to remain however? Anyone found a solution to that?

    have fun!
    Probably you are missing the step of removing original /etc/skel dirctory and replacing it with you customized /home/<username> directory mentioned in the HOWTO.

    Check it and reply.

  8. #28
    Junior Member
    Join Date
    Jan 2005
    Posts
    2

    Re: kmix, background image info and kmenu probs

    Quote Originally Posted by raj1478
    Quote Originally Posted by stest
    Now my current problem is getting my kmenu modifications to stick after compressing and making the iso. My remaster remains intact but the new iso puts back all the kmenu items that I removed, back to default kmenu. Kmenu items for new software additions appear to remain however? Anyone found a solution to that?

    have fun!
    Probably you are missing the step of removing original /etc/skel dirctory and replacing it with you customized /home/<username> directory mentioned in the HOWTO.

    Check it and reply.
    G'day Raj,

    Sadly I have tried that, suspect that something in the 45xsession script is overwriting my custom kde menu. Just need to figure out how kde menu changes are done, which files etc, and work from there.

    Simple task when I get enough time to do it!

    It does work fine if I use a persistent home dir. So it is possible, and the files are in the /home/knoppix dir and the /etc/skel when moved. They just don't get loaded so I can only assume that a default set of files is being used instead.

    Cheers

  9. #29
    Member registered user
    Join Date
    Jan 2005
    Location
    India
    Posts
    47

    Re: kmix, background image info and kmenu probs

    Quote Originally Posted by stest
    G'day Raj,

    Sadly I have tried that, suspect that something in the 45xsession script is overwriting my custom kde menu. Just need to figure out how kde menu changes are done, which files etc, and work from there.

    Simple task when I get enough time to do it!

    It does work fine if I use a persistent home dir. So it is possible, and the files are in the /home/knoppix dir and the /etc/skel when moved. They just don't get loaded so I can only assume that a default set of files is being used instead.

    Cheers
    Hi,
    I too faced this problem a few times. But I don't know what exactly is the solution. As far as my experience is concerned. The best way to cutomize the menus is to boot knoppix with "knoppix 2". Then copy the /etc/X11/XF86Config-4 file to you custom knoppix's /etc/X11 directory. Then chroot into it. Mount proc, "su - <username>" (if you are customizing it otherwise it will be "knoppix") and "starkde". The step of su - <username> is important otherwise it will change menus of "root" account!!!

    If the problem still persists, then try by replacing all "resync -Ha --ignore-existing" commands in 45xsession by "\cp -uaR"

    Good Luck

  10. #30
    Member registered user
    Join Date
    Nov 2004
    Posts
    34
    this how to is really good!

    can you make it sticky?!

Page 3 of 11 FirstFirst 12345 ... LastLast

Similar Threads

  1. remaster scripts require boot.img - none on Knoppix 3.6
    By acer0001 in forum Customising & Remastering
    Replies: 1
    Last Post: 01-25-2005, 05:38 PM
  2. Remaster knoppix based
    By ix86i in forum Customising & Remastering
    Replies: 3
    Last Post: 11-11-2004, 10:21 PM
  3. Remaster based on what version of knoppix?
    By Steve F in forum Ideas
    Replies: 0
    Last Post: 10-21-2004, 03:28 AM
  4. HOWTO:Duke Nukem 3D with CD-based Knoppix 3.2
    By bitey in forum Tips and Tricks
    Replies: 0
    Last Post: 09-01-2003, 09:05 AM
  5. Easy way to remaster?
    By rihad in forum Customising & Remastering
    Replies: 7
    Last Post: 07-02-2003, 06:18 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
  •  


Supermicro 4U 36 Bay Storage Server 2.2Ghz 16-C 128GB 1x1280W Rails TrueNAS ZFS picture

Supermicro 4U 36 Bay Storage Server 2.2Ghz 16-C 128GB 1x1280W Rails TrueNAS ZFS

$725.06



HP ProLiant DL360 G9 Server | 2 x E5-2660V3 2.6Ghz | 64GB | 2 x 900GB SAS HDD picture

HP ProLiant DL360 G9 Server | 2 x E5-2660V3 2.6Ghz | 64GB | 2 x 900GB SAS HDD

$339.00



DELL PowerEdge R730XD 24x 2.5

DELL PowerEdge R730XD 24x 2.5" Server Dual 750W Dual Heatsink - BareBones TESTED

$269.99



Dell Poweredge R640 Server | 2x Xeon Gold 6132 | 128GB | H730P | 8x HDD Trays picture

Dell Poweredge R640 Server | 2x Xeon Gold 6132 | 128GB | H730P | 8x HDD Trays

$1849.00



DELL PowerEdge R730 Server 2x E5-2690v3 2.6GHz =24 Cores 32GB H730 4xRJ45 picture

DELL PowerEdge R730 Server 2x E5-2690v3 2.6GHz =24 Cores 32GB H730 4xRJ45

$274.00



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

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

$389.99



HP Proliant DL360 Gen9 28 Core SFF Server 2X E5-2680 V4 16GB RAM P440ar No HDD picture

HP Proliant DL360 Gen9 28 Core SFF Server 2X E5-2680 V4 16GB RAM P440ar No HDD

$196.95



SuperMicro Server 505-2 Intel Atom 2.4GHz 8GB RAM SYS-5018A-FTN4 1U Rackmount picture

SuperMicro Server 505-2 Intel Atom 2.4GHz 8GB RAM SYS-5018A-FTN4 1U Rackmount

$202.49



1U Server (6-8 VM's) Vsphere VPS Short Depth 20

1U Server (6-8 VM's) Vsphere VPS Short Depth 20" XEON 3.5Ghz 32GB RAM X10SLM-F

$199.00



Supermicro 2U X11DPU 2x Xeon Gold 6132 2.6GHz / 128gb / 12x Trays / S3108L-H8ir picture

Supermicro 2U X11DPU 2x Xeon Gold 6132 2.6GHz / 128gb / 12x Trays / S3108L-H8ir

$749.99