Jump to content

fabiosun

Supervisor
  • Posts

    11,112
  • Joined

  • Days Won

    508

Everything posted by fabiosun

  1. @pavo when you will have all working as you desire you can autostart and shutdown your system as you want.. I do not understand well your passthrough problem πŸ™‚ @pavo @Imanol when you have time could you post some gfx benchmark? I would like to see if you loose performance in vm compared with a real windows also @Pavoyou can do a cinebench in a "vanilla" hack and here in vm πŸ™‚ πŸ™‚
  2. then take a look here stepping : 0 microcode : 0x8301025 cpu MHz : 3510.071 cache size : 512 KB physical id : 0 siblings : 64 core id : 5 cpu cores : 32 apicid : 11 initial apicid : 11 fpu : yes fpu_exception : yes cpuid level : 16 wp : yes flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good nopl nonstop_tsc cpuid extd_apicid aperfmperf pni pclmulqdq monitor ssse3 fma cx16 sse4_1 sse4_2 movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cpb cat_l3 cdp_l3 hw_pstate sme ssbd mba sev ibpb stibp vmmcall fsgsbase bmi1 avx2 smep bmi2 cqm rdt_a rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local clzero irperf xsaveerptr wbnoinvd arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif umip rdpid overflow_recov succor smca bugs : sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass bogomips : 7400.02 TLB size : 3072 4K pages clflush size : 64 cache_alignment : 64 address sizes : 43 bits physical, 48 bits virtual power management: ts ttp tm hwpstate cpb eff_freq_ro [13] [14] start to pass in your vm boot args this one on one starting from tested ones execute cat /proc/cpuinfo in linux shell.
  3. Please put in your signature your hardware. Restart or shutdown are referred to your VM..so without doing anything if you choose to restart you will see again bootloader menu if you choose shutdown your vm will closed entirely..in this state you have to shutdown your linux to close your pc Sleep...remember it seems a real hack..but it is hosted in a linux environment If you put in sleep your system you will see in your web interface start to become resume.. here are some classics problem..but I have not investigated at all (loosing usb after "wake up" for now this is my only test I did in this field
  4. Hi @Imanol so you have had success to follow this guide? (seen πŸ™‚ ) yes you can activate in boot arg (I mean boot args VM.conf file many others cpu features you can check it with MacCPUid intel app πŸ™‚ obviously also via terminal as you said above Now I am focusing my research in others part and if you have some good idea tested feel free to say here if you like πŸ™‚
  5. Hi, I prefer a public discussion so it is useful for other For your question I have only executed a VM not 2 or more togheter My main goal was to have a perfect hackintosh and it is a near task πŸ™‚ For now I have passed audio (working on it because it seems to be shared its IOMMU group) , HDMI/DP audio (perfect with a ssdt created by @Gengik84here) nvme and all sata disk passed Nvidia passed...
  6. hi @Renato welcome here πŸ™‚ Every VM allocated its resource ie: my osx high sierra VM is set to have all my 32c/32t allocated. memory is a bit different..I can allocate a max value of about 125 Gb instead all 128Gb I have From my OSX vm I can access to my linux installation via web iterface, scp command and maybe also with ftp (not tested) Latest question..I am booting Catalina on a physical ssd disk passed entire sata controller.. in this controller I have disk you can see below : I have Catalina on a SSD in a sata external box..now is off
  7. Grazie @morfy se puoi prova anche blackmagic raw da tanti dati utili in piu Il rallentamento Γ¨ strano forse uno degli slot m2 Γ¨ condiviso con altro perΓ³ non dovresti accorgetene in modo evidentissimo
  8. Happy for this i am not a linux expert so i have tried to stay as simple possible i suggest to start with a clover iso after you have properly configured Proxmox environment in this way i have had success to configure with an only EFI all main OSX system πŸ™‚
  9. Ciao Carlo, Γ¨ un bug indipendente da hack infatti poco sopra @tomnic posta una patch prodotta da apple con Proxmox VE non usiamo patches...installazione pressochΓ¨ vanilla πŸ˜‰
  10. Filmed with an iPhone πŸ™‚ Edited in DaVinci Resolve in a Proxmox VE Virtual machine...bare metal accelerated πŸ™‚ πŸ™‚ Have fun!
  11. Now a tricky part if you are not confident as I am not with linux.. If you have followed this guide you have (maybe ) a working VM and you are experimenting things.. One of the most important think in an OSX installation is bootloader EFI folder and its content. Now when you upload bootloader iso files in Proxmox you have an iso extension but it is a sort of img file converted in iso, not accessible in a simple way, so, if you need to modify it or change something inside it is hard to achieve (rebuild a proper Efi structure with @Kholia script or similar method with all things you need (ssdt, kext, efi drivers, config and so on adapted for your particular pc) We learn here how to transfer a file from guest to host and vice versa. Thanks @tomnic to point me in right direction with very useful example. first part: Copy a file from OSX folder to host linux Host root via terminal windows in osx: ie 4428.iso file I have in /Users/fabio/Desktop/fab_iso path I would like to copy in: host root my host address is: 192.168.1.97 open terminal windows and type: scp /Users/fabio/Desktop/fab_iso/4428.iso root@192.168.1.97:/ insert your root linux password and you will have this: root@192.168.1.97's password:******* 4428.iso 100% 256MB 212.7MB/s 00:01 iMac-Pro:~ fabio$ scp /Users/fabio/Desktop/fab_iso/4428.iso root@192.168.1.97:/root Open a shell in linux via Proxmox web interface and in it type dir: file is there ! try to do the same by yourself from host to VM guest. just in case.... πŸ˜‰ iMac-Pro:~ fabio$ scp root@192.168.1.97:102.conf /Users/fabio/Desktop/fab_iso/ root@192.168.1.97's password: 102.conf 100% 858 227.8KB/s 00:00 iMac-Pro:~ fabio$
  12. Cold boot with Proxmox, OC 0507 Use OC to avoid graphics problem without any workaround! https://youtu.be/SribJXSeAaU
  13. This app could be very useful to download different Apple BaseSystem.dmg or full iso installer files we need to do a clean installation of our system, in a particular way for people using OSX Virtual Machine based on Proxmox VE linux distribution. It is pretty simple to use and it is another great script produced by @Gengik84for macOS86.it users It creates also an img/iso with OpenCore or clover EFI files which will be an essential part for a proper installation in Proxmox VE. This app was heavily used to install different OSX version in a Threadripper 3970x rig (macOS High Sierra, macOS Mojave, macOS Catalina) see this thread: [GUIDE] TRX40 OSX Bare metal Proxmox setup Using terminal command is also possible to produce an dmg/iso using a full installer Download from Apple's AppStore. You can download here: VM Assistant The following are some VM Assistant's utilization pictures:
  14. Al momento non saprei sarebbe da verificare per bene anche su hack intel e mac reali nel mio caso, emulando una vecchia cpu intel ho differenze piu evidenti in hs 12000 in mojave 14000 in Catalina + 25000 specifico che Γ¨ solo il multibench score che funziona in questo modo e solo con geekbench nell’uso con programmi che sfruttano il multicore non si evidenzia questa differenza. da sempre per me geekbench Γ¨ comunque un test poco utile per multicore sotto stress,
  15. Now it is possible to boot also with opencore 0.57 bootloader! πŸ™‚ With opencore is now possible to boot fine in every condition without weird graphics if OVMF resolution mismatch of bootloader resolution. With clover bootloader problem was there Added April 14 2020 now also using with a graphical interface thanks @carlo_67
  16. Passing completely NVME Samsung pro controller: 01:00.0 Non-Volatile memory controller [0108]: Samsung Electronics Co Ltd NVMe SSD Controller SM961/PM961 [144d:a804] After rebooting we will have: In my case this one is a NTFS windows 10 drive..noew is it possible to use it also in OSX as usual
  17. Welcome @Imanol if you have any doubts ask in guide thread. we are trying to improve it as we can and add on it a tons of usefull informations 😊
  18. leggi che anche in virtuale abbiamo gli stessi bug di un mac vero πŸ™‚
  19. si.. ma ad ora con clover abbiamo un funzionamento, anche negli sbagli, tipo ad una macchina intel /hackintosh il concetto di passare una periferica tra un sistema e l'altro..lo devo capire meglio..ora grafica passata perfettamente, attivo il dp audio come farei su hack normale (web piΓΉ' ssdt di @Gengik84) passando la Aquantia, viene vista attraverso il kext originale apple..insomma prime grandi soddisfazioni OC appena mi stabilizzo lo provo
  20. al momento sto cercando di padroneggiare la mia ignoranza su linux.. qui la chiamano Q35 di seguito un estratto della VM per High sierra senza passthrough grafico: agent: 1 bios: ovmf boot: cdn bootdisk: ide2 cores: 8 cpu: Penryn efidisk0: local-lvm:vm-100-disk-1,size=128K ide0: local:iso/hs.iso,cache=unsafe,size=11G ide2: local:iso/clover1.iso,cache=unsafe,size=256M machine: q35 memory: 8192 name: sierra net0: vmxnet3=66:02:2D:DA:B8:98,bridge=vmbr0,firewall=1 numa: 0 ostype: other sata0: local-lvm:vm-100-disk-0,cache=unsafe,size=32G scsihw: virtio-scsi-pci smbios1: uuid=43051c32-3e2e-4f80-b7cc-d50def662b0b sockets: 1 vga: vmware vmgenid: 284011f9-380c-4bdf-b57f-08eda8f03bb9 OC ho provato velocemente ma al momento non va.. Sto cercando di capire quali siano i drivers EFI essenziali
  21. ce la dovrei aver fatta..se e' confermato..po aggiorno tutti gli interessati πŸ™‚
  22. @KTC quando lancio: systemctl restart pveproxy.service non ritorna il cursore per lanciare altri comandi, sembra che rimanga all'infinito poi rientrando nella web interface c'e' il popup della sottoscrizione non valida Cmq poco grave Invece volevo chiederti Ho clonato tutto il disco proxmox che ho usato per le prove 500gb su un disco nome da 1 tb al momento ho ingrandito la partizione che contiene LVM al massimo..non riesco pero' a sfruttarne tutto lo spazio. Mi spiego con immagini πŸ™‚ il primo e' il disco nome clonato qui LVM Io vorrei ingrandire al massimo questo che contiene i dischi VM . Sai se c'e' modo? con Gparted ho ingrandito la partizione LVM (che era da 465 Gb ) al massimo.. pero'Γ¬ non riesco a fare il resto Grazie
  23. adesso che ho fatto esperienza..seguo la guida e reinstallo da zero πŸ˜‚
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.