Can't I run myScript by appending a line to the entry of Linux in /boot/grub/menu.lst as:
title Ubuntu 9.04, kernel 2.6.28-11-generic
uuid b20f1720-b3f5-4162-bc92-ab2deb8d5d04
#kernel /boot/vmlinuz-2.6.28-11-generic root=UUID=b20f1720-b3f5-4162-kernel/boot/vmlinuz-2.6.28-11-generic root=UUID=b20f1720-b3f5-4162-bc92-ab2deb8d5d04 ro
initrd /boot/initrd.img-2.6.28-11-generic
/home/baltoros/Desktop/myScript
Is it even possible to run myScript at this point of time?