I am running Windows XP, inside BOOTMGR (I don't know why it isn't NTLDR, the PC just came like that), and have installed Wubi. When I boot up, BOOTMGR (Windows Boot Manager) still shows only Windows and System Restore, same as it did before, and times out after 5 secs.
What my question is, is how do I get Ubuntu to show in that list?
My boot.ini
file, as requested:
[boot loader]
timeout=60
default=multi(0)disk(0)rdisk(0)partition(2)\WINDOWS
[operating systems]
multi(0)disk(0)rdisk(0)partition(2)\WINDOWS="Microsoft Windows XP Professional" /fastdetect /NoExecute=OptOut
C:\wubildr.mbr = "Ubuntu"
although I believe this info is irrelevant as I am running inside BOOTMGR, not NTLDR, for which boot.ini
is the settings file.
bcdedit
results in Windows XP Command Prompt:
C:\Documents and Settings\[my username]>bcdedit
'bcdedit' is not recognized as an internal or external command,
operable program or batch file.
C:\boot.ini
file. Thanks – bcbc Feb 21 '13 at 17:18BCD
then? If so, what's the output frombcdedit
? – bcbc Feb 21 '13 at 23:04