Hello all, wondering if anyone can point me in the right direction today. I updated my Proxmox VE 4.4 server yesterday about 26 hours ago and there was a kernel update been trying to get it back since. I remember that it only failed to update the kernel with an error code of (1). Here's the console output for devices and boot files. Roughly, How would I go about updating the Proxmox kernel with SystemRescueCD? My machine will not boot, I can not see console screen. I only have SSH access through SystemRescueCD, right now. I have been having trouble finding the boot logs for Proxmox, any constructive criticism, advice or comment will be greatly appreciated.
Edit: I did the system update through the Proxmox control panel.
Sorry for any lack of detail as I am not familiar with things that well.
Edit: I did the system update through the Proxmox control panel.
Code:
root@sysresccd /root % fsarchiver probe simple
[======DISK======] [=============NAME==============] [====SIZE====] [MAJ] [MIN]
[sda ] [TOSHIBA DT01ACA1 ] [ 931.51 GB] [ 8] [ 0]
[=====DEVICE=====] [==FILESYS==] [======LABEL======] [====SIZE====] [MAJ] [MIN]
[loop0 ] [squashfs ] [<unknown> ] [ 275.14 MB] [ 7] [ 0]
[sda1 ] [ext2 ] [<unknown> ] [ 243.00 MB] [ 8] [ 1]
[sda5 ] [LVM2_member] [<unknown> ] [ 931.27 GB] [ 8] [ 5]
[dm-0 ] [ext4 ] [<unknown> ] [ 899.85 GB] [253] [ 0]
[dm-1 ] [swap ] [<unknown> ] [ 31.42 GB] [253] [ 1]
root@sysresccd /root % mkdir /mnt/linux
root@sysresccd /root % mount /dev/dm-0 /mnt/linux
root@sysresccd /root % mount -o bind /proc /mnt/linux/proc
root@sysresccd /root % mount -o bind /dev /mnt/linux/dev
root@sysresccd /root % mount -o bind /sys /mnt/linux/sys
root@sysresccd /root % chroot /mnt/linux /bin/bash
root@sysresccd:/# ls -l /boot/
total 0
root@sysresccd:/# mount /dev/sda1 /boot/
root@sysresccd:/# ls -l /boot/
total 214411
-rw-r--r-- 1 root root 2681172 Mar 7 18:59 System.map-3.16.0-4-amd64
-rw-r--r-- 1 root root 2117983 Oct 19 2016 System.map-3.2.0-4-amd64
-rw-r--r-- 1 root root 3906508 Dec 22 09:04 System.map-4.4.35-1-pve
-rw-r--r-- 1 root root 3906508 Jan 20 08:03 System.map-4.4.35-2-pve
-rw-r--r-- 1 root root 3906557 Feb 23 09:53 System.map-4.4.40-1-pve
-rw-r--r-- 1 root root 3914955 Mar 9 06:25 System.map-4.4.44-1-pve
-rw-r--r-- 1 root root 3886548 May 31 2016 System.map-4.4.8-1-pve
-rw-r--r-- 1 root root 157815 Mar 7 18:59 config-3.16.0-4-amd64
-rw-r--r-- 1 root root 129281 Oct 19 2016 config-3.2.0-4-amd64
-rw-r--r-- 1 root root 189740 Dec 22 09:04 config-4.4.35-1-pve
-rw-r--r-- 1 root root 189693 Jan 20 08:03 config-4.4.35-2-pve
-rw-r--r-- 1 root root 189693 Feb 23 09:53 config-4.4.40-1-pve
-rw-r--r-- 1 root root 189893 Mar 9 06:25 config-4.4.44-1-pve
-rw-r--r-- 1 root root 189190 May 31 2016 config-4.4.8-1-pve
drwxr-xr-x 5 root root 5120 May 19 10:24 grub
-rw-r--r-- 1 root root 11789040 Dec 22 03:49 initrd.img-2.6.32-20-pve
-rw-r--r-- 1 root root 15964497 Dec 22 03:55 initrd.img-2.6.32-26-pve
-rw-r--r-- 1 root root 20864183 Feb 28 20:40 initrd.img-3.16.0-4-amd64
-rw-r--r-- 1 root root 14000048 Dec 22 03:55 initrd.img-3.2.0-4-amd64
-rw-r--r-- 1 root root 23942427 Dec 30 18:53 initrd.img-4.4.35-1-pve
-rw-r--r-- 1 root root 23941346 Feb 1 22:11 initrd.img-4.4.35-2-pve
-rw-r--r-- 1 root root 23942769 Feb 28 20:41 initrd.img-4.4.40-1-pve
-rw-r--r-- 1 root root 16860673 Dec 22 05:39 initrd.img-4.4.8-1-pve
drwxr-xr-x 2 root root 12288 Dec 22 03:36 lost+found
-rw-r--r-- 1 root root 3128784 Mar 7 18:58 vmlinuz-3.16.0-4-amd64
-rw-r--r-- 1 root root 2849984 Oct 19 2016 vmlinuz-3.2.0-4-amd64
-rw-r--r-- 1 root root 7165760 Dec 22 09:04 vmlinuz-4.4.35-1-pve
-rw-r--r-- 1 root root 7165696 Jan 20 08:03 vmlinuz-4.4.35-2-pve
-rw-r--r-- 1 root root 7166224 Feb 23 09:53 vmlinuz-4.4.40-1-pve
-rw-r--r-- 1 root root 7183952 Mar 9 06:25 vmlinuz-4.4.44-1-pve
-rw-r--r-- 1 root root 7114192 May 31 2016 vmlinuz-4.4.8-1-pve
Last edited: