I've a machine on which PGP WDE was already installed. I've created a partition and installed LUbuntu12.10 on this new partition successfully. Later, after restarting the machine, Used easyBCD in windows to modify Windows bootloader to load Windows and LUbuntu. easyBCD configuration looks like this...
Windows Boot Manager
--------------------
identifier {9dea862c-5cdd-4e70-acc1-f32b344d4795}
device partition=C:
description Windows Boot Manager
locale en-US
inherit {7ea2e1ac-2e61-4728-aaa3-896d9d0a9f0e}
default {66739647-6047-11e2-ae5c-9f503fcbb4af}
resumeobject {66739646-6047-11e2-ae5c-9f503fcbb4af}
displayorder {66739647-6047-11e2-ae5c-9f503fcbb4af}
{e18b2022-616b-11e2-b926-00216ab524b0}
toolsdisplayorder {b2721d73-1db4-4c62-bf78-c548a880142d}
timeout 30
Windows Boot Loader
-------------------
identifier {66739647-6047-11e2-ae5c-9f503fcbb4af}
device partition=C:
path \Windows\system32\winload.exe
description Windows 7
locale en-US
inherit {6efb52bf-1766-41db-a6b3-0ee5eff72bd7}
recoverysequence {66739648-6047-11e2-ae5c-9f503fcbb4af}
recoveryenabled Yes
osdevice partition=C:
systemroot \Windows
resumeobject {66739646-6047-11e2-ae5c-9f503fcbb4af}
nx OptIn
Real-mode Boot Sector
---------------------
identifier {e18b2022-616b-11e2-b926-00216ab524b0}
device partition=C:
path \NST\AutoNeoGrub0.mbr
description NeoSmart Linux
But, After restarting to boot in Linux I am always landing on "grub>" prompt.
Please advise a solution.