Package: grub-pc
Version: 1.97+20091210-1
Severity: normal

I have also problem with booting Xen.

I have something like this:

### BEGIN /etc/grub.d/09_xenowe ###
menuentry "Xen 3.4 i386, Debian GNU/Linux, Linux 
2.6.31.6-sredniczarny-xen-pv_ops-00725-g88915d3" {
        insmod ext2
        set root=(hd0,1)
        search --no-floppy --fs-uuid --set 112f7462-0a8b-4a93-b9e9-03bf35526c98
        multiboot       //xen-3.4-i386.gz dom0_mem=1024M
        module  //vmlinuz-2.6.31.6-sredniczarny-xen-pv_ops-00725-g88915d3 
root=/dev/mapper/sredniczarny-root ro console=ttyS0
        module  //initrd.img-2.6.31.6-sredniczarny-xen-pv_ops-00725-g88915d3
}
### END /etc/grub.d/09_xenowe ###

And xen ends with message:

"Xen cannot access memory beyond end of bootstrap direct-map area"

And then stack dump follows.

Very similar to this: 
http://cache.gmane.org//gmane/comp/emulators/xen/devel/70691-001.bin
Only line with Unknown interupt differs (there are other flags)


It looks like Xen is trying to read (probably load kernel) data from wrong
place. So probably Grub wrongly told it about it.



-- Package-specific info:

*********************** BEGIN /proc/mounts
/dev/mapper/sredniczarny-root / ext4 
rw,relatime,errors=remount-ro,user_xattr,commit=60,barrier=1,data=ordered 0 0
/dev/sda1 /boot ext3 rw,relatime,errors=continue,barrier=1,data=ordered 0 0
/dev/mapper/sredniczarny-tmp /tmp ext4 
rw,relatime,user_xattr,commit=120,barrier=1,data=ordered 0 0
/dev/mapper/sredniczarny-usr /usr ext4 
rw,relatime,user_xattr,acl,commit=60,barrier=1,data=ordered 0 0
/dev/mapper/sredniczarny-var /var ext4 
rw,relatime,user_xattr,acl,commit=60,barrier=1,data=ordered 0 0
/dev/mapper/sredniczarny-home /home ext4 
rw,noatime,user_xattr,acl,commit=120,barrier=1,data=ordered 0 0
*********************** END /proc/mounts

*********************** BEGIN /boot/grub/device.map
(hd0)   /dev/sda
*********************** END /boot/grub/device.map

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

### BEGIN /etc/grub.d/00_header ###
set default=0
insmod ext2
set root=(hd0,1)
search --no-floppy --fs-uuid --set 112f7462-0a8b-4a93-b9e9-03bf35526c98
if loadfont /grub/unicode.pf2 ; then
  set gfxmode=640x480
  insmod gfxterm
  insmod vbe
  if terminal_output gfxterm ; then true ; else
    # For backward compatibility with versions of terminal.mod that don't
    # understand terminal_output
    terminal gfxterm
  fi
fi
set locale_dir=/boot/grub/locale
set lang=pl
insmod gettext 
set timeout=5
### END /etc/grub.d/00_header ###

### BEGIN /etc/grub.d/05_debian_theme ###
insmod ext2
set root=(hd0,1)
search --no-floppy --fs-uuid --set 112f7462-0a8b-4a93-b9e9-03bf35526c98
insmod png
if background_image /grub/moreblue-orbit-grub.png ; then
  set color_normal=black/black
  set color_highlight=magenta/black
else
  set menu_color_normal=cyan/blue
  set menu_color_highlight=white/blue
fi
### END /etc/grub.d/05_debian_theme ###

### BEGIN /etc/grub.d/09_xenowe ###
menuentry "Xen 3.4 i386, Debian GNU/Linux, Linux 
2.6.31.6-sredniczarny-xen-pv_ops-00725-g88915d3" {
        insmod ext2
        set root=(hd0,1)
        search --no-floppy --fs-uuid --set 112f7462-0a8b-4a93-b9e9-03bf35526c98
        multiboot       //xen-3.4-i386.gz dom0_mem=1024M
        module  //vmlinuz-2.6.31.6-sredniczarny-xen-pv_ops-00725-g88915d3 
root=/dev/mapper/sredniczarny-root ro console=ttyS0  vga=791
        module  //initrd.img-2.6.31.6-sredniczarny-xen-pv_ops-00725-g88915d3
}
menuentry "Xen 3.4 i386, Debian GNU/Linux, Linux 
2.6.31.6-sredniczarny-xen-pv_ops-00725-g88915d3 (recovery mode)" {
        insmod ext2
        set root=(hd0,1)
        search --no-floppy --fs-uuid --set 112f7462-0a8b-4a93-b9e9-03bf35526c98
        multiboot       //xen-3.4-i386.gz dom0_mem=1024M
        module  //vmlinuz-2.6.31.6-sredniczarny-xen-pv_ops-00725-g88915d3 
root=/dev/mapper/sredniczarny-root ro console=ttyS0 single 
        module  //initrd.img-2.6.31.6-sredniczarny-xen-pv_ops-00725-g88915d3
}
### END /etc/grub.d/09_xenowe ###

### BEGIN /etc/grub.d/10_linux ###
menuentry "Debian GNU/Linux, with Linux 2.6.33-rc1-sredniczarny-00092-g70e66a5" 
{
        insmod ext2
        set root=(hd0,1)
        search --no-floppy --fs-uuid --set 112f7462-0a8b-4a93-b9e9-03bf35526c98
        linux   //vmlinuz-2.6.33-rc1-sredniczarny-00092-g70e66a5 
root=/dev/mapper/sredniczarny-root ro  vga=791
        initrd  //initrd.img-2.6.33-rc1-sredniczarny-00092-g70e66a5
}
menuentry "Debian GNU/Linux, with Linux 2.6.33-rc1-sredniczarny-00092-g70e66a5 
(recovery mode)" {
        insmod ext2
        set root=(hd0,1)
        search --no-floppy --fs-uuid --set 112f7462-0a8b-4a93-b9e9-03bf35526c98
        linux   //vmlinuz-2.6.33-rc1-sredniczarny-00092-g70e66a5 
root=/dev/mapper/sredniczarny-root ro single 
        initrd  //initrd.img-2.6.33-rc1-sredniczarny-00092-g70e66a5
}
menuentry "Debian GNU/Linux, with Linux 
2.6.31.6-sredniczarny-xen-pv_ops-00725-g88915d3" {
        insmod ext2
        set root=(hd0,1)
        search --no-floppy --fs-uuid --set 112f7462-0a8b-4a93-b9e9-03bf35526c98
        linux   //vmlinuz-2.6.31.6-sredniczarny-xen-pv_ops-00725-g88915d3 
root=/dev/mapper/sredniczarny-root ro  vga=791
        initrd  //initrd.img-2.6.31.6-sredniczarny-xen-pv_ops-00725-g88915d3
}
menuentry "Debian GNU/Linux, with Linux 
2.6.31.6-sredniczarny-xen-pv_ops-00725-g88915d3 (recovery mode)" {
        insmod ext2
        set root=(hd0,1)
        search --no-floppy --fs-uuid --set 112f7462-0a8b-4a93-b9e9-03bf35526c98
        linux   //vmlinuz-2.6.31.6-sredniczarny-xen-pv_ops-00725-g88915d3 
root=/dev/mapper/sredniczarny-root ro single 
        initrd  //initrd.img-2.6.31.6-sredniczarny-xen-pv_ops-00725-g88915d3
}
menuentry "Debian GNU/Linux, with Linux 2.6.31-1-686-bigmem" {
        insmod ext2
        set root=(hd0,1)
        search --no-floppy --fs-uuid --set 112f7462-0a8b-4a93-b9e9-03bf35526c98
        linux   //vmlinuz-2.6.31-1-686-bigmem 
root=/dev/mapper/sredniczarny-root ro  vga=791
        initrd  //initrd.img-2.6.31-1-686-bigmem
}
menuentry "Debian GNU/Linux, with Linux 2.6.31-1-686-bigmem (recovery mode)" {
        insmod ext2
        set root=(hd0,1)
        search --no-floppy --fs-uuid --set 112f7462-0a8b-4a93-b9e9-03bf35526c98
        linux   //vmlinuz-2.6.31-1-686-bigmem 
root=/dev/mapper/sredniczarny-root ro single 
        initrd  //initrd.img-2.6.31-1-686-bigmem
}
menuentry "Debian GNU/Linux, with Linux 2.6.31-1-686" {
        insmod ext2
        set root=(hd0,1)
        search --no-floppy --fs-uuid --set 112f7462-0a8b-4a93-b9e9-03bf35526c98
        linux   //vmlinuz-2.6.31-1-686 root=/dev/mapper/sredniczarny-root ro  
vga=791
        initrd  //initrd.img-2.6.31-1-686
}
menuentry "Debian GNU/Linux, with Linux 2.6.31-1-686 (recovery mode)" {
        insmod ext2
        set root=(hd0,1)
        search --no-floppy --fs-uuid --set 112f7462-0a8b-4a93-b9e9-03bf35526c98
        linux   //vmlinuz-2.6.31-1-686 root=/dev/mapper/sredniczarny-root ro 
single 
        initrd  //initrd.img-2.6.31-1-686
}
menuentry "Debian GNU/Linux, with Linux 2.6.30-2-486" {
        insmod ext2
        set root=(hd0,1)
        search --no-floppy --fs-uuid --set 112f7462-0a8b-4a93-b9e9-03bf35526c98
        linux   //vmlinuz-2.6.30-2-486 root=/dev/mapper/sredniczarny-root ro  
vga=791
        initrd  //initrd.img-2.6.30-2-486
}
menuentry "Debian GNU/Linux, with Linux 2.6.30-2-486 (recovery mode)" {
        insmod ext2
        set root=(hd0,1)
        search --no-floppy --fs-uuid --set 112f7462-0a8b-4a93-b9e9-03bf35526c98
        linux   //vmlinuz-2.6.30-2-486 root=/dev/mapper/sredniczarny-root ro 
single 
        initrd  //initrd.img-2.6.30-2-486
}
### END /etc/grub.d/10_linux ###

### BEGIN /etc/grub.d/30_os-prober ###
### 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 ###
*********************** END /boot/grub/grub.cfg

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.31-1-686-bigmem (SMP w/1 CPU core)
Locale: LANG=pl_PL.UTF-8, LC_CTYPE=pl_PL.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to pl_PL.UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages grub-pc depends on:
ii  debconf [debconf-2.0]    1.5.28          Debian configuration management sy
ii  grub-common              1.97+20091210-1 GRand Unified Bootloader, version 
ii  libc6                    2.10.2-2        GNU C Library: Shared libraries
ii  ucf                      3.0025          Update Configuration File: preserv

grub-pc recommends no packages.

Versions of packages grub-pc suggests:
ii  desktop-base                  5.0.5      common files for the Debian Deskto

-- debconf information:
  grub2/kfreebsd_cmdline:
* grub2/linux_cmdline:
  grub-pc/chainload_from_menu.lst: true
  grub-pc/kopt_extracted: false
* grub-pc/install_devices: (hd0)
  grub-pc/postrm_purge_boot_grub: false
  grub2/kfreebsd_cmdline_default: quiet
* grub2/linux_cmdline_default: vga=791



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to