[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Xen-users] UEFI Booting


  • To: xen-users@xxxxxxxxxxxxx
  • From: Carlos Gustavo Ramirez Rodriguez <carlosgrr@xxxxxxxxx>
  • Date: Tue, 31 Mar 2015 16:29:41 -0300
  • Delivery-date: Tue, 31 Mar 2015 19:30:48 +0000
  • List-id: Xen user discussion <xen-users.lists.xen.org>



>> >First step is to get the kernel command line to match your native case.
>
>> kernel=vmlinuz-3.19.3-031903-generic ignore_loglevel
>
>Still no root= here. What does the native boot entry in your grub.cfg
>look like?

Thanks for the answer, it is working now. Perhaps you should add something to the guide for efi booting, but that is just an idea...

Here is my working configuration file:

"
[global]
default=xen

[xen]
options=console=vga loglvl=all noreboot pci-phantom=0000:0a:00,1
kernel=vmlinuz-3.19.3-031903-generic root=/dev/mapper/ubuntu--gnome--vg-root ignore_loglevel
ramdisk=initrd.img-3.19.3-031903-generic
"

>> Can you help me with the working system's dmesg? I can't find a way to
>> extract the buggy dmesg from initramfs... Below is my full dmesg:
>
>Please could you provide the output of lspci:

Here is the output, just in case it still helps to solve this SATA problem so that someone with a controller like mine doesn't have to come asking for help...
"
00:00.0 Host bridge: Intel Corporation Xeon E3-1200 v2/3rd Gen Core processor DRAM Controller (rev 09)
00:01.0 PCI bridge: Intel Corporation Xeon E3-1200 v2/3rd Gen Core processor PCI Express Root Port (rev 09)
00:02.0 VGA compatible controller: Intel Corporation Xeon E3-1200 v2/3rd Gen Core processor Graphics Controller (rev 09)
00:14.0 USB controller: Intel Corporation 7 Series/C210 Series Chipset Family USB xHCI Host Controller (rev 04)
00:16.0 Communication controller: Intel Corporation 7 Series/C210 Series Chipset Family MEI Controller #1 (rev 04)
00:19.0 Ethernet controller: Intel Corporation 82579V Gigabit Network Connection (rev 04)
00:1a.0 USB controller: Intel Corporation 7 Series/C210 Series Chipset Family USB Enhanced Host Controller #2 (rev 04)
00:1b.0 Audio device: Intel Corporation 7 Series/C210 Series Chipset Family High Definition Audio Controller (rev 04)
00:1c.0 PCI bridge: Intel Corporation 7 Series/C210 Series Chipset Family PCI Express Root Port 1 (rev c4)
00:1c.4 PCI bridge: Intel Corporation 7 Series/C210 Series Chipset Family PCI Express Root Port 5 (rev c4)
00:1c.6 PCI bridge: Intel Corporation 7 Series/C210 Series Chipset Family PCI Express Root Port 7 (rev c4)
00:1c.7 PCI bridge: Intel Corporation 7 Series/C210 Series Chipset Family PCI Express Root Port 8 (rev c4)
00:1d.0 USB controller: Intel Corporation 7 Series/C210 Series Chipset Family USB Enhanced Host Controller #1 (rev 04)
00:1f.0 ISA bridge: Intel Corporation Z77 Express Chipset LPC Controller (rev 04)
00:1f.2 SATA controller: Intel Corporation 7 Series/C210 Series Chipset Family 6-port SATA Controller [AHCI mode] (rev 04)
00:1f.3 SMBus: Intel Corporation 7 Series/C210 Series Chipset Family SMBus Controller (rev 04)
01:00.0 VGA compatible controller: NVIDIA Corporation GK104 [GeForce GTX 770] (rev a1)
01:00.1 Audio device: NVIDIA Corporation GK104 HDMI Audio Controller (rev a1)
03:00.0 USB controller: ASMedia Technology Inc. ASM1042 SuperSpeed USB Host Controller
04:00.0 USB controller: ASMedia Technology Inc. ASM1042 SuperSpeed USB Host Controller
05:00.0 PCI bridge: PLX Technology, Inc. PEX 8608 8-lane, 8-Port PCI Express Gen 2 (5.0 GT/s) Switch (rev ba)
06:01.0 PCI bridge: PLX Technology, Inc. PEX 8608 8-lane, 8-Port PCI Express Gen 2 (5.0 GT/s) Switch (rev ba)
06:04.0 PCI bridge: PLX Technology, Inc. PEX 8608 8-lane, 8-Port PCI Express Gen 2 (5.0 GT/s) Switch (rev ba)
06:05.0 PCI bridge: PLX Technology, Inc. PEX 8608 8-lane, 8-Port PCI Express Gen 2 (5.0 GT/s) Switch (rev ba)
06:06.0 PCI bridge: PLX Technology, Inc. PEX 8608 8-lane, 8-Port PCI Express Gen 2 (5.0 GT/s) Switch (rev ba)
06:07.0 PCI bridge: PLX Technology, Inc. PEX 8608 8-lane, 8-Port PCI Express Gen 2 (5.0 GT/s) Switch (rev ba)
06:08.0 PCI bridge: PLX Technology, Inc. PEX 8608 8-lane, 8-Port PCI Express Gen 2 (5.0 GT/s) Switch (rev ba)
06:09.0 PCI bridge: PLX Technology, Inc. PEX 8608 8-lane, 8-Port PCI Express Gen 2 (5.0 GT/s) Switch (rev ba)
09:00.0 SATA controller: ASMedia Technology Inc. ASM1062 Serial ATA Controller (rev 01)
0a:00.0 SATA controller: Marvell Technology Group Ltd. 88SE9128 PCIe SATA 6 Gb/s RAID controller with HyperDuo (rev 11)
0c:00.0 Network controller: Broadcom Corporation BCM43228 802.11a/b/g/n
0d:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 09)
"


Well... Since you solved all of those problems... THANK YOU!!!!
Can I send you anything to fix those issues, for a better system stability, or even an easier installation?
Now I can begin "play" with this awesome hypervisor :)

Just in case of newer problems that might need your help... See Ya!

Thankful,
Gustavo

2015-03-31 5:53 GMT-03:00 Ian Campbell <ian.campbell@xxxxxxxxxx>:

On Mon, 2015-03-30 at 10:15 -0300, Carlos Gustavo Ramirez Rodriguez wrote:

> >First step is to get the kernel command line to match your native case.

> kernel=vmlinuz-3.19.3-031903-generic ignore_loglevel

Still no root= here. What does the native boot entry in your grub.cfg
look like?

> Can you help me with the working system's dmesg? I can't find a way to
> extract the buggy dmesg from initramfs... Below is my full dmesg:

Please could you provide the output of lspci.

Ian.


_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxx
http://lists.xen.org/xen-users

 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.