Search results

  1. C

    System hangs at "Loading initial ramdisk"

    Thanks for the suggestion. No, The system starts from an internal SSD.
  2. C

    System hangs at "Loading initial ramdisk"

    Thanks again - Googled edit GRUB/Bootloader but did not turn up anything I can identify as useful. Can you point me to a post or a document with steps for this?
  3. C

    System hangs at "Loading initial ramdisk"

    itNGO - thanks for your reply. Physically my internal disks look fine and connected. I have 3 external USB drives and it seems if I every mistakenly boot up with one disconnected this sort of thing happens. The system cannot recover on its own from it. Not sure why. Can you tell me specific...
  4. C

    System hangs at "Loading initial ramdisk"

    Made the mistake of booting the system with the USB external drive unplugged. Would not completely boot. Plugged back in, restarted, now but it won't boot at all at this point. Gets to "Loading initial ramdisk, hangs, then throws errors. See attached file. Any ideas for me to troubleshoot...
  5. C

    [SOLVED] need help finding cause of full space.

    Hi - is there a way to easily see what filled up my local-lvm disk space? I had an issue late one night and was plying around to fix it. i regret that I cannot remember exactly what I did. Anyway, I then went out of town from the 5th - 16th and when I came back home I noticed my local-lvm was...
  6. C

    [SOLVED] Proxmox 7.0-13 + Ubuntu 20.04.3 LXC + ZoneMinder Event Server + USB Coral TPU - Help!

    OK, It is now working! This link that helped: https://issueexplorer.com/issue/blakeblackshear/frigate/1807 There is a lot coming at you in there but via some trial and error I landed on these entries in my config that seems to be working: lxc.cgroup2.devices.allow: c 189:* rwm...
  7. C

    [SOLVED] Proxmox 7.0-13 + Ubuntu 20.04.3 LXC + ZoneMinder Event Server + USB Coral TPU - Help!

    Hi All - I use Zoneminder to drive my IP cams and I'd like to setup ZM Event Server for object recognition. I'm running Proxmox on an older Optiplex 7010 (i5 CPU) so wanted the TPU to help with CPU load. However, I am not able to successfully access my USB Coral TPU device within my Ubuntu...
  8. C

    [SOLVED] LXC container failing to start

    Disregard. I just ended up restoring from backup and starting over. For whatever reason I was able to add the new drive without issue this time. Thanks.
  9. C

    [SOLVED] LXC container failing to start

    I re-added the mp4 in hopes that I would be able to start the container. No good. I'm really grasping at straws here. Can anyone point me in the right direction as to why I am unable to mount mp4? lxc-start 100 20211023200146.396 INFO lsm - lsm/lsm.c:lsm_init_static:40 - Initialized LSM...
  10. C

    [SOLVED] LXC container failing to start

    Does anyone know how I can find where my container is trying to load mp4 and remove it? Thanks!
  11. C

    [SOLVED] LXC container failing to start

    So why is it trying to mount mp2 and mp3 when they are commented out in my config? Is there somewhere else I need to remove them? Also, as I said, there should be no MP4. I plugged back in my USB drives, uncommented the mp2 and mp3 mounts in the config and tried again. Now all it shows is the...
  12. C

    [SOLVED] LXC container failing to start

    Thanks for your reply. My mp2 and mp3 were mapped to two USB drives I think. I included my config file below. I commented out those two mount points and unplugged my USB drives to simplify things. I'm not aware of having an mp4. I don't see it in my config. How do I find it and remove it? The VG...
  13. C

    [SOLVED] LXC container failing to start

    Hi everyone: I was playing around with adding another drive and now I cannot get my container to spin up. root@pve:~# lxc-start -n 100 -F -lDEBUG -o lxc-100.log lxc-start: 100: conf.c: run_buffer: 316 Script exited with status 1 lxc-start: 100: start.c: lxc_init: 816 Failed to run...
  14. C

    [SOLVED] Unable to start Ubuntu container

    Hi - seems to be working now. The system seemed to be choking on trying to mount my USB drive: lxc-start 100 20210320013108.916 DEBUG conf - conf.c:run_buffer:303 - Script exec /usr/share/lxc/hooks/lxc-pve-prestart-hook 100 lxc pre-start produced output: mount...
  15. C

    [SOLVED] Unable to start Ubuntu container

    More detail: root@pve:~# lxc-start -n 100 -F -lDEBUG -o lxc-100.log lxc-start: 100: conf.c: run_buffer: 314 Script exited with status 32 lxc-start: 100: start.c: lxc_init: 798 Failed to run lxc.hook.pre-start for container "100" lxc-start: 100: start.c: __lxc_start: 1945 Failed to initialize...
  16. C

    [SOLVED] Unable to start Ubuntu container

    Hello - I lost power today and when I booted back up my Proxmox server (6.3-3) my Ubuntu (18.04) container will not spin up. It had "Config locked (snapshot-delete)" status. "pct unlock 100" removed the status. However, I still cannot get the container to spin up. When I run "lxc-start -n...
  17. C

    [SOLVED] Proxmox VE 6.3 won't boot

    Thank you! I completely did not think of connecting a screen. I did so and backed out the fstab entry. Now it boots. Thank again!
  18. C

    [SOLVED] Proxmox VE 6.3 won't boot

    I was playing around with installing bind points to a LXC and I was trying to permanently mount a USB drive so I entered a mount command in fstab. When i restarted now Proxmox will not boot up. I cannot get the GUI to load nor can a ssh into it. Initially I could not even get a ping reply. I...