Problems booting Knoppix
#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
#51
Posted 09 November 2005 - 09:30 AM
What's 100% ?
Do you like cdshell, PE and Knoppix?
There are different file systems:
ISO9660 Level 1: 8.3 file names
ISO9660:1999 support files names up to 207 chars
Rock Ridge: support files names up to 255 chars
Joliet support files names up to 110 chars
Non english PE use long files names, not supported by Joliet.
PE works, if you use ISO9660:1999.
Knoppix require either
-ISO9660 and Joliet or
-ISO9660 and Rock Ridge.
CDshell 1.6 support ISO9660:1999.
Use file system ISO9660:1999 and Rock Ridge.
#52
Posted 09 November 2005 - 12:09 PM
cdimage.exe -l"MultiBoot-DVD" -t08/23/2001,13:00:00 -h -j1 -b"K:\install\BOOT\loader.bin" -o -m "K:\install" "H:\MultiBoot.iso"
My MultiBoot:
- WinXP MCE 2005
- Knoppix
- BartPE
- ...
For PE you must cut the filename of one (or more?) MANIFEST-files (see error-massage), but it still works.
#53
Posted 16 November 2005 - 03:18 AM
qzmicro, on Oct 29 2005, 08:43 PM, said:
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
Your answer is here:
http://www.msfn.org/board/index.php?s=&sho...ndpost&p=134241
just find that file in bcdw2.0a1 folders. It resides under cdsh/modules directory and copy/paste it to the modules folder under **AIODVD**/boot/modules directory. That latter modules directory comes from cdshell installment.
I've messed a lot with the same error but suddenly I've come up with Markymoo's simple for forum-kind but a huge step for me-kind message.
hope it works...
#54
Posted 16 November 2005 - 04:29 AM
It has a completely different layout, since all isolinux.bin, isolinux.cfg, vmlinuz etc files together with the cloop.img file (nearly 1GB) reside in the root folder of the DVD.
How can we build the multiboot dvd structure, cdshell.ini etc in this case? Any idea?
#55
Posted 16 November 2005 - 10:41 AM
#56
Posted 24 April 2006 - 12:22 AM
you know,knoppix/knoppix file (700MB)is a compressed image.
run this compressed image can caught the error.
NOW,your BOOTCD can boot knoppix,Directory of *.ISO\knoppix:
| |-- KNOPPIX
| | |-- KNOPPIX (compressed image)
| | |-- boot.img (boot floppy image)
| | `-- (other files snipped)
| `-- index.html
`-- source
`-- KNOPPIX (this directory can be chrooted into)
|-- bin
|-- boot
|-- cdrom
|-- dev
|-- etc
|-- floppy
|-- home
|-- initrd
|-- lib
|-- mnt
|-- none
|-- opt
|-- proc
|-- root
|-- sbin
|-- tmp -> /var/tmp
|-- usr
|-- var
`-- vmlinuz -> boot/vmlinuz-2.4.22-xfs
i'm sorry.my english is poor.
you can get help from KNOPPIX.NET
This post has been edited by wnynfn: 24 April 2006 - 12:23 AM
#57
Posted 27 January 2007 - 03:45 PM
Just use CDShell and hexeditor.
step1: get the knoppix liveCD, /boot/isolinux goto CDShell /boot/[anyname]/, edit CDSHELL.ini to include the line from isolinux.cfg of the LiveCD
step2: copy KNOPPIX folder to root, and rename it, example as KNOFFIX
step3: extract mini*.gz in the /boot/[anyname], and you will see a file with .img extension
edit using hexeditor, to replace any KNOPPIX_DIR="KNOPPIX" with KNOPPIX_DIR="KNOFFIX" and all pointer to CDROM/KNOPPIX/KNOPPIX ..
save the .img file, and use gzip -9 to compress to .gz
put the .gz file back into /boot/[anyname]
step4: repeat for any other knoppix distros you may have
step5: save the iso, and test
step6: satisfied? burn it
done!
#58
Posted 27 January 2007 - 06:51 PM
Quote
Just use CDShell and hexeditor.
step1: get the knoppix liveCD, /boot/isolinux goto CDShell /boot/[anyname]/, edit CDSHELL.ini to include the line from isolinux.cfg of the LiveCD
step2: copy KNOPPIX folder to root, and rename it, example as KNOFFIX
step3: extract mini*.gz in the /boot/[anyname], and you will see a file with .img extension
edit using hexeditor, to replace any KNOPPIX_DIR="KNOPPIX" with KNOPPIX_DIR="KNOFFIX" and all pointer to CDROM/KNOPPIX/KNOPPIX ..
save the .img file, and use gzip -9 to compress to .gz
put the .gz file back into /boot/[anyname]
step4: repeat for any other knoppix distros you may have
step5: save the iso, and test
step6: satisfied? burn it
done! thumbup.gif
That is really useful to know.
Could you take a look at Ubuntu for me?
Some of us were looking in to how to do this over at this topic.
Thanks.
-kof94
This post has been edited by kof94: 27 January 2007 - 06:53 PM
#59
Posted 30 January 2007 - 01:39 PM
kof94, on Jan 27 2007, 07:51 PM, said:
Quote
Just use CDShell and hexeditor.
step1: get the knoppix liveCD, /boot/isolinux goto CDShell /boot/[anyname]/, edit CDSHELL.ini to include the line from isolinux.cfg of the LiveCD
step2: copy KNOPPIX folder to root, and rename it, example as KNOFFIX
step3: extract mini*.gz in the /boot/[anyname], and you will see a file with .img extension
edit using hexeditor, to replace any KNOPPIX_DIR="KNOPPIX" with KNOPPIX_DIR="KNOFFIX" and all pointer to CDROM/KNOPPIX/KNOPPIX ..
save the .img file, and use gzip -9 to compress to .gz
put the .gz file back into /boot/[anyname]
step4: repeat for any other knoppix distros you may have
step5: save the iso, and test
step6: satisfied? burn it
done! thumbup.gif
That is really useful to know.
Could you take a look at Ubuntu for me?
Some of us were looking in to how to do this over at this topic.
Thanks.
-kof94
Dude: Check out the cheatcodes for KNOPPIX. There are two that address this w/o the need to patch anything. You can explicitly indicate the dir and image file at boot-time. BTW, I presume earlier versions have this, but I know for sure it's true w/ 5.11. Besides unless you have an urgent reason to do otherwise, 5.11 is the best, bec it has true NTFS R/W support ! It's huge !
KOF94: Having said all of that, check out our other thread, as I have suggestions about Kubuntu....Jet
#60
Posted 29 March 2010 - 10:15 AM
Screwz Luse, on 30 September 2005 - 12:52 PM, said:
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.
Hi, I have got a question how to put more knoppix in a multi DVD. I read the tutorial to http://www.knoppix.n...pic.php?t=29193 to run knoppix from my UBCD multi DVD. The knoppix's files are in Knoppix directory and everything work. Now I would like to add new linux, which include knoppix images. I renamed the knoppix directory to knop, and edited knoppix.cfg, for example:
LABEL adriane
KERNEL /knop/isolinux/linux
APPEND knop_DIR=knop ramdisk_size=100000 lang=de vt.default_utf8=0 apm=power-off vga=0x311 initrd=/knop/isolinux/minirt.gz nomce quiet loglevel=0 tz=localtime adriane
or LABEL adriane222
KERNEL /knop/isolinux/linux
APPEND knop_DIR=/knop ramdisk_size=100000 lang=de vt.default_utf8=0 apm=power-off vga=0x311 initrd=/knop/isolinux/minirt.gz nomce quiet loglevel=0 tz=localtime adriane
and I doesn't work. The image is booting, it is searching for knoppix but I receive a message:
Could not mount disk to /mnt-system.Starting debugging Shell
What did I do wrong? Can someone help me?



Help


Back to top









