пробовал переустанавливал, всегда одно и тоже: error 21
отключил саташный винт, сейчас только иди самсунг, определяется естественно как /dev/sda, то есть hd0 и абсолютно таже ситуация(переустанавливал и груб и ос): error 21
fdisk -l
root@ubuntu:/media/disk/boot/grub# fdisk -l
Диск /dev/sda: 120.0 ГБ, 120060444672 байт
255 heads, 63 sectors/track, 14596 cylinders
Units = цилиндры of 16065 * 512 = 8225280 bytes
Disk identifier: 0x6b2842cf
Устр-во Загр Начало Конец Блоки Id Система
/dev/sda1 * 1 2432 19535008+ 83 Linux
/dev/sda2 2433 14596 97707330 5 Расширенный
/dev/sda5 2433 2681 2000061 82 Linux своп / Solaris
/dev/sda6 2682 14596 95707206 83 Linux
device.map
root@ubuntu:/media/disk/boot/grub# cat device.map
(hd0) /dev/sda
menu.lst
root@ubuntu:/media/disk/boot/grub# cat menu.lst | grep ^[^#]
default 0
timeout 3
hiddenmenu
title Ubuntu 9.04, kernel 2.6.28-11-generic
uuid fe30d3df-4eef-4cc3-b1db-26e8f7b69248
kernel /boot/vmlinuz-2.6.28-11-generic root=UUID=fe30d3df-4eef-4cc3-b1db-26e8f7b69248 ro quiet splash
initrd /boot/initrd.img-2.6.28-11-generic
quiet
title Ubuntu 9.04, kernel 2.6.28-11-generic (recovery mode)
uuid fe30d3df-4eef-4cc3-b1db-26e8f7b69248
kernel /boot/vmlinuz-2.6.28-11-generic root=UUID=fe30d3df-4eef-4cc3-b1db-26e8f7b69248 ro single
initrd /boot/initrd.img-2.6.28-11-generic
title Ubuntu 9.04, memtest86+
uuid fe30d3df-4eef-4cc3-b1db-26e8f7b69248
kernel /boot/memtest86+.bin
quiet
fstab
root@ubuntu:/media/disk/boot/grub# cat ../../etc/fstab
# /etc/fstab: static file system information.
#
# Use 'vol_id --uuid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
# / was on /dev/sda1 during installation
UUID=fe30d3df-4eef-4cc3-b1db-26e8f7b69248 / ext4 relatime,errors=remount-ro 0 1
# /home was on /dev/sda6 during installation
UUID=45dd53d4-9eb9-4756-b45d-bf94d77ce8b5 /home ext4 relatime 0 2
# swap was on /dev/sda5 during installation
UUID=2654dc17-adc8-4b85-938e-abecfa16fadb none swap sw 0 0
/dev/scd0 /media/cdrom0 udf,iso9660 user,noauto,exec,utf8 0 0