Installation problem kernel panic

lukaschemp

New Member
Jul 13, 2009
2
0
1
Hello,

I've server with hardware:
Code:
virtual:~# lspci
00:00.0 Host bridge: Intel Corporation QuickPath Architecture I/O Hub to ESI Port (rev 12)
00:01.0 PCI bridge: Intel Corporation QuickPath Architecture I/O Hub PCI Express Root Port 1 (rev 12)
00:03.0 PCI bridge: Intel Corporation QuickPath Architecture I/O Hub PCI Express Root Port 3 (rev 12)
00:07.0 PCI bridge: Intel Corporation QuickPath Architecture I/O Hub PCI Express Root Port 7 (rev 12)
00:14.0 PIC: Intel Corporation QuickPath Architecture I/O Hub System Management Registers (rev 12)
00:14.1 PIC: Intel Corporation QuickPath Architecture I/O Hub GPIO and Scratch Pad Registers (rev 12)
00:14.2 PIC: Intel Corporation QuickPath Architecture I/O Hub Control Status and RAS Registers (rev 12)
00:14.3 PIC: Intel Corporation QuickPath Architecture I/O Hub Throttle Registers (rev 12)
00:1a.0 USB Controller: Intel Corporation 82801JI (ICH10 Family) USB UHCI Controller #4
00:1a.1 USB Controller: Intel Corporation 82801JI (ICH10 Family) USB UHCI Controller #5
00:1a.2 USB Controller: Intel Corporation 82801JI (ICH10 Family) USB UHCI Controller #6
00:1a.7 USB Controller: Intel Corporation 82801JI (ICH10 Family) USB2 EHCI Controller #2
00:1c.0 PCI bridge: Intel Corporation 82801JI (ICH10 Family) PCI Express Port 1
00:1c.4 PCI bridge: Intel Corporation 82801JI (ICH10 Family) PCI Express Port 5
00:1d.0 USB Controller: Intel Corporation 82801JI (ICH10 Family) USB UHCI Controller #1
00:1d.1 USB Controller: Intel Corporation 82801JI (ICH10 Family) USB UHCI Controller #2
00:1d.2 USB Controller: Intel Corporation 82801JI (ICH10 Family) USB UHCI Controller #3
00:1d.7 USB Controller: Intel Corporation 82801JI (ICH10 Family) USB2 EHCI Controller #1
00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev 90)
00:1f.0 ISA bridge: Intel Corporation 82801JIR (ICH10R) LPC Interface Controller
00:1f.2 SATA controller: Intel Corporation 82801JI (ICH10 Family) SATA AHCI Controller
00:1f.3 SMBus: Intel Corporation 82801JI (ICH10 Family) SMBus Controller
02:00.0 VGA compatible controller: nVidia Corporation G72 [GeForce 7500 LE] (rev a1)
03:00.0 RAID bus controller: 3ware Inc 9650SE SATA-II RAID (rev 01)
06:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller (rev 02)
3x 1500GB HDD in RAID 5 with 3ware controller:
Code:
virtual:~# df -h
Filesystem            Size  Used Avail Use% Mounted on
/dev/sda5             2.0T  647M  1.9T   1% /
tmpfs                 5.9G     0  5.9G   0% /lib/init/rw
udev                   10M   96K   10M   1% /dev
tmpfs                 5.9G     0  5.9G   0% /dev/shm
/dev/sda2             2.0G   86M  1.9G   5% /boot
/dev/sda3            1020M   34M  935M   4% /tmp
I used HOWTO: http://pve.proxmox.com/wiki/Install_Proxmox_VE_on_Debian_Lenny

When system boot with PVE kernel i get:
Code:
switch_root: can't open '/dev/console' : No such file or directory
Kernel panic - not syncing: Attempted to kill init!
I've tried also use .iso of Proxmox but when i try to intall i get:
Code:
unable to create data volume at /usr/bin/proxinstall line 577.

How it's possible to install Proxmox? Please help..

I've read: http://www.proxmox.com/forum/showthread.php?t=1151

but i didn't understand how to make multiple LUNs i need to make them in BIOS of RAID controller or how should i do that with iso file if there isn't any partition manager?