vote up 0 vote down star

I took the ISO image of Ubuntu 9.10 release candidate and did a CD burn. I installed it on a WinXP Home system (Wubi). For the first two weeks both the OSs were working fine. But now the Ubuntu boot is not working. I don't know how to fix it up. Any help will be highly appreciated.

flag
The error message might be helpful... – womble Nov 18 at 11:31
4  
Define "not working". More info, what's happening, what's not happening, etc. – mh Nov 18 at 13:17

migrated from serverfault.com

1 Answer

vote up 3 vote down

The most common reason for WUBI installs not working is if Windows XP doesn't close down correctly then the NTFS partition will be marked as unclean. Try booting into Windows opening a command prompt

Start -> Run -> cmd.exe

then do this command

chkdsk c: /f

It should ask you this question

Chkdsk cannot run because the volume is in use by another
process.  Would you like to schedule this volume to be
checked the next time the system restarts? (Y/N)

Accept that (Y). Reboot into Windows and let chkdsk finish then reboot into Linux. If this doesn't work then you have a real problem.

link|flag

Your Answer

Get an OpenID
or
never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.