|
Re: Firefox troubles, not specific to linux
OK, Rocky, here is how much smarter I am now that I have made all the mistakes:
1. Firefox 3.5 only comes in a development version for Linux Mint, and therefore I still do not have it, but all add-ons I need are working for me in version 3.0.14.
2. Here is the solution to "gzip magic numbers not working" (I am quoting from the response I received on linux forum):
Once booted into the Live CD, mount the partition where Mint is installed, e.g.,
Code: Select all
mount /dev/sda1 /mnt/
Depending on your hardware setup it might be another device; if necessary fdisk can be used to find the partition.
Once the partition is mounted it is then possible to change the apparent root directory to that of your Mint install:
Code: Select all
chroot /mnt
This should allow update-initramfs to work on your Mint installation. See this for chroot and fdisk to locate the installation partition. I'll update when I test unless anything else happens beforehand, should be within the next 24 hrs anyway, probably less.
[Edit] OK, I tried this and it works fine on my computer, at least, update-initramfs does its job on the appropriate kernels (got two installed) and didn't break anything. The OP will want to ensure that they chroot into the correct partition (not the Fedora one - although I'm thinking it wouldn't necessarily break it), and know that when they chroot into the mounted partition they will already be root, therefore no need for "sudo" in front of the update-initramfs command.
3. There are all kinds of add-ons for firefox, such as "read it later" and "febe" and "cleo", that solve some of the problems that firefox and I have had with each other. (Sorry for the personification of firefox in that sentence. While I do not see firefox as a live entity to be reckoned with, I must admit that some of my problems with it came from me and not from the software.)
Last edited by janellesnip; 18-10-2009 at 08:19 AM.
|