Bug#477791: grub: Wrong splash image path construction

2008-05-17 Thread Petter Reinholdtsen
I ran into this problem too in Debian Edu, with / and /boot/ on separate partisions. /boot is /dev/hda1, and / is on LVM (/dev/mapper/vg_system-root). In this setting, update-grub generate splashimage=(hd0,0)boot/grub/splash.xpm.gz The correct setting would be

Bug#477791: grub: Wrong splash image path construction

2008-05-17 Thread Petter Reinholdtsen
tags 477791 + patch thanks This patch solve the issue, but making sure to use the path to /boot/grub/ relative to the grub root partition, in this case /boot/, making the splashimage entry show up as (hd0,0)/grub/splash.xpm.gz. diff -u grub-0.97/debian/update-grub grub-0.97/debian/update-grub

Bug#477791: grub: Wrong splash image path construction

2008-04-25 Thread Roland Stigge
Package: grub Version: 0.97-36 Severity: normal Hi, in /usr/sbin/update-grub:721, we have: splashimage_path=splashimage=${grub_root_device}${grub_dir##${kernel_dir}}/splash.xpm.gz with grub_root_device=(hd0,2) grub_dir=/boot/grub kernel_dir=/boot this results in: