Hi,

there is some bug in trunk last versions:

I am not able to boot with normal configuration stored in grub.cfg - if
I select any item from menu (or wait for timeout for default item),
booting is aborted with messages:


"
Booting 'xyz...'

unaligned pointer 0x...
Aborted. Press any key to exit.
"

If I edit menu item, delete "search" command and specify Linux root
device directly ("linux ... root=/dev/sdb1..."), Linux is booted
normally.


Some initial information:

GRUB was autoconfigured for compilation in this way:
*******************************************************
GRUB2 will be compiled with following components:
Platform: i386-pc
With devmapper support: No (need devmapper library)
With memory debugging: No
efiemu runtime: Yes
grub-mkfont: Yes
*******************************************************

Menuentry looks for example like that:
        set root=(hd0,1)
        search --fs-uuid --set 02ba8dca-885d-4acd-9730-eee482f3305b
        linux   /boot/vmlinuz-2.6.32-bpo.5-686
root=UUID=02ba8dca-885d-4acd-9730-eee482f3305b ro  
        initrd  /boot/initrd.img-2.6.32-bpo.5-686


Unfortunately, I cannot simply debug this problem, because when I set
for example "all" into debug variable, problem does not happen and boot
is processed normally... :-(

Regards
Ales


_______________________________________________
Grub-devel mailing list
Grub-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/grub-devel

Reply via email to