No systemdisk, Booting from harddisk error

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.
Post Reply
GoombaProgrammer
Posts: 1
Joined: Fri Nov 20, 2020 9:20 am
Contact:

No systemdisk, Booting from harddisk error

Post by GoombaProgrammer »

Hello! :D

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
Member
Posts: 5568
Joined: Mon Mar 25, 2013 7:01 pm

Re: No systemdisk, Booting from harddisk error

Post by Octocontrabass »

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
Member
Posts: 797
Joined: Fri Aug 26, 2016 1:41 pm
Libera.chat IRC: mpetch

Re: No systemdisk, Booting from harddisk error

Post by MichaelPetch »

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
Member
Posts: 590
Joined: Fri Nov 22, 2019 5:46 am

Re: No systemdisk, Booting from harddisk error

Post by PeterX »

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
Post Reply