christianb93 / ctOS

ctOS is a bit 32 bit Unix-like operating system that I developed as a toy project
http://www.leftasexercise.com
MIT License
35 stars 7 forks source link

Boot failure from a USB flash stick #5

Open senggao opened 1 month ago

senggao commented 1 month ago

Hello Chris Thank you for ctOS. I encountered a ctOS boot failure, please help me with some suggestions. I burned cdimage.iso into a USB flash stick and with this USB flash disk I start up my real computer, as ususal the screen displyed three options "ctOS (RAMDISK),ctOS (IDE HD), ctOS(AHCI HD) ", I chose one item of the three options and hit Enter key,but the GRUB said "error: no server is speicfied, you need to load the kernel first. Press any key to continue ..."

senggao commented 1 month ago

I made ctOS boot sucessfully after I edited grub.cnf and move kernel.elf and ramdisk into the root directory.