LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Ubuntu
User Name
Password
Ubuntu This forum is for the discussion of Ubuntu Linux.

Notices


Reply
  Search this Thread
Old 04-18-2015, 09:34 AM   #1
satimis
Senior Member
 
Registered: Apr 2003
Posts: 3,695

Rep: Reputation: 56
Problem on installing Ubuntu


Hi all,

Ubuntu 14.04 on USB
SSD1 - 1TB
SSD2 - 120G
Motherboard - ASUS M5A97 Le R20


Something very strange happened here. I tried to install Ubuntu on SSD1 first. Both SSDs are connected and detected by BIOS.

Booting up the PC

.....
......
Code:
This computer current has no detected operating system.  What would you like to do?
(check) Erase disk and install Ubuntu
-> Continue

Select drive: [SCSI1(0,0,0)(sda - 1.0TB ATA TS1TSSD370]
(remark: other SSD also detected - SCSI1(0,0,0)(sdb - 128.0 GB ATA ADATA SX900)
-> Install Now

It pop back to following page again
Code:
This computer current has no detected operating system.  What would you like to do?
I have tried an hour with the same result. Choosing SSD2 couldn't solve the problem.

This USB stick has been run to install Ubuntu 14.04 in multiple times without problem. Please help. Whether it is not allowed connecting 2 SSDs in the PC at the same time?

Regards
satimis
 
Old 04-18-2015, 11:37 AM   #2
Keruskerfuerst
Senior Member
 
Registered: Oct 2005
Location: Horgau, Germany
Distribution: Manjaro KDE, Win 10
Posts: 2,199

Rep: Reputation: 164Reputation: 164
Try to use the alternative install command: not "Erase disk and install Ubuntu", but "Try something different".
In this case, you have to partition the SSD manually.
E.g.:
for
/boot 500MB
/(root) 50GB
/home 200GB
/var 50GB
/tmp 50GB
.
 
Old 04-18-2015, 04:44 PM   #3
satimis
Senior Member
 
Registered: Apr 2003
Posts: 3,695

Original Poster
Rep: Reputation: 56
Quote:
Originally Posted by Keruskerfuerst View Post
Try to use the alternative install command: not "Erase disk and install Ubuntu", but "Try something different".
In this case, you have to partition the SSD manually.
E.g.:
for
/boot 500MB
/(root) 50GB
/home 200GB
/var 50GB
/tmp 50GB
.
Hi,

Thanks for your advice.

I suspect whether it is the problem of the motherboard. This is a brand new PC built about one week. This is also the second new motherboard (ASUS M5A97 Le R20) replaced by Asus agent. The first motherboard could not boot PC.

Hard drives connection
SSD1 - connected to P1 SATA port
SSD2 - connected to P2 SATA port

I can install or reinstall Ubuntu without problem if only one SSD is connected. If connecting 2 SSDs the BIOS detects them. I couldn't select them to proceed as the situation mentioned on my original posting.

After installing Ubuntu on SSD separately and connencting them to the PC I could only boot SSD2 (SATA port P2). The BIOS detects both SSDs but always boot SSD2 automatically even selecting to boot SSD1 (SATA port P1). To boot SSD1 (SATA port P1) I must disconnect the cable of SSD2 (SATA port P2).

Besides the PC has been stopped working once. Another problem it beeped three times. I have to switch off the power and switch it on again to solve the problem.

I'll contact Asus agent here on Monday if I couldn't figure out the problem.

Regards
satimis
 
Old 04-19-2015, 12:30 AM   #4
satimis
Senior Member
 
Registered: Apr 2003
Posts: 3,695

Original Poster
Rep: Reputation: 56
Hi all,

Performed following test:-

SSD1 (1TB) - SATA-1 port
SSD2 (120G) - SATA-2 port

1)
Disconnected SSD1. Booted PC with USB to install Ubuntu 14.04 desktop on SSD2. It went through without complaint. After reboot Ubuntu 14.04 is now running on the SSD2 without problem.

2)
Reconnected SSD1, still with SSD2 connected.

Booted PC with USB to install Ubuntu 14.04 desktop on SSD1. This time I was allowed to select drive (SSD1/SSD2).

Installation went through without complaint. After reboot Ubuntu 14.04 is now also running on the SSD1 without problem.

On BIOS I can select either SSD to boot without problem. Also I can mount SSD1/SSD2 to read its data after booting up the PC.

Conclusion:
I think the motherboard may not have problem. It was because it is NOT allowed having 2 LVMs on ONE PC.

Now a remaining side-problem;
I have another HDD (WD 1.5TB) on LVM, only about 1/2 space occupied. I couldn't mount it running either SSD. Is there any solution?

I want to moving its data to SSD1, wiping out this HDD and moving the data back. I'm prepared using this HDD for storage only.

Please help. Thanks

Regards
satimis
 
Old 04-19-2015, 05:58 AM   #5
Keruskerfuerst
Senior Member
 
Registered: Oct 2005
Location: Horgau, Germany
Distribution: Manjaro KDE, Win 10
Posts: 2,199

Rep: Reputation: 164Reputation: 164
Does the Bios recognize the additional SSDs or HDDs?
You can check if the drive could be mounted running the command

Code:
fdsik -l
You post the output here.

Maybe a Bios update helps.
 
Old 04-19-2015, 09:33 AM   #6
satimis
Senior Member
 
Registered: Apr 2003
Posts: 3,695

Original Poster
Rep: Reputation: 56
Quote:
Originally Posted by Keruskerfuerst View Post
Does the Bios recognize the additional SSDs or HDDs?
Hi,

Thanks for your advice.

Yes. The BIOS detects all drives SSD1, SSD2 and HDD (WD 1.5TB)

Quote:
You can check if the drive could be mounted running the command

Code:
fdsik -l
You post the output here.

Maybe a Bios update helps.
Problem solved as follows:-

On SSD2 run;

$ sudo apt-get install lvm2

$ su
# fdisk -l
Code:
Disk /dev/sda: 1024.2 GB, 1024209543168 bytes
255 heads, 63 sectors/track, 124519 cylinders, total 2000409264 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x000933b5

   Device Boot      Start         End      Blocks   Id  System
/dev/sda1   *        2048  1933504511   966751232   83  Linux
/dev/sda2      1933506558  2000408575    33451009    5  Extended
/dev/sda5      1933506560  2000408575    33451008   82  Linux swap / Solaris

Disk /dev/sdb: 128.0 GB, 128035676160 bytes
255 heads, 63 sectors/track, 15566 cylinders, total 250069680 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x00061119

   Device Boot      Start         End      Blocks   Id  System
/dev/sdb1   *        2048   183164927    91581440   83  Linux
/dev/sdb2       183166974   250068991    33451009    5  Extended
/dev/sdb5       183166976   250068991    33451008   82  Linux swap / Solaris

Disk /dev/sdc: 1500.3 GB, 1500301910016 bytes
255 heads, 63 sectors/track, 182401 cylinders, total 2930277168 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x000bf74f

   Device Boot      Start         End      Blocks   Id  System
/dev/sdc1   *        2048      499711      248832   8e  Linux LVM
/dev/sdc2          501758  2930276351  1464887297    5  Extended
/dev/sdc5          501760  2930276351  1464887296   8e  Linux LVM

Disk /dev/mapper/LVM1.5D-root: 300.0 GB, 299997593600 bytes
255 heads, 63 sectors/track, 36472 cylinders, total 585932800 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x00000000

Disk /dev/mapper/LVM1.5D-root doesn't contain a valid partition table

Disk /dev/mapper/LVM1.5D-swap: 4999 MB, 4999610368 bytes
255 heads, 63 sectors/track, 607 cylinders, total 9764864 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x00000000

Disk /dev/mapper/LVM1.5D-swap doesn't contain a valid partition table

Disk /dev/mapper/LVM1.5D-data: 1195.0 GB, 1195045289984 bytes
255 heads, 63 sectors/track, 145289 cylinders, total 2334072832 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x00000000

Disk /dev/mapper/LVM1.5D-data doesn't contain a valid partition table
# pvs
Code:
  PV         VG      Fmt  Attr PSize   PFree  
  /dev/sdc1          lvm2 a--  243.00m 243.00m
  /dev/sdc5  LVM1.5D lvm2 a--    1.36t      0
# vgchange -ay LVM1.5D
Code:
  3 logical volume(s) in volume group "LVM1.5D" now active
Then on -> "Files" I can find HDD device. Data on HDD can be copied with drag-n-drop.

Start SSD1 and repeated above steps.

Now data can be moved amongst SSD1, SSD2 and HDD. I think it is NOT necessary making any change on the HDD.

Regards
satimis

Last edited by satimis; 04-19-2015 at 09:35 AM.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Problem installing ns-2.33 in ubuntu 12.04 soumyabansal Linux - General 29 04-29-2013 12:22 PM
problem with installing ubuntu ajeebkp23 Linux - Newbie 3 09-23-2011 12:20 PM
problem installing ubuntu-10.10 _Linux_Learner Linux - Newbie 1 12-07-2010 12:39 AM
problem with installing ubuntu 7.04... opmeena Linux - Newbie 4 01-12-2008 09:48 AM
Problem installing Ubuntu 6.10 BehindUsDidnt Linux - Newbie 1 01-07-2007 11:15 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Ubuntu

All times are GMT -5. The time now is 11:59 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration