Search results

  1. B

    Problem/Failure to install PVE over existing lenny

    I installed 1.4beta. When I booted into the new kernel it was not able to locate the root partition....just like I experienced with 2.6.247-pve root (hd0,0) file system type is ext2fs, partition type 0x83 kernel /boot/vmlinuz-2.6.24-8-pve root=/dev/sda1 ro quiet [Linuz...
  2. B

    Problem/Failure to install PVE over existing lenny

    It is a SATA II drive on an ICH10 controller. I'm having trouble finding an explicit "driver=???" statement anywhere but combing through the logs and the output beliw it looks like ahci is loading for the controller and sd_mod is loading for the disk. Thanks bhenderson dmesg | grep -i -e ata...
  3. B

    Problem/Failure to install PVE over existing lenny

    oops, that was typo. I did not have root=UUID=/dev/sda1. It was in fact root=/dev/sda1. The boot messages below that entry are correct and point to root=/dev/sda1. other suggestions? And what would be your recommended path to restoring the "official" pve image? Thanks, bhenderson
  4. B

    Problem/Failure to install PVE over existing lenny

    Progress.... After installing the pve kernel I had to update the initramfs image: update-initramfs -u -t -k 2.6.24-7-pveI could then boot into the pve kernel....but my network interfaces were gone... udev was renaming my interfaces when I booted into the pve kernel: Sep 30 08:15:22 pm1...
  5. B

    Problem/Failure to install PVE over existing lenny

    Thanks for the suggestion. Unfortunately, device names don't work either. If i change the kernel line in /boot/grub/menu.lst from : kernel /boot/vmlinuz-2.6.24-7-pve root=UUID=3f565b95-c313-402f-8a3f-40629be5f3b2 ro quiet to kernel /boot/vmlinuz-2.6.24-7-pve...
  6. B

    Problem/Failure to install PVE over existing lenny

    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: root (hd0,0)...