Re: [Ilugc] Ubuntu 14.04 LTS dual booting with Window 7 Partition problem (Arun Khan)

2016-01-30 Thread Shakthi Kannan
Hi,

--- On Sat, Jan 30, 2016 at 12:42 PM, Dhanagopal R
 wrote:
| The HDD is having 5 following partitions as per windows disk manager.
| 1, OEM partion 39mb (Shown as primary)
| 2, Recovery partition 29 Gb (Shown as primary)
| 3. C: Primary partition 352 Gb (Primary)
| 4. D: Logical  partition 166 Gb
| 5, E: Logical partition 158 Gb
\--

So, the fourth partition is an extended partition divided into logical
partitions.

---
| In the laptop bios, legacy boot is enabled and secure boot is disabled.
\--

As per the documentation if you want to use GPT, you need to use EFI.
You cannot disable secure boot.

---
| My intention was to install Grub boot loader in the /boot partition and use
| the default Windows boot loader by appropriately modifying the entries
| using Easy BCD (to overcome any unforeseen problem while the nagging
| upgrade to Windows 10 happens).
\--

Easy BCD is a proprietary product, and since you are paying for it,
you can ask them for support.

---
| Though I can use Ubuntu, still I need to
| keep windows.
\--

What "use"? You could also consider running Ubuntu as a Virtual
Machine (VirtualBox, for example).

---
| whether is it possible to install
| Ubuntu by creating all the partitions as logical?
\--

Yes.

---
| Is it mandatory to have all the Linux partition as primary?
\--

No.

---
| How to ascertain GUID Partition Table (GPT) is used in a computer ( My
| laptop was shilled in 2013)?
\--

Please use a search engine for such questions. For a start:

  
http://askubuntu.com/questions/387351/how-can-i-detect-whether-my-disk-is-using-gpt-or-mbr-from-a-terminal

---
| Is it possible to change windows primary partition into logical (except C:
| the boot partition) using Ubuntu partition utility while installing?
\--

Why do you want to do that?

If you are in Chennai, I'd suggest you bring your laptop to the
monthly meet-up so that we can take a look at it, and also clarify
your doubts.

SK

-- 
Shakthi Kannan
http://www.shakthimaan.com
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
ILUGC Mailing List Guidelines:
http://ilugc.in/mailinglist-guidelines


Re: [Ilugc] Ubuntu 14.04 LTS dual booting with Window 7 Partition problem (Arun Khan)

2016-01-29 Thread Baskar Selvaraj
How to ascertain GUID Partition Table (GPT) is used in a computer ( My

> laptop was shilled in 2013)?


In windows
http://thpc.info/how/gpt_or_mbr.html

In Ubuntu
http://askubuntu.com/questions/387351/how-can-i-detect-whether-my-disk-is-using-gpt-or-mbr-from-a-terminal

S. Baskar
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
ILUGC Mailing List Guidelines:
http://ilugc.in/mailinglist-guidelines


Re: [Ilugc] Ubuntu 14.04 LTS dual booting with Window 7 Partition problem

2016-01-28 Thread Arun Khan
On Thu, Jan 28, 2016 at 8:52 AM, Dhanagopal R  wrote:
>
> ubuntu@ubuntu:~$ sudo fdisk -l
>
> Disk /dev/sda: 750.2 GB, 750156374016 bytes
> 255 heads, 63 sectors/track, 91201 cylinders, total 1465149168 sectors
> Units = sectors of 1 * 512 = 512 bytes
> Sector size (logical/physical): 512 bytes / 4096 bytes
> I/O size (minimum/optimal): 4096 bytes / 4096 bytes
> Disk identifier: 0x58c35ab5
>
>Device Boot  Start End  Blocks   Id  System
> /dev/sda1  63   80324   40131   de  Dell Utility
> Partition 1 does not start on physical sector boundary. (what is it mean ?
> Will it cause any problem while installing ubuntu boot loader?)
> /dev/sda2   *   819204551884722718464   27  Hidden NTFS WinRE
> /dev/sda345518848   784074751   3692779527  HPFS/NTFS/exFAT
> /dev/sda4   784074752  1465145343   340535296f  W95 Ext'd (LBA)
> /dev/sda5   784076800  1132236799   174087  HPFS/NTFS/exFAT
> /dev/sda6  1132238848  1465145343   1664532487  HPFS/NTFS/exFAT


$ let x='1465149168 - 1465145343'
$ echo $x
3825   << you have only this many sectors left free on the hard disk.

I don't think there is enough free disk space to install Ubuntu on this machine.

-- Arun Khan
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
ILUGC Mailing List Guidelines:
http://ilugc.in/mailinglist-guidelines


Re: [Ilugc] Ubuntu 14.04 LTS dual booting with Window 7 Partition problem (Dhanagopal R)

2016-01-27 Thread Shakthi Kannan
Hi,

--- On Wed, Jan 27, 2016 at 1:10 PM, Dhanagopal R  wrote:
| 1, OEM 39mb OEM partion (Not sure logical or primary)
| 2, Recovery partition 29 Gb (Not sure logical or primary)
\--

Do these show up when you install Ubuntu?

---
| As I am not sure whether the first two partitions or primary or logical,
\--

Check in the UI or in fdisk output when you boot from the Live CD.

---
| I preferred a
| /boot partition to install boot loader there to use windows  boot loader
\--

The bootloader gets installed in the first 512 bytes and is called the
Master Boot Record (MBR). You really don't need a large /boot.

---
| As somebody suggested, I can also wait for the release of Ubuntu 16.04 LTS.
\--

If you have run out of primary partitions, waiting for Ubuntu 16.04 is
not going to solve anything. Please check your primary partitions.

Regards,

SK

-- 
Shakthi Kannan
http://www.shakthimaan.com
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
ILUGC Mailing List Guidelines:
http://ilugc.in/mailinglist-guidelines


Re: [Ilugc] Ubuntu 14.04 LTS dual booting with Window 7 Partition problem

2016-01-26 Thread Arun Khan
On Tue, Jan 26, 2016 at 8:29 PM, Baskar Selvaraj  wrote:
>
> sudo fdisk -l
>

Good suggestion but ...

I suggest that OP report the output from a Live Boot session.  It will
give a priori information about how the disks are partitioned by the
vendor for the OEM OS.

-- Arun Khan
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
ILUGC Mailing List Guidelines:
http://ilugc.in/mailinglist-guidelines


Re: [Ilugc] Ubuntu 14.04 LTS dual booting with Window 7 Partition problem

2016-01-26 Thread Arun Khan
On Tue, Jan 26, 2016 at 10:41 AM, Dhanagopal R  wrote:
>
> Hi
>
> I attempted to install Ubuntu 14.04 LTS 64bit in my Dell laptop (Inspiron
> 17 3721  i5/ 6gb / 750 gb HDD / Windows 7 pro) to dual boot. In the laptop
> legacy bios was enabled and secure boot disabled. I booted the system using
> the downloaded ISO DVD and  did the following steps:
>
> 1. Deleted the empty 170 gb Windows NTFS partition to create free space.
> 2. Selected the free space using the Ubuntu partition utility
> 3. Created 1gb /boot logical partition ext4 - no problem
> 3. Then created a 30 gb / root logical  partition ext4 - no problem
> 4. Then created a 130 gb /home logical partition ext4 - There was problem.
> I could not proceed to create /swap partition.
>
> After clicking OK, home partition did not get created. It was showing busy
> icon for more than two hours. Then I clicked the cancel button. There was
> no response for another one more hour. Only the busy icon was displayed.
> Then I am forced to shutdown the system, removed the DVD. Rebooted into
> Windows and checked the disk partition, all the partitions including the
> deleted one remained intact as NTFS.


Not sure how new your laptop is i.e. chipset.   Suggest you try 15.10.

I have installed 15.10 on a newer Dell laptop (last summer) and things
installed w/o any issues.  I did not have to tinker with drivers; all
devices (including keyboard back light, touch screen) are working out
of the box!  I plan to upgrade the OS when 16.04.1 LTS is released by
summer 2016.

-- Arun Khan
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
ILUGC Mailing List Guidelines:
http://ilugc.in/mailinglist-guidelines