Every attempt I've made to install via the Minimal Install has resulted in a full blown Unity Install, whereas I simply want the Base System, the Repositories, and i3WM installed (of course flash and such would be lovely but that can always be installed through the restricted-extras package) and then basically configure my system from there (install my own File Manager, music player blah blah blah) Is there something im doing wrong when using the Mini iso or is it simply built that way?
Asked
Active
Viewed 1.4k times
1 Answers
11
Try this:
- Start with a mini ISO on a CD or USB stick.
- Start the installation.
- Choose the default language.
- Select the keyboard settings.
- Select the geographical configuration.
- Wait for the system to configure the network.
- Write the name of the host.
- Choose the installation mirror for Ubuntu packages.
- If you use a proxy server, enter it's details. Otherwise, leave it blank and continue.
- Installation of basic packages starts. It will occasionally stop to ask you some details.
- After downloading the required packages start partitioning.
- I suggest choosing manual and manually create partitions as needed.
- When finished partitioning, the system will ask you to confirm the changes made ββon the computer, including formatting and editing the partitions.
- The system will start the download and installation of packages; including the kernel, required for the system to function.
- After downloading and installing, configure user accounts, writing full name, username and password.
- After analyzing the reply, it will ask if you want to enable automatic updates.
Now comes the most important, the selection of programs:
Do not select anything other than the server!
Then, it will proceed to download and install the files, and then download and install Grub, set the time zone, and warn you when you are ready to restart.
Restarting from the hard drive, it will start in a terminal.
There you can install programs to your needs via apt-get.
Example of installation with minimal Xfce desktop:
sudo su
apt-get update
apt-get install software-properties-common
apt-get dist-upgrade
apt-get install xserver-xorg xserver-xorg-core xfonts-base xinit x11-xserver-utils x11-apps x11-session-utils x11-utils xinput xorg lightdm lightdm-gtk-greeter oxygen-icon-theme qupzilla flashplugin-installer gstreamer0.10-ffmpeg libcurl3 libnotify4 libtag1-vanilla dkms gvfs gvfs-backends policykit-1 udisks2 synaptic xfce4 xfce4-goodies thunar thunar-volman
dpkg --configure -a
apt-get autoremove
apt-get clean
reboot
Richard de Wit
- 148
- 10
kyodake
- 15,401
xorg, that's it. Then just installi3or any other WM, and runstartx(which can be added to.bashrc, if you want it on every login; make sure to limit it to/dev/tty1or something like that). β Alec Mev Mar 13 '15 at 08:30