Tuesday, 18 December 2007

Creating a Red Hat Enterprise Linux VMware image

Had some fun n' games installing Red Hat Enterprise Linux (RHEL) as a
VMware guest.

In essence, the RHEL installer didn't ever see a disk drive within the
VMware image.

In the end, it transpired that, by default, VMware uses the BusLogic
driver, whereas RHEL does not ship with this driver on disk ( even on
the DVD ).

The solution was to (a) perform a Custom create and choose the LSI
driver instead of the BusLogic driver -OR- (b) specifically select Red
Hat Enterprise Linux as the guest OS.

I've documented it here in case it helps.

Enjoy !

Creating%20a%20Red%20Hat%20Enterprise%20Linux%20VMware%20image.pdf

No comments:

Note to self - use kubectl to query images in a pod or deployment

In both cases, we use JSON ... For a deployment, we can do this: - kubectl get deployment foobar --namespace snafu --output jsonpath="{...