From: Ralph Ronnquist <ralph.ronnquist@gmail.com>
To: GRUB maintainers <grub-devel@gnu.org>
Subject: grub2-common: grub.cfg gains wrong root settings for multi-OS system
Date: Sun, 23 Apr 2017 15:43:58 +1000 [thread overview]
Message-ID: <21df0a9e-3270-25d0-f05c-1b4e1c426a0c@gmail.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 0 bytes --]
[-- Attachment #2: reportbug-grub2-common.txt --]
[-- Type: text/plain, Size: 17175 bytes --]
From: ralph.ronnquist@gmail.com
Subject: grub2-common: grub.cfg gains wrong root settings for multi-OS system
Package: grub2-common
Version: 2.02~beta2-22+deb8u1
Severity: normal
Dear Maintainer,
I have set the system up as follows
/dev/sda1 is a grub partition
/dev/sdb1 is Devuan 1.0 RC, NETINST install
/dev/sdc1 is Devuan 1.0 RC, DVD install
/dev/sdd1 is Devuan 1.0 RC, CD install
For all installs, I made it mount /dev/sda1 at /boot but only the
first install formatted it.
update-grub does collate all the OSs, but the final configuration has
the same 'root=...' arguments for all boot options, instead of the
different root options. And therefore that same OS will be booted
regardless of which one I choose.
Ralph.
-- Package-specific info:
*********************** BEGIN /proc/mounts
/dev/sdb1 / ext4 rw,relatime,errors=remount-ro,data=ordered 0 0
/dev/sda1 /boot ext2 rw,relatime 0 0
*********************** END /proc/mounts
*********************** BEGIN /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
set have_grubenv=true
load_env
fi
if [ "${next_entry}" ] ; then
set default="${next_entry}"
set next_entry=
save_env next_entry
set boot_once=true
else
set default="0"
fi
if [ x"${feature_menuentry_id}" = xy ]; then
menuentry_id_option="--id"
else
menuentry_id_option=""
fi
export menuentry_id_option
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 {
if [ x$feature_all_video_module = xy ]; then
insmod all_video
else
insmod efi_gop
insmod efi_uga
insmod ieee1275_fb
insmod vbe
insmod vga
insmod video_bochs
insmod video_cirrus
fi
}
if [ x$feature_default_font_path = xy ] ; then
font=unicode
else
insmod part_msdos
insmod ext2
set root='hd1,msdos1'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd1,msdos1 --hint-efi=hd1,msdos1 --hint-baremetal=ahci1,msdos1 9269015f-3aec-480e-8c8c-9f2fa3a71a10
else
search --no-floppy --fs-uuid --set=root 9269015f-3aec-480e-8c8c-9f2fa3a71a10
fi
font="/usr/share/grub/unicode.pf2"
fi
if loadfont $font ; then
set gfxmode=auto
load_video
insmod gfxterm
set locale_dir=$prefix/locale
set lang=en_AU
insmod gettext
fi
terminal_output gfxterm
if [ "${recordfail}" = 1 ] ; then
set timeout=-1
else
if [ x$feature_timeout_style = xy ] ; then
set timeout_style=menu
set timeout=5
# Fallback normal timeout code in case the timeout_style feature is
# unavailable.
else
set timeout=5
fi
fi
### END /etc/grub.d/00_header ###
### BEGIN /etc/grub.d/05_debian_theme ###
set menu_color_normal=cyan/blue
set menu_color_highlight=white/blue
### END /etc/grub.d/05_debian_theme ###
### BEGIN /etc/grub.d/10_linux ###
function gfxmode {
set gfxpayload="${1}"
}
set linux_gfx_mode=
export linux_gfx_mode
menuentry 'Devuan GNU/Linux' --class devuan --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-9269015f-3aec-480e-8c8c-9f2fa3a71a10' {
load_video
insmod gzio
if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
insmod part_msdos
insmod ext2
set root='hd0,msdos1'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 143e4ede-df6e-46f7-956f-04a538d93881
else
search --no-floppy --fs-uuid --set=root 143e4ede-df6e-46f7-956f-04a538d93881
fi
echo 'Loading Linux 3.16.0-4-amd64 ...'
linux /vmlinuz-3.16.0-4-amd64 root=UUID=9269015f-3aec-480e-8c8c-9f2fa3a71a10 ro quiet
echo 'Loading initial ramdisk ...'
initrd /initrd.img-3.16.0-4-amd64
}
submenu 'Advanced options for Devuan GNU/Linux' $menuentry_id_option 'gnulinux-advanced-9269015f-3aec-480e-8c8c-9f2fa3a71a10' {
menuentry 'Devuan GNU/Linux, with Linux 3.16.0-4-amd64' --class devuan --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.16.0-4-amd64-advanced-9269015f-3aec-480e-8c8c-9f2fa3a71a10' {
load_video
insmod gzio
if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
insmod part_msdos
insmod ext2
set root='hd0,msdos1'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 143e4ede-df6e-46f7-956f-04a538d93881
else
search --no-floppy --fs-uuid --set=root 143e4ede-df6e-46f7-956f-04a538d93881
fi
echo 'Loading Linux 3.16.0-4-amd64 ...'
linux /vmlinuz-3.16.0-4-amd64 root=UUID=9269015f-3aec-480e-8c8c-9f2fa3a71a10 ro quiet
echo 'Loading initial ramdisk ...'
initrd /initrd.img-3.16.0-4-amd64
}
menuentry 'Devuan GNU/Linux, with Linux 3.16.0-4-amd64 (sysvinit)' --class devuan --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.16.0-4-amd64-init-sysvinit-9269015f-3aec-480e-8c8c-9f2fa3a71a10' {
load_video
insmod gzio
if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
insmod part_msdos
insmod ext2
set root='hd0,msdos1'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 143e4ede-df6e-46f7-956f-04a538d93881
else
search --no-floppy --fs-uuid --set=root 143e4ede-df6e-46f7-956f-04a538d93881
fi
echo 'Loading Linux 3.16.0-4-amd64 ...'
linux /vmlinuz-3.16.0-4-amd64 root=UUID=9269015f-3aec-480e-8c8c-9f2fa3a71a10 ro quiet init=/lib/sysvinit/init
echo 'Loading initial ramdisk ...'
initrd /initrd.img-3.16.0-4-amd64
}
menuentry 'Devuan GNU/Linux, with Linux 3.16.0-4-amd64 (recovery mode)' --class devuan --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.16.0-4-amd64-recovery-9269015f-3aec-480e-8c8c-9f2fa3a71a10' {
load_video
insmod gzio
if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
insmod part_msdos
insmod ext2
set root='hd0,msdos1'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 143e4ede-df6e-46f7-956f-04a538d93881
else
search --no-floppy --fs-uuid --set=root 143e4ede-df6e-46f7-956f-04a538d93881
fi
echo 'Loading Linux 3.16.0-4-amd64 ...'
linux /vmlinuz-3.16.0-4-amd64 root=UUID=9269015f-3aec-480e-8c8c-9f2fa3a71a10 ro single
echo 'Loading initial ramdisk ...'
initrd /initrd.img-3.16.0-4-amd64
}
}
### END /etc/grub.d/10_linux ###
### BEGIN /etc/grub.d/20_linux_xen ###
### END /etc/grub.d/20_linux_xen ###
### BEGIN /etc/grub.d/30_os-prober ###
menuentry 'unknown Linux distribution (on /dev/sdc1)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-simple-ece17c73-714d-4c2f-8416-0b608549cc3c' {
insmod part_msdos
insmod ext2
set root='hd0,msdos1'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 143e4ede-df6e-46f7-956f-04a538d93881
else
search --no-floppy --fs-uuid --set=root 143e4ede-df6e-46f7-956f-04a538d93881
fi
linux /vmlinuz-3.16.0-4-amd64 root=UUID=9269015f-3aec-480e-8c8c-9f2fa3a71a10 ro quiet
initrd /initrd.img-3.16.0-4-amd64
}
submenu 'Advanced options for unknown Linux distribution (on /dev/sdc1)' $menuentry_id_option 'osprober-gnulinux-advanced-ece17c73-714d-4c2f-8416-0b608549cc3c' {
menuentry 'Devuan GNU/Linux (on /dev/sdc1)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/vmlinuz-3.16.0-4-amd64--ece17c73-714d-4c2f-8416-0b608549cc3c' {
insmod part_msdos
insmod ext2
set root='hd0,msdos1'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 143e4ede-df6e-46f7-956f-04a538d93881
else
search --no-floppy --fs-uuid --set=root 143e4ede-df6e-46f7-956f-04a538d93881
fi
linux /vmlinuz-3.16.0-4-amd64 root=UUID=9269015f-3aec-480e-8c8c-9f2fa3a71a10 ro quiet
initrd /initrd.img-3.16.0-4-amd64
}
menuentry 'Devuan GNU/Linux, with Linux 3.16.0-4-amd64 (on /dev/sdc1)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/vmlinuz-3.16.0-4-amd64--ece17c73-714d-4c2f-8416-0b608549cc3c' {
insmod part_msdos
insmod ext2
set root='hd0,msdos1'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 143e4ede-df6e-46f7-956f-04a538d93881
else
search --no-floppy --fs-uuid --set=root 143e4ede-df6e-46f7-956f-04a538d93881
fi
linux /vmlinuz-3.16.0-4-amd64 root=UUID=9269015f-3aec-480e-8c8c-9f2fa3a71a10 ro quiet
initrd /initrd.img-3.16.0-4-amd64
}
menuentry 'Devuan GNU/Linux, with Linux 3.16.0-4-amd64 (sysvinit) (on /dev/sdc1)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/vmlinuz-3.16.0-4-amd64--ece17c73-714d-4c2f-8416-0b608549cc3c' {
insmod part_msdos
insmod ext2
set root='hd0,msdos1'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 143e4ede-df6e-46f7-956f-04a538d93881
else
search --no-floppy --fs-uuid --set=root 143e4ede-df6e-46f7-956f-04a538d93881
fi
linux /vmlinuz-3.16.0-4-amd64 root=UUID=9269015f-3aec-480e-8c8c-9f2fa3a71a10 ro quiet init=/lib/sysvinit/init
initrd /initrd.img-3.16.0-4-amd64
}
menuentry 'Devuan GNU/Linux, with Linux 3.16.0-4-amd64 (recovery mode) (on /dev/sdc1)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/vmlinuz-3.16.0-4-amd64-root=UUID=9269015f-3aec-480e-8c8c-9f2fa3a71a10 ro single-ece17c73-714d-4c2f-8416-0b608549cc3c' {
insmod part_msdos
insmod ext2
set root='hd0,msdos1'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 143e4ede-df6e-46f7-956f-04a538d93881
else
search --no-floppy --fs-uuid --set=root 143e4ede-df6e-46f7-956f-04a538d93881
fi
linux /vmlinuz-3.16.0-4-amd64 root=UUID=9269015f-3aec-480e-8c8c-9f2fa3a71a10 ro single
initrd /initrd.img-3.16.0-4-amd64
}
}
menuentry 'unknown Linux distribution (on /dev/sdd1)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-simple-1ac6d09c-f912-49f1-a8b0-2eb7a24462de' {
insmod part_msdos
insmod ext2
set root='hd0,msdos1'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 143e4ede-df6e-46f7-956f-04a538d93881
else
search --no-floppy --fs-uuid --set=root 143e4ede-df6e-46f7-956f-04a538d93881
fi
linux /vmlinuz-3.16.0-4-amd64 root=UUID=9269015f-3aec-480e-8c8c-9f2fa3a71a10 ro quiet
initrd /initrd.img-3.16.0-4-amd64
}
submenu 'Advanced options for unknown Linux distribution (on /dev/sdd1)' $menuentry_id_option 'osprober-gnulinux-advanced-1ac6d09c-f912-49f1-a8b0-2eb7a24462de' {
menuentry 'Devuan GNU/Linux (on /dev/sdd1)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/vmlinuz-3.16.0-4-amd64--1ac6d09c-f912-49f1-a8b0-2eb7a24462de' {
insmod part_msdos
insmod ext2
set root='hd0,msdos1'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 143e4ede-df6e-46f7-956f-04a538d93881
else
search --no-floppy --fs-uuid --set=root 143e4ede-df6e-46f7-956f-04a538d93881
fi
linux /vmlinuz-3.16.0-4-amd64 root=UUID=9269015f-3aec-480e-8c8c-9f2fa3a71a10 ro quiet
initrd /initrd.img-3.16.0-4-amd64
}
menuentry 'Devuan GNU/Linux, with Linux 3.16.0-4-amd64 (on /dev/sdd1)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/vmlinuz-3.16.0-4-amd64--1ac6d09c-f912-49f1-a8b0-2eb7a24462de' {
insmod part_msdos
insmod ext2
set root='hd0,msdos1'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 143e4ede-df6e-46f7-956f-04a538d93881
else
search --no-floppy --fs-uuid --set=root 143e4ede-df6e-46f7-956f-04a538d93881
fi
linux /vmlinuz-3.16.0-4-amd64 root=UUID=9269015f-3aec-480e-8c8c-9f2fa3a71a10 ro quiet
initrd /initrd.img-3.16.0-4-amd64
}
menuentry 'Devuan GNU/Linux, with Linux 3.16.0-4-amd64 (sysvinit) (on /dev/sdd1)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/vmlinuz-3.16.0-4-amd64--1ac6d09c-f912-49f1-a8b0-2eb7a24462de' {
insmod part_msdos
insmod ext2
set root='hd0,msdos1'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 143e4ede-df6e-46f7-956f-04a538d93881
else
search --no-floppy --fs-uuid --set=root 143e4ede-df6e-46f7-956f-04a538d93881
fi
linux /vmlinuz-3.16.0-4-amd64 root=UUID=9269015f-3aec-480e-8c8c-9f2fa3a71a10 ro quiet init=/lib/sysvinit/init
initrd /initrd.img-3.16.0-4-amd64
}
menuentry 'Devuan GNU/Linux, with Linux 3.16.0-4-amd64 (recovery mode) (on /dev/sdd1)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/vmlinuz-3.16.0-4-amd64-root=UUID=9269015f-3aec-480e-8c8c-9f2fa3a71a10 ro single-1ac6d09c-f912-49f1-a8b0-2eb7a24462de' {
insmod part_msdos
insmod ext2
set root='hd0,msdos1'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 143e4ede-df6e-46f7-956f-04a538d93881
else
search --no-floppy --fs-uuid --set=root 143e4ede-df6e-46f7-956f-04a538d93881
fi
linux /vmlinuz-3.16.0-4-amd64 root=UUID=9269015f-3aec-480e-8c8c-9f2fa3a71a10 ro single
initrd /initrd.img-3.16.0-4-amd64
}
}
### END /etc/grub.d/30_os-prober ###
### BEGIN /etc/grub.d/30_uefi-firmware ###
### END /etc/grub.d/30_uefi-firmware ###
### 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 ${config_directory}/custom.cfg ]; then
source ${config_directory}/custom.cfg
elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
source $prefix/custom.cfg;
fi
### END /etc/grub.d/41_custom ###
*********************** END /boot/grub/grub.cfg
*********************** BEGIN /proc/mdstat
cat: /proc/mdstat: No such file or directory
*********************** END /proc/mdstat
*********************** BEGIN LVM
*********************** END LVM
*********************** BEGIN /dev/disk/by-id
total 0
lrwxrwxrwx 1 root root 9 Apr 23 12:21 ata-QEMU_HARDDISK_QM00001 -> ../../sda
lrwxrwxrwx 1 root root 10 Apr 23 12:21 ata-QEMU_HARDDISK_QM00001-part1 -> ../../sda1
lrwxrwxrwx 1 root root 9 Apr 23 12:21 ata-QEMU_HARDDISK_QM00002 -> ../../sdb
lrwxrwxrwx 1 root root 10 Apr 23 12:21 ata-QEMU_HARDDISK_QM00002-part1 -> ../../sdb1
lrwxrwxrwx 1 root root 9 Apr 23 12:21 ata-QEMU_HARDDISK_QM00003 -> ../../sdc
lrwxrwxrwx 1 root root 10 Apr 23 12:21 ata-QEMU_HARDDISK_QM00003-part1 -> ../../sdc1
lrwxrwxrwx 1 root root 9 Apr 23 12:21 ata-QEMU_HARDDISK_QM00004 -> ../../sdd
lrwxrwxrwx 1 root root 10 Apr 23 12:21 ata-QEMU_HARDDISK_QM00004-part1 -> ../../sdd1
*********************** END /dev/disk/by-id
*********************** BEGIN /dev/disk/by-uuid
total 0
lrwxrwxrwx 1 root root 10 Apr 23 12:21 143e4ede-df6e-46f7-956f-04a538d93881 -> ../../sda1
lrwxrwxrwx 1 root root 10 Apr 23 12:21 1ac6d09c-f912-49f1-a8b0-2eb7a24462de -> ../../sdd1
lrwxrwxrwx 1 root root 10 Apr 23 12:21 9269015f-3aec-480e-8c8c-9f2fa3a71a10 -> ../../sdb1
lrwxrwxrwx 1 root root 10 Apr 23 12:21 ece17c73-714d-4c2f-8416-0b608549cc3c -> ../../sdc1
*********************** END /dev/disk/by-uuid
-- System Information:
Distributor ID: Devuan
Description: Devuan GNU/Linux 1.0 (jessie)
Release: 1.0
Codename: jessie
Architecture: x86_64
Kernel: Linux 3.16.0-4-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_AU.UTF-8, LC_CTYPE=en_AU.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: sysvinit (via /sbin/init)
Versions of packages grub2-common depends on:
ii dpkg 1.17.27
ii grub-common 2.02~beta2-22+deb8u1
ii install-info 5.2.0.dfsg.1-6
ii libc6 2.19-18+deb8u7
ii libdevmapper1.02.1 2:1.02.90-2.2+deb8u1
ii liblzma5 5.1.1alpha+20120614-2+b3
next reply other threads:[~2017-04-23 13:26 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-04-23 5:43 Ralph Ronnquist [this message]
2017-04-23 16:50 ` grub2-common: grub.cfg gains wrong root settings for multi-OS system Andrei Borzenkov
2017-04-23 17:10 ` Bruce Dubbs
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=21df0a9e-3270-25d0-f05c-1b4e1c426a0c@gmail.com \
--to=ralph.ronnquist@gmail.com \
--cc=grub-devel@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).