At the same time, ISO image (generated at the same bitbake
run) is working in virtual box like a charm. 'Install' was
successfull and booting fine - i get GRUB menu with one
'Linux' entry as expected.
On the Atom-pc this is not working. So something has to be
missing. Maybe you will have a clue.
Here are the details:
The SSD HDD is /dev/sda with the partition table:
/dev/sda1 - boot
/dev/sda2 - rootfs
/dev/sda3 - swap
there is no asterix at boot partition
under /dev/sda1/grub there is grub.cfg with:
menuentry "Linux" {
set root=(hd0,1)
linux /vmlinux root=/dev/sda2 rw
}
- so first HDD, first/boot partition
- it points to /vmlinuz and /dev/sda2
It looks fine for me.
I already tried to dd if=/dev/zero of=/dev/sda bs=4M, and
'install' from usb again, but no luck.
I already tried to put asterix on the boot partition, but
than BOOT gets me to grub rescue>
If you have any ideas, where to look for, please let me know.
thank you and best regards
simon :-)