hi I am confused on booting from grub's rescue mode . As we know ,before the kernel start ,the setup code, which is from setup.S ,will be executed at front. If boot from rescue mode , will grub also load setup code and execute it ? or grub execute its own code doing the same work as setup ? then jump to kernel-start directly? thanks!
On Fri, Feb 22, 2013 at 11:02 AM, horseriver <horserivers@gmail.com> wrote:
hi
I am confused on booting from grub's rescue mode .
As we know ,before the kernel start ,the setup code, which is from setup.S ,will be executed at front. If boot from rescue mode , will grub also load setup code and execute it ? or grub execute its own code doing the same work as setup ? then jump to kernel-start directly?
based from : https://help.ubuntu.com/community/Grub2/Troubleshooting IMHO grub load its own code, just enough to probe the disks and recognize its content. -- regards, Mulyadi Santosa Freelance Linux trainer and consultant blog: the-hydra.blogspot.com training: mulyaditraining.blogspot.com
participants (2)
-
horseriver -
Mulyadi Santosa