GRUBがインストールされているパーティションを知る方法


13

私はNattyとのデュアルブート Maverickです。Grubがインストールされているパーティションを知りたい。

grubがnattyではなくmaverickパーティションにインストールされていることを確認したいので、nattyパーティションを削除したときにgrubがなくても起動の問題はありません。

maverickにはmenu.listファイルはありません/boot/grubが、nattyにはファイルがあります。

以下が出力です fdisk -l

gaurav@gaurav-desktop:~/Desktop$ sudo fdisk -l

Disk /dev/sda: 320.1 GB, 320072933376 bytes
255 heads, 63 sectors/track, 38913 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x9cdb9cdb

   Device Boot      Start         End      Blocks   Id  System
/dev/sda1   *           1        7295    58592773+  83  Linux
/dev/sda2            7295       25475   146033664   83  Linux
Partition 2 does not end on cylinder boundary.
/dev/sda3           25476       32194    53970367+  83  Linux
/dev/sda4           32195       35483    26414081    5  Extended
/dev/sda5           32195       32444     1999872   82  Linux swap / Solaris
/dev/sda6           32444       35483    24413184   83  Linux
gaurav@gaurav-desktop:~/Desktop$ 

回答:


12

1つの方法は、ブート情報スクリプトを実行することです。次のような行を含むファイルRESULTS.txtを返します。

=> Grub 2は/ dev / sdaのMBRにインストールされ、パーティション#7の同じドライブで/ boot / grubを探します。


`=> Grub 2が/ dev / sdaのMBRにインストールされ、Bemを探します。`nattyパーティションを安全に削除できるようです。
ガウラブブトラ
弊社のサイトを使用することにより、あなたは弊社のクッキーポリシーおよびプライバシーポリシーを読み、理解したものとみなされます。
Licensed under cc by-sa 3.0 with attribution required.