by windtalker on Sat Jul 21, 2012 1:07 pm
I'm running XFCE on a 486 with 1 gig of ram.
I've also installed E17, lxde, openbox, blackbox and fluxbox. They all boot the same for me with no tweaking. I prefer XFCE because I have more options so I stuck with it and tweaked it so that it's fully booted and online in about 25 - 28 seconds. I never timed it but that's a close estimate.
You can lower your boot time by doing a few things.
1.] go to /menu/settings/session and startup/application autostart. Untick what you don't need to start on boot. If you don't have blue tooth, remove the tick. Same for a printer/scanner. If you don't have, want or need it, untick it.
2.] Open a terminal and type in sudo nano /etc/default/grub
Look for the line GRUB_CMDLINE_LINUX_DEFAULT="quiet splash". You can either add the word profile so that the line looks like GRUB_CMDLINE_LINUX_DEFAULT="quiet splash profile" or remove the quiet splash and just have profile. When you've made the change strike ctrl x and then y for yes. Next type into the same terminal sudo update-grub2. What this does is on your next boot a profile will be built of your boot process and committed to memory. No searching has to be done to see what you want to boot and what you don't want to boot.
3.] Be careful on this one. This change stops your hd from being checked on each boot. It makes a big diff on your boot but your hd won't be checked for irregularities. Open a terminal and type sudo nano /etc/fstab. Look for the lines
UUID=269ee6cb-f20e-49e4-8f8f-d3daa7631ed1 / ext4 errors=remount-ro 0 0
# /home was on /dev/sda3 during installation
UUID=dbf87a53-ba05-4731-82d8-86e302ec78cb /home ext4 defaults 0 0
# swap was on /dev/sda1 during installation
UUID=0b4bcd5a-5142-4411-a8ba-c80bea39fbfc none swap sw 0 0
That's my fstab. The lines for / and /home have a 0 at the end of the lines. Yours should have a 2 and 5 if memory serves correctly. Change them to zero and save.
4.]Open synaptic and install start up manager. After it's installed it will be in /menu/system. Change your boot delay to 0.
5.]Go to /menu/system/login window/security. Tick enable auto login if you're the only user on your system.
There is also a tweak to speed up XFCE after the boot but you have to have at least a gig of ram if anyone is interested. Just lemme know.