WARNING 1 : For all the thread in this post, All the boot test from USB STICK I made was not done on the notepad with EFI. But all the work is made on that notepad with EFI. The boot test made from the iso file using windows XP within virtualbox is made from the notepad with EFI.
**WARNING 2 : As I said, although I have reached my goal using windows XP in VIRTUALBOX, all manipulations to make a bootable USB STICK which I am speaking about are now performed under opensuse 13.1
**
Here are asked info :
1°) opensuse studio imagewriter version 1.10 : not usable
2°) fdisk -l :
linux:~ # fdisk -l
WARNING: fdisk GPT support is currently new, and therefore in an experimental phase. Use at your own discretion.
Disk /dev/sda: 1000.2 GB, 1000204886016 bytes, 1953525168 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disk label type: gpt
# Start End Size Type Name
1 2048 616447 300M EFI System EFI system partition
2 616448 2459647 900M Windows recover Basic data partition
3 2459648 2721791 128M Microsoft reser Microsoft reserved partition
4 2721792 125601791 58.6G Microsoft basic Basic data partition
5 125601792 166561791 19.5G Microsoft basic Basic data partition
6 166561792 207521791 19.5G Microsoft basic Basic data partition
7 207521792 330401791 58.6G Microsoft basic Basic data partition
8 1911561615 1953525134 20G Windows recover Basic data partition
Partition 8 does not start on physical sector boundary.
9 330401792 334618623 2G Microsoft basic primary
10 334618624 334827519 102M Microsoft basic EFI Opensuse
11 334827520 460664831 60G Microsoft basic primary
12 460664832 544555007 40G Microsoft basic primary
13 544555008 628447231 40G Microsoft basic primary
14 628447232 754284543 60G Microsoft basic primary
15 754284544 838174719 40G Microsoft basic primary
16 838174720 964012031 60G Microsoft basic primary
17 964012032 1089849343 60G Microsoft basic primary
18 1089849344 1215686655 60G Microsoft basic primary
19 1215686656 1341523967 60G Microsoft basic primary
20 1341523968 1404450815 30G Microsoft basic primary
21 1404450816 1467361279 30G Microsoft basic primary
22 1467361280 1509306367 20G Microsoft basic primary
23 1509306368 1551251455 20G Microsoft basic primary
24 1551251456 1911560191 171.8G Microsoft basic primary
Disk /dev/sdc: 8099 MB, 8099201024 bytes, 15818752 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 label type: dos
Disk identifier: 0xc3072e18
Device Boot Start End Blocks Id System
/dev/sdc1 56 15818751 7909348 c W95 FAT32 (LBA)
3°) dd_rescue copy :
linux:# dd_rescue ./UBCD4Win_JCD.iso /dev/sdc
dd_rescue: (info): Using softbs=131072, hardbs=4096
dd_rescue: (warning): /dev/sdc is a block device; -a not recommended; -A recommended
dd_rescue: (info): expect to copy 801792kB from ./UBCD4Win_JCD.iso
dd_rescue: (info): ipos: 788480.0k, opos: 788480.0k, xferd: 788480.0k
errs: 0, errxfer: 0.0k, succxfer: 788480.0k
+curr.rate: 202402kB/s, avg.rate: 190462kB/s, avg.load: 19.3%
>----------------------------------------.< 98% ETA: 0:00:00
dd_rescue: (info): read ./UBCD4Win_JCD.iso (801792.0k): EOF
dd_rescue: (info): Summary for ./UBCD4Win_JCD.iso -> /dev/sdc
dd_rescue: (info): ipos: 801792.0k, opos: 801792.0k, xferd: 801792.0k
errs: 0, errxfer: 0.0k, succxfer: 801792.0k
+curr.rate: 151834kB/s, avg.rate: 7654kB/s, avg.load: 0.8%
>-----------------------------------------< 100% TOT: 0:01:45
linux:#
3°) dd_rescue copy with -A option :
inux# dd_rescue -A ./UBCD4Win_JCD.iso /dev/sdc
dd_rescue: (info): Using softbs=131072, hardbs=4096
dd_rescue: (info): expect to copy 801792kB from ./UBCD4Win_JCD.iso
dd_rescue: (info): ipos: 614400.0k, opos: 614400.0k, xferd: 614400.0k
errs: 0, errxfer: 0.0k, succxfer: 614400.0k
+curr.rate: 2014123kB/s, avg.rate: 2041976kB/s, avg.load: 99.7%
>-------------------------------..........< 76% ETA: 0:00:00
dd_rescue: (info): read ./UBCD4Win_JCD.iso (801792.0k): EOF
dd_rescue: (info): Summary for ./UBCD4Win_JCD.iso -> /dev/sdc
dd_rescue: (info): ipos: 801792.0k, opos: 801792.0k, xferd: 801792.0k
errs: 0, errxfer: 0.0k, succxfer: 801792.0k
+curr.rate: 1511048kB/s, avg.rate: 7770kB/s, avg.load: 0.4%
>-----------------------------------------< 100% TOT: 0:01:43
linux#
Note 1 :
The USB STICK is not bootable.
The linux box boot directly to hard disk with no error.
Note 2 :
Here is the directory files list of the dvd which boot normaly : http://paste.opensuse.org/49311869
This dvd was burned using the iso file I try to copy to usb stick.](http://paste.opensuse.org/57241379)When I extract the files from this iso using Ark, and then retry to make the corresponding new iso, this new iso is not bootable.
The new iso is not bootable because I did not find the good boot sector parameter to tell mkisofs.
ISOLINUX=???
mkisofs -r -V "UBCD_JCD2" -cache-inodes -J -R -V -l -joliet-long -iso-level 4 \
-b **$ISOLINUX** -c isolinux/boot.cat \
-no-emul-boot -boot-load-size 4 -boot-info-table \
-o $OUTPUT_ISO $SOURCE_FOLDER
Here some error messages when testing the new iso file on windows XP machine in virtualbox :
URL 1 : http://paste.opensuse.org/39764463
URL 2 : http://paste.opensuse.org/26191330
URL 3 : http://paste.opensuse.org/22161793
Any help is welcome.](http://paste.opensuse.org/57241379)