Search results

  1. F

    How to read Proxmox ZFS disks from a crashed server

    Hello, a server on which Proxmox installed with ZFS was installed died suddenly. How can it be possible to read the contents of the disks? We should retrieve some files stored in a VM on it. Thank you
  2. F

    io-error - local.lvm full

    Do you think it could be another solution? Install a new disk in the physical machine install a new proxmox VE on the new disk, resizing local-lvm correctly I previously configured a scheduled snapshot save on a NFS disk, I will take this saved file and restore on the new proxmox, after adding...
  3. F

    io-error - local.lvm full

    You linked also https://pve.proxmox.com/wiki/Logical_Volume_Manager_(LVM) Is this also a reference to obtain the result?
  4. F

    io-error - local.lvm full

    It is an external USB device. No way... Where can I find instructions about creating a new pools and migrate the virtual machine?
  5. F

    io-error - local.lvm full

    I don't remember about sdb... how can I check what type of disk it is?
  6. F

    io-error - local.lvm full

    Is it a good idea if I delete some data from the guest VM, does this make me regain some space?
  7. F

    io-error - local.lvm full

    Hello, I have a big problem on a VM installed by a customer. It boots but when we make some operations that need to use some disk space, it crashes and goes to "io-error". I noticed that local-lvm is full but I can't understand why it is so small. The physical machine has a 250 GB hard disk and...
  8. F

    Proxmox host frequently rebooting

    Looking for the updates available for our server (HPE Proliant ML10 Gen9) I think this is what I need. As mentioned before, I'm a newbie and need to be guided step-by-step: https://support.hpe.com/hpesc/public/swd/detail?swItemId=MTX_4ab55f4f209f43308e0e508d39 Do you think I need other...
  9. F

    Proxmox host frequently rebooting

    Hi, nothing changed, the system still reboots frequently. I made the changes this Wednesday, 6th October at 11.41 AM and rebooted manually. After that, Proxmox rebooted 4 times, once yesterday, and 3 times in 4 hours this night (04.41, 07.18, 08.21). pcie_aspm=off is working, since I don't...
  10. F

    Proxmox host frequently rebooting

    Thank you for the informations. Anyway, I still have some doubts, as I am not that smart on configuring Linux and kernels. Does it mean that I should add the option "pcie_aspm=off" directly into the /etc/kernel/cmdline file, and then run proxmox-boot-tool refresh? No need to reboot the system?
  11. F

    Proxmox host frequently rebooting

    root@pve:~# efibootmgr -v BootCurrent: 0015 Timeout: 1 seconds BootOrder: 0015,0014,0004,0005,0006,0007,000D,000E,000F,0010,0011,0003,0009,001B,001C,0002,0001,0000,000C,000B,000A,0008,0012,0013 Boot0000* Windows Boot Manager...
  12. F

    Proxmox host frequently rebooting

    I am not sure about it, I think UEFI, but I must check. Is this a way to find this information? I can tell you that this is the current grub configuration: (/etc/default/grub) GRUB_CMDLINE_LINUX_DEFAULT="quiet pcie_aspm=off" GRUB_CMDLINE_LINUX="root=ZFS=rpool/ROOT/pve-1 boot=zfs" When I tried...
  13. F

    Proxmox host frequently rebooting

    Hello, you can find attached the syslog. Last reboot happened today at 13.10. The syslog I provided goes from 12.39 to 13.41. Thank you in advance
  14. F

    Proxmox host frequently rebooting

    Hi everyone, last month we installed Proxmox on a server at work, and we are running a guest Centos machine. We notice that it frequently reboots. Each of these logs indicates a reboot, in fact you can see the time count restarts from zero Sep 19 00:48:28 pve kernel: [ 0.000000] Linux version...
  15. F

    [SOLVED] Migrating Windows XP from .vdi - always get BSOD

    Thank you Felix and thank you pablopol24 The VM on Proxmox started correctly by registering the "mergeide" file at the source VM on VirtualBox
  16. F

    [SOLVED] Migrating Windows XP from .vdi - always get BSOD

    I run Virtualbox on a PC whose CPU is Intel Core i5-8400
  17. F

    [SOLVED] Migrating Windows XP from .vdi - always get BSOD

    Hi, I'm trying to migrate a Windows XP virtual machine that runs normally on VirtualBox. After trying several solutions, the result is always the same BSOD. Here is what I've tried so far: Converted .vdi to .img, then copied into Proxmox (storage "local"), through WinScp, created VM with...
  18. F

    Migrating from KVM to Proxmox - "VolGroup00 not found" and kernel panic

    Yes, you were right. I changed the disk bus to ide0 and it started correctly. The problem now is that the X server, the desktop environment doesn't start correctly. It generates an error. I will try to go deep into it. Thank you
  19. F

    Migrating from KVM to Proxmox - "VolGroup00 not found" and kernel panic

    Hi everyone. I'm new in the forum and very low experienced in VMs in general. I am trying to migrate an operational virtual machine running an old release of Centos (kernel 2.6.9-89 EL) in a KVM environment, to Proxmox. I took the .img file from the source server, copied in proxmox and imported...