commit | d9778ff0d3e827ff6c0fba390e01dc7045b9dabe | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Sep 05 14:50:53 2020 -0600 |
committer | Bin Meng <bmeng.cn@gmail.com> | Fri Sep 25 11:27:11 2020 +0800 |
tree | b1b34121088b1735c9e6ae9741956067bdd9b0fc | |
parent | dc8e7a91f4ac65b6fcf6a5b5a914929b47e753a3 [diff] |
cros: Add information about booting Chrome OS on x86 Recent versions of Chrome OS do not have a kernel in the root disk, to save space. With the improvements to the 'zboot' command it is fairly easy to load the kernel from the raw partition. Add instructions on how to do this. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Wolfgang Wallner <wolfgang.wallner@br-automation.com> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>