Line 30:
Line 30:
In this example the partitions are set too close to the start of the disk and there is no room for GRUB to be written, the disk will not boot, there will not be enough room for grub ''staging''
In this example the partitions are set too close to the start of the disk and there is no room for GRUB to be written, the disk will not boot, there will not be enough room for grub ''staging''
−
[root@ ~]# '''fdisk -lu /dev/sda; fdisk -lu /dev/sdb'''
+
[root@ ~]# '''fdisk -lu /dev/sdb; fdisk -lu /dev/sdb'''
Disk /dev/sdb: 1000.2 GB, 1000204886016 bytes
Disk /dev/sdb: 1000.2 GB, 1000204886016 bytes
Line 37:
Line 37:
Device Boot Start End Blocks Id System
Device Boot Start End Blocks Id System
−
/dev/sda1 * 1 13 104384+ fd Linux raid autodetect
+
/dev/sdb1 * 1 13 104384+ fd Linux raid autodetect
'''Partition 1 does not end on cylinder boundary.'''
'''Partition 1 does not end on cylinder boundary.'''
−
/dev/sda2 13 121601 976655647 fd Linux raid autodetect
+
/dev/sdb2 13 121601 976655647 fd Linux raid autodetect
Disk /dev/sdb: 1000.2 GB, 1000204886016 bytes
Disk /dev/sdb: 1000.2 GB, 1000204886016 bytes