I have an older Debian 4.0 linode profile that is failing to boot up after a reboot, and I am not sure why. The log it gives me is below. I am able to mount all of the partitions it uses from another profile, as well as the rescue system. fsck found no disk errors. Anyone have any suggestions on what might be causing this to happen?
Code:
Last login: Sat Aug 22 13:13:15 2015 from 10.4.1.11
[*** lish] Sat Aug 22 13:26:21 EDT 2015
[*** lish] Linode Shell (lish) Console starting...
[*** lish]
blkfront: xvdc: barriers enabled
xvdc: unknown partition table
XENBUS: Device with no driver: device/console/0
md: Waiting for all devices to be available before autodetect
md: If you don't use raid, use raid=noautodetect
md: Autodetecting RAID arrays.
md: Scanned 0 and added 0 devices.
md: autorun ...
md: ... autorun DONE.
EXT3-fs: barriers not enabled
kjournald starting. Commit interval 5 seconds
EXT3-fs (xvda): mounted filesystem with writeback data mode
VFS: Mounted root (ext3 filesystem) readonly on device 202:0.
Freeing unused kernel memory: 412k freed
Write protecting the kernel text: 5704k
Write protecting the kernel read-only data: 1384k
NX-protecting the kernel data: 3512k
systemd[1]: Failed to mount tmpfs at /sys/fs/cgroup: No such file
or directory
For reference, there is no "tmpfs" called for in fstab. The devices match up with the drives associated with the machine's profile.
Code:
/dev/xvda / ext3 defaults 0 0
/dev/xvdb swap swap defaults 0 0
/dev/xvdc /home ext3 defaults 0 0
proc /proc proc defaults 0 0