-
Guest73
Hello everyone!
-
Guest73
Anyone manage to get OmniOS to communicate the necessary HPE iLO information as part of AMS please?
-
Guest73
I'm here waiting for an answer.
-
aru
I have an ip addr object in state disabled. What's the right incantation to enable it? I tried various forms of ipadm enable-addr and enable-if but to no avail
-
aru
also, still can't get openbsd 7.4 to boot under bhyve on r46
-
andyf
aru - I've just tried it and it seems ok, so we should be able to work it out.
-
andyf
Did you set the `type` attribute in the zone config to `openbsd`?
-
andyf
Welcome to the OpenBSD/amd64 7.4 installation program.
-
andyf
(I)nstall, (U)pgrade, (A)utoinstall or (S)hell?
-
aru
huh
-
aru
no, this is the zone config I used
pastebin.com/UkEXBm2n . Is the type=openbsd thing documented somewhere?
-
andyf
Yes, in the man page for the brand -
man.omnios.org/bhyve.7#type
-
andyf
Is your ipadm object possibly somehow temporarily disabled? If you try to enable it with the -t flag, does it work?
-
aru
oh, thank you
-
andyf
I just installed by writing install74.img to a second disk and booting from that, then installing on the boot disk (sd0).
-
andyf
The only special thing was typing `set tty=com0` at the first prompt to switch to the serial console for the rest
-
aru
it was probably the type thing, it completely ignored the attached iso and tried booting from network
-
andyf
If that doesn't work for any reason, the temporary second hard disk method definitely does.
-
aru
if I try ipadm enable-if -t internal0 I either get "ipadm: Could not enable internal0 : Interface already exists" or "ipadm: Could not enable internal0 : Interface does not exist" depending if I ifconfig internal0 plumb/unplumb before running that
-
andyf
I generally wouldn't mix ipadm with ifconfig (unless this is for trying to unstick/debug things)
-
andyf
but if it was originally plumbed with ifconfig, does `ifconfig <interface> up` help?
-
aru
hmm, no luck with type=openbsd
pastebin.com/qN1WQ74B
-
andyf
Perhaps their .iso is not UEFI enabled?
-
aru
but then it wouldn't work for you either?
-
andyf
I booted from the .img file written to a second hard disk
-
aru
ah
-
andyf
Then, after I installed, I halted and deleted that temporary disk
-
aru
right
-
aru
let's try that
-
andyf
After creating the second disk (which was 'fast/hdd/test1' for me), I just did
-
andyf
dd if=/data/iso/install74.img of=/dev/zvol/dsk/fast/hdd/test1 bs=1M
-
aru
now I get to openbsd's loader, but it just loops, this is all i get in the console
pastebin.com/v5KTrCLw
-
andyf
Try the `set tty=com0` at that first boot> prompt, then return
-
aru
It was `set tty com0`, but that did the trick, thank you
-
andyf
Great. For me, the installer offered to change the default console when it was near the end, and it all worked after that.
-
papertigers
I ran into the tty=com0 thing the last time I tried openbsd
-
aru
huh, can't brain today
-
aru
I'm running out of ideas, I managed to get it installed, but I can't make it to boot from the disk it was installed to, it again goes straight to network booting no matter how I faff around with bootorder and things
-
aru
oh, i see, what the heck
-
aru
turns out when I selected whole disk automated partitioning during the installation, it picked up mbr partition table without setting up all the efi stuff
-
aru
is there something extra that one needs to set to get vnc to work apart from the vnc attribute? Once i set it to on, the zone just halts almost imediatelly
-
aru
oh, "device emulation initialization error: Operation not supported"
-
aru
so that was a result of vga=on, which I put in there after I wasn't able to connect with realvnc, but that was just realvnc doing something silly