flxbe / asm-space-invaders

A small, bootable game written in x86 Assembly inspired by Space Invaders
MIT License
214 stars 13 forks source link

How to make a bootable flash drive? #24

Open ritiek opened 4 years ago

ritiek commented 4 years ago

Hi, thanks for sharing this cool project!

I am unable to make a bootable flash drive. I tried to dd the generated image.img onto my flash drive but it still wouldn't boot:

# /dev/sdc my flash drive
$ sudo dd if=image.img of=/dev/sdc

I was able to make the asm_snake project bootable by going through their README. But I'm not sure how to make this one bootable.

cyblue9 commented 4 years ago

Hi @ritiek !

Thank you for issue.

Please show me error log.

ritiek commented 4 years ago

How would I get the error log? The dd was successful in writing the image but all I get when selecting to boot from flash drive is black screen with a forever blinking cursor.

cyblue9 commented 4 years ago

Oh, I see.(I thought dd error :() Hum...., sorry I don't know why. @flxbe Do you know?