- Thread Author
- #1
[SOLVED] Why does Windows7 create two partitions?
Hello
I installed Windows7 Ultimate from scratch, and it warns that it might create a 100MB partition before creating a second one where the real stuff lives. This makes imaging more complicated.
Does someone know why Windows7 needs two partitions, and whether it's possible to have a single partition?
I'm also interested to know if any steps are required before imaging Windows7 (sysrep, etc.) where the image will be reinstalled on the same host (own test machine).
Thanks.
Hello
I installed Windows7 Ultimate from scratch, and it warns that it might create a 100MB partition before creating a second one where the real stuff lives. This makes imaging more complicated.
Code:
[INDENT]# fdisk -lu[/INDENT]
[INDENT]
[/INDENT]
[INDENT]Disk /dev/sda: 320.1 GB, 320072933376 bytes[/INDENT]
[INDENT]255 heads, 63 sectors/track, 38913 cylinders, total 625142448 sectors[/INDENT]
[INDENT]Units = sectors of 1 * 512 = 512 bytes[/INDENT]
[INDENT]Sector size (logical/physical): 512 bytes / 512 bytes[/INDENT]
[INDENT]I/O size (minimum/optimal): 512 bytes / 512 bytes[/INDENT]
[INDENT]Disk identifier: 0xf1f75308[/INDENT]
[INDENT]
[/INDENT]
[INDENT] Device Boot Start End Blocks Id System[/INDENT]
[INDENT]/dev/sda1 * 2048 206847 102400 7 HPFS/NTFS[/INDENT]
[INDENT]Partition 1 does not end on cylinder boundary.[/INDENT]
[INDENT]/dev/sda2 206848 30722047 15257600 7 HPFS/NTFS[/INDENT]
[INDENT]/dev/sda3 172908544 254828543 40960000 83 Linux[/INDENT]
Does someone know why Windows7 needs two partitions, and whether it's possible to have a single partition?
I'm also interested to know if any steps are required before imaging Windows7 (sysrep, etc.) where the image will be reinstalled on the same host (own test machine).
Thanks.