Category: Ubuntu Linux


On new installation of Ubuntu , you may get the following problem while trying to install some program like g++.

 

g  1

 

On Ubuntu forums if you seek help ,mostly you get suggestion to update & install “build essentials”

 

g  2

Even after a long update you cannot install build essential , as there are “broken packages”

 

g  3

The solution to this problem is achieved through the SYNAPTIC PACKAGE MANAGER . In UBUNTU 13.10 this package manager has been replaced by the UBUNTU SOFTWARE CENTER.

We make use of Ubuntu Software center to install back the Synaptic Package Manager.

Under search box type in “synaptic” & click on install against the Synaptic package manager.

 

  synap1

 

Type in your system password to authenticate action.

synap2

Once the Synaptic package manager window appears, click on the RELOAD button to download package info.Ensure that you’re connected to internet for this action.

 

synap3

 

After the download is completed type in “build essential” inside the search box.

All packages related to your search appears.

Select the  “build-essential” package .Right click and select “Mark for installation”.Ensure that you see a tick mark indicating selection.

Synaptic Package Manager _013

 

Now click on EDIT —> FIX BROKEN PACKAGES

 

IMG_20140327_154748783_HDR

Synaptic Package Manager will automatically fix the dependency problem & at the bottom of the window you can see a Success message.

 

Image 12

In the same way you can type in “g++” inside search box & select the g++ package.

You can click on Edit-> Fix Broken packages again to fix the dependency problem for g++.

Open the Terminal & type in

g++ –version

to confirm installation of g++.

Image 13

Also you can type in

sudo apt-get install build-essential

to confirm Build dependency information.As we’ve done this through synaptic package manager, we get a status “build-essential is already the newest version”.

Image 14

Dual booting tutorials here –  part1  ,  part 2part 3

Once the dual booting process is completed , on restarting system your boot up screen may have many unwanted entries.

IMG_20140327_203405522

These unwanted entries can be safely removed using a PPA software called Grub Customizer.

Before starting with the Customizer please ensure whether to keep or remove an entry  by clicking on each entry & finalize the list to be displayed.

Grub Customizer is a graphical interface to configure the GRUB2 settings and arrange the menu entries.

With GRUB CUSTOMIZER you can
– move, remove or rename menu entries
– edit the contents of menu entries or create new ones

–  set default operating system, kernel parameters, background image and text colors .* changing.

 

Enabling “Independent” Software Sources for PPA installation

 

Ubuntu accepts installation of third party software.This is called Personal Package Archive (PPA), & are  distributed by individuals .

Individuals like you & me can  Create our source package, upload it and Launchpad will build binaries (.deb files) and then host them in our own apt repository.

That means Ubuntu users can install these packages in just the same way they install standard Ubuntu packages and they’ll automatically receive updates as and when the creator makes them.

Boot Repair is one such PPA we’ve seen in previous post.

GRUB Customizer is another useful PPA & we shall see how to install & use it.

To enable third party software installation ensure that under Settings –> Software Sources  –> under  “Other Software” Tab , sources like Canonical partners & Independent are selected.

 

sources

 

Install GRUB customizer in Ubuntu 13.10

 

Open the terminal and run the following commands

 

sudo add-apt-repository ppa:danielrichter2007/grub-customizer

 

sudo apt-get update

sudo apt-get install grub-customizer

 

 

Once the installation is completed, click on the DASH icon & type in Grub to see the GRUB CUSTOMIZER icon. Click that to start customizer.

clean3

 

 

The software performs, automatically at the startup, the detection of the different partitions on the computer. After a few moments you will see within the program the various entries in GRUB.

There are 3 tabs List Configuration , General Settings & Appearance Settings

Under List Configuration tab you can see all the entries in GRUB (which is displayed on the initial start up boot screen). Now you can start arranging the entries.

Grub Customizer_003

Right click on any unwanted entry & select Remove.

The unwanted entry will now move to the right pane.Later you can restore this if you want the entry back.

Grub Customizer_004

 

On my system ,I’ve kept only the 3 entries and removed others as seen in the screen shot below :

 

Grub Customizer_005

Under the second tab “General Settings”  you can :

  • set the default boot entry, select the item number or its description;
  • show or hide GRUB2 boot time;
  • set some kernel options;
  • set the number of seconds before the default operating system boot;

clean1

And the last tab is for the Appearance Settings.

  • Change the resolution.
  • Set a custom look by choosing from different combinations of colors.
  • Set your custom background for the menu.

clean2

Once finished, you must click the Save button to apply the changes and generate a new grub.cfg file.

Remember ,if any thing goes wrong you’ve to do a Boot Repair as seen in part 3. So be cautious in removing entries.

On restarting the system you can see a list of only 3 entries we’ve selected in the List configuration.

IMG_20140330_170105913

 

Watch this support video :

 

 

Organize the dual boot start up boot screen

 

boot2

 

This post is continuation to the previous post (part 1 , part 2 )on dual booting & intended to recovery of Windows 8 UEFI boot.

After setting up the dual boot , you may land up with a problem of booting straight into Ubuntu & no option screen  for dual booting process is displayed.This problem can be easily resolved using a Live DVD of Ubuntu (which we used for installation) & executing a program called BOOT REPAIR.

BOOT REPAIR is a small graphical tool to repair frequent boot problems.
– repair the boot when an OS does not boot any more after installing Ubuntu
– repair the boot when access to GRUB and any OS is lost

– reinstall GRUB boot loader easily
– create a Boot Info Summary in 1 click !

Place the Live Ubuntu DVD on drive and restart your laptop.Keep tapping on F12 key (this is for DELL Inspiron model ,the key may be different for yours) ,to get single boot option window.

IMG_20140325_130647005

Move down to select the DVD path for boot up & hit Enter.

Choose “Try Ubuntu “ & ensure that you’re connected to internet.

Now your laptop boots up to Ubuntu from the live DVD &  a “live-session” (Ubuntu desktop running on RAM) will appear.

Open the Firefox browser & visit the site  :

 https://help.ubuntu.com/community/Boot-Repair

 

Scroll down the page and copy this command :

 

sudo add-apt-repository ppa:yannubuntu/boot-repair && sudo apt-get update

 

From the Dash open up the Terminal & paste the above command.

Press ENTER.

A PPA, Personal Package Archive, is a collection of software not included in Ubuntu by default. Typically these repositories focus on a single program, and maintained by individuals.

PPAs provide updates for your favorite software at a much quicker rate than Ubuntu itself. So you can decide which software you want to keep up to date and leave the rest to Ubuntu.

Once you install new software, updates will come to you through the Ubuntu Update Manager.

You just need to type “sudo add-apt-repository” followed by the name of your PPA(bootrepair is maintained by yannubuntu).

Then all you need to do is update your package manager and install the program you’re looking for.

Now copy & paste this command :

 

sudo apt-get install –y boot-repair && (boot-repair &)

– Press ENTER

Boot Repair unpacking & setting up process starts automatically.

bootrep1

 

Boot Repair then detects the EFI partition. Click OK.

bootrep2

 

Next  is the final Repair options screen.Here click on  the  “Recommended Repair “ option. You can also click on “Create Bootinfo summary” so that you can paste the info on Ubuntu forums to get on line help.

Do not play with the Advanced options unless you’re aware of things to do.

bootrep3

 

You may get a display to copy and paste some commands.If you’re directed to do so ,copy the commands displayed one by one & open up the Terminal to execute it.

 

bootrep5

 

 

bootrep6

Finally click on Forward & click on Yes on the next WINEFI detected screen.

bootrep8

 

When you get this “Boot successfully repaired “ screen ,RESTART  your system.

bootrep7

 

Now the GRUB is restored & on the boot up screen you can see Ubuntu along with Windows 8 loaders.

IMG_20140327_203405522

 

In the next post we shall see how to clean up unwanted entries on the boot up screen.

 

Watch this support video :

 

DUAL BOOT REPAIR TOOL

 

cooltext753793315   cooltext753790696

 

In Part 1 we’ve seen steps 1 through 5 , creating backup of Windows, creating Live Ubuntu DVD, Creating a partition to host Ubuntu, Disabling Fast boot & Disabling Secure Boot.

In this part 2 we shall see how to boot from Live Dvd & install Ubuntu on the free space we’ve created earlier.

 

STEP 6: Booting from Live UBUNTU DVD

 

Place the live DVD on drive & reboot system .Tap F12 or DEL key (this key varies according to the manufacturer) while booting starts so that we can select DVD option to start from.

 

Image1

Select the DVD Path & press Enter to boot from DVD.

You get options to Try OR Install Ubuntu.

Select INSTALL UBUNTU.

Welcome window appears where you select the language as English.

Image2

Click on Next.

Do not select the UPDATES for now , as the installation will take hours to finish.You can continue with Updates soon after the installation.

Image 8

 

Also disconnect the Internet connection.If internet connection is available the installation will look up for release files from the net.As everything is in the live DVD ,it is better to disconnect the internet.

Image9

 

STEP 7 : Creating partitions within UBuntu space

 

This step is the most important part of installation.

On the Installation type window select the last option “Something Else” & click on Install Now.

Be cautious in this selection.If you select the first option your Windows partition will be erased for ever.

Image3

 

Next window is the disk management window where you can see the free space you created earlier (25GB on F: drive).

 

Image 4

 

Now we’ve to create following 4  partitions to host Ubuntu

1.   /boot    – 300MB  PRIMARY partition for boot space of Ubuntu.

2.   /    – 10GB LOGICAL Root partition (you can allot size as you wish)

3.  /home    – 12GB LOGICAL  for Home partition.

4.  Swap  – 4GB  This size is same that of system RAM.

 

Double click on “free space” or click on the + symbol seen at the left bottom corner.

A new Create partition window appears.Enter the size as 300MB ,select type of partition as Primary,file system as Ext4  & mount point as /boot

Click OK to see a 300MB partition created as per your allotment.

Image5

 

Now click on the + symbol to create a second partition.

The size is 10GB , type is Logical ,file system is EXT4 & Mount point is  /

 

Image 6

 

Click OK .

You can see the partitions you created as below & the free space has reduced accordingly.

 

Image7

 

Click again the + symbol.

Create 3rd partition of size around 12GB  (here we’ve deducted the RAM 4 GB  from the free space 15915 MB  to arrive at 11915 MB).

The type of partition is Logical ,File system is EXT4 & Mount Point is /HOME.

 

Image8y

 

Finally click the + symbol & allot the balance 4 GB as Swap area as seen below :

 

Image9

 

 

Image11

 

Now click od INSTALL NOW to start the installation automatically.

Select the location as Kolkatta & keyboard layout as English.

Provide your name & password.You can also opt to Log in automatically.

IMG_20140316_210802993

For Ubuntu One user , you can select “Log in LATER”.

 

IMG_20140316_210907006

 

Click on CONTINUE  to see the AUTOMATIC INSTALLATION.

Finally when you see Installation Complete window, click on Restart Now.

IMG_20140316_230953410

UBUNTU’s GRUB will take over the boot process & display the list of OS available.You can select UBUNTU or Windows to boot with.

 

Watch this Video of Dual Booting Step by Step :

 

 

Dual Booting WINDOWS 8.1 WITH UBUNTU 13.10 64 BIT

cooltext753793315   cooltext753790696

Nowadays Laptops come preloaded with Windows OS.It’s a challenging task to dual boot Windows 8.1 with Ubuntu .Generally  all 64-bit versions of PCs running Windows will use UEFI instead of BIOS.

UEFI (Unified Extensible Firmware Interface) is a standard firmware interface for PCs, designed to replace the traditional BIOS .

Some advantages of UEFI firmware include:

· Better security by helping to protect the pre-boot process against boot kit attacks.

· Faster startup times and resuming from hibernation. Support for drives larger than 2.2 terabytes (TB).

Interestingly for a dual boot with Ubuntu we’ve to disable this Secure boot & faster startup.

Following are the steps for a dual boot process.

 

STEP 1 : Back up your Windows 8.1

       It’s a always safe to back up your Windows before starting the dual boot process.On Windows Metro Screen (Tiles Screen) just start typing “recovery “.The Search side bar will open automatically.Select “Create a Recovery drive” and plug in a 8 GB pen drive  to create a recovery media.

 

Image 12

 

 

prepare_recovery2

 

STEP 2 :  Create a live UBUNTU DVD .

 

ubuntu_download

 

  Download the latest UBUNTU 13.10 ,64 bit version which supports UEFI (all versions after 12.04 support UEFI)  from :

http://ubuntu.excellmedia.net/releases//saucy/ubuntu-13.10-desktop-amd64.iso

Create a live DVD from the iso file downloaded.See this link if you need guidance to create it.

 

STEP 3: Create a partition of around 25GB from within Windows on a drive other than C: to host Ubuntu.

disk

 

To host UBUNTU we need to allot some reasonable space (around 25GB). On tiles screen type in “disk” & select “Create & format  hard disk partitions”.

The following Disk Management window opens showing the allotted partitions of your harddisk.

We shall create a 25GB space on drive F: . It’s safe to select a drive other than C:

 

shrinkf

 

Right click volume F: & select SHRINK.

On the next window feed in 25000 (=25GB) inside the box which says “Enter the amount of space to shrink in MB”.

Click on Shrink.

25gb_get

 

Now you can see an Unallocated space of approx 25GB created next to volume F:

25gb_created 

Close the Management window.

 

STEP 4 : Disable Fast Boot power option.

 

Fast Start Up is a new feature in Windows 8.1 to help your PC start up faster after shutting down.It’s a Hibernate file which helps fast reboot.As this causes trouble in dual booting , we’ve to disable this feature.

Type in “power option” on the Tiles screen & select the “Power Options”.

power_option_1

 

On the new window left pane select the option “Choose what the Power button does “

 

poer_opt1

On the next screen click on “ Change settings that are currently unavailable “

& scroll down to bottom of screen.

At the bottom of screen Un tick the option “Turn On fast startup”.

 

power_op2i

 

STEP 5 : Disable Secure Boot by booting to UEFI setup.

We’re not switching off UEFI,going to disable only the Secure Boot which disallows Ubuntu to dual boot.

Secure boot can make Windows 8 very resistant to low-level malware such as rootkits.But this option makes it impossible to dual boot Ubuntu.

To Disable Secure boot you’ve to first  boot through UEFI settings.

Move the cursor to right bottom corner to open Charms bar.Click on the Settings icon to see the Power button icon.

Now keeping SHIFT key pressed  click on Restart. 

 

Image 1 

 

A new option window  opens.Click on Troubleshoot.

 

      

Image 2

 

On the next screen click on  “Advanced Options “

 

Image 3

On Advanced Options screen click on UEFI FIRMWARE SETTINGS 

 

 Image 4

On the next screen click on Restart button to enter UEFI SETTINGS.

 

Image 5

 

Now the Windows reboots to show up the UEFI settings.

Here you can notice that Secure boot is ON.

Scroll down to select “Enter Setup “.

 

Image 6

Select the Secure boot listing to get a small pop up window.

Here you select Disabled.

 

Image7

After selecting Disabled move to top menu EXIT tab & select “Exit Saving Changes”.

image8

 

Now the system is ready to accept a dual boot.The process is explained in part 2.

WWW.ALSELECTRO.COM

cooltext753793315   cooltext753790696