<div dir="ltr"><div>Hi, <br><br></div><div>The following is the case: <br></div><div>1) atom-pc with ssd 80 GB hard drive(the only one, no optical, no usb, etc.) as a target device<br></div><div>2) core-image-sato bitbaked and moved to usb device successfully<br></div><div>3) usb 'install' to atom-pc successfull (so the install script says)<br></div><div>4) after removing the usb device, pressing enter the boot says NO BOOTABLE DEVICE<br><br></div><div>WHY?<br><br></div><div>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.<br><br></div><div>On the Atom-pc this is not working. So something has to be missing. Maybe you will have a clue. <br></div><div>Here are the details:<br></div><div>The SSD HDD is /dev/sda  with the partition table: <br></div><div>/dev/sda1 - boot<br></div><div>/dev/sda2 - rootfs<br></div><div>/dev/sda3 - swap<br></div><div>there is no asterix at boot partition<br></div><div><br></div><div>under /dev/sda1/grub there is grub.cfg with:<br></div><div>menuentry "Linux" {<br>   set root=(hd0,1)<br></div><div>   linux /vmlinux root=/dev/sda2 rw<br></div><div>}<br></div><div>  - so first HDD, first/boot partition <br></div><div>  - it points to /vmlinuz and /dev/sda2 Â  <br></div><div>It looks fine for me.<br></div><div>I already tried to dd if=/dev/zero of=/dev/sda bs=4M, and 'install' from usb again, but no luck.<br></div><div>I already tried to put asterix on the boot partition, but than BOOT gets me to <i>grub rescue></i><br></div><div><br>If you have any ideas, where to look for, please let me know.<br></div><div><br></div>thank you and best regards<br>simon :-)<br></div>