Le Tue, Jan 21, 2014 at 09:48:03PM +0100, Andreas Beckmann a écrit :
> 
> so update-menu-lst fails somewhere:
> 
> # bash -x $(which update-menu-lst)
> + set -e
> ++ uname -s
> ++ tr '[A-Z]' '[a-z]'
> + host_os=linux
> ++ find_grub_dir
> ++ echo -n 'Searching for GRUB installation directory ... '
> Searching for GRUB installation directory ... ++ for d in /boot/grub
> /boot/boot/grub
> ++ '[' -d /boot/grub ']'
> ++ grub_dir=/boot/grub
> ++ break
> ++ '[' -z /boot/grub ']'
> ++ echo 'found: /boot/grub'
> found: /boot/grub
> ++ echo /boot/grub
> + grub_dir=/boot/grub
> + device_map=/boot/grub/device.map
> + menu_file_basename=menu.lst
> + menu_file=/boot/grub/menu.lst
> ++ find_device /
> ++ grub-probe --device-map=/boot/grub/device.map -t device /
> + root_device=

Thanks for the help, could you replace

    grub-probe --device-map=${device_map} -t device $1 2> /dev/null

with

    grub-probe --device-map=${device_map} -t device $1 --verbose

in update-menu-lst and run it again ?

Have a nice day,

Charles

-- 
Charles Plessy
Tsurumi, Kanagawa, Japan


-- 
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