我想创建一个可引导EFI USB以安装Ubuntu&Windows 7(也许使用PartedMagic之类的实用程序)。我以前使用MultiSystem做到了。但是,我使用的是GPT,因此需要以EFI模式启动Windows安装才能在GPT系统上安装。我想我必须改为使用GRUB EFI?如果没有像MultiSystem这样的应用程序可以创建GRUB EFI可启动USB,我该如何自己创建一个?
我想将USB格式化为GPT,并在其上安装GRUB EFI(如何?)。然后,我需要配置GRUB EFI以加载Ubuntu和Windows 7在EFI中的安装?我该怎么办?
更新
这是我尝试过的
- 在我的USB上创建2个分区(GPT,100 + MB FAT32(/ dev / sdc1,设置启动标志),其余FAT32,/ dev / sdc2,用于安装)
- 将Windows 7和Ubuntu 11.10 iso提取到Installer分区中的2个不同文件夹中
- 尝试使用
sudo elilo -b /dev/sdc1
--autoconf --efiboot -v`
jiewmeng@JM:~$ sudo elilo -b /dev/sdc1 --autoconf --efiboot -v
elilo: backing up existing /etc/elilo.conf as /etc/elilo.conf-
Loaded efivars kernel module to enable use of efibootmgr
elilo: Checking filesystem on /dev/sdc1...
elilo: Mounting /dev/sdc1...
e lilo: 44298KB needed, 78781KB free, 42192KB to reuse
elilo: Installing primary bootstrap /usr/lib/elilo/elilo.efi onto /dev/sdc1...
elilo: Installing /tmp/elilo.k8NWXX on /dev/sdc1...
elilo: Installing /vmlinuz on /dev/sdc1...
elilo: Installing /vmlinuz.old on /dev/sdc1...
elilo: Installing /initrd.img on /dev/sdc1...
elilo: Installing /initrd.img.old on /dev/sdc1...
elilo: Updating EFI boot-device variable...
Fatal: Couldn't open either sysfs or procfs directories for accessing EFI variables.
Try 'modprobe efivars' as root.
Fatal: Couldn't open either sysfs or procfs directories for accessing EFI variables.
Try 'modprobe efivars' as root.
elilo: An error occured while updating boot menu, we'll ignore it
Fatal: Couldn't open either sysfs or procfs directories for accessing EFI variables.
Try 'modprobe efivars' as root.
Fatal: Couldn't open either sysfs or procfs directories for accessing EFI variables.
Try 'modprobe efivars' as root.
Fatal: Couldn't open either sysfs or procfs directories for accessing EFI variables.
Try 'modprobe efivars' as root.
elilo: Installation complete.
难道sudo modprobe efivars
有没有输出,但得到了同样的错误,我认为它是因为我不是bootted到EFI Ubuntu的?
接下来,我将尝试使用USB启动盘创建程序以EFI模式引导到实时系统中,然后重试
更新
我很迷茫,是Windows 1st安装了故障吗?我用UNetBootIn格式化并制作了适用于Ubuntu Alternate的可启动USB,但它也因没有可用内核的相同错误而失败。如果我制作了Ubuntu桌面,我将无法配置apt源
ubuntu桌面的系统日志安装http://pastebin.com/CdbUPXax
我觉得我最好不要浪费时间并尽快恢复到MBR ...这将意味着我必须以某种方式备份所有数据1st ...这就是为什么我将其推迟到万不得已...任何想法吗?
更新
我尝试以BIOS模式(Non-EFI)引导Ubuntu 11.10 Alternate,安装正常,除非无法安装引导加载程序。它显示致命错误。然后,我通过以恢复模式启动USB来安装GRUB。可行,但无法启动。引导时显示空白屏幕。如果我尝试进入恢复模式(在安装了ubuntu的HDD上),键盘似乎出现故障,但是鼠标点亮。