menuentry 'Ubuntu, with Linux 2.6.35-22-generic' --class ubuntu --class gnu-linux --class gnu --class os {
recordfail
insmod part_msdos
insmod ext2
set root='(hd0,msdos1)'
search --no-floppy --fs-uuid --set 95376c72-2d4a-4541-9a0d-226954eb61b5
linux /boot/vmlinuz-2.6.35-22-generic root=UUID=95376c72-2d4a-4541-9a0d-226954eb61b5 ro quiet splash
initrd /boot/initrd.img-2.6.35-22-generic
}
Пользователь решил продолжить мысль 19 Ноября 2010, 03:03:44:
# /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/sda1 during installation
UUID=95376c72-2d4a-4541-9a0d-226954eb61b5 / ext4 errors=remount-ro 0 1
# /home was on /dev/sda6 during installation
UUID=c6b11811-2793-4c9b-a4c8-bb166351e890 /home ext4 defaults 0 2
# swap was on /dev/sda5 during installation
UUID=3fecc6ef-3d8d-4640-a96c-6595f1b0b62e none swap sw 0 0