Can someone provide me with their /etc/fstab?

While I was creating Debian images for the Raspberry Pi 3, I accidentally overwrote my own /etc/fstab with a Raspberry Pi fstab. Now I can't get my system to boot, stuck at the bootup screen. I've tried booting from a live USB and tried using the Arch tool 'genfstab' but that didn't work. Can someone post their fstab? It needs to have partition UUIDs. I have a live USB stick so I can modify my installation.

Here ya go -

# /etc/fstab: static file system information.
#
# Use 'blkid' 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>
# / was on /dev/sda9 during installation
UUID=2787ebba-f72f-4d1b-82e1-4f35-9d1b-52cc1efab9bb   /   ext4   discard,noatime,nodiratime   0   1
# /home/data4 was on /dev/sda6 during installation
UUID=ce4649f8-cc57-5ad8fb20cea0  /home/data4   ext2   discard,noatime,nodiratime   0   2
# SWAP
UUID=fc3cf0d1-ca73-4306-98d3-7ae70784c3b3   none   swap   sw   0   0

Didn't work even with my partition UUIDs, but thanks anyway. I decided I'd reinstall Ubuntu. I decided I'd erase my entire hard drive (1TB) and I now have so much free space. Files were of course backed up to USB stick.