http://bugzilla.novell.com/show_bug.cgi?id=490770 User pgnet.trash@gmail.com added comment http://bugzilla.novell.com/show_bug.cgi?id=490770#c11 pgnet _ <pgnet.trash@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |ASSIGNED Info Provider|pgnet.trash@gmail.com | --- Comment #11 from pgnet _ <pgnet.trash@gmail.com> 2009-04-02 11:28:18 MDT --- Created an attachment (id=283741) --> (http://bugzilla.novell.com/attachment.cgi?id=283741) logs etc from various cases, as described 2 (In reply to comment #8)
If you're considering using kotd, then I'd rather recommend getting the latest bits from the XTP site
let's see if this is any better ... @ http://developer.novell.com/wiki/index.php/Special:Downloads/xenpreview/SUSE... tar jxvf SLES11-x86-64-changeset18546_13.tar.bz2 rpm -Uvh libvirt-0.4.6* libvirt-python* libvirt-doc* \ vm-install* \ xen-3* xen-libs-3* xen-tools-3* xen-doc* rpm -Uvh kernel-xen* (hm. no missing-dependency error ...) checking on the mess i now have, rpm -qa | egrep "kernel|xen|virt" kernel-default-extra-2.6.27.19-3.2.1 xen-libs-3.3.1_18546_13-3_62_xtp kernel-xen-base-2.6.27.21-5.1_4_xtp libvirt-doc-0.4.6-15_4_xtp xen-3.3.1_18546_13-3_62_xtp virt-manager-0.5.3-64.22 nfs-kernel-server-1.1.3-18.1.1 libvirt-python-0.4.6-15_4_xtp xen-tools-3.3.1_18546_13-3_62_xtp kernel-xen-2.6.27.21-5.1_4_xtp virt-viewer-0.0.3-3.25 kernel-default-base-2.6.27.19-3.2.1 kernel-source-2.6.27.21-5.1_4_xtp xen-doc-html-3.3.1_18546_13-3_62_xtp kernel-xen-extra-2.6.27.21-5.1_4_xtp linux-kernel-headers-2.6.27-2.28 kernel-default-2.6.27.19-3.2.1 libvirt-0.4.6-15_4_xtp xen-doc-pdf-3.3.1_18546_13-3_62_xtp ls -al /boot/{vmlinuz-xen,initrd-xen,xen.gz} lrwxrwxrwx 1 root root 30 2009-04-02 09:13 /boot/initrd-xen -> initrd-2.6.27.21-5.1_4_xtp-xen lrwxrwxrwx 1 root root 31 2009-04-02 09:13 /boot/vmlinuz-xen -> vmlinuz-2.6.27.21-5.1_4_xtp-xen lrwxrwxrwx 1 root root 30 2009-04-02 09:09 /boot/xen.gz -> xen-3.3.1_18546_13-3_62_xtp.gz
And yes, with 'native kernel' I mean the non-Xen one (i.e. -default).
at the moment, using files from XTP, i don't have a recent enough kernel-default with the patches needed for sata_sil24 ...
what I need are Dom0's /var/log/boot.msg plus the matching /var/log/messages fragments) .. Since you're setting the hypervisor console to vga and com1, I assume you have another machine (or a terminal) sitting at the other end of the serial line - what we need is the collection of the output appearing there.
find 'em below ...
swiotlb=, if you want to give this a try, is a kernel option pci_devs_to_hide= is meaningless on the kernel command line max_loop= is too
done (0) booting to XTP's kernel-xen, ext sata_sil24 drives OFF, no pciback title Xen (symlink) NORMAL root (hd0,0) kernel /xen.gz dom0_mem=768M loglvl=all loglvl_guest=all vga=gfx-1280x1024x32 console=vga,com1 com1=57600,8n1 module /vmlinuz-xen root=/dev/VG_Dom0/LV_ROOT resume=/dev/VG_Swap/LV_SWAP showopts splash=silent vga=0x31a console=tty0 console=xvc0,57600 elevator=cfq reassigndev=0000:04:07.0,0000:04:08.0 swiotlb=256 module /initrd-xen w/ cat /etc/modprobe.conf.local ... # options pciback hide=(0000:04:07.0)(0000:04:08.0) # install sata_sil24 /sbin/modprobe pciback ; /sbin/modprobe --first-time --ignore-install sata_sil24 # install ohci1394 /sbin/modprobe pciback ; /sbin/modprobe --first-time --ignore-install ohci1394 uname -ri 2.6.27.21-5.1_4_xtp-xen x86_64 --> case0b_XTP_Dom0_bootmsg.txt --> case0b_XTP_Dom0_syslog.txt --> case0b_XTP_serial.txt (1) booting to XTP's kernel-xen, ext sata_sil24 drives ON, no pciback uname -ri 2.6.27.21-5.1_4_xtp-xen x86_64 the drives are there, fdisk -l ... Disk /dev/sdc: 1000.2 GB, 1000204886016 bytes 255 heads, 63 sectors/track, 121601 cylinders Units = cylinders of 16065 * 512 = 8225280 bytes Disk identifier: 0x1c539a0b Device Boot Start End Blocks Id System /dev/sdc1 1 79025 634768281 fd Linux raid autodetect /dev/sdc2 79026 121601 341991720 fd Linux raid autodetect Disk /dev/sdd: 1000.2 GB, 1000204886016 bytes 255 heads, 63 sectors/track, 121601 cylinders Units = cylinders of 16065 * 512 = 8225280 bytes Disk identifier: 0x000f14a1 Device Boot Start End Blocks Id System /dev/sdd1 1 79025 634768281 fd Linux raid autodetect /dev/sdd2 79026 121601 341991720 fd Linux raid autodetect ... cat /proc/mdstat | egrep "md5|md4" -A2 Personalities : [raid0] [raid1] [raid6] [raid5] [raid4] [linear] md5 : active (auto-read-only) raid1 sdc2[0] sdd2[1] 341991584 blocks super 1.2 [2/2] [UU] bitmap: 0/327 pages [0KB], 512KB chunk md4 : active (auto-read-only) raid1 sdc1[0] sdd1[1] 634768145 blocks super 1.2 [2/2] [UU] bitmap: 0/303 pages [0KB], 1024KB chunk ... --> case1b_XTP_Dom0_bootmsg.txt --> case1b_XTP_Dom0_syslog.txt --> case1b_XTP_serial.txt (2) booting to XTP's kernel-xen, ext sata_sil24 drives ON, pciback ON, passthru ON cat /etc/modprobe.conf.local ... options pciback hide=(0000:04:07.0)(0000:04:08.0) install sata_sil24 /sbin/modprobe pciback ; /sbin/modprobe --first-time --ignore-install sata_sil24 install ohci1394 /sbin/modprobe pciback ; /sbin/modprobe --first-time --ignore-install ohci1394 uname -ri 2.6.27.21-5.1_4_xtp-xen x86_64 dmesg | grep -i seiz pciback 0000:04:07.0: seizing device pciback 0000:04:08.0: seizing device cat /proc/mdstat | egrep "md5|md4" -A2 (empty) --> case2b_XTP_Dom0_bootmsg.txt --> case2b_XTP_Dom0_syslog.txt --> case2b_XTP_serial.txt cat nas_init.cfg ... pci = [ '04:07.0', '04:08.0' ] ... xm create -c nas_init.cfg ---> CRASH --> case2b_XTP_DomU_console.txt (case2b_XTP_DomU_serial.txt) <--- nothing on the serial port reboots automatically (3) booting to XTP's kernel-xen, ext sata_sil24 drives ON, pciback ON, passthru OFF cat nas_init.cfg ... # pci = [ '04:07.0', '04:08.0' ] ... --> case2b_XTP_DomU_console_NOPASS.txt @ DomU uname -ri 2.6.27.19-3.2-xen x86_64 (4) booting to XTP's kernel-xen, ext sata_sil24 drives OFF, pciback ON, passthru ON cat nas_init.cfg ... pci = [ '04:07.0', '04:08.0' ] ... --> case4b_XTP_DomU_console_NODRIVES.txt @ DomU uname -ri 2.6.27.19-3.2-xen x86_64 lspci 00:00.0 RAID bus controller: Silicon Image, Inc. SiI 3124 PCI-X Serial ATA Controller (rev 02) 00:01.0 FireWire (IEEE 1394): VIA Technologies, Inc. VT6306 Fire II IEEE 1394 OHCI Link Layer Controller (rev c0) -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.