- Community Home
- >
- Servers and Operating Systems
- >
- HPE ProLiant
- >
- ProLiant Servers (ML,DL,SL)
- >
- Unable to boot sles 11 sp3 on a HP G9 server
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
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
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
тАО08-02-2016 05:43 AM
тАО08-02-2016 05:43 AM
Unable to boot sles 11 sp3 on a HP G9 server
Hello,
I'm trying to boot SLES 11 SP3 on a HP G9 DL380 server with RAID p380 in UEFI. I have this configuration in my bootloader (iPXE) :
kernel https://server/sles11-x86_64/disc1/boot/x86_64/loader/linux splash=silent install=https://xxx autoyast=https://xxx load_ramdisk=1 dud=0 textmode=0 edd=on initrd=initrd initrd https://server/sles11-x86_64/disc1/boot/x86_64/loader/initrd boot
But I'm getting a kernel panic
VFS: Cannot open root device "(null)" or unknown-block(0,0) Please append a correct "root=" boot option; here are the available partitions: Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(0,0)
Can you help me to solve the issue please?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-02-2016 08:16 AM
тАО08-02-2016 08:16 AM
Re: Unable to boot sles 11 sp3 on a HP G9 server
A kISO boot image is required for SLES 11 to be installed on Gen9
HP ProLiant Gen9 Installation Kits for SUSE Linux Enterprise
https://drivers.suse.com/hp/HP-ProLiant-Gen9/
Download the image and boot from it, you will then be asked to insert disc1 if the normal media.
For PXE boot you need a line similar to below
label SLES-11-SP3-x86_64-kISO (Gen9)
kernel SLES-11-SP3-x86_64/kISO-Gen9/linux
append vga=normal initrd=SLES-11-SP3-x86_64/kISO-Gen9/initrd install=http://x.x.x.x/mrepo/SLES-11-SP3-x86_64/disc1 addon=http://x.x.x.x/mrepo/kISO-Gen9_SLES-11-SP3-x86_64/disc1/
You need to use the kernel and initrd image included in the kISO image
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-02-2016 09:41 AM
тАО08-02-2016 09:41 AM
Re: Unable to boot sles 11 sp3 on a HP G9 server
Sorry I can't login on my other account..
You mean trying with that image https://drivers.suse.com/hp/HP-ProLiant-Gen9/sle-11-sp3-x86_64/2.0/install-readme.html ?
Just replacing the SLES kernel by the one from this page (without changing any other params) leads to the very same problem. But I need more testing.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-02-2016 10:53 AM
тАО08-02-2016 10:53 AM
Re: Unable to boot sles 11 sp3 on a HP G9 server
This drive kit image provided by SUSE is required to install SLES 11 SP3 on a Gen9 ProLiant. I haven't experienced the error you are seeing when loading SLES on any ProLiant.
I'm not that familiar with iPXE syntax. The syntax I provided is from a working PXE system using pxelinux.0 from the Syslinux package. I also uses ELILO for PXE booting UEFI and that looks like this:
image=/kISO-Gen9_2.0-9_SLES-11-SP3-x86_64/linux
label=SLES-11-SP3-x86_64-kISO_2.0-9
description = "SLES 11 SP3 kISO Gen9 v2.0-9"
initrd=/kISO-Gen9_2.0-9_SLES-11-SP3-x86_64/initrd
append="vga=normal install=http://x.x.x.x/mrepo/SLES-11-SP3-x86_64/disc1 addon=http://x.x.x.x/mrepo/kISO-Gen9_2.0-9_SLES-11-SP3-x86_64/disc1/"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-02-2016 11:18 AM
тАО08-02-2016 11:18 AM
Re: Unable to boot sles 11 sp3 on a HP G9 server
Ok I will do more tests with this kit and report my findings here.
On the information page about this kit there is
The driver kit contains updates to the SUSE Linux Enterprise kernel and Xen hypervisor as well as updated device drivers required for installation.
What does that mean ? Is the kernel updated in some way to support the disks?
Thank you for your help