up vote 0 down vote favorite
share [g+] share [fb]

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.

link|improve this question
The error message might be helpful... – womble Nov 18 '09 at 11:31
4  
Define "not working". More info, what's happening, what's not happening, etc. – mh Nov 18 '09 at 13:17
feedback

migrated from serverfault.com Nov 19 '09 at 14:54

This question came from our site for system administrators and desktop support professionals.

1 Answer

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|improve this answer
feedback

Your Answer

 
or
required, but never shown