Hello all, after some time using Kubuntu 6.06 (dapper) and learning a lot of things, suddenly I'm having a problem at boot time, (and i have not done anything weird, just "aptitude dist-upgrade"s).
The problem is:
*Checking root file system
/dev/sda6: clean, ####/#### files, ####/#### blocks
[17179585.312000] EXT3 FS on sda6, internal journal.
(#'s are a lot of numbers)
and it hangs.
Of course, sda6 is my root partition as shown in fstab:
proc /proc proc defaults 0 0
/dev/sda6 / ext3 defaults,errors=remount-ro 0 1
/dev/sda5 /home ext3 defaults 0 2
/dev/sda7 none swap sw 0 0
/dev/scd0 /media/cdrom0 udf,iso9660 user,noauto 0 0
# Generado por Kubuntu
/dev/sda2 /media/sda2 vfat defaults,utf8,umask=007,gid=46 0 0
and the options are those written by default. It has worked until now!.
I have only one SATA hard disk, and my computer is an Acer Aspire 5633 notebook.
I have booted from the live-cd and performed a fsck (efsck i think) to sda5 and sda6, even with the option -f to force ignoring the journaling and checking all the filesystem, but the result always is "file system clean".
So what should be the next step?
PS1: When the system hangs, it ignores the keyboard, so things like CTRL+Z o +C or CTRL+ALT+SUPR doesn't work
PS2: it doesn't work even on "repair mode".
The problem is:
*Checking root file system
/dev/sda6: clean, ####/#### files, ####/#### blocks
[17179585.312000] EXT3 FS on sda6, internal journal.
(#'s are a lot of numbers)
and it hangs.
Of course, sda6 is my root partition as shown in fstab:
proc /proc proc defaults 0 0
/dev/sda6 / ext3 defaults,errors=remount-ro 0 1
/dev/sda5 /home ext3 defaults 0 2
/dev/sda7 none swap sw 0 0
/dev/scd0 /media/cdrom0 udf,iso9660 user,noauto 0 0
# Generado por Kubuntu
/dev/sda2 /media/sda2 vfat defaults,utf8,umask=007,gid=46 0 0
and the options are those written by default. It has worked until now!.
I have only one SATA hard disk, and my computer is an Acer Aspire 5633 notebook.
I have booted from the live-cd and performed a fsck (efsck i think) to sda5 and sda6, even with the option -f to force ignoring the journaling and checking all the filesystem, but the result always is "file system clean".
So what should be the next step?
PS1: When the system hangs, it ignores the keyboard, so things like CTRL+Z o +C or CTRL+ALT+SUPR doesn't work
PS2: it doesn't work even on "repair mode".
Comment