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


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

2016-01-29 Thread Dhanagopal R
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.

* I deleted the last partition E, so there was free space @158 Gb for
ubuntu installation.

* If I am not clear, I would like to explain my problem once again without
hijacking the thread.

I am having a Dell Laptop Inspiron 17  Model 3721 with Window 7 64 bit
pre-installed. The configuration are i5 /6gb/ 750gb HDD.

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

In the laptop bios, legacy boot is enabled and secure boot is disabled. 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). Though I can use Ubuntu, still I need to
keep windows.

To Install Ubuntu 14.04 LTS booted from the DVD, deleted the last partition
E to create free space. As I am already having 3 primary and 1 logical
partitions in the HDD, I created /boot and /root partition as logical
without any problem. When I proceed to create /home partition that too
logical the system was busy for more than 3 hrs and nothing happened. So I
shutdown the system and rebooted to Windows.

To find a solution for this problem, I googled a bit and came across the
following:

The 4-partition limit no longer exists with disks that use the GUID
Partition Table (GPT). 
GPT supports up to 128 partitions by default and does not include the
concepts of primary, extended, or logical partitions (although many tools
refer to all GPT partitions as "primary partitions," simply because those
tools were written with the older MBR system in mind).

Intel-based Macs, the vast majority of computers that shipped with Windows
8, and some computers that shipped with Windows 7 (particularly beginning
in mid-2011) all use GPT. Most PCs sold before mid-2011 use the older Master
Boot Record (MBR)  system,
which is limited to four primary partitions, one of which may be an
extended partition that can hold an earbitrary number of logical
partitions. Thus, increasing numbers of readers of this question are likely
to find that there is no problem; if the disk is partitioned using GPT, the
4-partition limit simply doesn't exist.

After reading the above, my questions are whether is it possible to install
Ubuntu by creating all the partitions as logical?
Is it mandatory to have all the Linux partition as primary? If not all,
what partitions should be created as primary?
How to ascertain GUID Partition Table (GPT) is used in a computer ( My
laptop was shilled in 2013)?
Is it possible to change windows primary partition into logical (except C:
the boot partition) using Ubuntu partition utility while installing?

Thank to Arun Khan and others for patiently reading my post and suggestions.

Regards

R.Dhanagopal
___
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


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

2016-01-28 Thread Dhanagopal R
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?

# yes

---
| 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.

#Below is the output of fdisk -l command

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

---
| 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.

# To install Ubuntu is it mandatory to have all the partitions as primary?
What about creating /boot and /root as primary and /home as logical?

 Kindly check the above partition detail and advise whether, I could
install Ubuntu 14,04 in my Windows 7 laptop to dual boot. What does it mean

Regards,
___
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


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

2016-01-26 Thread Dhanagopal R
--- On Tue, Jan 26, 2016 at 10:11 PM, Dhanagopal R
 wrote:
| 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.
\--

>Firstly, that is a very well written e-mail. You have provided all the
>steps that you had followed for us to understand what you are
>experimenting with.

Let me thank members who responded to my mail.

#1 Why are you creating logical partitions? You can create up to four
primary partitions.

The Windows HDD is having 5 following partitions
1, OEM 39mb OEM partion (Not sure logical or primary)
2, Recovery partition 29 Gb (Not sure logical or primary)
3. C: Primary partition 352 Gb
4. D: Logical  partition 166 Gb
5, E: Logical partition 158 Gb (In this partition I wanted to Install
Ubuntu 14.04 LTS)

As I am not sure whether the first two partitions or primary or logical, I
preferred to create linux partitions as logical to overcome the limitation
of not exceeding four primary partitions in a HDD.

#2 You do not need 1 GB for /boot. Try installing with separate /,
/home and swap primary partitions.

Of course, I can reduce the /boot partition size to 500 mb. I preferred a
/boot partition to install boot loader there to use windows  boot loader
instead of Grub 2 to avoid issues when upgrade to windows 10.

#3 Can you also check if there are no other primary partitions on the
hard drive?

There is one known primary partition C: and two more; OEM and Recovery
partitions of Windows 7 (logical?).

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

Regards

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


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

2016-01-26 Thread Dhanagopal R
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.

Earlier I had installed different versions of Ubuntu in many laptops and
desktops (dual booting). I find this problem strange and also googled a
bit. Some people have reported similar issue i.e. Ubuntu partition utility
taking longer time to create ext4 file system.

I shall be thankful if someone from ilugc suggest me a solution.

R.Dhanagopal
___
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