unarchive 540572
severity 540572 important
thanks
On Tue, Aug 11, 2009 at 02:34:01AM +0100, Vasilis Vasaitis wrote:
> 3. They fail to work correctly when /boot is a separate partition
> from /.
This problem is still there.
If / and /usr are in separate partitions and you e.g. run grub in
graphics mode, 'root' is set to the partition where /usr is, so
memtest86 fails to boot.
memtest86 definitely needs to set its partition in the menu entry, a
single 'linux16 /boot/memtest86.bin' is not enough for all cases.
I think this bug is important since it prevents memtest86 from working
at all under some scenarios.
I've tested the patch sent by Vasilis and it appears to work fine:
> menuentry "Memory test (memtest86)" {
> - linux $MEMTESTPATH
> +EOF
> + prepare_grub_to_access_device ${GRUB_DEVICE_BOOT} | sed -e "s/^/\t/"
> + cat << EOF
> + linux16 $MEMTESTPATH
> }
> EOF
Berto
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]