Views:
79β
Votes: 2β
Tags:
assembly
mbr
Link:
π See Original Question on Stack Overflow β§ π
URL:
https://stackoverflow.com/q/39887196
Title:
Call Grub (MBR) from Linux
ID:
/2016/10/06/Call-Grub-_MBR_-from-Linux
Created:
October 6, 2016
Edited: May 21, 2023
Upload:
September 15, 2024
Layout: post
TOC:
false
Navigation: false
Copy to clipboard: false
I need an ASSEMBLER tool.
I need to switch processor from protected mode to real mode.
I need to copy the first 512 bytes of First Sector of first drive (itβs an SSD now) to 0000:07c0 and JMP to that location.
In effect I need to boot Grub2 from Linux by-passing BIOS POST to save a few seconds in sudo reboot
.
Any ideas?