[Bug 1018687] Re: [Ubuntu 12.04] GRUB can't load any OS after the installation

Joe le Kiffeur 1018687 at bugs.launchpad.net
Thu Jul 5 13:58:25 UTC 2012


grub.cfg contains:



#
# DO NOT EDIT THIS FILE
#
# It is automatically generated by grub-mkconfig using templates
# from /etc/grub.d and settings from /etc/default/grub
#

### BEGIN /etc/grub.d/00_header ###
if [ -s $prefix/grubenv ]; then
  set have_grubenv=true
  load_env
fi
set default="0"
if [ "${prev_saved_entry}" ]; then
  set saved_entry="${prev_saved_entry}"
  save_env saved_entry
  set prev_saved_entry=
  save_env prev_saved_entry
  set boot_once=true
fi

function savedefault {
  if [ -z "${boot_once}" ]; then
    saved_entry="${chosen}"
    save_env saved_entry
  fi
}

function recordfail {
  set recordfail=1
  if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
}

function load_video {
  insmod vbe
  insmod vga
  insmod video_bochs
  insmod video_cirrus
}

insmod part_msdos
insmod ext2
set root='(hd0,msdos8)'
search --no-floppy --fs-uuid --set=root e64d7d70-0df3-494e-bbd8-90f29d0765c2
if loadfont /usr/share/grub/unicode.pf2 ; then
  set gfxmode=auto
  load_video
  insmod gfxterm
  insmod part_msdos
  insmod ext2
  set root='(hd0,msdos8)'
  search --no-floppy --fs-uuid --set=root e64d7d70-0df3-494e-bbd8-90f29d0765c2
  set locale_dir=($root)/boot/grub/locale
  set lang=fr_FR
  insmod gettext
fi
terminal_output gfxterm
if [ "${recordfail}" = 1 ]; then
  set timeout=-1
else
  set timeout=10
fi
### END /etc/grub.d/00_header ###

### BEGIN /etc/grub.d/05_debian_theme ###
set menu_color_normal=white/black
set menu_color_highlight=black/light-gray
if background_color 44,0,30; then
  clear
fi
### END /etc/grub.d/05_debian_theme ###

### BEGIN /etc/grub.d/10_linux ###
function gfxmode {
	set gfxpayload="${1}"
	if [ "${1}" = "keep" ]; then
		set vt_handoff=vt.handoff=7
	else
		set vt_handoff=
	fi
}
if [ "${recordfail}" != 1 ]; then
  if [ -e ${prefix}/gfxblacklist.txt ]; then
    if hwmatch ${prefix}/gfxblacklist.txt 3; then
      if [ ${match} = 0 ]; then
        set linux_gfx_mode=keep
      else
        set linux_gfx_mode=text
      fi
    else
      set linux_gfx_mode=text
    fi
  else
    set linux_gfx_mode=keep
  fi
else
  set linux_gfx_mode=text
fi
export linux_gfx_mode
if [ "${linux_gfx_mode}" != "text" ]; then load_video; fi
menuentry 'Ubuntu, avec Linux 3.2.0-26-generic' --class ubuntu --class gnu-linux --class gnu --class os {
	recordfail
	gfxmode $linux_gfx_mode
	insmod gzio
	insmod part_msdos
	insmod ext2
	set root='(hd0,msdos8)'
	search --no-floppy --fs-uuid --set=root e64d7d70-0df3-494e-bbd8-90f29d0765c2
	linux	/boot/vmlinuz-3.2.0-26-generic root=UUID=e64d7d70-0df3-494e-bbd8-90f29d0765c2 ro   quiet splash $vt_handoff
	initrd	/boot/initrd.img-3.2.0-26-generic
}
menuentry 'Ubuntu, avec Linux 3.2.0-26-generic (mode de dépannage)' --class ubuntu --class gnu-linux --class gnu --class os {
	recordfail
	insmod gzio
	insmod part_msdos
	insmod ext2
	set root='(hd0,msdos8)'
	search --no-floppy --fs-uuid --set=root e64d7d70-0df3-494e-bbd8-90f29d0765c2
	echo	'Chargement de Linux 3.2.0-26-generic ...'
	linux	/boot/vmlinuz-3.2.0-26-generic root=UUID=e64d7d70-0df3-494e-bbd8-90f29d0765c2 ro recovery nomodeset 
	echo	'Chargement du disque mémoire initial ...'
	initrd	/boot/initrd.img-3.2.0-26-generic
}
submenu "Previous Linux versions" {
menuentry 'Ubuntu, avec Linux 3.0.0-22-generic' --class ubuntu --class gnu-linux --class gnu --class os {
	recordfail
	gfxmode $linux_gfx_mode
	insmod gzio
	insmod part_msdos
	insmod ext2
	set root='(hd0,msdos8)'
	search --no-floppy --fs-uuid --set=root e64d7d70-0df3-494e-bbd8-90f29d0765c2
	linux	/boot/vmlinuz-3.0.0-22-generic root=UUID=e64d7d70-0df3-494e-bbd8-90f29d0765c2 ro   quiet splash $vt_handoff
	initrd	/boot/initrd.img-3.0.0-22-generic
}
menuentry 'Ubuntu, avec Linux 3.0.0-22-generic (mode de dépannage)' --class ubuntu --class gnu-linux --class gnu --class os {
	recordfail
	insmod gzio
	insmod part_msdos
	insmod ext2
	set root='(hd0,msdos8)'
	search --no-floppy --fs-uuid --set=root e64d7d70-0df3-494e-bbd8-90f29d0765c2
	echo	'Chargement de Linux 3.0.0-22-generic ...'
	linux	/boot/vmlinuz-3.0.0-22-generic root=UUID=e64d7d70-0df3-494e-bbd8-90f29d0765c2 ro recovery nomodeset 
	echo	'Chargement du disque mémoire initial ...'
	initrd	/boot/initrd.img-3.0.0-22-generic
}
menuentry 'Ubuntu, avec Linux 2.6.38-15-generic' --class ubuntu --class gnu-linux --class gnu --class os {
	recordfail
	gfxmode $linux_gfx_mode
	insmod gzio
	insmod part_msdos
	insmod ext2
	set root='(hd0,msdos8)'
	search --no-floppy --fs-uuid --set=root e64d7d70-0df3-494e-bbd8-90f29d0765c2
	linux	/boot/vmlinuz-2.6.38-15-generic root=UUID=e64d7d70-0df3-494e-bbd8-90f29d0765c2 ro   quiet splash $vt_handoff
	initrd	/boot/initrd.img-2.6.38-15-generic
}
menuentry 'Ubuntu, avec Linux 2.6.38-15-generic (mode de dépannage)' --class ubuntu --class gnu-linux --class gnu --class os {
	recordfail
	insmod gzio
	insmod part_msdos
	insmod ext2
	set root='(hd0,msdos8)'
	search --no-floppy --fs-uuid --set=root e64d7d70-0df3-494e-bbd8-90f29d0765c2
	echo	'Chargement de Linux 2.6.38-15-generic ...'
	linux	/boot/vmlinuz-2.6.38-15-generic root=UUID=e64d7d70-0df3-494e-bbd8-90f29d0765c2 ro recovery nomodeset 
	echo	'Chargement du disque mémoire initial ...'
	initrd	/boot/initrd.img-2.6.38-15-generic
}
}
### END /etc/grub.d/10_linux ###

### BEGIN /etc/grub.d/20_linux_xen ###
### END /etc/grub.d/20_linux_xen ###

### BEGIN /etc/grub.d/20_memtest86+ ###
menuentry "Memory test (memtest86+)" {
	insmod part_msdos
	insmod ext2
	set root='(hd0,msdos8)'
	search --no-floppy --fs-uuid --set=root e64d7d70-0df3-494e-bbd8-90f29d0765c2
	linux16	/boot/memtest86+.bin
}
menuentry "Memory test (memtest86+, serial console 115200)" {
	insmod part_msdos
	insmod ext2
	set root='(hd0,msdos8)'
	search --no-floppy --fs-uuid --set=root e64d7d70-0df3-494e-bbd8-90f29d0765c2
	linux16	/boot/memtest86+.bin console=ttyS0,115200n8
}
### END /etc/grub.d/20_memtest86+ ###

### BEGIN /etc/grub.d/30_os-prober ###
if [ "x${timeout}" != "x-1" ]; then
  if keystatus; then
    if keystatus --shift; then
      set timeout=-1
    else
      set timeout=0
    fi
  else
    if sleep --interruptible 3 ; then
      set timeout=0
    fi
  fi
fi
### END /etc/grub.d/30_os-prober ###

### BEGIN /etc/grub.d/40_custom ###
# This file provides an easy way to add custom menu entries.  Simply type the
# menu entries you want to add after this comment.  Be careful not to change
# the 'exec tail' line above.
### END /etc/grub.d/40_custom ###

### BEGIN /etc/grub.d/41_custom ###
if [ -f  $prefix/custom.cfg ]; then
  source $prefix/custom.cfg;
fi
### END /etc/grub.d/41_custom ###

-- 
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to grub2 in Ubuntu.
https://bugs.launchpad.net/bugs/1018687

Title:
  [Ubuntu 12.04] GRUB can't load any OS after the installation

Status in “grub2” package in Ubuntu:
  Incomplete

Bug description:
  When I try the first reboot after the Precise Pangolin installation, I
  can't boot any grub option (normal version, recovery, memtest).

  lspci

  00:00.0 RAM memory: nVidia Corporation MCP67 Memory Controller (rev a2)
  00:01.0 ISA bridge: nVidia Corporation MCP67 ISA Bridge (rev a2)
  00:01.1 SMBus: nVidia Corporation MCP67 SMBus (rev a2)
  00:02.0 USB Controller: nVidia Corporation MCP67 OHCI USB 1.1 Controller (rev a2)
  00:02.1 USB Controller: nVidia Corporation MCP67 EHCI USB 2.0 Controller (rev a2)
  00:04.0 USB Controller: nVidia Corporation MCP67 OHCI USB 1.1 Controller (rev a2)
  00:04.1 USB Controller: nVidia Corporation MCP67 EHCI USB 2.0 Controller (rev a2)
  00:06.0 IDE interface: nVidia Corporation MCP67 IDE Controller (rev a1)
  00:07.0 Audio device: nVidia Corporation MCP67 High Definition Audio (rev a1)
  00:08.0 PCI bridge: nVidia Corporation MCP67 PCI Bridge (rev a2)
  00:09.0 IDE interface: nVidia Corporation MCP67 AHCI Controller (rev a2)
  00:0a.0 Ethernet controller: nVidia Corporation MCP67 Ethernet (rev a2)
  00:0b.0 PCI bridge: nVidia Corporation MCP67 PCI Express Bridge (rev a2)
  00:0c.0 PCI bridge: nVidia Corporation MCP67 PCI Express Bridge (rev a2)
  00:0d.0 PCI bridge: nVidia Corporation MCP67 PCI Express Bridge (rev a2)
  00:0e.0 PCI bridge: nVidia Corporation MCP67 PCI Express Bridge (rev a2)
  00:0f.0 PCI bridge: nVidia Corporation MCP67 PCI Express Bridge (rev a2)
  00:10.0 PCI bridge: nVidia Corporation MCP67 PCI Express Bridge (rev a2)
  00:11.0 PCI bridge: nVidia Corporation MCP67 PCI Express Bridge (rev a2)
  00:12.0 VGA compatible controller: nVidia Corporation C68 [GeForce 7050 PV / nForce 630a] (rev a2)
  00:18.0 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] HyperTransport Technology Configuration
  00:18.1 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Address Map
  00:18.2 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] DRAM Controller
  00:18.3 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Miscellaneous Control

  lshw

  jeanromain-desktop
      description: Desktop Computer
      product: To Be Filled By O.E.M. (To Be Filled By O.E.M.)
      vendor: To Be Filled By O.E.M.
      version: To Be Filled By O.E.M.
      serial: To Be Filled By O.E.M.
      width: 64 bits
      capabilities: smbios-2.5 dmi-2.5 vsyscall64 vsyscall32
      configuration: boot=normal chassis=desktop family=To Be Filled By O.E.M. sku=To Be Filled By O.E.M. uuid=00020003-0004-0005-0006-000700080009
    *-core
         description: Motherboard
         product: 939N68PV-GLAN
         vendor: ASRock
         physical id: 0
       *-firmware
            description: BIOS
            vendor: American Megatrends Inc.
            physical id: 0
            version: P1.30
            date: 11/19/2009
            size: 64KiB
            capacity: 448KiB
            capabilities: pci upgrade shadowing cdboot bootselect socketedrom edd int13floppy1200 int13floppy720 int13floppy2880 int5printscreen int9keyboard int14serial int17printer int10video acpi usb ls120boot zipboot biosbootspecification netboot
       *-cpu
            description: CPU
            product: AMD Athlon(tm) 64 X2 Dual Core Processor 4600+
            vendor: Hynix Semiconductor (Hyundai Electronics)
            physical id: 3
            bus info: cpu at 0
            version: AMD Athlon(tm) 64 X2 Dual Core Processor 4600+
            serial: To Be Filled By O.E.M.
            slot: CPUSocket
            size: 2400MHz
            capacity: 2400MHz
            width: 64 bits
            clock: 200MHz
            capabilities: fpu fpu_exception wp vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt x86-64 3dnowext 3dnow rep_good nopl extd_apicid pni lahf_lm cmp_legacy cpufreq
          *-cache:0
               description: L1 cache
               physical id: 5
               slot: L1-Cache
               size: 256KiB
               capacity: 256KiB
               capabilities: pipeline-burst internal varies data
          *-cache:1
               description: L2 cache
               physical id: 6
               slot: L2-Cache
               size: 1MiB
               capacity: 1MiB
               capabilities: pipeline-burst internal varies unified
       *-memory:0
            description: System Memory
            physical id: 4
            slot: System board or motherboard
            size: 2GiB
          *-bank:0
               description: DIMM DDR Synchronous 333 MHz (3,0 ns)
               product: PartNum0
               vendor: Manufacturer0
               physical id: 0
               serial: SerNum0
               slot: DIMM0
               size: 1GiB
               width: 64 bits
               clock: 333MHz (3.0ns)
          *-bank:1
               description: DIMM DDR Synchronous 333 MHz (3,0 ns)
               product: PartNum1
               vendor: Manufacturer1
               physical id: 1
               serial: SerNum1
               slot: DIMM1
               size: 1GiB
               width: 64 bits
               clock: 333MHz (3.0ns)
          *-bank:2
               description: DIMM [empty]
               product: PartNum2
               vendor: Manufacturer2
               physical id: 2
               serial: SerNum2
               slot: DIMM2
          *-bank:3
               description: DIMM [empty]
               product: PartNum3
               vendor: Manufacturer3
               physical id: 3
               serial: SerNum3
               slot: DIMM3
       *-memory:1 UNCLAIMED
            description: RAM memory
            product: MCP67 Memory Controller
            vendor: nVidia Corporation
            physical id: 5
            bus info: pci at 0000:00:00.0
            version: a2
            width: 32 bits
            clock: 66MHz (15.2ns)
            capabilities: ht bus_master cap_list
            configuration: latency=0
       *-isa
            description: ISA bridge
            product: MCP67 ISA Bridge
            vendor: nVidia Corporation
            physical id: 1
            bus info: pci at 0000:00:01.0
            version: a2
            width: 32 bits
            clock: 66MHz
            capabilities: isa bus_master
            configuration: latency=0
            resources: ioport:1f00(size=256)
       *-serial
            description: SMBus
            product: MCP67 SMBus
            vendor: nVidia Corporation
            physical id: 1.1
            bus info: pci at 0000:00:01.1
            version: a2
            width: 32 bits
            clock: 66MHz
            capabilities: pm cap_list
            configuration: driver=nForce2_smbus latency=0
            resources: irq:11 ioport:ec00(size=64) ioport:1d00(size=64) ioport:1e00(size=64)
       *-usb:0
            description: USB Controller
            product: MCP67 OHCI USB 1.1 Controller
            vendor: nVidia Corporation
            physical id: 2
            bus info: pci at 0000:00:02.0
            version: a2
            width: 32 bits
            clock: 66MHz
            capabilities: pm ohci bus_master cap_list
            configuration: driver=ohci_hcd latency=0 maxlatency=1 mingnt=3
            resources: irq:20 memory:febff000-febfffff
       *-usb:1
            description: USB Controller
            product: MCP67 EHCI USB 2.0 Controller
            vendor: nVidia Corporation
            physical id: 2.1
            bus info: pci at 0000:00:02.1
            version: a2
            width: 32 bits
            clock: 66MHz
            capabilities: debug pm ehci bus_master cap_list
            configuration: driver=ehci_hcd latency=0 maxlatency=1 mingnt=3
            resources: irq:22 memory:febfec00-febfecff
       *-usb:2
            description: USB Controller
            product: MCP67 OHCI USB 1.1 Controller
            vendor: nVidia Corporation
            physical id: 10
            bus info: pci at 0000:00:04.0
            version: a2
            width: 32 bits
            clock: 66MHz
            capabilities: pm ohci bus_master cap_list
            configuration: driver=ohci_hcd latency=0 maxlatency=1 mingnt=3
            resources: irq:23 memory:febfd000-febfdfff
       *-usb:3
            description: USB Controller
            product: MCP67 EHCI USB 2.0 Controller
            vendor: nVidia Corporation
            physical id: 4.1
            bus info: pci at 0000:00:04.1
            version: a2
            width: 32 bits
            clock: 66MHz
            capabilities: debug pm ehci bus_master cap_list
            configuration: driver=ehci_hcd latency=0 maxlatency=1 mingnt=3
            resources: irq:21 memory:febfe800-febfe8ff
       *-ide:0
            description: IDE interface
            product: MCP67 IDE Controller
            vendor: nVidia Corporation
            physical id: 6
            bus info: pci at 0000:00:06.0
            version: a1
            width: 32 bits
            clock: 66MHz
            capabilities: ide pm bus_master cap_list
            configuration: driver=pata_amd latency=0 maxlatency=1 mingnt=3
            resources: irq:0 ioport:1f0(size=8) ioport:3f6 ioport:170(size=8) ioport:376 ioport:ffa0(size=16)
       *-multimedia
            description: Audio device
            product: MCP67 High Definition Audio
            vendor: nVidia Corporation
            physical id: 7
            bus info: pci at 0000:00:07.0
            version: a1
            width: 32 bits
            clock: 66MHz
            capabilities: pm msi ht bus_master cap_list
            configuration: driver=HDA Intel latency=0 maxlatency=5 mingnt=2
            resources: irq:20 memory:febf8000-febfbfff
       *-pci:0
            description: PCI bridge
            product: MCP67 PCI Bridge
            vendor: nVidia Corporation
            physical id: 8
            bus info: pci at 0000:00:08.0
            version: a2
            width: 32 bits
            clock: 66MHz
            capabilities: pci ht subtractive_decode bus_master cap_list
       *-ide:1
            description: IDE interface
            product: MCP67 AHCI Controller
            vendor: nVidia Corporation
            physical id: 9
            bus info: pci at 0000:00:09.0
            logical name: scsi2
            logical name: scsi5
            version: a2
            width: 32 bits
            clock: 66MHz
            capabilities: ide pm bus_master cap_list emulated
            configuration: driver=ahci latency=0 maxlatency=1 mingnt=3
            resources: irq:23 ioport:f80(size=8) ioport:f00(size=4) ioport:e80(size=8) ioport:e00(size=4) ioport:dc00(size=16) memory:febf6000-febf7fff
          *-disk
               description: ATA Disk
               product: SAMSUNG HD103SJ
               physical id: 0
               bus info: scsi at 2:0.0.0
               logical name: /dev/sda
               version: 1AJ1
               serial: S246J90ZC34236
               size: 931GiB (1TB)
               capabilities: partitioned partitioned:dos
               configuration: ansiversion=5 signature=0d77ecfa
             *-volume
                  description: Extended partition
                  physical id: 3
                  bus info: scsi at 2:0.0.0,3
                  logical name: /dev/sda3
                  size: 931GiB
                  capacity: 931GiB
                  capabilities: primary extended partitioned partitioned:extended
                *-logicalvolume:0
                     description: Linux filesystem partition
                     physical id: 5
                     logical name: /dev/sda5
                     logical name: /home
                     capacity: 49GiB
                     configuration: mount.fstype=ext4 mount.options=rw,relatime,barrier=1,data=ordered state=mounted
                *-logicalvolume:1
                     description: Linux swap / Solaris partition
                     physical id: 6
                     logical name: /dev/sda6
                     capacity: 4094MiB
                     capabilities: nofs
                *-logicalvolume:2
                     description: Linux filesystem partition
                     physical id: 7
                     logical name: /dev/sda7
                     logical name: /media/BACKUP
                     capacity: 827GiB
                     configuration: mount.fstype=ext4 mount.options=rw,relatime,barrier=1,data=ordered state=mounted
                *-logicalvolume:3
                     description: Linux filesystem partition
                     physical id: 8
                     logical name: /dev/sda8
                     logical name: /
                     capacity: 49GiB
                     configuration: mount.fstype=ext4 mount.options=rw,relatime,errors=remount-ro,barrier=1,data=ordered state=mounted
          *-cdrom
               description: DVD-RAM writer
               product: CDDVDW SH-S223L
               vendor: TSSTcorp
               physical id: 1
               bus info: scsi at 5:0.0.0
               logical name: /dev/cdrom
               logical name: /dev/cdrw
               logical name: /dev/dvd
               logical name: /dev/dvdrw
               logical name: /dev/scd0
               logical name: /dev/sr0
               version: SB02
               capabilities: removable audio cd-r cd-rw dvd dvd-r dvd-ram
               configuration: ansiversion=5 status=nodisc
       *-network
            description: Ethernet interface
            product: MCP67 Ethernet
            vendor: nVidia Corporation
            physical id: a
            bus info: pci at 0000:00:0a.0
            logical name: eth0
            version: a2
            serial: 00:19:66:6f:ba:4f
            capacity: 1Gbit/s
            width: 32 bits
            clock: 66MHz
            capabilities: pm msi ht bus_master cap_list ethernet physical mii 10bt 10bt-fd 100bt 100bt-fd 1000bt-fd autonegotiation
            configuration: autonegotiation=on broadcast=yes driver=forcedeth driverversion=0.64 latency=0 link=no maxlatency=20 mingnt=1 multicast=yes port=MII
            resources: irq:47 memory:febfc000-febfcfff ioport:d880(size=8) memory:febfe400-febfe4ff memory:febfe000-febfe00f
       *-pci:1
            description: PCI bridge
            product: MCP67 PCI Express Bridge
            vendor: nVidia Corporation
            physical id: b
            bus info: pci at 0000:00:0b.0
            version: a2
            width: 32 bits
            clock: 33MHz
            capabilities: pci pm msi ht pciexpress normal_decode bus_master cap_list
            configuration: driver=pcieport
            resources: irq:40
       *-pci:2
            description: PCI bridge
            product: MCP67 PCI Express Bridge
            vendor: nVidia Corporation
            physical id: c
            bus info: pci at 0000:00:0c.0
            version: a2
            width: 32 bits
            clock: 33MHz
            capabilities: pci pm msi ht pciexpress normal_decode bus_master cap_list
            configuration: driver=pcieport
            resources: irq:41
       *-pci:3
            description: PCI bridge
            product: MCP67 PCI Express Bridge
            vendor: nVidia Corporation
            physical id: d
            bus info: pci at 0000:00:0d.0
            version: a2
            width: 32 bits
            clock: 33MHz
            capabilities: pci pm msi ht pciexpress normal_decode bus_master cap_list
            configuration: driver=pcieport
            resources: irq:42
       *-pci:4
            description: PCI bridge
            product: MCP67 PCI Express Bridge
            vendor: nVidia Corporation
            physical id: e
            bus info: pci at 0000:00:0e.0
            version: a2
            width: 32 bits
            clock: 33MHz
            capabilities: pci pm msi ht pciexpress normal_decode bus_master cap_list
            configuration: driver=pcieport
            resources: irq:43
       *-pci:5
            description: PCI bridge
            product: MCP67 PCI Express Bridge
            vendor: nVidia Corporation
            physical id: f
            bus info: pci at 0000:00:0f.0
            version: a2
            width: 32 bits
            clock: 33MHz
            capabilities: pci pm msi ht pciexpress normal_decode bus_master cap_list
            configuration: driver=pcieport
            resources: irq:44
       *-pci:6
            description: PCI bridge
            product: MCP67 PCI Express Bridge
            vendor: nVidia Corporation
            physical id: 100
            bus info: pci at 0000:00:10.0
            version: a2
            width: 32 bits
            clock: 33MHz
            capabilities: pci pm msi ht pciexpress normal_decode bus_master cap_list
            configuration: driver=pcieport
            resources: irq:45
       *-pci:7
            description: PCI bridge
            product: MCP67 PCI Express Bridge
            vendor: nVidia Corporation
            physical id: 11
            bus info: pci at 0000:00:11.0
            version: a2
            width: 32 bits
            clock: 33MHz
            capabilities: pci pm msi ht pciexpress normal_decode bus_master cap_list
            configuration: driver=pcieport
            resources: irq:46
       *-display
            description: VGA compatible controller
            product: C68 [GeForce 7050 PV / nForce 630a]
            vendor: nVidia Corporation
            physical id: 12
            bus info: pci at 0000:00:12.0
            version: a2
            width: 64 bits
            clock: 66MHz
            capabilities: pm msi vga_controller bus_master cap_list rom
            configuration: driver=nvidia latency=0
            resources: irq:21 memory:fd000000-fdffffff memory:d0000000-dfffffff memory:fc000000-fcffffff memory:febc0000-febdffff
       *-pci:8
            description: Host bridge
            product: K8 [Athlon64/Opteron] HyperTransport Technology Configuration
            vendor: Hynix Semiconductor (Hyundai Electronics)
            physical id: 101
            bus info: pci at 0000:00:18.0
            version: 00
            width: 32 bits
            clock: 33MHz
       *-pci:9
            description: Host bridge
            product: K8 [Athlon64/Opteron] Address Map
            vendor: Hynix Semiconductor (Hyundai Electronics)
            physical id: 102
            bus info: pci at 0000:00:18.1
            version: 00
            width: 32 bits
            clock: 33MHz
       *-pci:10
            description: Host bridge
            product: K8 [Athlon64/Opteron] DRAM Controller
            vendor: Hynix Semiconductor (Hyundai Electronics)
            physical id: 103
            bus info: pci at 0000:00:18.2
            version: 00
            width: 32 bits
            clock: 33MHz
       *-pci:11
            description: Host bridge
            product: K8 [Athlon64/Opteron] Miscellaneous Control
            vendor: Hynix Semiconductor (Hyundai Electronics)
            physical id: 104
            bus info: pci at 0000:00:18.3
            version: 00
            width: 32 bits
            clock: 33MHz
            configuration: driver=k8temp
            resources: irq:0
    *-network
         description: Wireless interface
         physical id: 1
         bus info: usb at 2:1.2
         logical name: wlan0
         serial: 00:0a:78:ac:40:ea
         capabilities: ethernet physical wireless
         configuration: broadcast=yes driver=r8712u ip=192.168.200.176 multicast=yes wireless=IEEE 802.11bg

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/1018687/+subscriptions




More information about the foundations-bugs mailing list