|
发表于 2014-10-17 16:49:40
|
显示全部楼层
本帖最后由 qq5274202 于 2014-10-17 17:04 编辑
code:
Command: linux file …
Load a Linux kernel image from file. The rest of the line is passed verbatim as the kernel command-line. Any initrd must be reloaded after using this command (see initrd).
On x86 systems, the kernel will be booted using the 32-bit boot protocol. Note that this means that the ‘vga=’ boot option will not work; if you want to set a special video mode, you will need to use GRUB commands such as ‘set gfxpayload=1024x768’ or ‘set gfxpayload=keep’ (to keep the same mode as used in GRUB) instead. GRUB can automatically detect some uses of ‘vga=’ and translate them to appropriate settings of ‘gfxpayload’. The linux16 command (see linux16) avoids this restriction.
不太理解这句话,用grub2引导安卓x86,机器是efi 64位,要设置引导参数,分辨率得用set gfxpayload=1024x768来设置吗?还是用linux的启动参数vga=788 ? |
|