QUOTE (Konstanz @ May 30 2011, 05:18 PM)

Regarding Multiboot_Bart-CD-2»
I can tweak the new Multiboot-CD.inf name to Multiboot-CD2.inf?
yes, of course
QUOTE (Konstanz @ May 30 2011, 05:18 PM)

I can tweak the contents to use gfx-PE_theme from FuwiMBUSB188?
you can use any gfx-file, just rename it to 'new-gfx-PE_theme' and put it to folder 'grub4dos_files'
QUOTE (Konstanz @ May 30 2011, 05:18 PM)

What about these [SourceDisksFolders] entries»
CODE
pmagic\BOOT=a,,1
pmagic\PMAGIC=d,,1
It seems to me the ,,1 flags can only be used with [SourceDisksFiles] not [SourceDisksFolders]
doesn't matter, e.g.
pmagic\PMAGIC=d,,1 and
pmagic\PMAGIC=d works identical with
[SourceDisksFolders] QUOTE (Konstanz @ May 30 2011, 05:18 PM)

Multiboot_Bart-CD-2 has a pmagic folder with a "boot" folder in it.
I should copy the whole folder "pmagic" from the burned CD into Multiboot_Bart-CD-2\pmagic so Multiboot_Bart-CD-2\pmagic will then have the "boot" folder and a "pmagic" folder in it?
Inside Multiboot_Bart-CD-2\pmagic\pmagic will be the pmodules folder?
correct, inside Multiboot_Bart-CD-2\pmagic\pmagic will be the PMODULES folder and the 2 files BZIMAGE + INITRAMFS
QUOTE (Konstanz @ May 30 2011, 05:18 PM)

I can make the first entry in menu.lst»
CODE
title @ c:\ BOOT \n Find/Boot local Windows NT/2K/XP
find --set-root --ignore-floppies /ntldr || configfile /menu.lst
chainloader /ntldr
i use this entry's:
title Find and Boot Windows NT/2K/XP from Harddisk \n Go back to menu if not found
find --set-root --ignore-floppies /ntldr || configfile /menu2.lst
chainloader /ntldr
title Find and Boot Windows Vista/Windows 7 from Harddisk \n Go back to menu if not found
find --set-root --ignore-floppies /bootmgr || configfile /menu2.lst
chainloader /bootmgr
QUOTE (Konstanz @ May 30 2011, 05:18 PM)

I can put all menu options in menu.lst and not use menu2.lst?
yes, of course
QUOTE (Konstanz @ May 30 2011, 05:18 PM)

I added FREEDOS from the MuBoUSB to my MuBoCD.
Is there any way to exit FREEDOS to a menu or (re)boot?
download
shutdown, add SHUTDOWN.COM to your FREEDOS
(to shutdown/reboot type shutdown at freedos-prompt)
QUOTE (Konstanz @ May 30 2011, 05:18 PM)

Which version of grub4dos is this? How can I see that myself? Only by booting?
grub4dos-0.4.5b-2011-05-24 (the filedate is the version)
actual versions always here:
http://code.google.com/p/grub4dos-chenall/downloads/listQUOTE (Konstanz @ May 30 2011, 05:18 PM)

I really know nothing about InfCacheBuild.
Last autumn while making XPE builds for the first time, I came across Sherpya's ICB.
Should I run your MakeNewISO.cmd or not?
yes, otherwise you don't have the Kick-Boot feature in the bootmenu (read 'MakeNewISO.txt')
QUOTE (Konstanz @ May 30 2011, 05:18 PM)

I still hope to/we find a solution to the sqfs not found problem ...
most often because of wrong chars in the filename!
this is not a joke! double-check the filename in PMAGIC\PMAGIC\PMODULES\
the name must be 'PMAGIC-6.1.SQFS' not 'PMAGIC_6_1.SQFS'
QUOTE (Konstanz @ May 30 2011, 05:18 PM)

(Which language for editor syntax highlighting is best for lst files?)
i don't know
fuwi