Код: Выделить всё
livecd / # grub-install /dev/md127
/dev/md127 does not have any corresponding BIOS drive.
livecd / # grub-install /dev/sda
/dev/md127 does not have any corresponding BIOS drive.
livecd / # grub-install /dev/sda1
/dev/md127 does not have any corresponding BIOS drive.
livecd / # grub-install /dev/sdb
/dev/md127 does not have any corresponding BIOS drive.также не чего не получается через консоль самого grub'а:
Код: Выделить всё
grub> device (hd0) /dev/sda
grub> root (hd0,0)
Filesystem type unknown, partition type 0xfd
grub> setup (hd0)
Error 17: Cannot mount selected partition
grub>fdisk -l
Код: Выделить всё
livecd / # fdisk -l
Disk /dev/sda: 40.0 GB, 40019582464 bytes
255 heads, 63 sectors/track, 4865 cylinders, total 78163247 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0xb658b658
Device Boot Start End Blocks Id System
/dev/sda1 * 63 78156224 39078081 fd Linux raid autodetect
Disk /dev/sdb: 160.0 GB, 160040803840 bytes
255 heads, 63 sectors/track, 19457 cylinders, total 312579695 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x4a335087
Device Boot Start End Blocks Id System
/dev/sdb1 * 63 78156224 39078081 fd Linux raid autodetect
/dev/sdb2 78156225 273474494 97659135 83 Linux
/dev/sdb3 273474495 312576704 19551105 82 Linux swap / Solaris
Disk /dev/md127: 40.0 GB, 40014832640 bytes
2 heads, 4 sectors/track, 9769246 cylinders, total 78153970 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x00000000
Disk /dev/md127 doesn't contain a valid partition tableПомогите решить эту проблему.