Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Jul 2018 17:36:49 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 227808] FreeBSD-11.1-STABLE-amd64-bootonly.iso fails to mount root w/ error 19 on HP DL360 G8 and G9 via PXE
Message-ID:  <bug-227808-227-tFd8Kb9WFd@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-227808-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-227808-227@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D227808

--- Comment #20 from vmiller@verisign.com ---
This functionality is tested by booting the HP DL360g9 into iPXE under UEFI=
 and
booting the project built bootonly ISO:

1) Boot iPXE
2) ctrl-b to break into iPXE prompt
3) ifconf or dhcp (to configure network)
4) sanboot --drive 0x80 --no-describe http://$url_to_iso

This iPXE config reference seems to illustrate ISOs are loaded via correct
syntax of the sanboot command: https://gist.github.com/robinsmidsrod/2234639

The above procedure on the project ISO fails w/ mountroot error 19. However,
the ISO boots correctly when mounted as virtual media on the platform
accomplished with:

1) Login to iLO
2) attach virtual media CD/DVD (using URL from above)
3) Reboot system into virtual media

>From iPXE, the ISO can be loaded where we drop to the loader prompt and ins=
pect
the environment. Here are some seemingly relevant environment bits:

...
bootfile=3Dkernel
comconsole_pcidev=3D
comconsole_port=3D1016
comconsole_speed=3D9600
console=3Defi
currdev=3Dcd0:
efi-version=3D2.40
...
loaddev=3Dcd0:

vfs.root.mountfrom and vfs.root.mountfrom.options are unset when breaking o=
ut
to the loader prompt. Setting manually and executing boot exhibits the same
behavior (mountroot() error 19).

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-227808-227-tFd8Kb9WFd>