Psycho Mantys
2010-Apr-07 19:57 UTC
[syslinux] Error on extlinux 3.86 boot: "Missing Operating System"
Hi folks! In my system i have a SSD card, and i try to install extlinux in it. But, my extlinux installation not work!! I make a initrd to boot my machine on lan, and my init execute a installation of extlinux version 3.86 on my SSD card. The installation on init is similar to: http://pastebin.com/szcYCCjR The return of installation of extlinux is: /mnt is /dev/sda1 And the install not report something wrong. But, when a boot on disk, i have a error: "Missing Operation System", and the extlinux not give me a prompt. I collected the output of my system, if something is required, please ask me! lsmod: http://pastebin.com/ZMv459KZ lspci -vvv: http://pastebin.com/FDjpKznC lsusb -vvv : http://pastebin.com/tVmtKLY1 ps:. Sorry if this post is duplicate, because i send this e-mail and not sure if he got the first time. -- Mi blog eres su blog: https://www.lccv.ufal.br/~psycho/ @psycho_mantys : http://twitter.com/psycho_mantys http://www.slackware.com U.L. : 450347 Fnord
Gert Hulselmans
2010-Apr-07 20:52 UTC
[syslinux] Error on extlinux 3.86 boot: "Missing Operating System"
Psycho Mantys wrote:> And the install not report something wrong. But, when a boot on disk, > i have a error: "Missing Operation System", and the extlinux not give > me a prompt.You forget to set the boot flag to the partition. You can set it with fdisk for example (set boot flag to /dev/sda1): $ fdisk /dev/sda Command (m for help): a Partition number (1-X): 1 Command (m for help): w - Gert Hulselmans