Добрый день.
Все банально: затерся груб после установки винды. Немного пошаманил, поставил новый груб на sda, теперь груб загружается, но теперь из него не хочет грузиться Ubuntu (а Windows грузится нормально). Пишет:
No init found. Try passing init= bootargИ - приглашение Busybox.
Вот инфа к размышлению:
sudo fdisk -l
ubuntu@ubuntu:~$ sudo fdisk -l
Диск /dev/sda: 250.1 ГБ, 250059350016 байт
255 heads, 63 sectors/track, 30401 cylinders
Units = цилиндры of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0xe0f7e0f7
Устр-во Загр Начало Конец Блоки Id Система
/dev/sda1 * 1 1275 10241406 7 HPFS/NTFS
/dev/sda2 1276 30402 233956932 f W95 расшир. (LBA)
/dev/sda5 1276 25513 194691703+ 7 HPFS/NTFS
/dev/sda6 25514 29915 35357696 83 Linux
/dev/sda7 29916 30402 3905536 82 Linux своп / Solaris
sudo gedit /media/<UUID>/boot/grub/grub.cfg
menuentry 'Ubuntu, Linux 2.6.32-23-generic' --class ubuntu --class gnu-linux --class gnu --class os {
recordfail
insmod ext2
set root='(hd0,6)'
search --no-floppy --fs-uuid --set 00ad1c39-c804-4728-8875-df0e3c42b7fe
linux /boot/vmlinuz-2.6.32-23-generic root=UUID=00ad1c39-c804-4728-8875-df0e3c42b7fe ro quiet splash
initrd /boot/initrd.img-2.6.32-23-generic
}
menuentry 'Ubuntu, Linux 2.6.32-23-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os {
recordfail
insmod ext2
set root='(hd0,6)'
search --no-floppy --fs-uuid --set 00ad1c39-c804-4728-8875-df0e3c42b7fe
echo 'Загружается Linux 2.6.32-23-generic ...'
linux /boot/vmlinuz-2.6.32-23-generic root=UUID=00ad1c39-c804-4728-8875-df0e3c42b7fe ro single
echo 'Загружается начальный ramdisk ...'
initrd /boot/initrd.img-2.6.32-23-generic
}
menuentry 'Ubuntu, с Linux 2.6.32-21-generic' --class ubuntu --class gnu-linux --class gnu --class os {
recordfail
insmod ext2
set root='(hd0,6)'
search --no-floppy --fs-uuid --set 00ad1c39-c804-4728-8875-df0e3c42b7fe
linux /boot/vmlinuz-2.6.32-21-generic root=UUID=00ad1c39-c804-4728-8875-df0e3c42b7fe ro quiet splash
initrd /boot/initrd.img-2.6.32-21-generic
}
menuentry 'Ubuntu, с Linux 2.6.32-21-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os {
recordfail
insmod ext2
set root='(hd0,6)'
search --no-floppy --fs-uuid --set 00ad1c39-c804-4728-8875-df0e3c42b7fe
echo 'Загружается Linux 2.6.32-21-generic ...'
linux /boot/vmlinuz-2.6.32-21-generic root=UUID=00ad1c39-c804-4728-8875-df0e3c42b7fe ro single
echo 'Загружается начальный ramdisk ...'
initrd /boot/initrd.img-2.6.32-21-generic
sudo gedit /media/<UUID>/etc/fstab
# /etc/fstab: static file system information.
#
# Use 'blkid -o value -s 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 nodev,noexec,nosuid 0 0
# / was on /dev/sda6 during installation
UUID=00ad1c39-c804-4728-8875-df0e3c42b7fe / ext4 errors=remount-ro 0 1
# swap was on /dev/sda7 during installation
UUID=b42320d9-cd92-43d4-8638-d85273aff224 none swap sw 0 0
Не хочет работать, и все тут.

Прошу помощи у дорогого коммьюнити.