Search results

  1. K

    Install Linux vm with UEFI

    Yes, of course. The partitions are there, the boot config data is also there.
  2. K

    Install Linux vm with UEFI

    OK, I have no idea, what is going on. First - in Linux Debian vm tried to convert a disk from mbr to gpt, done it, added efi hdd to vm. Everything went smoothly, uefi bios starts, there is an option to select the scsi hdd in boot, does not start. Second - created a full new vm with uefi bios. A...
  3. K

    Proxmox and RAID scenarios

    Thank you! I will check. How does it look when a drive fails under zfs. Is this relatively easy to replace it without data loss? I have read one needed a procedure to perform such a replacement in the past. Hardware raid with hot swap drives is a piece of cake in this respect...
  4. K

    Proxmox and RAID scenarios

    Thank you. As far as I can see the software raid option is not possible as I have a controller without the passthrough option (IT mode). There is some flashing possible, but do not want that. Any other comments highly appreciated!
  5. K

    Proxmox and RAID scenarios

    Hello, In the days of old the standard was to have a separate hardware raid for the os and a separate hardware raid for data. Now with virtualization I do not find much info about raid scenarios for proxmox. I have a server with 8 hdds, raid controller, 16 cores and 382gb of ram. Planned is a...
  6. K

    [SOLVED] Firewall blacklist setting

    Wanted to do it, but did not find out how.
  7. K

    [SOLVED] Firewall blacklist setting

    Hello, The viki page states, that the only thing to do in order to implement a blacklist of ip's is to enter: [IPSET blacklist] 77.240.159.182 213.87.123.0/24 into cluster.fw and that is all. However, doing so results in the gui that a new ipset with the name IPSET blacklist is created. What is...
  8. K

    Install Proxmox on LAMP server

    Now I am a little bit confused. My goal is to have lamp up and running together with virtual machines. Can it be done with Proxmox while I have already installed the lamp, or not? Instruction says Proxmox kernel will be installed aside the Debian, advising removing the latter. After removing the...
  9. K

    Install Proxmox on LAMP server

    OK, so I suppose in order for both to work, I should not remove the Debian kernel, should i? If I boot from Debian, the system with my lamp will start as well as the proxmox virtual environment? I may switch totally to Proxmox in the future, but for the time being I already have almost...
  10. K

    Install Proxmox on LAMP server

    Hello, I am new here. I have Debian Jessie installed and configured as Lamp Server. I am considering installing Proxmox and since it has it's own kernel, my question is what will happen to my Apache, MySql and PHP after the installation. Will all this be removed or will it still work? Is it at...