
167GB の Windows 7 マシンを持っていました。Ubuntu をインストールしたかったので、パーティションを 111GB と 56GB に縮小しました。その後、新しく作成した 56GB パーティションに Ubuntu 14.10 32 ビットをインストールしました。
現在、Ubuntu は正常に起動しますが、Windows 7 を起動することも、Ubuntu で Windows 7 パーティションをマウントすることもできません。どなたか助けていただけませんか?
fdisk の出力は次のとおりです。
$ sudo fdisk -l
Disk /dev/sda: 167,7 GiB, 180045766656 bytes, 351651888 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
Disklabel type: dos
Disk identifier: 0x528025a8
Device Boot Start End Sectors Size Id Type
/dev/sda1 * 2048 234141695 234139648 111,7G 7 HPFS/NTFS/exFAT
/dev/sda2 234141696 351649791 117508096 56G 83 Linux
gdisk の出力は次のとおりです。
$ sudo gdisk -l /dev/sda
GPT fdisk (gdisk) version 0.8.8
Partition table scan:
MBR: MBR only
BSD: not present
APM: not present
GPT: not present
***************************************************************
Found invalid GPT and valid MBR; converting MBR to GPT format
in memory.
***************************************************************
Disk /dev/sda: 351651888 sectors, 167.7 GiB
Logical sector size: 512 bytes
Disk identifier (GUID): 9E061B7E-6EF6-4F8E-BBEC-4FA6BF459929
Partition table holds up to 128 entries
First usable sector is 34, last usable sector is 351651854
Partitions will be aligned on 2048-sector boundaries
Total free space is 4077 sectors (2.0 MiB)
Number Start (sector) End (sector) Size Code Name
1 2048 234141695 111.6 GiB 0700 Microsoft basic data
2 234141696 351649791 56.0 GiB 8300 Linux filesystem
以下は、Windows パーティションの blkid 出力です。
$ sudo blkid /dev/sda1
/dev/sda1: PTTYPE="PMBR" PARTUUID="528025a8-01"
さらに詳しい情報が必要な場合はお知らせください。
答え1
Ubuntu をインストールする前にディスクを MBR スタイルに変換しましたか? Ubuntu をインストールするために BIOS 設定を変更する必要がありましたか? 変更した場合は、Windows を起動できるようにその設定を復元する必要がある可能性があります。
私は GPT ドライブを持っていましたが、それをクリーンアップ (すべてを消去) し、MBR スタイルに変換し、Windows と Linux 用に別々に再パーティション化してから、Windows と Linux を再インストールする必要がありました。当時は Fedora を使用していました。