quote:
Original post by Gabriel Fleseriu
Thanks for the tip. I did that using "make xconfig". In the dialog that popped up I selected file systems, and checked NTFS (read only). Then I started the build (I cannot remember the command, but it was the one "make config" said I have to use).
So, to make sure I understand you: you went through the entire "make dep", "make modules", "make modules_install", "make bzImage", move the bzImage, and setup LILO/GRUB process, correct?
quote:
Original post by Gabriel Fleseriu
The build returned no error, but as I rebooted the system, GNOME hung at the startup process.
Try booting into console incase you need to setup a driver or something for X with your new kernel.
quote:
Original post by Gabriel Fleseriu
It checks some volumes, finds some critical error, and says I have to use "fsck" manually.
Do what it says and everything should be fine (about the critical error, that is, maybe not other things). You almost certainly caused the critical error by restarting the system when it wasn''t ready (you may have not had a choice though). So, go into single user mode, and run fsck on the volume it was mad about, wait a while, and it should fix it. Sometimes you have to do this twice though (without rebooting, that is). I use ext3 now, and it gets rid of the fsck issues for me (very nice for when something happens to my power or something
).
quote:
Original post by Gabriel Fleseriu
Yes, my only desire is to be able to read the NTFS partition.
That makes it easier
.