LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 06-05-2021, 02:55 PM   #1
dennybenny
LQ Newbie
 
Registered: Apr 2021
Posts: 8

Rep: Reputation: Disabled
Question Ubuntu 20.04 Install on its own volume in a RAID 10 array


Not that the knowledge isn't out there but I have been unable to find good directions on how to install Ubuntu (and other distros) on a separate RAID volume on my machine. So I'm asking today for help.

I want to install Ubuntu on its own volume (not partition) on a 2tb RAID 10 array. My motherboard is an ASUS KGPE-D16 (two AMD 6328 Opeterons), 56G memory with a non UEFI American Megatrend BIOS. My machine has an ARECA 1883xi SAS/RAID host card installed. I want to install Ubuntu on its own separate 250g volume in a 2tb RAID 10 array. I have four Windows OSs on this machine as follows: XPx32 on a Crucial SSD 275g disk, Win10 on a Kinsington 500g disk and four volumes in three separate RAID arrays as follows: Win 7x64 and Win 10 in two separate 500g volumes on the 2tb RAID 10 array. A 1.3tb data volume on a RAID 5 array and a 6tb video volume in a RAID 0 array. All disks connected to the ARECA are are SSD.

I plan to burn the Ubuntu 20.04 distro onto a disk and install from there to the RAID 10 array (1tb free space) since the Vantec UGT-PC345 USB 3.0 card doesn't have drivers for Linux. My plan is to create a 250g Ubuntu volume in the ARECA BIOS (as I did with the other volumes, no running OS) and do a low level format there. The boot loader I'm using is Easy BCD that resides in Win7.

Which of the 3 options should I choose when the Ubuntu install asks?

Last edited by dennybenny; 06-06-2021 at 12:17 PM.
 
Old 06-13-2021, 03:32 AM   #2
syg00
LQ Veteran
 
Registered: Aug 2003
Location: Australia
Distribution: Lots ...
Posts: 20,752

Rep: Reputation: 3972Reputation: 3972Reputation: 3972Reputation: 3972Reputation: 3972Reputation: 3972Reputation: 3972Reputation: 3972Reputation: 3972Reputation: 3972Reputation: 3972
Been a week, and closing in on a couple of hundred views - I guess that means everyone else is as confused by your description as me.
If your various bits of hardware/firmware truly does present a volume (disk) then the Ubuntu installer will happily use it - choose what you want. Personally I'd just let it default and do its thing. It will install grub to the MBR which EasyBCD should also find ok - been a few years since I used it though.
I'd be inclined to fire up the iso and run in live mode - get into a terminal and run this to see if the devices (volumes) are seen by it.
Code:
lsblk -f -e7
That will exclude all the stupid snaps from the list so it is a little more readable.
 
1 members found this post helpful.
Old 06-13-2021, 12:25 PM   #3
dennybenny
LQ Newbie
 
Registered: Apr 2021
Posts: 8

Original Poster
Rep: Reputation: Disabled
Thanks for your answer. Yeah, it is a complicated post (yikes!). I did make a mistake in that the RAID set is not where the RAID level is specified. Every volume created in a RAID set can have its own RAID level (IE: 0,1+,5,6). A RAID set is only a defined group of individual HDDs or SSDs. (in my case 8 SSDs defined in the Ereca BIOS as a RAID set).

Yet you answered my question which should have been: "Will Ubuntu see a volume created in an Erica RAID set as an individual disk?"

The motherboard BIOS does see each volume as an individual disk because each volume has its own channel,Id and LUN number. That means that in the KGPE-D16 BIOS I can set which RAID volume will load first because it "sees" the volume as an individual disk.

Thanks much for the code. I will use it to list the diska and reply soon.

Last edited by dennybenny; 06-13-2021 at 12:28 PM. Reason: add information
 
Old 07-08-2021, 11:27 AM   #4
Kupers
LQ Newbie
 
Registered: Jul 2021
Posts: 1

Rep: Reputation: Disabled
Tell me you ran ubuntu 20.04, 21.04 or debian9, 10 on this board KGPE-D16

I have a quanta s215-x12ks 2х12 and it does not start ubuntu 20 not debian 9
debian 8 only
and i want to buy asus KGPE-D16
 
Old 07-08-2021, 03:09 PM   #5
dennybenny
LQ Newbie
 
Registered: Apr 2021
Posts: 8

Original Poster
Rep: Reputation: Disabled
I installed ubuntu 20.04 on my KGPE-D16 and it installed beautifully without any problems. It even installed the driver for my Vantec (Renasis chip) USB 3.0 card even though there is, to my knowledge, no driver written for Linux. It also recognized my Ereca ARC1883-24ix RAID card and identified the existing windows OS systems and data disks by the designation I gave to each volume.

Ubuntu 20.04 recognizes NTFS file systems even though I haven't mounted any data volumes yet. And I can browse files and folders in them.
 
Old 07-09-2021, 03:05 PM   #6
computersavvy
Senior Member
 
Registered: Aug 2016
Posts: 3,065

Rep: Reputation: 1315Reputation: 1315Reputation: 1315Reputation: 1315Reputation: 1315Reputation: 1315Reputation: 1315Reputation: 1315Reputation: 1315Reputation: 1315
You cannot install any OS on a bare raid array that is mdadm managed. The boot portion (/boot) has to be on a non-raid partition then once the kernel is loaded it will access the raid array and handle it from that point.

The fact that you had a hardware raid array allowed it to be seen and accessed as a single device.

You mentioned drivers. Linux does not need drivers for those devices since it is a hardware raid and that is managed at the bios level, not the OS level.
 
Old 07-09-2021, 03:18 PM   #7
dennybenny
LQ Newbie
 
Registered: Apr 2021
Posts: 8

Original Poster
Rep: Reputation: Disabled
Not so. Ubuntu installed perfectly on a RAID array that was configured for six volumes in a RAID 10. Ubuntu treated the volume I installed it on as though it were a separate disk and installed the /boot /home and /swap files as partitions in that array. I did a low level format in the Ereca BIOS and let ubuntu 20.04 do the rest.

By the way, what is mdadm?

Last edited by dennybenny; 07-09-2021 at 03:35 PM.
 
Old 07-09-2021, 06:44 PM   #8
computersavvy
Senior Member
 
Registered: Aug 2016
Posts: 3,065

Rep: Reputation: 1315Reputation: 1315Reputation: 1315Reputation: 1315Reputation: 1315Reputation: 1315Reputation: 1315Reputation: 1315Reputation: 1315Reputation: 1315
As I said. --
"The fact that you had a hardware raid array allowed it to be seen and accessed as a single device."

mdadm is the kernel managed software raid manager in linux. Since your arrays were not designed that way you were able to use the devices and install with no problems.
 
Old 07-09-2021, 08:02 PM   #9
dennybenny
LQ Newbie
 
Registered: Apr 2021
Posts: 8

Original Poster
Rep: Reputation: Disabled
Got it. Thanks!
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
LXer: Chakra Linux: Its Own Beast, Its Own Beauty LXer Syndicated Linux News 0 08-18-2017 05:42 PM
LXer: Microsoft has created its own FreeBSD. Repeat. Microsoft has created its own FreeBSD LXer Syndicated Linux News 0 06-09-2016 11:42 AM
LXer: Microsoft has developed its own Linux. Repeat. Microsoft has developed its own Linux LXer Syndicated Linux News 0 09-18-2015 04:51 PM
unable to unmount raid array or unable to stop raid array karthik-naren Linux - Newbie 3 07-09-2013 01:54 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 02:19 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