- Community Home
- >
- Servers and Operating Systems
- >
- HPE ProLiant
- >
- ProLiant Servers - Netservers
- >
- Can't see HDD drivers when installing Ubuntu
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2019 07:51 AM
07-07-2019 07:51 AM
My Gen10 microserver is with one SSD and two HDDs. When I am tring to install Ubuntu, only SSD is shown. After the Ubuntu installed on SSD, I still can't see the HDDs. I have tried `sudo fdisk -l` and `sudo lsblk`. There is no HDDs in the results. But when I enter grub command line after rebooting, results of `ls` command shown there are three disks.
What should I do to get these HDDs back into the Ubuntu? Any suggestions?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-08-2019 04:16 AM
07-08-2019 04:16 AM
Re: Can't see HDD drivers when installing Ubuntu
I doutb whether the Gen10 Microserver is listed to be fully supported. This also is subject to the version of ubuntu, hard drives and controllers in use as well.
As per quickspecs Operating Systems and Virtualization Software
Support for ProLiant Servers
Microsoft Windows Server 2012 R2
Microsoft Windows Server 2016
Red Hat Enterprise Linux (RHEL) 7.4
ClearOS
Also refer the OS support matrix
http://h17007.www1.hpe.com/us/en/enterprise/servers/supportmatrix/ubuntu.aspx#.XSMlG-gzZaQ
https://certification.ubuntu.com/server/models/?vendors=HPE&page=2
You may also try to check with the Canonical community support to see if there is anything else to be checked.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-08-2019 07:27 AM
07-08-2019 07:27 AM
SolutionI solved this problem, but I don't know how.
First, I got two blank disk so I can do whatever I want without worrying about the data.
Second, made raid 1 for these two disks.
Then, the disk can be seen in Ubuntu.
But, I don't need raid. So I delete raid configration and tried another solution.
During these procedure, I turn off SMART of these two disks on raid GUI interface. Then I got this problem: https://community.hpe.com/t5/ProLiant-Servers-Netservers/Microserver-Gen10-hangs-on-boot/td-p/6987843#.XSNDs-gzZPY
So, First, I initialize BIOS.
Second, reboot and enter the live-USB system
Third, "hot-plug" in my disks.
Then, after runing `lsblk`, Surprisingly, I found the disk.
Problem solved!
I don't know which step is critical, So I wrote them down for you to decide.
If you figure it out, let me know.