Results 1 to 4 of 4

Thread: Remastering 3.4 - ISOLINUX booting problem, image not found

  1. #1
    Junior Member
    Join Date
    May 2004
    Posts
    3

    Remastering 3.4 - ISOLINUX booting problem, image not found

    Hi folks, I'll try to be as brief as possible and hope this thread consolidates the issues on booting process for 3.4 remastering.

    Here is the setup (following the howto convention) I've hd-installed 3.4 and doing the remastering on the hd

    Source tree:
    mkdir /mnt/sdb2/knx/source
    mkdir /mnt/sdb2/knx/source/KNOPPIX
    cp -pR /cdrom/boot /mnt/sdb2/knx/source/

    since booted from the hd, the cdrom does not contain the rootfs. Copy the compressed file to disk
    cp /cdrom/KNOPPIX/KNOPPIX /mnt/sdb2/knx

    Create a folder to mount
    mkdir /mnt/sdb2/compressed

    Load cloop and mount the compressed FS
    insmod cloop file=/mnt/sdb2/knx/KNOPPIX
    mount -o ro /dev/cloop /mnt/sdb2/knx/compressed/

    Copy everything from compressed fs to source tree under KNOPPIX
    cp -pR /compressed/ /mnt/sdb2/knx/source/KNOPPIX/

    Now chroot to /mnt/sdb2/knx/source/KNOPPIX
    if /dev/null errors occur, go edit fstab and add suid to mount options for /mnt/sdb2/ (in my case) This is covered in the Howto.

    RootFS coppied unmount it.
    umount /mnt/sdb2/knx/compressed.
    rmmod cloop.

    Now we have
    /mnt/sdb2/knx/source/boot
    /mnt/sdb2/knx/source/boot/isolinux/ (and files there)
    /mnt/sdb2/knx/source/KNOPPIX/ (the root file system with /boot, /etc, /usr... etc etc)

    Create a placeholder for remastered cd
    mkdir /mnt/sdb2/knx/master

    copy boot from cdrom
    cp -pR /cdrom/boot /mnt/sdb2/knx/master/

    create KNOPPIX root
    mkdir /mnt/sdb2/knx/master/KNOPPIX
    and with mc copy everything from /cdrom/KNOPPIX/ to /mnt/sdb2/knx/master/KNOPPIX/ except that ~700MB KNOPPIX file.

    Assuming that we have done remastering installed and uninstalled programs in the chroot of /mnt/sdb2/knx/source/KNOPPIX which I did not do to see if everything will be ok at the first place so I did not touch anything yet.

    We now have to create the compressed file KNOPPIX from source to master. (right?)
    The command for that is
    mkisofs -R -U -V "KNOPPIX.net filesystem" -P "KNOPPIX www.knoppix.net" -hide-rr-moved -cache-inodes -no-bak -pad /mnt/sdb2/knx/source/KNOPPIX | nice -5 /usr/bin/create_compressed_fs - 65536 >/mnt/sdb2/knx/master/KNOPPIX/KNOPPIX

    Go and verify you have the large file in /mnt/sdb2/knx/master/KNOPPIX/KNOPPIX

    Now we will create the CD iso. with boot sector.
    cd /mnt/sdb2/knx/master/
    mkisofs -pad -l -r -J -v -V "KNOPPIX" -no-emul-boot -boot-load-size 4 -boot-info-table -b boot/isolinux/isolinux.bin -c boot/isolinux/boot.cat -hide-rr-moved -o /mnt/sdb2/knx/knoppix.iso /mnt/sdb2/knx/master

    After a while we'll end up with knoppix.iso in /mnt/sdb2/knx/
    Burn it and boot with it.

    Here comes the problem. After booting The screen says

    ISOLNUX 2.04 (Debian, ...date..) (version info and author...)
    Could not find kernel image: linux
    boot:

    Any thoughts?

    I didn't touch the miniroots under /boot/isolinux namely minirt24.gz and minirt26.gz Which I would like to customize too. But I could not create a bootable cd at the fisrt place.
    Is there anything I'm missing.

    Any help is appreciated.
    Cheers.

  2. #2
    Junior Member
    Join Date
    May 2004
    Posts
    5

    hi..

    hi..

    i have same problem..but i cant find a answer...

    cd is working with boot.img (syslinux) created from 2.4 kernel..
    but this time i cant boot with orher images like dos boot disk or ntpassword recovery disk

    i hope we get a answer before gone crayz

  3. #3
    Junior Member registered user
    Join Date
    Feb 2004
    Posts
    10

    Re: Remastering 3.4 - ISOLINUX booting problem, image not fo

    Quote Originally Posted by mustang
    Here comes the problem. After booting The screen says

    ISOLNUX 2.04 (Debian, ...date..) (version info and author...)
    Could not find kernel image: linux
    boot:

    Any thoughts?
    I've successfully created a bootable remastering from 3.4; I've followed the instructions you can find at http://www.knoppix.net/docs/index.ph...masteringHowto

    The only difference I can see is that I've booted from CD instead of installing it to HD and doing the work from there. Sorry not to have an idea about your problem

  4. #4
    Junior Member
    Join Date
    May 2004
    Posts
    5

    hi..

    hi..

    i found a answer...
    isolinux giving message : "could not find kernel image: linux"
    because isolinux cant find right config file and image file and trying to open default image file "linux".

    i am useing nonenglish keyboard and character set ( Turkish ).
    my config and image files looking after making iso like this:
    isoconfig.cfg -> ysoconfyg.cfg
    initrd.gz -> ynytrd.gz
    vmlinux -> vmlynux

    i tryed with english charakter set and problem is solved.

    thanks.....
    Aykut

Similar Threads

  1. persistant disk image - no x server found for your card
    By Scorpaen in forum General Support
    Replies: 0
    Last Post: 07-08-2005, 09:31 PM
  2. problem booting remaster-image from harddisk
    By irsirius in forum Customising & Remastering
    Replies: 3
    Last Post: 01-11-2005, 06:17 PM
  3. remastering problem(always KILLED while doing iso9660 image)
    By acaro in forum Customising & Remastering
    Replies: 6
    Last Post: 06-29-2004, 03:07 AM
  4. After remastering the image is about 20 MB larger
    By ahz in forum Customising & Remastering
    Replies: 4
    Last Post: 05-07-2004, 06:23 PM
  5. Kernel image not found - Issues
    By kulwen in forum General Support
    Replies: 3
    Last Post: 01-10-2003, 05:44 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
  •  


Cisco Meraki MA-SFP-1GB-SX 1000BASE-SX SFP Transceiver Module picture

Cisco Meraki MA-SFP-1GB-SX 1000BASE-SX SFP Transceiver Module

$24.99



Cisco GLC-FE-100FX-RGD 100BASE-FX SFP Transceiver Module picture

Cisco GLC-FE-100FX-RGD 100BASE-FX SFP Transceiver Module

$17.99



Cisco GLC-GE-100FX 100BASE-FX SGMII SFP Transceiver Module picture

Cisco GLC-GE-100FX 100BASE-FX SGMII SFP Transceiver Module

$83.99



Cisco SFP-10/25G-CSR-S 10/25GBASE-CSR SFP28, 850nm, 100m, LC,  picture

Cisco SFP-10/25G-CSR-S 10/25GBASE-CSR SFP28, 850nm, 100m, LC,

$54.00



Genuine Cisco SFP-10G-SR V03 10GBASE-SR SFP+ Transceiver Module 10-2415-03  picture

Genuine Cisco SFP-10G-SR V03 10GBASE-SR SFP+ Transceiver Module 10-2415-03

$8.00



SFP-10G-SR Original Cisco 10GBASE-SR SFP+ V02 Multi mode Transceiver 10-2415-02 picture

SFP-10G-SR Original Cisco 10GBASE-SR SFP+ V02 Multi mode Transceiver 10-2415-02

$5.00



10Gtek ASF-10G-T 10GBase-T 10GbE SFP+ to RJ-45 Copper Optical Transceiver Module picture

10Gtek ASF-10G-T 10GBase-T 10GbE SFP+ to RJ-45 Copper Optical Transceiver Module

$35.99



Brand New Cisco GLC-LH-SMD 1000BASE-LX/LH SFP Module 1310nm 10km SMF LC picture

Brand New Cisco GLC-LH-SMD 1000BASE-LX/LH SFP Module 1310nm 10km SMF LC

$13.89



LOT OF 20 Genuine Cisco SFP-10G-SR V03 10GBASE-SR SFP+ Transceiver Module picture

LOT OF 20 Genuine Cisco SFP-10G-SR V03 10GBASE-SR SFP+ Transceiver Module

$89.00



10 PCS Cisco GLC-LH-SMD 10-2625-01 1310nm SFP Transceiver Module picture

10 PCS Cisco GLC-LH-SMD 10-2625-01 1310nm SFP Transceiver Module

$85.00