ブート オプションを変更する必要があり、Windows が動作しません (Ubuntu と Windows のデュアル ブート)

ブート オプションを変更する必要があり、Windows が動作しません (Ubuntu と Windows のデュアル ブート)

Ubuntu をインストールしました。ありとあらゆる間違いを犯したので、長く苦しい道のりでした。ようやく状況が好転しつつあります。コンピューターの電源を入れると、ブート メニューが表示されます。Ubuntu は動作しますが、Windows は動作しません。

ウィンドウを選択しようとすると、黒い画面が表示され、その後ブート メニューに戻ります。

問題は、ブート メニューが から Windows を開こうとしているdev/sda1が、実際には Windows が にあるということだと思いますdev/sda2。その結果、約 5 秒間黒い画面が表示され、その後ブート メニューに戻ります。助けてください。Ubuntu を維持したいのですが、Windows にアクセスする必要があります。

以下は私が取得した完全なブート情報ログです。

============================= ブート情報の概要: ================================

=> Lilo は の MBR にインストールされています/dev/sda

sda1: __________________________________________________________________________

File system:       ntfs
Boot sector type:  Grub2 (v1.99)
Boot sector info:  Grub2 (v1.99) is installed in the boot sector of sda1 
                   and looks at sector 781374472 of the same hard drive 
                   for core.img. core.img is at this location and looks 
                   for (,msdos5)/boot/grub on this drive. No errors found 
                   in the Boot Parameter Block.
Operating System:  
Boot files:        /bootmgr /Boot/BCD

sda2: __________________________________________________________________________

File system:       ntfs
Boot sector type:  Windows Vista/7: NTFS
Boot sector info:  No errors found in the Boot Parameter Block.
Operating System:  Windows 7
Boot files:        /Windows/System32/winload.exe

sda3: __________________________________________________________________________

File system:       Extended Partition
Boot sector type:  -
Boot sector info: 

sda5: __________________________________________________________________________

File system:       ext4
Boot sector type:  -
Boot sector info: 
Operating System:  Ubuntu 11.10
Boot files:        /boot/grub/grub.cfg /etc/fstab /boot/grub/core.img

sda6: __________________________________________________________________________

File system:       swap
Boot sector type:  -
Boot sector info: 

============================== ドライブ/パーティション情報: ==============================

ドライブ: sda _____________________________________________________________________

Disk /dev/sda: 500.1 GB, 500107862016 bytes
255 heads, 63 sectors/track, 60801 cylinders, total 976773168 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes

Partition  Boot  Start Sector    End Sector  # of Sectors  Id System

/dev/sda1    *          2,048       206,847       204,800   7 NTFS / exFAT / HPFS
/dev/sda2             206,848   695,974,276   695,767,429   7 NTFS / exFAT / HPFS
/dev/sda3         695,975,934   976,771,071   280,795,138   5 Extended
/dev/sda5         695,975,936   968,652,799   272,676,864  83 Linux
/dev/sda6         968,654,848   976,771,071     8,116,224  82 Linux swap / Solaris

「blkid」出力: ________________________________________________________________

Device           UUID                                   TYPE       LABEL

/dev/sda1        907251C67251B1A8                       ntfs       System Reserved
/dev/sda2        60EC5404EC53D2C0                       ntfs       
/dev/sda5        cb187c79-003c-4187-a465-a65086a232e0   ext4       
/dev/sda6        34f6876e-7e0e-4c27-aef7-54250c4fdea7   swap 

================================= マウントポイント: ==================================

Device           Mount_Point              Type       Options

/dev/sda5        /                        ext4       (rw,errors=remount-ro,commit=0)

=========================== sda5/boot/grub/grub.cfg: ===============================

答え1

私も最近 GRUB で問題に遭遇しました。これが私の投稿です:https://askubuntu.com/questions/119597/grub-rescue-error-unknown-filesystem/119661#119661

Ubuntuを起動します。ダウンロードして実行しますブート修復問題を解決します。「推奨修復(最も頻繁に発生する問題を修復)」オプションを選択します。

実際、Lilo をお使いのようですので、この解決策は機能しない可能性があります。オプションとして、最も人気のあるブートローダーである GRUB に Lilo を置き換えることもできます。

関連情報