want some advice on grub 2 chaining issues

2011-06-11 Thread Joel Rees
Want to figure out whether to file a bug on this or not, and maybe how many.

Three drives, four installs of Linux at this time.

80G drive hung off the motherboard's controller, 16OG and 320G hung
off the expansion card's controller in the master positions of the
primary and secondary channels:

00:0f.0 IDE interface: VIA Technologies, Inc.
VT82C586A/B/VT82C686/A/B/VT823x/A/C PIPC Bus Master IDE (rev 06)

ata-Maxtor_4R080L0_R2T745PE

00:07.0 Mass storage controller: Integrated Technology Express, Inc.
IT/ITE8212 Dual channel ATA RAID controller (rev 13)

ata-Maxtor_6B160P0_B41H5J7H
ata-WDC_WD3200AAJB-00J3A0_WD-WCAV2Z842365

Debian is in the 1st partition of the 80G drive on the motherboard's
controller, single partition.

Fedora 14 is in the 1st and 3rd partition of the 160G drive on the
primary channel of the expansion card. Also, a liveCD install of F14
on the 4th partition of the 320G drive.

Fedora 15 is on the 1st and 2nd partitions of the 320G drive.

With only one drive connected (at the same points as above), I can
boot each of the OSses.

With all three connected as above, I can only boot Debian and the F14
on the 160G drive. But I can't chain boot anything.

Trying to boot the 320G drive or chain boot the 160G or 320G drive,
there is no response after the selector screen.

Trying to chain boot the 80G drive to itself gives the message,
invalid signature.

 /etc/grub.d/40_custom:
---
#!/bin/sh
exec tail -n +3 $0
# 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.

# chainload the first three disks blindly

menuentry chain first drive (self) {
# set root=(hd0,1)
insmod part_msdos
insmod ext2
set root=(hd2,msdos1)
search --no-floppy --fs-uuid --set=root 32e25b11-5b7b-4686-b6bd-e36159a3162b
chainloader +1
}

menuentry chain second {
# set root=(hd1,1)
insmod part_msdos
insmod ext2
set root=(hd0,msdos1)
search --no-floppy --fs-uuid --set root=6f56e069-9379-4552-91d9-e30920bbd173
chainloader +1
}

menuentry chain third {
# set root=(hd3,1)
insmod part_msdos
insmod ext2
set root=(hd1,msdos1)
search --no-floppy --fs-uuid --set=root bfb92d48-0cd1-4eb0-8e33-ea54e93936dd
chainloader +1
}

menuentry chain third part 4 {
# set root=(hd3,4)
insmod part_msdos
insmod ext2
set root=(hd1,msdos4)
search --no-floppy --fs-uuid --set=root da739f32-f4b4-4632-bc74-4e908ea02d2c
chainloader +1
}

-- /boot/grub/device.map--
(hd0)   /dev/disk/by-id/ata-Maxtor_6B160P0_B41H5J7H
(hd1)   /dev/disk/by-id/ata-WDC_WD3200AAJB-00J3A0_WD-WCAV2Z842365
(hd2)   /dev/disk/by-id/ata-Maxtor_4R080L0_R2T745PE

--/boot/grub/grub.cfg after update-grub:
-
rover@deb:~$ cat /boot/grub/grub.cfg
#
# 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
  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 load_video {
  insmod vbe
  insmod vga
  insmod video_bochs
  insmod video_cirrus
}

insmod part_msdos
insmod ext2
set root='(hd2,msdos1)'
search --no-floppy --fs-uuid --set 32e25b11-5b7b-4686-b6bd-e36159a3162b
if loadfont /usr/share/grub/unicode.pf2 ; then
  set gfxmode=640x480
  load_video
  insmod gfxterm
fi
terminal_output gfxterm
insmod part_msdos
insmod ext2
set root='(hd2,msdos1)'
search --no-floppy --fs-uuid --set 32e25b11-5b7b-4686-b6bd-e36159a3162b
set locale_dir=($root)/boot/grub/locale
set lang=ja
insmod gettext
set timeout=5
play 480 440 1
### END /etc/grub.d/00_header ###

### BEGIN /etc/grub.d/05_debian_theme ###
insmod part_msdos
insmod ext2
set root='(hd2,msdos1)'
search --no-floppy --fs-uuid --set 32e25b11-5b7b-4686-b6bd-e36159a3162b
insmod png
if background_image /usr/share/images/desktop-base/spacefun-grub.png; then
  set color_normal=light-gray/black
  set color_highlight=white/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/08_os-prober ###
menuentry Fedora (2.6.35.13-91.fc14.i686.PAE) (on /dev/sdb1) {
insmod part_msdos
insmod ext2
set root='(hd0,msdos1)'
search --no-floppy --fs-uuid --set 6f56e069-9379-4552-91d9-e30920bbd173
linux /boot/vmlinuz-2.6.35.13-91.fc14.i686.PAE ro
root=UUID=6f56e069-9379-4552-91d9-e30920bbd173 rd_LVM_LV=f15/f15_swap
rd_LVM_LV=vg_f11/f11swap rd_NO_LUKS rd_NO_MD rd_NO_DM LANG=ja_JP.UTF-8
KEYTABLE=jp106 rhgb quiet
initrd 

Re: Still failures for i386 and mipsel D-I daily builds

2011-06-11 Thread Kurt Roeckx
On Tue, Jun 07, 2011 at 07:01:49AM +0200, Christian PERRIER wrote:
 We still have no D-I daily builds for i386 and mipsel.
 
 For i386, Kurt mentioned that some fixes have to be done and th
 ecronjob is disabled until they've been made. It's not completely
 clear to me about *who* can do such fixes, apart from Phil Kern (who
 did setup the autobuild). I don't really want to point fingers..but I
 would like to see the probleme fixed..:-)

phil re-wrote the script and it's currently building on biber
(i386).  cron is reactivated.


Kurt


-- 
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20110611160125.ga20...@roeckx.be



Re: please unblock udev

2011-06-11 Thread Adam D. Barratt
On Sat, 2011-06-11 at 04:37 +0200, Marco d'Itri wrote:

Unblocked.  For the record, Otavio acked the unblock, but only on IRC...

Regards,

Adam


-- 
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/1307820496.15770.12.ca...@hathi.jungle.funky-badger.org



Re: debian-installer - HP ProBook 6560b

2011-06-11 Thread Philipp Kern
On 2011-06-10, Lennart Sorensen lsore...@csclub.uwaterloo.ca wrote:
 what can i do to install debian on this laptop?
 Wait a while.  Anything with Sandy Bridge built in graphics is a
 nightmare under linux at this time.  Debian unstable MIGHT be able to
 get it going, but testing almost certainly can't yet.  No change at all
 with stable.  This will be true with probably all linux distributions
 at this time.

Oh wheezy works perfect.  At least with 2.6.39 from sid (but
xserver-xorg-video-intel from wheezy).

Kind regards
Philipp Kenr


-- 
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/slrniv7i5l.2i8.tr...@kelgar.0x539.de



Please unblock bogl

2011-06-11 Thread Samuel Thibault
Thanks,
Samuel


-- 
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20110611195933.gx22...@const.famille.thibault.fr



Bug#630179: anna: Use uts.version rather than uts.release on hurd-any

2011-06-11 Thread Samuel Thibault
Package: anna
Version: 1.40
Severity: wishlist
User: debian-h...@lists.debian.org
Usertags: hurd

anna uses uname'()'s uts.release field to know the kernel version. On
GNU/Hurd, this actually provides the hurd servers version (0.3
currently), and uts.version should be used instead (GNU-Mach
1.3.99/Hurd-0.3 currently).  This is only a wishlist for now as we
don't use this feature yet, it's mostly to document the issue to be
worked on some day.

Samuel

-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable'), (1, 
'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.39 (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

-- 
Samuel Thibault samuel.thiba...@fnac.net
 Moralité : le modem et le cablerouteur font comme les filles, ils
 papotent toute la journée.
 -+- RB in NPC : Et en plus, ils ne parlent que de bits -+-



--
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20110611225033.ga7...@const.famille.thibault.fr



Debian installer build: failed or old builds

2011-06-11 Thread Daily build aggregator
Debian installer build overview
---

Failed or old builds:

* OLD BUILD:mipsel May 29 00:08 buildd@rem build_cobalt_netboot-2.6_serial 

http://d-i.debian.org/daily-images/mipsel/daily/build_cobalt_netboot-2.6_serial.log

* OLD BUILD:mipsel May 29 00:11 buildd@rem build_cobalt_netboot-2.6_ssh 

http://d-i.debian.org/daily-images/mipsel/daily/build_cobalt_netboot-2.6_ssh.log

* OLD BUILD:mipsel May 29 00:12 buildd@rem build_cobalt_netboot-2.6_common 

http://d-i.debian.org/daily-images/mipsel/daily/build_cobalt_netboot-2.6_common.log

* OLD BUILD:mipsel May 29 00:15 buildd@rem build_malta_netboot-2.6 

http://d-i.debian.org/daily-images/mipsel/daily/build_malta_netboot-2.6.log

* OLD BUILD:mipsel May 29 00:18 buildd@rem build_sb1-bcm91250a_netboot-2.6 

http://d-i.debian.org/daily-images/mipsel/daily/build_sb1-bcm91250a_netboot-2.6.log


Totals: 108 builds (0 failed, 5 old)


-- 
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1qvz23-0007s6...@ravel.debian.org