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

Thread: Emergency!!! Please Help

  1. #1
    Member registered user
    Join Date
    Aug 2005
    Location
    India
    Posts
    30

    Emergency!!! Please Help

    hi, I have been trying to re-master Knoppix only with limited success.
    I started with Knoppix 3.9 but then switched to Knoppix 3.8.2 after reading some posts here.

    Now, I have tried both the methods of Re-Mastering
    a) I have followed Underscore's How-to Line by Line but I face a rather strange problem . During the CD copying process on to the hard disk, the copying process just breaks at 70 % without giving any errors. I have tried this with three different burners, three versions of knoppix (3.6,3.9.3.8.2) and three different CD's also (for each version) with the same result. Anyone...pls anyone..tell me why is it happening.

    b) Having failed with my eariler attempts, I tried using mlopes script for re-mastering Knoppix through a HD install. My ultimate aim is to devlop a knoppix version which is localized i.e in my mother tounge. As long as I am just removing and adding softwares, the script works fine..(thank god) but when I add the international packages for my locale and change it to my language and then try the script again . It gives me an error (which i think is because it scrolls by quite fast) missing boot.cfg. It creates an ISO which when booted just gets stuck by displaying the "LInux in use" splash screen half.

    Ill really appreciate if any of you guys can help me. I havent slept for the last four days..and I have no energy left. Trust me..guys..am really desperate..

  2. #2
    Senior Member registered user
    Join Date
    Nov 2002
    Location
    Long Island, NY USA
    Posts
    1,510
    Now, I have tried both the methods of Re-Mastering
    a) I have followed Underscore's How-to Line by Line but I face a rather strange problem . During the CD copying process on to the hard disk, the copying process just breaks at 70 % without giving any errors. I have tried this with three different burners, three versions of knoppix (3.6,3.9.3.8.2) and three different CD's also (for each version) with the same result. Anyone...pls anyone..tell me why is it happening.
    As far I can tell, this is a bug but not a dangerous bug. It may stop at 70% but I have seen no evidence to support the idea that it is incomplete or there was data corruption. If I experience the 70% bug, I just disregard it.

    b) Having failed with my eariler attempts, I tried using mlopes script for re-mastering Knoppix through a HD install. My ultimate aim is to devlop a knoppix version which is localized i.e in my mother tounge. As long as I am just removing and adding softwares, the script works fine..(thank god) but when I add the international packages for my locale and change it to my language and then try the script again . It gives me an error (which i think is because it scrolls by quite fast) missing boot.cfg. It creates an ISO which when booted just gets stuck by displaying the "LInux in use" splash screen half.
    I have no experience with localization or internationalization. Sorry.

  3. #3
    Member registered user
    Join Date
    Aug 2005
    Location
    India
    Posts
    30

    Emergency!!! Please Help

    Thanks for the prompt reply underscore.
    SO, you are suggesting, that I should go ahead with the remasterng process even if it gets out of the copying process at 70%.
    I think I did that with 3.9 but it created an ISO image of 45 mb but then you said that 3.9 has a buggy FS, so i attributed this problem to that.

    Your reply just gave me a little bit of boost.
    Can I give you a suggestion. If this is a bug , can you please (and am literally begging u) include this in your How-To. You have no idea how much time it would have saved had I known this earlier. Just a suggestion.
    Thanks.
    Another thing, you suggest using apt-get install to install softwares, can I use dpkg to install softwares in my chroot enviornment.

  4. #4
    Senior Member registered user
    Join Date
    Apr 2004
    Location
    Finland
    Posts
    272

    Re: Emergency!!! Please Help

    Quote Originally Posted by kooladi
    Another thing, you suggest using apt-get install to install softwares, can I use dpkg to install softwares in my chroot enviornment.
    Of course, you can use everyl Debian tool you like to use. But 'apt-get update && apt-get dist-upgrade' brings your system up-to-date, so I prefer that. Yes, there are some programs as NeroLinux that you must install with 'dpkg -i package_name' because there's no Apt repository for that. So it's okay to use dpkg.

    But your first copying problem... I have never faced that kind of thing, so it is perfectly strange to me. And I have made many remasterings. Have you enough space in your remastering partition?


    -tapsa-

  5. #5
    Member registered user
    Join Date
    Aug 2005
    Location
    India
    Posts
    30

    Emergency Pls help

    Yup, more than enough space. around 6 gb.
    Even if there is no space..shouldnt it give me an error stating that.
    The reason i asked abt dpkg was ..that i had a i18n-hi .deb file in my pen drive that i wanted to install. I had earlier managed to do it with dpkg. Thanks for the info.
    Will keep on trying until I get this Re-Mastering done.


    [Status: Four days without sleep and counting ]

  6. #6
    Member registered user
    Join Date
    Aug 2005
    Location
    India
    Posts
    30

    moderate sucess

    I was able to generate a 512 mb sized Knoppix version. However, when I start it, It gives me an error that IPC couldnt be started and therefore hangs and then just never boots.
    Have I un-installed something necessary. I installed Hindi locales and a true type hindi font to get it up and running. It does ask me in the start as to what language do I want from my system .
    Aprreciate your help.

    [Status : Trying Underscore's How -To again. Its 4:20 in the morning here]

  7. #7
    Senior Member registered user
    Join Date
    Apr 2004
    Location
    Finland
    Posts
    272

    Re: moderate sucess

    Quote Originally Posted by kooladi
    I was able to generate a 512 mb sized Knoppix version. However, when I start it, It gives me an error that IPC couldnt be started and therefore hangs and then just never boots.
    Have I un-installed something necessary. I installed Hindi locales and a true type hindi font to get it up and running. It does ask me in the start as to what language do I want from my system .
    Aprreciate your help.

    [Status : Trying Underscore's How -To again. Its 4:20 in the morning here]
    That Undescore's How-To is good enogh to do a remastered version of Knoppix but, of course, not perfect. There's so many minor things to take care of, but anyhow, that how-to really works.

    So your problem with IPC could have something to do with Sys V Init. In your case I would install it afresh:
    Code:
    apt-get install sysvinit
    That should take care of right configuration at the same time.

    That 512 MB Knoppix version... I can't undestand. I can even make larger remastered version than fits to a CD and boot it from HD:
    Code:
    boot: linux bootfrom=/dev/hde_partition/Remastered_Knoppix.iso
    I think that 2 GB is the limit (not tried remastering DVD version yet)
    First I have moved that new version to the root of that partition with mc (Midnight Commander) nad renamed it e.g. knoppix.iso. Doing like this saves efforts doing CD every time.

    My hints for remastering localized versions is:
    First install localepurge:
    Code:
    apt-get install localepurge
    Then reconfigure locales:
    Code:
    dpkg-reconfigure locales
    and keep only english and your own locale.
    Then remove kde-i18n* packages:
    Code:
    apt-get --purge remove kde-i18n*
    That removes all KDE's language package but english.
    Then install your own language package:
    Code:
    apt-get install kde-i18n-hi
    Now you have only hindish and english package.
    The last thing after removing / installing programs is to run deborphan.
    Code:
    deborphan > packages
    apt-get --purge remove `cat packages`
    There's many other things as booting directly to your own language etc. that are not mentioned in UndesScore's How-To but you would like to take care of. Just reading this forum helps to get those things settled.

    Don't forget to choose cleanup when doing compressed filesystem.

    One thing more. I always install configure-debian package wit apt-get, too. It's much easier to do configuration with menu based program than configurating by hand. In your state I would choose base configuration from that menu.

    Sometimes it could be easier to start from the beginning and make a new remastering than try to repair a damaged one, if you are not aguinted with Debian system and know how things should be done. I always keep a backup from /var/cache/apt/archive files because they are cleaned with 'apt-get clean' if cleaning compressed fs is choosed. So it is easy to do a new remastering when you have all packages downloaded before.

    P.S. I'm trying to do a remastered Gnome version of Knoppix and have also got in troubles because of removing some base packages. Now everyting works but after init begins I got a modprobe warning: "Error inserting genrtc" (Device or resource busy). Sometimes it's really tricky.

    Hope this helps someone with remastering.

    -tapsa-

  8. #8
    Member registered user
    Join Date
    Aug 2005
    Location
    India
    Posts
    30

    Thanks for ur reply

    Hi
    Thanks for your reply. I tried Underscores How-To again..and yet again failed at 70%, so I have given it up for good. I am trying my hand at remastering from Harddisk. I un-installed all KDE language packs and installed my own language pack and keymap..and my hard disk installed system runs in my language.
    The steps you have mentioned, are they the same for remastering from harddisk. I mean, what do i have to do different when remastering from hard disk to select hindi as my default language and US as my default keymap.
    Thanks ..you have been a great help

  9. #9
    Senior Member registered user
    Join Date
    Apr 2004
    Location
    Finland
    Posts
    272

    Re: Thanks for ur reply

    Quote Originally Posted by kooladi
    I tried Underscores How-To again..and yet again failed at 70%, so I have given it up for good. I am trying my hand at remastering from Harddisk.

    ---

    The steps you have mentioned, are they the same for remastering from harddisk. I mean, what do i have to do different when remastering from hard disk to select hindi as my default language and US as my default keymap.
    Sorry, I have never tried remastering from hard disk. Perhaps that failing at 70% has something to do with hard disk remaster. I think that doing a remastering (copying files from CD) is more safe from booted Knoppix CD. I have even installed knoppix-remaster package in my remastering, so I can start remastering directly from CD without doing any scipts directory

    Don't forget to use DMA mode in ide drives, knoppix-dma. In my 200 GB Seagate Barracuda making isofs takes over 20 minutes without it and about 1 minute with it! It was hard to believe to be true first. so dramatical improvement!

    -tapsa-

  10. #10
    Senior Member registered user
    Join Date
    Aug 2003
    Posts
    126
    what is the size of your swap partition?

Page 1 of 2 12 LastLast

Similar Threads

  1. Emergency ! KIndly help Fast.. A call to Tr TOo ..
    By mohit.jain.india in forum Customising & Remastering
    Replies: 2
    Last Post: 08-28-2005, 04:29 PM
  2. Emergency advice needed
    By djh-world in forum General Support
    Replies: 3
    Last Post: 02-15-2005, 07:08 PM
  3. Emergency - Grub Installation Problems!
    By gessi2000 in forum Hdd Install / Debian / Apt
    Replies: 8
    Last Post: 12-04-2004, 06:38 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Grandstream GS-HT802 2 Port Analog Telephone Adapter VoIP Phone & Device, Black picture

Grandstream GS-HT802 2 Port Analog Telephone Adapter VoIP Phone & Device, Black

$32.00



MagicJack - HOME VoIP Telephone Adapter 12 Months of Service - Black New Sealed picture

MagicJack - HOME VoIP Telephone Adapter 12 Months of Service - Black New Sealed

$39.99



Viking Electronics Voip Speaker Phone E-20-IP Tested Working 100% picture

Viking Electronics Voip Speaker Phone E-20-IP Tested Working 100%

$129.99



Yealink SIP-T41P PoE Ultra Elegant VoIP Phone  picture

Yealink SIP-T41P PoE Ultra Elegant VoIP Phone

$29.95



Polycom VVX 301 6-line Desktop VOIP IP Phone 2200-48300-019 *NEW* picture

Polycom VVX 301 6-line Desktop VOIP IP Phone 2200-48300-019 *NEW*

$24.99



Cisco CP-7945G VOIP Phone With Stand & Handset Business IP Phone 7945 picture

Cisco CP-7945G VOIP Phone With Stand & Handset Business IP Phone 7945

$3.00



Cisco/Linksys SPA2102 VoIP Phone Adapter Router 2FXS (Unlocked) picture

Cisco/Linksys SPA2102 VoIP Phone Adapter Router 2FXS (Unlocked)

$16.99



New Cisco 7945G IP VoIP Gigabit GIGE Telephone Phone CP-7945G -  picture

New Cisco 7945G IP VoIP Gigabit GIGE Telephone Phone CP-7945G -

$24.95



REF A-STOCK - Polycom 2200-48450-025 VVX 411 IP VOIP POE Gigabit Telephone picture

REF A-STOCK - Polycom 2200-48450-025 VVX 411 IP VOIP POE Gigabit Telephone

$38.68



Polycom VVX 250 Business IP Phone with 2.8 in. Color Display & Ethernet, Black picture

Polycom VVX 250 Business IP Phone with 2.8 in. Color Display & Ethernet, Black

$59.39