First, installation issues: My laptop unfortunately has a BIOS limitation of 128gigs, because of this I've developed a partitioning scheme that allows me to overcome this so Grub will boot correctly. My partition scheme is as follows
- Code: Select all
sda1:Windows:125,955mb (123gb)
sda2:/boot:102mb
sda3:swap:2gb
sda5:/:2960mb
sda6:/usr:16gb
sda7:/usr/local:3gb
sda8:/opt:3gb
sda9:/var:4gb
sda10:/home:31gb
Setting up my drive this way allows my swap file to be under the BIOS limit so that Tux on ice works correctly, and it places all of / under the limit so I don't get failure to detect disk error msgs during initial booting.
Needles to say, the default installation wanted to create one big / drive using LVM. I don't use LVM specifically because I've had issues in the past because of the BIOS limitation. So I chose not to use LVM during installation. However, I see that "dolvm" is still used in the grub.conf and LVM is activated at boot time init. file. This should be fixed in the next release so that if one chooses their own partitioning scheme they don't get stuck with LVM if they don't want it. Along the same lines I don't run any raid yet mdadm is installed and activated by default even though I don't use or need it.
Next, I deselected NFS, SSH, Cups, and Samba during the installation process, yet all were still installed and enabled. And to make matters worse, if one tries to uninstall them through equo or sulfur much of KDE wants to be removed, because of dependency issues. If you forcibly uninstall them, as soon as you do the next update they're reinstalled again. So there needs to be a refinement in the installation process so that if these apps aren't wanted, they truly don't get installed or reinstalled.
Next, start-up error msgs (and these truly concern me):
- Code: Select all
rc boot logging started at Mon Oct 5 16:57:34 2009
sh: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8)
sh: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8)
sh: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8)
/bin/sh: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8)
/sbin/livecd-functions.sh: line 483: rev: command not found
* Setting system clock using the hardware clock [Local Time]...
[ ok ]
/bin/sh: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8)
/sbin/livecd-functions.sh: line 483: rev: command not found
* Autoloaded 0 module(s)
/bin/sh: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8)
/sbin/livecd-functions.sh: line 483: rev: command not found
* Setting up the Logical Volume Manager...
[ ok ]
/bin/sh: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8)
/sbin/livecd-functions.sh: line 483: rev: command not found
/bin/sh: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8)
/sbin/livecd-functions.sh: line 483: rev: command not found
* Checking local filesystems ...
/: clean, 17713/757248 files, 101936/757055 blocks
/opt: clean, 2505/787200 files, 112838/787177 blocks
/usr: clean, 302640/4196112 files, 2413699/4194965 blocks
/home: clean, 1236/8470336 files, 626348/8468255 blocks
/var: clean, 40203/1048576 files, 204989/1048233 blocks
/usr/local: clean, 3342/787200 files, 82112/787177 blocks
/boot: clean, 39/26208 files, 17713/104420 blocks
[ ok ]
/bin/sh: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8)
/sbin/livecd-functions.sh: line 483: rev: command not found
* Remounting root filesystem read/write...
[ ok ]
/bin/sh: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8)
/sbin/livecd-functions.sh: line 483: rev: command not found
* Updating /etc/mtab...
[ ok ]
/bin/sh: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8)
/sbin/livecd-functions.sh: line 483: rev: command not found
* Mounting local filesystems...
As you can see there is an issue with locale. I had the same issue with the previous 4.2 core version that I was only able to resolve when I switched from baselayout-2 down to baselayout-1 and recompiled my system. I've gone to the Gentoo locale and UTF installation guides and followed them to a "T" yet still I have these warnings. What is causing this issue? Also what is, and why is livecd-functions.sh in my start-up? What purpose does this init file serve on a full hard drive install? Is it needed? Can I deactivate or uninstall it?
Finally, every time I log in to KDE I get a message about "migrating address book". I don't even have an address book setup yet, and if one was created by default it has no entries in it, so why the mesg every time I log in?
Any help to eliminate the startup issues in particular would be greatly appreciated. Thanks in advance.
Ciao
