First, I posted in this topic regarding an error I got with KPackageKit. I tried remedying that by using the suggestions from replies, and it worked for a little bit. Unfortunately, my Windows partitions starting failing (infinite "configuring updates" loop with Vista), so I opted to wipe the whole HDD clean, and revert to a simple dual-boot (rather than a triple).
My computer is a Lenovo Thinkpad T61 6460-7EU. I'm now on my 5th reinstallation of Kubuntu, third burned disc. All of them pass the built-in integrity test. I've reformatted the partitions each time with either dban or the Kubuntu Installer. The reason I've done this so many times is that every time I complete the installation, a number of errors occur that result in Kubuntu not booting again.
The first thing I do is connect to my wireless network with WPA encryption by adding it to the networking manager. After a few moments, the gear with the green arrow "Updates Available" notifier appears in the system tray, so I double click it to launch KPackageKit. It begins downloading and updating, the bluetooth utility crashes (as it will from this point onward), and by the end, it'll complete with an error. After that, the manager thinks that it doesn't have exclusive access and refuses to update. When I refresh, it returns "Waiting for service to start." Multiple restarts in the past did not remedy this. I have also tried "sudo apt-get dist-upgrade" instead of the GUI, but it also returns errors.
So, to try and fix the problems, I ran "sudo dpkg --configure -a" to configure the unconfigured packages listed in the error report. (Also, sorry I can't provide copies of all these things to show you guys-- the OS not booting sort of precludes it.)
Finally, I try the usual troubleshooting step of restarting. During boot-up, it comes to a screen that says a disk error was found and fsck was begun automatically, but the automatic check failed and I need to run it manually. Doing so for my "/" partition, it comes up with a gazillion "imode" errors or something to that effect. Finally, when it finishes, I reboot.
Of course, once Kubuntu starts back up, any number of things are screwy. One installation, the mouse just didn't move. Not that it mattered-- attempting to log in just flashed the screen and returned me to the same damn screen. Another installation, nothing launched. Nothing-- not even terminal.
Could this all be a result of a faulty HDD? I recently replaced an old Hitachi 160 GB 5400rpm with a newer Seagate 320GB 7200rpm (literally only a couple weeks old). Could it maybe be my partitioning (below)? I switched from ext4 to ext3 thinking that might be the problem, but it didn't change much.
Long story short: I can't install Kubuntu, run updates, and have it restart without any errors. What am I doing wrong?
Edit1: I can boot into recovery mode finally and get a root prompt, if that helps. Let me know what you want typed in/returned.
Edit2: "root:~# dpkg --configure -a" returns this:
Partitioning:
My computer is a Lenovo Thinkpad T61 6460-7EU. I'm now on my 5th reinstallation of Kubuntu, third burned disc. All of them pass the built-in integrity test. I've reformatted the partitions each time with either dban or the Kubuntu Installer. The reason I've done this so many times is that every time I complete the installation, a number of errors occur that result in Kubuntu not booting again.
The first thing I do is connect to my wireless network with WPA encryption by adding it to the networking manager. After a few moments, the gear with the green arrow "Updates Available" notifier appears in the system tray, so I double click it to launch KPackageKit. It begins downloading and updating, the bluetooth utility crashes (as it will from this point onward), and by the end, it'll complete with an error. After that, the manager thinks that it doesn't have exclusive access and refuses to update. When I refresh, it returns "Waiting for service to start." Multiple restarts in the past did not remedy this. I have also tried "sudo apt-get dist-upgrade" instead of the GUI, but it also returns errors.
So, to try and fix the problems, I ran "sudo dpkg --configure -a" to configure the unconfigured packages listed in the error report. (Also, sorry I can't provide copies of all these things to show you guys-- the OS not booting sort of precludes it.)
Finally, I try the usual troubleshooting step of restarting. During boot-up, it comes to a screen that says a disk error was found and fsck was begun automatically, but the automatic check failed and I need to run it manually. Doing so for my "/" partition, it comes up with a gazillion "imode" errors or something to that effect. Finally, when it finishes, I reboot.
Of course, once Kubuntu starts back up, any number of things are screwy. One installation, the mouse just didn't move. Not that it mattered-- attempting to log in just flashed the screen and returned me to the same damn screen. Another installation, nothing launched. Nothing-- not even terminal.
Could this all be a result of a faulty HDD? I recently replaced an old Hitachi 160 GB 5400rpm with a newer Seagate 320GB 7200rpm (literally only a couple weeks old). Could it maybe be my partitioning (below)? I switched from ext4 to ext3 thinking that might be the problem, but it didn't change much.
Long story short: I can't install Kubuntu, run updates, and have it restart without any errors. What am I doing wrong?
Edit1: I can boot into recovery mode finally and get a root prompt, if that helps. Let me know what you want typed in/returned.
Edit2: "root:~# dpkg --configure -a" returns this:
Code:
dpkg: failed to open package info file '/var/lib/dpkg/status' for reading: No such file or directory
Code:
[------------320GB HDD (297GB formatted)-------------] [Primary][Primary][Primary][--------Extended---------] <--type [--sda1-][--sda2-][--sda3-][--sda5-][--sda6-][--sda7-] <--partition notation [ 50 ][ .1 ][ 25 ][ 25 ][ 190 ][ 8 ] <-- in GB sda1 Vista 50 GB ntfs sda2 /boot 100 MB ext3 sda3 / 25 GB ext3 sda5 /home 25 GB ext3 sda6 /storage 190 GB ntfs sda7 swap 8 GB
Comment