[SOLVED] boot iso .. no recognized partition table - usbstick
by andrewysk from LinuxQuestions.org on (#5JPFF)
Code:$ sudo fdisk /dev/sdc
Welcome to fdisk (util-linux 2.36.2).
Changes will remain in memory only, until you decide to write them.
Be careful before using the write command.
The device contains 'udf' signature and it will be removed by a write command. See fdisk(8) man page and --wipe option for more details.
Device does not contain a recognized partition table.
Created a new DOS disklabel with disk identifier 0x4a74068b.
I suppose "udf" => Universal Disk Format (UDF) .
Weird, i have dd win7 iso into the usbstick; but it failed to boot up.
When fdisk into it, it said no recognized partition table, but it has udf ??..
Is the iso image bad or the win os installation don't use normal partition table standard ?
Welcome to fdisk (util-linux 2.36.2).
Changes will remain in memory only, until you decide to write them.
Be careful before using the write command.
The device contains 'udf' signature and it will be removed by a write command. See fdisk(8) man page and --wipe option for more details.
Device does not contain a recognized partition table.
Created a new DOS disklabel with disk identifier 0x4a74068b.
I suppose "udf" => Universal Disk Format (UDF) .
Weird, i have dd win7 iso into the usbstick; but it failed to boot up.
When fdisk into it, it said no recognized partition table, but it has udf ??..
Is the iso image bad or the win os installation don't use normal partition table standard ?