Installation Error

  • Thread starter Thread starter HFM
  • Start date Start date
H

HFM

Guest
I added the following lines into sources.list. But i'm getting errors below.

Code:
deb http://ftp.debian.org/debian lenny main

# PVE packages provided by proxmox.com
deb http://download.proxmox.com/debian lenny pve

# security updates
deb http://security.debian.org/ lenny/updates main
Code:
aptitude install pve-kernel
Results :

Code:
Couldn't find any package whose name or description matched "pve-kernel"
Couldn't find any package whose name or description matched "pve-kernel"
Code:
aptitude install pve-headers-2.6.24-5-pve
Results :

Code:
Couldn't find any package whose name or description matched "pve-headers-2.6.24-5-pve"
Couldn't find any package whose name or description matched "pve-headers-2.6.24-5-pve"
Any idea for resolve this problem?
 
Last edited by a moderator:
# aptitude update
# aptitude search pve
i pve-firmware - Binary firmware code for the pve-kernel
p pve-headers-2.6.24-7-pve - The Proxmox PVE Kernel Headers
i pve-kernel - The Proxmox VE Kernel Image
i pve-kernel-2.6.24-1-pve - The Proxmox PVE Kernel Image
idA pve-kernel-2.6.24-2-pve - The Proxmox PVE Kernel Image
i pve-kernel-2.6.24-5-pve - The Proxmox PVE Kernel Image
i pve-kernel-2.6.24-7-pve - The Proxmox PVE Kernel Image
i pve-kvm - Full virtualization on x86 hardware
i pve-manager - The Proxmox Virtul Environment

then choose one of the above and do an aptitude install

Ops, only noticed just now that there is a "pve-kernel" meta-package. Yes, it should be possible to install it, can't test since recent kernels are broken for my MB so I have to stick to 1.0 version kernel (2.6.24-2-pve), otherwise can't boot.
Try to install a specific kernel package instead of the metapackage (i.e. pve-kernel-2.6.24-7-pve).
Sorry for the wasteful answer
 
Last edited:
I'm using Debian 5.0 Lenny 32 bit. Is it possible to install proxmox on this os?

Debian-50-lenny-32-minimal:~# apt-get install pve-kernel
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Couldn't find package pve-kernel
 
Last edited by a moderator:
I'm using Debian 5.0 Lenny 32 bit. Is it possible to install proxmox on this os?

Debian-50-lenny-32-minimal:~# apt-get install pve-kernel
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Couldn't find package pve-kernel

Proxmox VE needs 64-bit.
 
Proxmox VE needs 64-bit.

Hello,
I've dedicated server and i installed PVE kernel. When i remove the first and second kernels i can't connect my server again.

## ## End Default Options ##

title Debian GNU/Linux, kernel 2.6.26-2-amd64
root (hd0,1)
kernel /vmlinuz-2.6.26-2-amd64 root=/dev/md2 ro
initrd /initrd.img-2.6.26-2-amd64

title Debian GNU/Linux, kernel 2.6.26-2-amd64 (single-user mode)
root (hd0,1)
kernel /vmlinuz-2.6.26-2-amd64 root=/dev/md2 ro single
initrd /initrd.img-2.6.26-2-amd64

title Debian GNU/Linux, kernel 2.6.24-7-pve
root (hd0,1)
kernel /vmlinuz-2.6.24-7-pve root=/dev/md2 ro
initrd /initrd.img-2.6.24-7-pve

title Debian GNU/Linux, kernel 2.6.24-7-pve (single-user mode)
root (hd0,1)
kernel /vmlinuz-2.6.24-7-pve root=/dev/md2 ro single
initrd /initrd.img-2.6.24-7-pve

### END DEBIAN AUTOMAGIC KERNELS LIST
 
Hello,
I've dedicated server and i installed PVE kernel. When i remove the first and second kernels i can't connect my server again.

## ## End Default Options ##

title Debian GNU/Linux, kernel 2.6.26-2-amd64
root (hd0,1)
kernel /vmlinuz-2.6.26-2-amd64 root=/dev/md2 ro
initrd /initrd.img-2.6.26-2-amd64

title Debian GNU/Linux, kernel 2.6.26-2-amd64 (single-user mode)
root (hd0,1)
kernel /vmlinuz-2.6.26-2-amd64 root=/dev/md2 ro single
initrd /initrd.img-2.6.26-2-amd64

title Debian GNU/Linux, kernel 2.6.24-7-pve
root (hd0,1)
kernel /vmlinuz-2.6.24-7-pve root=/dev/md2 ro
initrd /initrd.img-2.6.24-7-pve

title Debian GNU/Linux, kernel 2.6.24-7-pve (single-user mode)
root (hd0,1)
kernel /vmlinuz-2.6.24-7-pve root=/dev/md2 ro single
initrd /initrd.img-2.6.24-7-pve

### END DEBIAN AUTOMAGIC KERNELS LIST

this is a custom softraid installation, not supported from the Proxmox support team - maybe some users can help.
 
Ok.
I need softraid installation for proxmox.
May anyone help me for this installation please.
Thanks.
 
I'll order a new server from DC.

Core i7 920
8 GB DDR3 RAM
2x750 GB SATA with 2 port HW-Raid (3ware)

I want to know before that can i install proxmox ve via aptitude installation on debian lenny 64 without error?

Default disk partitions

/dev/sda
/dev/sdb

Thank you.