Search results for query: unknown filesystem

  1. D

    [TUTORIAL] virtiofsd in PVE 8.0.x

    What’s the file system on the VM? Saw this too yesterday and then mace sure the disk was EXT4.
  2. G

    [TUTORIAL] virtiofsd in PVE 8.0.x

    I am try it with Debian 12 as a client and get the error: mount -t virtiofs mnt_local /mnt/local/ mount: /mnt/local: wrong fs type, bad option, bad superblock on mnt_local, missing codepage or helper program, or other error. dmesg(1) may have more information after failed mount system...
  3. C

    [SOLVED] Create a virtual cluster in lxc's?

    Running a proxmox cluster inside lxd containers is actually rather neat. You can pass through the kvm device from the host: lxc config device add proxmox1 kvm unix-char source=/dev/kvm Then VMs inside proxmox run at full speed, without the overhead of nested virtualization. Furthermore, live...
  4. leesteken

    [SOLVED] Resetting Root Password Problem (ZFS)

    I assume that that is specific to your system? I have no experience with Clover but other systems boot fine from PCIe NVMe drives. With systemd-boot you can also press e during the (short) boot menu. You need a Live CD with (new enough) ZFS support (like the Proxmox installation ISO) and zpool...
  5. S

    [SOLVED] Resetting Root Password Problem (ZFS)

    .../dev/(name)1, missing codepage or helper program, or other error Partition: /dev/(name)2 - System Output: I can mount this partition but when I try to chroot, it say failed to run command '/bin/bash' Partition: /dev/(name)3 - Solaris /usr & Apple ZFS Output: Unknown filesystem type 'zfs_member'
  6. J

    [SOLVED] Unable to connect to web gui

    When I ran -f , I see this repeated over and over: Sep 15 08:28:56 proxmox1 pveproxy[867]: starting 2 worker(s) Sep 15 08:28:56 proxmox1 pveproxy[867]: worker 15917 started Sep 15 08:28:56 proxmox1 pveproxy[867]: worker 15918 started Sep 15 08:28:56 proxmox1 pveproxy[15917]...
  7. G

    There are some error logs that I don't understand on a newly installed PVE7.4

    I have a Dell PowerEdge R220 (with H310 raid card in non-raid mode, BCM 5720 dual port onboard NIC). And I see some error logs in jrounalctl -b. Can someone tell me what these errors mean? 1. Is this an error? What does this mean? Sep 12 07:46:36 r220 kernel: Kernel command line...
  8. R

    The storages and VM with unknown status

    The storage isn't full either. The machines are working, everything is ok. Only through the web interface that everything appears as unknown.
  9. A

    Upgrade 7 to 8 lead to unable to mount root fs on unknown-block

    Hello I was upgrading my proxmox 7 to 8 following this tutorial https://pve.proxmox.com/wiki/Upgrade_from_7_to_8 I had no issue, then I rebooted and the server wont start With a vKVM i can see this error unable to mount root fs on unknown-block Any one can help me ? I'm on rescue atm and I...
  10. B

    [SOLVED] Can't boot after power outage

    grub updates successfully but system still starts in grub rescue unknown filesystem =\
  11. B

    [SOLVED] Can't boot after power outage

    The boot area becomes corrupted and at system startup a message appears on a black display: grub rescue unknown filesystem. I choosed ZFS as root filesystem. If I do "ls" I get the list below which I think are my three partitions grub rescue> ls (hd0) (hd0,gpt9) (hd0,gpt2) (hd0,gpt1) grub...
  12. O

    [TUTORIAL] virtiofsd in PVE 8.0.x

    Got it working. Leaving last post for posterity, unless others suggest I delete it (sorry, I don't make my way into forums much anymore). Anyway - THANK YOU, again, @sikha ! here's my modified script for Proxmox 8: #!/usr/bin/perl use strict; use warnings; my %associations = ( 102 =>...
  13. S

    [TUTORIAL] virtiofsd in PVE 8.0.x

    I switched to using the Rust version of virtiofsd back in PVE 7 and meant to do a write-up of the process but never got around to it. The last time I touched this was back in May last year, so I don't remember much, but I use the following Perl hookscript to create a templated systemd service...
  14. J

    Start lxc as non-root

    Hi everyone! Although this is my first time posting on this forum, I have been using proxmox for a while and love it! I have previously always only logged in as root on my host and never had much issues. Now however I want to set up an lxc under a separate user which was much trickier than I...
  15. A

    TASK ERROR: cannot continue garbage-collection safely, permission denied on: "/run/user/0"

    When trying to run the GC on my PBS I get the following: I also had this one few times: I searched the forum and found this thread which suggested to not put the datastore in the root directory what I then did (moved it to /datastore). Nevertheless the problem persists. The root filesystem...
  16. R

    Grub error on reboot and pool status question

    Hi, Suddenly an HP server with Proxmox fails to start, boots to grub rescue> with an error message about no such device <id> and unknown filesystem. Booted using systemrescue zfs and zpool status shows this: pool: rppol state: ONLINE config: NAME rpool ONLINE mirror-0...
  17. O

    Another don't have any network connections thread... [SOLVED]

    Oh well thank you so very much for getting back to me! I must say I am at a loss somewhat about your details to get these VM's and Containers back up online or the internet. What I did so far, got rid of the gateway line in interfaces on the vmbr1 setting and have no idea how that could even be...
  18. R

    Can't access proxmox web UI

    root@proxmox:~# cat /etc/fstab # <file system> <mount point> <type> <options> <dump> <pass> /dev/pve/root / ext4 errors=remount-ro,rw,umask=0 0 1 UUID=8A6D-84F3 /boot/efi vfat defaults 0 1 /dev/pve/swap none swap sw 0 0 proc /proc proc defaults 0 0 I restarted and ran journalctl -b0 - here's...
  19. R

    Can't access proxmox web UI

    ISSUE: Issue started on reboot, I think it was after I assigned the proxmox login IP to 192.168.1.199 in web GUI before the restart. I can access via putty logging in as root. Can't access web UI, I have a feeling it's because of the inconsistency between my /etc/hosts/ (192.168.1.120) and ip...
  20. A

    Upgrade PVE 6.x to 7.x : Grub issues

    ...to the procedure. Based on your above comment, the partition that has the nested pve partitions/images is the one that should be mounted to /media/RESCUE/boot. When attempting this I get the following error: mount: /media/RESCUE/boot: unknown filesystem type 'LVM2_member' Any thoughts?