Hi all.
i'm working on a bootable USB stick that contain:
-/boot
-backtrack5 ( on LUKS )
-win7 installer
-data
backtrack5 on LUKS is yet done and boot up fine.
boot contains bt5 boot files ( kernel etc.. )
data contains not critical information and files.
my problem is the win7 installer, i can boot it up but it shows this error:
"CD/DVD device driver missing..."
the usb stick is a 64GB USB 3.0 partitioned as follow:
Code:
Disk /dev/sdd: 64.0 GB, 64021856256 bytes
64 heads, 32 sectors/track, 61056 cylinders, total 125042688 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x0003ef35
Device Boot Start End Blocks Id System
/dev/sdd1 42973184 125042687 41034752 7 HPFS/NTFS/exFAT
/dev/sdd2 32485376 42973183 5243904 7 HPFS/NTFS/exFAT
/dev/sdd3 1026048 32485375 15729664 83 Linux
/dev/sdd4 * 32 1026047 513008 83 Linux
Partition table entries are not in disk order
partitions are allocated in reverse order for allow windows to see the data partition.
Code:
/dev/sdd1 -> data
/dev/sdd2 -> win7
/dev/sdd3 -> LUKS ( bt5 )
/dev/sdd4 -> /boot
there is any grub related option to give for get it working or it's another damned microsoft problem ?? ( i've tried to use both USB 2.0 and 3.0 controllers )
thanks in advance,
tux_mind.