4,461
edits
→Disk: grub check |
m →Disk |
||
Line 32: | Line 32: | ||
= Disk = | = Disk = | ||
Check if GRUB is installed on a partition (e.g. /dev/sda) | {| class="wikitable" border="1" style="border-collapse:collapse" | ||
! style="text-align: center;"| Description | |||
! Command | |||
|- | |||
| style="width: 50%;" | Check if GRUB is installed on a partition (e.g. /dev/sda) | |||
| style="width: 50%;" class="cli" | sudo dd bs=512 count=1 if=/dev/sda 2>/dev/null | strings | |||
|} | |||
== Search == | == Search == |