Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
GoombaProgrammer
Posts: 1 Joined: Fri Nov 20, 2020 9:20 am
Contact:
Post
by GoombaProgrammer » Fri Nov 20, 2020 9:26 am
Hello!
If i try to boot my Operating System, It gives the following error:
Code: Select all
No Systemdisk. Booting from harddisk.
Cannot load from harddisk.
Insert Systemdisk and press any key.
Do you need any code from me to help?
Please help me,
Thanks.
Octocontrabass
Member
Posts: 5568 Joined: Mon Mar 25, 2013 7:01 pm
Post
by Octocontrabass » Tue Nov 24, 2020 3:54 pm
It's hard to say what's causing the error. Can you provide more details about how you're trying to boot your OS?
MichaelPetch
Member
Posts: 797 Joined: Fri Aug 26, 2016 1:41 pm
Libera.chat IRC: mpetch
Post
by MichaelPetch » Tue Nov 24, 2020 4:11 pm
Looks like a BIOS error. If booting hard disk media it may be expecting to find a partition table with exactly one active boot partition in the MBR.
PeterX
Member
Posts: 590 Joined: Fri Nov 22, 2019 5:46 am
Post
by PeterX » Tue Nov 24, 2020 7:22 pm
One possible reason is a missing boot magic signature at the end of the bootsector.
EDIT: Yes, code would be helpful. Especially the install script.
Greetings
Peter