| Here's the menu.lst file I did not copy the # lines(i assumed they were comments.
title Ubuntu 7.10, kernel 2.6.22-14-generic
root (hd0,2)
kernel /boot/vmlinuz-2.6.22-14-generic root=UUID=e095ba3f-9a4d-40e1-b6f4-d558d0104d49 ro quiet splash
initrd /boot/initrd.img-2.6.22-14-generic
quiet
title Ubuntu 7.10, kernel 2.6.22-14-generic (recovery mode)
root (hd0,2)
kernel /boot/vmlinuz-2.6.22-14-generic root=UUID=e095ba3f-9a4d-40e1-b6f4-d558d0104d49 ro single
initrd /boot/initrd.img-2.6.22-14-generic
title Ubuntu 7.10, memtest86+
root (hd0,2)
kernel /boot/memtest86+.bin
quiet
here's the fstab
# /etc/fstab: static file system information.
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
# /dev/sda3
UUID=e095ba3f-9a4d-40e1-b6f4-d558d0104d49 / ext3 defaults,errors=remount-ro 0 1
# /dev/sda1
UUID=07D7-0A17 /media/sda1 vfat defaults,utf8,umask=007,gid=46 0 1
# /dev/sda2
UUID=340bce10-315c-4b1f-87fc-24bfc0d4dce1 none swap sw 0 0
/dev/scd0 /media/cdrom0 udf,iso9660 user,noauto,exec 0 0 |