I'm pulling my hair out....
I am trying to install pve over an existing lenny (5.03; 2.6.26-2-amd64) installation with no success. I can install lenny without issues and all is well...boots cleanly, no disk issues, etc.... The initial boot messages with the default kernel are:
and all is well...a nice, stable system.
However, after I install the pve kernel exactly as described in the wiki I get the following boot messages:
I can boot back to the default lenny kernel without problems?!?
I have re-installed multiple times and get the same results. I have read on other forums of problems booting following kernel upgrades due to differnces in how the kernels assign device names. I tried using UUIDs in /boot/grub/menu.list and fstab to avoid this possibility but that did not help.
The relevant sections of the /boot/grub/menu.list and /etc/fstab are listed below as is output from df -h and mount when booted using the default lenny kernel.
HELP PLEASE!!!
Thanks
bhenderson
----------------------------------------------------------
cat /boot/grub/menu.lst
cat /etc/fstab
mount
df -h
I am trying to install pve over an existing lenny (5.03; 2.6.26-2-amd64) installation with no success. I can install lenny without issues and all is well...boots cleanly, no disk issues, etc.... The initial boot messages with the default kernel are:
Code:
root (hd0,0)
file system type is ext2fs, partition type 0x83
kernel /boot/vmlinuz-2.6.26-2-amd64 root=UUID=3f565b95-c313-402f-8a3f-40629be5f3b2 ro quiet
[Linuz bzimage setup=0x3000 size=0x1a9810]
initrd /boot/initrd.img-2.6.26-2-amd64
[Linuz-initrd @ 3787900,
0x77649f bytes]
and all is well...a nice, stable system.
However, after I install the pve kernel exactly as described in the wiki I get the following boot messages:
Code:
root (hd0,0)
file system type is ext2fs, partition type 0x83
kernel /boot/vmlinuz-2.6.24-7-pve root=UUID=3f565b95-c313-402f-8a3f-40629be5f3b2 ro quiet
[Linuz bzimage setup=0x2c00 size=0x1ff538]
initrd /boot/initrd.img-2.6.24-7-pve
[Linuz initrd @ 372f4000, 0xcfbd20 bytes]
Proxmox startup
mounting proc filesystem
pumnting sys filesystem
commandline: root=UUID=3f565b95-c313-402f-8a3f-40629be5f3b2 ro quiet
loading filesystem drivers:
/init: line 195: syntax error: oxUUID=3f565b95-c313-402f-8a3f-40629be5f3b2 & 255
Kernel panic - not syncing: Attempted to kill init!
I can boot back to the default lenny kernel without problems?!?
I have re-installed multiple times and get the same results. I have read on other forums of problems booting following kernel upgrades due to differnces in how the kernels assign device names. I tried using UUIDs in /boot/grub/menu.list and fstab to avoid this possibility but that did not help.
The relevant sections of the /boot/grub/menu.list and /etc/fstab are listed below as is output from df -h and mount when booted using the default lenny kernel.
HELP PLEASE!!!
Thanks
bhenderson
----------------------------------------------------------
cat /boot/grub/menu.lst
Code:
# kopt=root=UUID=3f565b95-c313-402f-8a3f-40629be5f3b2 ro
...
# groot=(hd0,0)
...
title Debian GNU/Linux, kernel 2.6.26-2-amd64
root (hd0,0)
kernel /boot/vmlinuz-2.6.26-2-amd64 root=UUID=3f565b95-c313-402f-8a3f-40629be5f3b2 ro quiet
initrd /boot/initrd.img-2.6.26-2-amd64
...
title Debian GNU/Linux, kernel 2.6.24-7-pve
root (hd0,0)
kernel /boot/vmlinuz-2.6.24-7-pve root=UUID=3f565b95-c313-402f-8a3f-40629be5f3b2 ro quiet
initrd /boot/initrd.img-2.6.24-7-pve
...
cat /etc/fstab
Code:
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
UUID=3f565b95-c313-402f-8a3f-40629be5f3b2 / ext3 errors=remount-ro 0 1
UUID=85e6f35d-0e00-44bd-9796-a80a84e9b2b2 /mnt/backups ext3 defaults 0 2
UUID=43eb502d-e740-437c-b8e5-7e5f9851382a /mnt/home reiserfs defaults 0 2
UUID=a69860be-5d97-4b5f-9e9c-40d0830ec322 /mnt/music reiserfs defaults 0 2
UUID=844e2671-b83e-4e00-ba60-2076681a8fcc /mnt/pictures reiserfs defaults 0 2
UUID=1a20dad8-0aac-4ba2-b363-d5f3b67f420c /mnt/shared reiserfs defaults 0 2
UUID=8c74f22d-35a4-477e-8ce9-30d535502ee8 /mnt/videos xfs defaults 0 2
UUID=33ee8602-8686-4a15-b8c0-1e2419609e3d /opt reiserfs defaults 0 2
UUID=ca083848-353e-4662-8150-a09c6507ec48 /srv reiserfs defaults 0 2
UUID=a380e60f-dc1b-4e03-ba49-f4a93ea572b6 /tmp ext3 defaults 0 2
UUID=2bb41a50-6673-4f2d-921e-6b7eebe5cf61 /usr reiserfs defaults 0 2
UUID=87b80e97-a81f-4865-a2d4-b17a12fe1cad /usr/local reiserfs defaults 0 2
UUID=13fcc8da-db38-43e4-aa7d-38e9668a0593 /var reiserfs defaults 0 2
UUID=2f3f7cdd-c4e9-408b-afb8-156ae8928f47 /vm/1 reiserfs defaults 0 2
/dev/mapper/sys1-swap none swap sw 0 0
/dev/scd0 /media/cdrom0 udf,iso9660 user,noauto 0 0
mount
Code:
/dev/sda1 on / type ext3 (rw,errors=remount-ro)
tmpfs on /lib/init/rw type tmpfs (rw,nosuid,mode=0755)
proc on /proc type proc (rw,noexec,nosuid,nodev)
sysfs on /sys type sysfs (rw,noexec,nosuid,nodev)
procbususb on /proc/bus/usb type usbfs (rw)
udev on /dev type tmpfs (rw,mode=0755)
tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=620)
/dev/dm-13 on /mnt/backups type ext3 (rw)
/dev/dm-12 on /mnt/home type reiserfs (rw)
/dev/dm-8 on /mnt/music type reiserfs (rw)
/dev/dm-9 on /mnt/pictures type reiserfs (rw)
/dev/dm-11 on /mnt/shared type reiserfs (rw)
/dev/dm-10 on /mnt/videos type xfs (rw)
/dev/dm-3 on /opt type reiserfs (rw)
/dev/dm-2 on /srv type reiserfs (rw)
/dev/dm-0 on /tmp type ext3 (rw)
/dev/dm-5 on /usr type reiserfs (rw)
/dev/dm-6 on /usr/local type reiserfs (rw)
/dev/dm-4 on /var type reiserfs (rw)
/dev/dm-7 on /vm/1 type reiserfs (rw)
nfsd on /proc/fs/nfsd type nfsd (rw)
df -h
Code:
Filesystem Size Used Avail Use% Mounted on
/dev/sda1 4.6G 384M 4.0G 9% /
tmpfs 4.0G 0 4.0G 0% /lib/init/rw
udev 10M 956K 9.1M 10% /dev
tmpfs 4.0G 0 4.0G 0% /dev/shm
/dev/dm-13 99G 1.4G 93G 2% /mnt/backups
/dev/dm-12 200G 79G 122G 40% /mnt/home
/dev/dm-8 40G 25G 16G 62% /mnt/music
/dev/dm-9 50G 21G 30G 42% /mnt/pictures
/dev/dm-11 50G 31G 20G 62% /mnt/shared
/dev/dm-10 1.3T 525G 749G 42% /mnt/videos
/dev/dm-3 1.9G 33M 1.9G 2% /opt
/dev/dm-2 1.9G 33M 1.9G 2% /srv
/dev/dm-0 9.2G 150M 8.6G 2% /tmp
/dev/dm-5 9.4G 2.1G 7.3G 22% /usr
/dev/dm-6 19G 33M 19G 1% /usr/local
/dev/dm-4 19G 1.1G 18G 6% /var
/dev/dm-7 94G 33M 94G 1% /vm/1