この点について:1つのディスクに暗号化されたVGを含むFedora&Ubuntuをインストールする方法は?
そのため、Ubuntuで起動した後、次のスクリプトを実行しました。
#!/bin/bash
# show the bootlist of grub when booting pc
sed -i.backup 's/^GRUB_HIDDEN_TIMEOUT=/#GRUB_HIDDEN_TIMEOUT=/' /etc/default/grub
sed -i 's/^GRUB_TIMEOUT=10/GRUB_TIMEOUT=5/' /etc/default/grub
# update-grub # we will use this later too.. don't need it here
# add the "chainload grub" function
cp /etc/grub.d/40_custom /etc/grub.d/40_custom.backup
echo "#!/bin/sh
exec tail -n +3 \$0
menuentry 'FEDORA' {
insmod chain
set root=(hd0,3)
chainloader +1
}" > /etc/grub.d/40_custom
chmod 755 /etc/grub.d/40_custom
update-grub
sync
sync
sync
わかりました、エラーメッセージはありませ
ん
。これは数秒後に得られた結果です。 grub2ブートリストから「FEDORA」を選択します。
イメージホスト #1-イメージホスト #2
すごい! .. :(
その他:VBox.log;2011-04-17-15-23-37.048-VirtualBox-12365.log
誰が私を助けることができますか?このエラーの回避策はありますか?
ありがとうございます!