Your message dated Sun, 24 Oct 2010 17:02:32 +0200
with message-id <[email protected]>
and subject line Re: grub-pc: updatedefaultentry not available any more
has caused the Debian Bug report #559859,
regarding grub-pc: updatedefaultentry not available any more
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
559859: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=559859
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: grub-pc
Version: 1.97+20091130-1
Severity: normal

One thing that was useful with grub1 was updatedefaultentry, which
doesn't seem to have an equivalent in grub2.

Samuel

-- Package-specific info:

*********************** BEGIN /proc/mounts
/dev/root / ext3 rw,noatime,errors=remount-ro,data=writeback 0 0
/dev/hda1 /mnt/dell vfat 
ro,relatime,fmask=0022,dmask=0022,codepage=cp850,iocharset=cp850,shortname=mixed,errors=remount-ro
 0 0
/dev/hda2 /mnt/win ntfs 
ro,relatime,uid=1000,gid=100,umask=0222,nls=iso8859-15,errors=continue,mft_zone_multiplier=1
 0 0
/dev/hda10 /mnt/compil ext2 rw,nosuid,nodev,noexec,noatime,errors=continue 0 0
/dev/root /chroot/testing-i386/home ext3 
rw,noatime,errors=remount-ro,data=writeback 0 0
*********************** END /proc/mounts

*********************** BEGIN /boot/grub/device.map
(hd0)   /dev/hda
(hd0)   /dev/loop0
*********************** 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,6)
search --no-floppy --fs-uuid --set 4a792f25-e877-4fe0-aca4-ca867f490139
if loadfont /usr/share/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=fr
insmod gettext 
set timeout=5
### END /etc/grub.d/00_header ###

### BEGIN /etc/grub.d/05_debian_theme ###
insmod ext2
set root=(hd0,6)
search --no-floppy --fs-uuid --set 4a792f25-e877-4fe0-aca4-ca867f490139
insmod png
if background_image /boot/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/10_linux ###
menuentry "Debian GNU/Linux, with Linux 2.6.32" {
        insmod ext2
        set root=(hd0,6)
        search --no-floppy --fs-uuid --set 4a792f25-e877-4fe0-aca4-ca867f490139
        linux   /boot/vmlinuz-2.6.32 root=/dev/hda6 ro video=intelfb vga=ext 
elevator=cfq 
}
menuentry "Debian GNU/Linux, with Linux 2.6.32 (recovery mode)" {
        insmod ext2
        set root=(hd0,6)
        search --no-floppy --fs-uuid --set 4a792f25-e877-4fe0-aca4-ca867f490139
        linux   /boot/vmlinuz-2.6.32 root=/dev/hda6 ro single video=intelfb 
vga=ext elevator=cfq
}
menuentry "Debian GNU/Linux, with Linux 2.6.32.old" {
        insmod ext2
        set root=(hd0,6)
        search --no-floppy --fs-uuid --set 4a792f25-e877-4fe0-aca4-ca867f490139
        linux   /boot/vmlinuz-2.6.32.old root=/dev/hda6 ro video=intelfb 
vga=ext elevator=cfq 
}
menuentry "Debian GNU/Linux, with Linux 2.6.32.old (recovery mode)" {
        insmod ext2
        set root=(hd0,6)
        search --no-floppy --fs-uuid --set 4a792f25-e877-4fe0-aca4-ca867f490139
        linux   /boot/vmlinuz-2.6.32.old root=/dev/hda6 ro single video=intelfb 
vga=ext elevator=cfq
}
menuentry "Debian GNU/Linux, with Linux 2.6.31" {
        insmod ext2
        set root=(hd0,6)
        search --no-floppy --fs-uuid --set 4a792f25-e877-4fe0-aca4-ca867f490139
        linux   /boot/vmlinuz-2.6.31 root=/dev/hda6 ro video=intelfb vga=ext 
elevator=cfq 
}
menuentry "Debian GNU/Linux, with Linux 2.6.31 (recovery mode)" {
        insmod ext2
        set root=(hd0,6)
        search --no-floppy --fs-uuid --set 4a792f25-e877-4fe0-aca4-ca867f490139
        linux   /boot/vmlinuz-2.6.31 root=/dev/hda6 ro single video=intelfb 
vga=ext elevator=cfq
}
menuentry "Debian GNU/Linux, with Linux 2.6.30" {
        insmod ext2
        set root=(hd0,6)
        search --no-floppy --fs-uuid --set 4a792f25-e877-4fe0-aca4-ca867f490139
        linux   /boot/vmlinuz-2.6.30 root=/dev/hda6 ro video=intelfb vga=ext 
elevator=cfq 
}
menuentry "Debian GNU/Linux, with Linux 2.6.30 (recovery mode)" {
        insmod ext2
        set root=(hd0,6)
        search --no-floppy --fs-uuid --set 4a792f25-e877-4fe0-aca4-ca867f490139
        linux   /boot/vmlinuz-2.6.30 root=/dev/hda6 ro single video=intelfb 
vga=ext elevator=cfq
}
menuentry "Debian GNU/Linux, with Linux 2.6.26-2-xen-amd64" {
        insmod ext2
        set root=(hd0,6)
        search --no-floppy --fs-uuid --set 4a792f25-e877-4fe0-aca4-ca867f490139
        linux   /boot/vmlinuz-2.6.26-2-xen-amd64 
root=UUID=4a792f25-e877-4fe0-aca4-ca867f490139 ro video=intelfb vga=ext 
elevator=cfq 
        initrd  /boot/initrd.img-2.6.26-2-xen-amd64
}
menuentry "Debian GNU/Linux, with Linux 2.6.26-2-xen-amd64 (recovery mode)" {
        insmod ext2
        set root=(hd0,6)
        search --no-floppy --fs-uuid --set 4a792f25-e877-4fe0-aca4-ca867f490139
        linux   /boot/vmlinuz-2.6.26-2-xen-amd64 
root=UUID=4a792f25-e877-4fe0-aca4-ca867f490139 ro single video=intelfb vga=ext 
elevator=cfq
        initrd  /boot/initrd.img-2.6.26-2-xen-amd64
}
### END /etc/grub.d/10_linux ###

### BEGIN /etc/grub.d/30_os-prober ###
menuentry "Microsoft Windows XP Professionnel (on /dev/hda2)" {
        insmod ntfs
        set root=(hd0,2)
        search --no-floppy --fs-uuid --set ec788aae788a775c
        drivemap -s (hd0) ${root}
        chainloader +1
}
menuentry "GNU/Hurd (on /dev/hda7)" {
        insmod ext2
        set root=(hd0,7)
        search --no-floppy --fs-uuid --set 95b68585-e9ae-4d24-8623-b800fb805842
        multiboot /boot/gnumach.gz root=device:hd0s7
        module /hurd/ext2fs.static ext2fs --readonly \
                        --multiboot-command-line='${kernel-command-line}' \
                        --host-priv-port='${host-port}' \
                        --device-master-port='${device-port}' \
                        --exec-server-task='${exec-task}' -T typed '${root}' \
                        '$(task-create)' '$(task-resume)'
        module /lib/ld.so.1 exec /hurd/exec '$(exec-task=task-create)'
}
### 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.

menuentry "GNU (aka GNU/Hurd)" {
        set root=(hd0,7)
        multiboot /boot/gnumach.gz root=device:hd0s7
        module /hurd/ext2fs.static ext2fs -A --readonly \
                        --multiboot-command-line='${kernel-command-line}' \
                        --host-priv-port='${host-port}' \
                        --device-master-port='${device-port}' \
                        --exec-server-task='${exec-task}' -T typed '${root}' \
                        '$(task-create)' '$(task-resume)'
        module /lib/ld.so.1 exec /hurd/exec '$(exec-task=task-create)'
}

menuentry "GNU (aka GNU/Hurd) 2" {
        set root=(hd0,7)
        multiboot /boot/gnumach.gz root=device:hd0s7
        module /hurd/ext2fs.static ext2fs -A --readonly \
                        --multiboot-command-line='${kernel-command-line}' \
                        --host-priv-port='${host-port}' \
                        --device-master-port='${device-port}' \
                        --exec-server-task='${exec-task} -T typed ${root} 
$(task-create) $(task-resume)'
        module /lib/ld.so.1 exec /hurd/exec '$(exec-task=task-create)'
}

menuentry "hda6" {
        set root=(hd0,6)
        chainloader +1
}

menuentry "debinst x86" {
        set root=(hd0,6)
        linux 
/home/samy/local/installer/build/dest/netboot/debian-installer/amd64/2.6/linux 
vga=normal ramdisk_size=10166 root=/dev/ram rw --
        initrd 
/home/samy/local/installer/build/dest/netboot/debian-installer/amd64/2.6/initrd.gz
}

menuentry "funk" {
        set root=(hd0,6)
        multiboot /home/samy/ens/funk/trunk/src/kernel/funk-i686-0.1.0
}

menuentry "CD" {
        set root=(hd0,6)
        linux  /boot/memdisk.bin
        initrd /boot/sbootmgr.dsk
}

menuentry "monprog" {
        set root=(hd0,6)
        multiboot /boot/monprog
}

menuentry "halt" {
        halt
}

menuentry "grub1" {
        set root=(hd0)
        chainloader +1
}
### END /etc/grub.d/40_custom ###
*********************** END /boot/grub/grub.cfg

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

Kernel: Linux 2.6.32 (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.28          Debian configuration management sy
ii  grub-common              1.97+20091130-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: video=intelfb vga=ext elevator=cfq
* grub-pc/chainload_from_menu.lst: true
  grub-pc/kopt_extracted: true
  grub-pc/postrm_purge_boot_grub: false
  grub2/kfreebsd_cmdline_default: quiet
* grub2/linux_cmdline_default:
* grub-pc/install_devices:

-- 
Samuel Thibault <[email protected]>
Hi ! I'm a .signature virus ! Copy me into your ~/.signature, please !



--- End Message ---
--- Begin Message ---
Now GRUB supports specification of the entry by its name which should be
enough for obtaining stable default entry

-- 
Regards
Vladimir 'φ-coder/phcoder' Serbinenko


Attachment: signature.asc
Description: OpenPGP digital signature


--- End Message ---

Reply via email to