Lobes06
Group: Members
Posts: 5
Joined: Aug. 2006 |
|
Posted: Sep. 05 2006,01:51 |
|
Here is everything I see on my boot:
Quote | INIT: version 2.78-knoppix booting Running Linux Kernel 2.4.26 Running fom HD, checking filesystems... Activating swap... Checking root file system... fsck 1.34-WIP (21-May-2003) /dev/hda was not cleanly unmounted, check forced. Deleted inode 327743 has zero dtime. FIXED. /dev/hda1: ***** REBOOT LINUX ***** /dev/hda1: 11836/1753088 files (0.1% non-contiguous), 91685/3504170 blocks
fsck failed. Please repair manually and reboot. Please note that the root file system is currently mounted read-only. To remount it read-write: # mount -n -o remount,rw /
CONTROL-D will exit from this shell and REBOOT the system.
|
I get the same results when doing a reboot from the GUI or a shutdown as you advised from the command line. After typing in the command above, and reboot, it loads fine.
The output of sudo fdisk -l is as follows:
Quote | Desk /dev/hda: 14.4 GB, 14453268480 bytes 255 heads, 63 sectors/track, 1757 cylinders Units = cylinders of 16065 * 512 = 8225280 bytes
/dev/hda1 * 1 1745 14016681 83 Linux /dev/hda2 1746 1757 96390 5 Extended /dev/hda5 1746 1757 96358+ 82 Linux Swap
|
Here is my boot line:
Quote | kernel /boot/linux24 root=/dev/hda1 quiet vga=791 noacpi noapm nodma noscsi frugal
|
I'll remove the frugal from there to see if it helps.
|