| 
 | 
 
不要解开Ubuntu.iso 安装Ubuntu操作系统. 
 
这是GRUB4DOS启动代码 正常使用 
title [08] Install Ubuntu 32/64Bit                                          X64 > \n\n Start Ubuntu. 
find --set-root --ignore-floppies --ignore-cd /boot/ubuntu.iso 
map /boot/ubuntu.iso (hd32) 
map --hook 
kernel (hd32)/casper/vmlinuz.efi boot=casper iso-scan/filename=/boot/ubuntu.iso noprompt noeject 
initrd (hd32)/casper/initrd.lz |   
 
 
 
 |