![Grub2チェーンのロード時にVirtualBoxエラーが発生しました[? ]](https://linux33.com/image/1370/Grub2%E3%83%81%E3%82%A7%E3%83%BC%E3%83%B3%E3%81%AE%E3%83%AD%E3%83%BC%E3%83%89%E6%99%82%E3%81%ABVirtualBox%E3%82%A8%E3%83%A9%E3%83%BC%E3%81%8C%E7%99%BA%E7%94%9F%E3%81%97%E3%81%BE%E3%81%97%E3%81%9F%5B%EF%BC%9F%20%5D.png)
この点について: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
誰が私を助けることができますか?このエラーの回避策はありますか?
ありがとうございます!