How to get Proxmox 3.2 to run on a mac mini 6,1

  • Thread starter Thread starter Alectronic
  • Start date Start date
A

Alectronic

Guest
Hi,
I have been asked to try and get Proxmox / any virtulization OS to run on a Mac Mini 6.1 I have tried using both 3.1 & 3.2 but neither one works It either hangs (Black screen of nothingness) or brings me to a Linux command line and all I can really do is run a script called insialise.sh (which fail to work). I also need to run the following commands at boot to even get there:
"debug vga=normal noapic"


The mac spec are as following:
http://www.everymac.com/systems/apple/mac_mini/specs/mac-mini-core-i5-2.5-late-2012-specs.html
 
does the CPU support VT instruction ?

if you don't know show us the result of :

I had to use a different command because it is a mac

sysctl -a hw
hw.ncpu: 4
hw.byteorder: 1234
hw.memsize: 4294967296
hw.activecpu: 4
hw.physicalcpu: 2
hw.physicalcpu_max: 2
hw.logicalcpu: 4
hw.logicalcpu_max: 4
hw.cputype: 7
hw.cpusubtype: 4
hw.cpu64bit_capable: 1
hw.cpufamily: 526772277
hw.cacheconfig: 4 2 2 4 0 0 0 0 0 0
hw.cachesize: 4294967296 32768 262144 3145728 0 0 0 0 0 0
hw.pagesize: 4096
hw.busfrequency: 100000000
hw.busfrequency_min: 100000000
hw.busfrequency_max: 100000000
hw.cpufrequency: 2500000000
hw.cpufrequency_min: 2500000000
hw.cpufrequency_max: 2500000000
hw.cachelinesize: 64
hw.l1icachesize: 32768
hw.l1dcachesize: 32768
hw.l2cachesize: 262144
hw.l3cachesize: 3145728
hw.tbfrequency: 1000000000
hw.packages: 1
hw.optional.floatingpoint: 1
hw.optional.mmx: 1
hw.optional.sse: 1
hw.optional.sse2: 1
hw.optional.sse3: 1
hw.optional.supplementalsse3: 1
hw.optional.sse4_1: 1
hw.optional.sse4_2: 1
hw.optional.x86_64: 1
hw.optional.aes: 1
hw.optional.avx1_0: 1
hw.optional.rdrand: 1
hw.optional.f16c: 1
hw.optional.enfstrg: 1
hw.optional.fma: 0
hw.optional.avx2_0: 0
hw.optional.bmi1: 0
hw.optional.bmi2: 0
hw.optional.rtm: 0
hw.optional.hle: 0
hw.cputhreadtype: 1
hw.machine = x86_64
hw.model = Macmini6,1
hw.ncpu = 4
hw.byteorder = 1234
hw.physmem = 2147483648
hw.usermem = 2723446784
hw.pagesize = 4096
hw.epoch = 0
hw.vectorunit = 1
hw.busfrequency = 100000000
hw.cpufrequency = 2500000000
hw.cachelinesize = 64
hw.l1icachesize = 32768
hw.l1dcachesize = 32768
hw.l2settings = 1
hw.l2cachesize = 262144
hw.l3settings = 1
hw.l3cachesize = 3145728
hw.tbfrequency = 1000000000
hw.memsize = 4294967296
hw.availcpu = 4
 
in that case the normal process may be to install a regular debian on your mac, wich is easy, then setup proxmox.
comme back here with the debian installed.