Problems booting Knoppix
#32
Posted 30 September 2005 - 12:52 PM
KNOPPIX_DIR=DESIREDDIR. You add that line to every line in syslinux that begins with Appen. For instance:
APPEND knoppix_dir=KNOPP34 ramdisk_size=100000 init=/etc/init lang=us apm=power-off vga=791 initrd=minirt24.gz
The only problem with this method is it still uses the background file in the KNOPPIX folder for some reason... Maybe I just messed up somehow last time I tried it (the last time I tried 2 versions of Knoppix was with Knoppix 3.4 and Whoppix, but Whoppix is now Whax and based off Gentoo I believe so it's a bit different then before).
You can also try using the cdshell command:
if ($lastKey == key[1]);then isolinuxbut this method never worked for me.
#33
Posted 01 October 2005 - 08:47 AM
The problem is in the config file: isolinux.cfg in the modules\isolinux directory of cdshell (I called it BOOT)
Normaly when extracting cdshell the file looks like this:
Quote
# files in either:
#
# /boot/modules/isolinux
# /isolinux
#
# If you would like to use the latter, you should delete the
# /boot/modules/isolinux directory (move memdisk to /isolinux
# if you need it).
#
After adding Linux you also need to extracted a new isolinux.cfg:
Quote
APPEND ramdisk_size=100000 init=/etc/init lang=us apm=power-off vga=791 initrd=minirt24.gz nomce noapic quiet BOOT_IMAGE=knoppix
TIMEOUT 300
PROMPT 1
DISPLAY boot.msg
F1 boot.msg
F2 f2
F3 f3
LABEL dsl
KERNEL linux24
APPEND ramdisk_size=100000 init=/etc/init lang=us apm=power-off vga=791 initrd=minirt24.gz nomce noapic quiet BOOT_IMAGE=knoppix
LABEL memtest
KERNEL memtest
APPEND initrd=
LABEL dsl-txt
KERNEL linux24
APPEND ramdisk_size=100000 init=/etc/init lang=us apm=power-off vga=normal initrd=minirt24.gz nomce noapic quiet BOOT_IMAGE=knoppix
LABEL expert
KERNEL linux24
APPEND ramdisk_size=100000 init=/etc/init lang=us apm=power-off vga=791 initrd=minirt24.gz nomce BOOT_IMAGE=expert
LABEL fb1280x1024
KERNEL linux24
APPEND ramdisk_size=100000 init=/etc/init lang=us apm=power-off vga=794 xmodule=fbdev initrd=minirt24.gz nomce noapic quiet BOOT_IMAGE=knoppix
LABEL fb1024x768
KERNEL linux24
APPEND ramdisk_size=100000 init=/etc/init lang=us apm=power-off vga=791 xmodule=fbdev initrd=minirt24.gz nomce noapic quiet BOOT_IMAGE=knoppix
LABEL fb800x600
KERNEL linux24
APPEND ramdisk_size=100000 init=/etc/init lang=us apm=power-off vga=788 xmodule=fbdev initrd=minirt24.gz nomce noapic quiet BOOT_IMAGE=knoppix
LABEL lowram
KERNEL linux24
APPEND ramdisk_size=100000 init=/etc/init lang=us apm=power-off vga=normal initrd=minirt24.gz noscsi noideraid nosound nousb nofirewire noicons minimal nomce noapic nopam quiet BOOT_IMAGE=knoppix
LABEL install
KERNEL linux24
APPEND ramdisk_size=100000 init=/etc/init lang=us apm=power-off vga=normal initrd=minirt24.gz noscsi noideraid nosound nofirewire noicons base norestore _install_ nomce noapic nopam quiet BOOT_IMAGE=knoppix
LABEL failsafe
KERNEL linux24
APPEND ramdisk_size=100000 init=/etc/init lang=us vga=normal atapicd nosound noscsi nousb nopcmcia nofirewire noagp nomce nodhcp xmodule=vesa initrd=minirt24.gz BOOT_IMAGE=knoppix
LABEL userdef
KERNEL linux24
APPEND #####################################################
But with this last isolinux.cfg, Windows ME and 98 won't boot anymore.
VMware says: Error CPU disabled or something like that. I think that when I put it in a normal computer the computer reset itself or something.
Anyone has a solution for this? I thought finally it works, but I'm happy that I found the error, because I thought that I had to create a whole new dvd again.
#34
Posted 01 October 2005 - 09:04 AM
Try testing in MS Virtual PC.
#35
Posted 01 October 2005 - 09:44 AM
#36
Posted 02 October 2005 - 03:45 PM
I use Botable CD wizard and think your command will not work for me, as there is no file isolinux in the root of the DVD
Darude 1234
Your method so sophisticated - let's to analise it:
Step 1 - it's clear
Step 2 - download 4320.rar and extract it to the DVD root.
We have 4320.img; there are 11 files in it:
Quote
f2
f3
german.kbd
isolinux.bin 9856 B (i have wrote the size specially)
ldinux.sys
linux
logo.16
memtest
minirt.gz
syslinux.cfg
All these 11 files will be extracted into the folder /BOOT/isolinux.
Is it good the caps for linux - /BOOT/?
Step 3 - it's clear - download Bart's Boot Image extractor --- bbie.exe
Step 4 - bbie has created 3 image files. You only need image1.bin. You can delete the other 2 image files. Rename the image1.bin to isolinux.bin
________ isolinux.bin it's size is 2048 B _________
and place the file in the 4320.IMG you have extracted in the root of your DVD.
There is isolinux.bin already in the image file - 4320.img; should we replace it?; no mention about this. OK, let's replace it.
Step 5 - rename isolinux.cfg to syslinux.cfg. There is no isolinux nor in the /BOOT/isolinux folder nor in the 4320.img file: see Step 2 results in the quots. There is already syslinux.cfg!!! in the file and in the folder.
Add all the files in the BOOT directory into the 4320.IMG. Why do it as all files in the BOOT folder are same as in the 4320.img, except isolinux.bin (you remember - we have it renaming image1.bin; it's size 2048
__Delete boot.cat & isolinux.bin in the BOOT directory and only boot.cat in your 4320.IMG.__ There is no boot.cat!?
#37
Posted 02 October 2005 - 04:34 PM
stasys44, on Oct 2 2005, 11:45 PM, said:
I use Botable CD wizard and think your command will not work for me, as there is no file isolinux in the root of the DVD
Darude 1234
Your method so sophisticated - let's to analise it:
*cut*
Well, I wrote it on the way I thought I did it. I didn't know exactly the way I did it, but I will look at it again later. I will create a new cd and then post a guide on the way it works, just to make clear for all other users on the forum, how to create a multibootable cd with knoppix
#38
Posted 05 October 2005 - 03:32 PM
Step 1
Download Knoppix.iso, extract KNOPPIX folder to the your future DVD root.
Step 2
Download Floppy image 4320.img
and extract it to the root of your DVD.
Open the image and extract all the files to the \boot\isolinux folder on your DVD.
Step 3-4
Extract bootfile from Knoppix.iso with Bart's Boot Image extractor
or ISO manager (MagicISO or other).
In case of the Bart's Boot Image extractor, image1.bin should be renamed to isolinux.bin.
Bootfile got by MagicISO should be saved isolinux.bin (2048 kB)
Replace the bootfile (isolinux.bin) in the 4320.IMG (you have extracted in the root of your DVD) with the new (2048 kB).
Step 5
Delete isolinux.bin in the BOOT directory
Step 6
Edit your cdshell.ini or bcdw.ini if you use Bootable CD wizard
Step 7
Make ISO
i think the folder /boot/isolinux would be OK from original Knoppix.ISO, only should be deleted isolinux.bin and boot.cat in the /boot/isolinux (Darude1234, may be you experimented with it and you have boot.cat in your boot folder).
#40
Posted 06 October 2005 - 12:07 PM
I will try to boot DVD after 3 hours as i don't want interrupt downloading.
#41
Posted 06 October 2005 - 03:23 PM
Tomorrow i will try to change switch for CD image: -j1
I need able longnames for Rescue on BartPe basis.
#42
Posted 09 October 2005 - 03:43 AM
\BPE1\WINSXS\MANIFESTS\X86_MICROSOFT.TOOLS.VISUALCPLUSPLUS.RUNTIME-LIBRARIES.RESOURCES_6595B64144CCF1DF_6.0.0.0_DE-DE_B5F95279.MANIFEST
in
\BPE1\WINSXS\MANIFESTS\X86_MICROSOFT.TOOLS.VISUALCPLUSPLUS.RUNTIME-LIBRARIES.RESOURCES_6595B64144CCF1DF_6.0.0.0_DE-DE_B5F95279.MAN
without Problems.
#43
Posted 09 October 2005 - 03:49 PM
stasys44, on Oct 6 2005, 11:23 PM, said:
Tomorrow i will try to change switch for CD image: -j1
I need able longnames for Rescue on BartPe basis.
This is the correct command for creating the ISO:
Quote
ofcourse you have to edit the paths to your files. In my example: AIO-DVD-folder is on the root of my d-partition. (d:\AIO-DVD\)
#44
Posted 29 October 2005 - 12:43 PM
if $lastKey == key[9]; then bcdw boot /4320.IMG
. From what I hear it works with CDSHELL, but I can't get it to work. CD shell says:
Error: Unknown Command
[Command:bcdw] [Line: 72.2] [File:cdshell.ini]
. Can anyone shed some light on this ubject for me please. I've googled for info, but can't find any. Thanks.
Qz
#45
Posted 29 October 2005 - 01:11 PM
#46
Posted 29 October 2005 - 02:55 PM
Qz
This post has been edited by qzmicro: 29 October 2005 - 10:01 PM
#47
Posted 07 November 2005 - 10:34 PM
This post has been edited by andyd: 07 November 2005 - 10:50 PM
#48
Posted 08 November 2005 - 04:52 PM
Qz
This post has been edited by qzmicro: 08 November 2005 - 04:53 PM
#49
Posted 09 November 2005 - 01:08 AM
#50
Posted 09 November 2005 - 06:28 AM



Help

Back to top








