Hi Penny2524,
I have been doing some Guru restoring myself and here are my notes.
The versions are slightly newer than on the Standard Guruplug but these seem to be the official version if you follow the Download link from the Globalscales site.
ubootReplacement uboot -
http://www.plugcomputer.org/index.php/us/resources/downloads?func=startdown&id=71U-Boot 2010.03-01161-gd91b0a9 (Apr 22 2010 - 03:24:41)
fatload usb 1:1 0x6400000 /uboot.guruplug.bin
nand erase 0x0 0x0a0000
nand write 0x6400000 0x0 0xa0000
saveenv
reset
kernelReplacement Kernel -
http://openplug.org/index.php/us/resources/downloads?func=startdown&id=662.6.33.2-00003-g4b82fc0 #1 PREEMPT Thu Apr 22 03:29:35 PDT 2010 armv5tel GNU/Linux
fatload usb 1:1 0x6400000 /uimage-guruplug
nand erase 0x100000 0x400000
nand write.e 0x6400000 0x100000 0x400000
RootFSReplacement RootFs -
http://openplug.org/index.php/us/resources/downloads?func=fileinfo&id=78 fatload usb 1:1 0x6400000 /rootfs.ubi.img
nand erase 0x500000 0x1fb00000
nand write.e 0x6400000 0x500000 0xb940000