Bug#504390: grub-pc: booting WinXP Pro on /dev/hdb1 fails
Mahashakti89
mahashakti89 at orange.fr
Mon Nov 3 11:32:57 UTC 2008
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Package: grub-pc
Version: 1.96+20080724-11
Severity: important
Hi,
Trying to boot WinXP on /dev/hdb1 fails, I am facing a blank screen ...
Ctrl+Alt+Suppr does'nt work, I have to reset the machine by pushing the reset button.
There is no problem if I use grub-legacy, everything is working fine.
The only way to boot XP is to change the disk order in the BIOS and to set /dev/hdb as the first
disk.
Regards
mahashakti89 (mahashakti89 at orange.fr)
- -- Package-specific info:
*********************** BEGIN /proc/mounts
/dev/hda6 / xfs rw,noatime,nodiratime,noquota 0 0
/dev/hda1 /boot reiserfs rw,notail 0 0
/dev/hda7 /home xfs rw,noatime,nodiratime,attr2,noquota 0 0
/dev/hda8 /opt xfs rw,noatime,nodiratime,noquota 0 0
/dev/hda9 /tmp xfs rw,noatime,nodiratime,noquota 0 0
/dev/hda10 /usr xfs rw,noatime,nodiratime,noquota 0 0
/dev/hda11 /var xfs rw,noatime,nodiratime,noquota 0 0
/dev/hda12 /data xfs rw,noatime,nodiratime,attr2,noquota 0 0
/dev/hdb12 /mnt/backup xfs rw,noatime,nodiratime,attr2,noquota 0 0
*********************** END /proc/mounts
*********************** BEGIN /boot/grub/device.map
(hd0) /dev/hda
(hd1) /dev/hdb
(hd2) /dev/sda
*********************** END /boot/grub/device.map
*********************** BEGIN /boot/grub/grub.cfg
#
# DO NOT EDIT THIS FILE
#
# It is automatically generated by /usr/sbin/update-grub using templates
# from /etc/grub.d and settings from /etc/default/grub
#
### BEGIN /etc/grub.d/00_header ###
set default=2
set timeout=5
set root=(hd0,10)
search --fs-uuid --set 5be311b7-c34b-47c7-8c11-6057cba9d704
if font /share/grub/ascii.pff ; then
set gfxmode=1024x768
insmod gfxterm
insmod vbe
terminal gfxterm
fi
### END /etc/grub.d/00_header ###
### BEGIN /etc/grub.d/05_debian_theme ###
set root=(hd0,10)
search --fs-uuid --set 5be311b7-c34b-47c7-8c11-6057cba9d704
insmod tga
if background_image /share/images/grub/Dark_Lord.tga ; 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/10_hurd ###
### END /etc/grub.d/10_hurd ###
### BEGIN /etc/grub.d/10_linux ###
menuentry "Debian GNU/Linux, linux 2.6.27" {
set root=(hd0,1)
search --fs-uuid --set 68b48464-1b5a-4474-8674-52144d9f7421
linux /vmlinuz-2.6.27 root=/dev/hda6 ro resume2:swap=/dev/hda5 nosplash vga=791
initrd /initrd.img-2.6.27
}
menuentry "Debian GNU/Linux, linux 2.6.27 (single-user mode)" {
set root=(hd0,1)
search --fs-uuid --set 68b48464-1b5a-4474-8674-52144d9f7421
linux /vmlinuz-2.6.27 root=/dev/hda6 ro single resume2:swap=/dev/hda5 nosplash vga=791
initrd /initrd.img-2.6.27
}
menuentry "Debian GNU/Linux, linux 2.6.26-1-amd64" {
set root=(hd0,1)
search --fs-uuid --set 68b48464-1b5a-4474-8674-52144d9f7421
linux /vmlinuz-2.6.26-1-amd64 root=/dev/hda6 ro resume2:swap=/dev/hda5 nosplash vga=791
initrd /initrd.img-2.6.26-1-amd64
}
menuentry "Debian GNU/Linux, linux 2.6.26-1-amd64 (single-user mode)" {
set root=(hd0,1)
search --fs-uuid --set 68b48464-1b5a-4474-8674-52144d9f7421
linux /vmlinuz-2.6.26-1-amd64 root=/dev/hda6 ro single resume2:swap=/dev/hda5 nosplash vga=791
initrd /initrd.img-2.6.26-1-amd64
}
### END /etc/grub.d/10_linux ###
### BEGIN /etc/grub.d/30_os-prober ###
menuentry "Microsoft Windows XP Professionnel (on /dev/hdb1)" {
set root=(hd1,1)
chainloader +1
}
menuentry "Ubuntu 8.04 (8.04) (on /dev/hdb7)" {
set root=(hd1,5)
linux /boot/vmlinuz-2.6.24-16-rt root=/dev/hdb7
initrd /boot/initrd.img-2.6.24-16-rt
}
menuentry "Arch Linux (on /dev/sda1)" {
set root=(hd2,1)
linux /boot/vmlinuz26 root=/dev/disk/by-uuid/cf6ca6d0-6f1b-4d9f-8044-b58da2231b9c ro
initrd /boot/kernel26.img
}
menuentry "Arch Linux Fallback (on /dev/sda1)" {
set root=(hd2,1)
linux /boot/vmlinuz26 root=/dev/disk/by-uuid/cf6ca6d0-6f1b-4d9f-8044-b58da2231b9c ro
initrd /boot/kernel26-fallback.img
}
### END /etc/grub.d/30_os-prober ###
### BEGIN /etc/grub.d/40_custom ###
# This file is an example on how to add custom entries
### END /etc/grub.d/40_custom ###
*********************** END /boot/grub/grub.cfg
- -- System Information:
Debian Release: lenny/sid
APT prefers unstable
APT policy: (996, 'unstable'), (101, 'experimental')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.27 (SMP w/2 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages grub-pc depends on:
ii debconf [debconf-2.0] 1.5.24 Debian configuration management sy
ii grub-common 1.96+20080831-1 GRand Unified Bootloader, version
ii libc6 2.7-15 GNU C Library: Shared libraries
ii liblzo2-2 2.03-1 data compression library
ii libncurses5 5.6+20081025-1 shared libraries for terminal hand
grub-pc recommends no packages.
Versions of packages grub-pc suggests:
ii desktop-base 5.0.2 common files for the Debian Deskto
ii os-prober 1.28 utility to detect other OSes on a
- -- debconf information:
* grub-pc/linux_cmdline:
* grub-pc/chainload_from_menu.lst: true
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
iEYEARECAAYFAkkO4WkACgkQS8dD2kMGDc3n8gCfaIxGYn0/nJ/eqj/uA4KVyOSE
+bYAnijgxq7LVyKn+rkZSQV1Ol/4C6k8
=6/ZK
-----END PGP SIGNATURE-----
More information about the Pkg-grub-devel
mailing list