Create these Folders
MULTIBOOT
FIRADISK
WINVBLOCK
at the root of your drive.
In MULTIBOOT create 2 more folders MENU and ISOs
EDIT SYSLINUX.CFG (should be at root of your drive)
SYSLINUX.CFG
- Code: Select all
label System Tools
menu label Windows Installation ISOs ->
MENU INDENT 1
kernel vesamenu.c32
APPEND /multiboot/menu/windows.cfg
In MULTIBOOT/MENU
create WINDOWS.CFG
WINDOWS.CFG
label <-- Back to Main Menu
kernel vesamenu.c32
append /multiboot/syslinux.cfg
MENU SEPARATOR
label Windows XP Installation ISO Part1 (USB2 ONLY!)
menu label Windows XP Installation ISO Part1 (USB2 ONLY!)
MENU INDENT 1
KERNEL /multiboot/grub.exe
APPEND --config-file=/multiboot/menu/WindowsXPP1.lst
label Windows XP Installation ISO Part2 (USB2 ONLY!)
menu label Windows XP Installation ISO Part2 (USB2 ONLY!)
MENU INDENT 1
KERNEL /multiboot/grub.exe
APPEND --config-file=/multiboot/menu/WindowsXPP2.lst
label Windows XP Installation ISO Part2 for PCs with low RAM (USB2 ONLY!)
menu label Windows XP Installation ISO Part2 low ram (USB2 ONLY!)
MENU INDENT 1
KERNEL /multiboot/grub.exe
APPEND --config-file=/multiboot/menu/WindowsXPP3.lst
label Windows 7 x86 Installation ISO
menu label Windows 7 x86 Installation ISO
MENU INDENT 1
KERNEL /multiboot/grub.exe
APPEND --config-file=/multiboot/menu/windows7x86.lst
label Windows 7 x86 Installation ISO PART 2
menu label Windows 7 x86 Installation ISO PART 2
MENU INDENT 1
KERNEL /multiboot/grub.exe
APPEND --config-file=/multiboot/menu/windows7x86P2.lst
label Windows 7 x64 Installation ISO
menu label Windows 7 x64 Installation ISO
MENU INDENT 1
KERNEL /multiboot/grub.exe
APPEND --config-file=/multiboot/menu/windows7x64.lst
label Windows 7 x64 Installation ISO PART 2
menu label Windows 7 x64 Installation ISO PART 2
MENU INDENT 1
KERNEL /multiboot/grub.exe
APPEND --config-file=/multiboot/menu/windows7x64P2.lst
label Windows 8 x86 Installation ISO
menu label Windows 8 x86 Installation ISO
MENU INDENT 1
KERNEL /multiboot/grub.exe
APPEND --config-file=/multiboot/menu/windows8x86.lst
label Windows 8 x64 Installation ISOs
menu label Windows 8 x64 Installation ISO
MENU INDENT 1
KERNEL /multiboot/grub.exe
APPEND --config-file=/multiboot/menu/windows8x64.lst
more next post.