Hi wernes,
Here is what is should look like (this is working):
Code:
F:\BOOTMGR
F:\BOOT
F:\BOOT\BCD
F:\BOOT\BOOT.SDI
F:\BOOT\bootsect.exe
F:\BOOT\ETFSBOOT.COM
F:\BOOT\memtest.exe
F:\BOOT\isolinux
F:\BOOT\isolinux\isolinux.bin
F:\BOOT\isolinux\isolinux.cfg
F:\BOOT\syslinux
F:\BOOT\syslinux\chain.c32
F:\BOOT\syslinux\ldlinux.sys
F:\BOOT\syslinux\memdisk
F:\BOOT\syslinux\menu.c32
F:\BOOT\syslinux\reboot.c32
F:\BOOT\syslinux\syslinux.cfg
F:\BOOT\syslinux\vesamenu.c32
F:\BOOT\en-us
F:\BOOT\en-us\bootsect.exe.mui
F:\BOOT\FONTS
F:\BOOT\FONTS\CHS_BOOT.TTF
F:\BOOT\FONTS\CHT_BOOT.TTF
F:\BOOT\FONTS\JPN_BOOT.TTF
F:\BOOT\FONTS\KOR_BOOT.TTF
F:\BOOT\FONTS\WGL4_BOOT.TTF
F:\ubcd (cropped this section)
F:\EFI
F:\EFI\MICROSOFT
F:\EFI\MICROSOFT\BOOT
F:\EFI\MICROSOFT\BOOT\BCD
F:\EFI\MICROSOFT\BOOT\FONTS
F:\EFI\MICROSOFT\BOOT\FONTS\CHS_BOOT.TTF
F:\EFI\MICROSOFT\BOOT\FONTS\CHT_BOOT.TTF
F:\EFI\MICROSOFT\BOOT\FONTS\JPN_BOOT.TTF
F:\EFI\MICROSOFT\BOOT\FONTS\KOR_BOOT.TTF
F:\EFI\MICROSOFT\BOOT\FONTS\WGL4_BOOT.TTF
(notice here that you only need 3 files from the Win7, boot.wim, install.wim, and setup.exe)
F:\SOURCES
F:\SOURCES\BOOT.WIM
F:\SOURCES\install.wim
F:\SOURCES\setup.exe
Quote:
So how to add win7 folders and files to ubcd,without having to merge the boot folder and overwrite autorun file?
You do merge them and then rename the files like I have above (basically all caps).
Quote:
2.According to the tutorial I have to write with CAPS the names of the folders and files from win7.So the ubcd structure will become like this:
-antivir
-BOOT(of win7) or boot(of Ubcd) - just need BOOT not boot
-EFI
-SOURCES
-SUPPORT - Dont need this folder
-UPGRADE - Dont need this folder
-paragon
-pclinux
-ping
-pmagic
-ubcd
-ubumini
AUTORUN(of win7) or autorun(of ubcd) ? - Dont need this folder/file. Just use autorun(of ubcd) if you for some reason want it.
BOOTMGR
LAST SESSION - Not required for Win7 but it may be a file you use
SETUP - Dont need this file
license - Not technically required but has license info
Is this a good structure?Should be the files from folders and subfolders with CAPS too? YES
See bold text info in the quote.
Quote:
3.From tutorial we find out that all of these will work only if we update some syslinux files from Ubcd.I found and replaced the chain.c32 file,but the syslinux isn't there.Only a syslinux.cfg.At lest this is on my Ubcd disk,in the folder boot/syslinux.
http://www.kernel.org/pub/linux/utils/boot/syslinux/syslinux-3.82.zip
Dont update syslinux.cfg from syslinux package.
Update isolinux.bin - located in syslinux/core
Update chain.c32 - located in syslinux/com32/modules
Update ldlinux.sys - located in syslinux/core
Update memdisk - located in syslinux/memdisk
Update menu.c32 - located in syslinux/com32/menu
Update reboot.c32 - located in syslinux/com32/modules
Update vesamenu.c32 - located in syslinux/com32/menu
Let me know if you have any more questions.
thanks,
dpc