This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
virtualbox_efi_boot_failed [2015/06/21 12:17] – created pavroo | virtualbox_efi_boot_failed [2021/05/04 13:24] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 4: | Line 4: | ||
In most cases the VirtualBox will launch the EFI Shell. | In most cases the VirtualBox will launch the EFI Shell. | ||
+ | |||
+ | {{: | ||
To manually launch Sparky 64 bit version, run: | To manually launch Sparky 64 bit version, run: | ||
Line 9: | Line 11: | ||
| | ||
- | If you used [[http:// | + | To manually launch Sparky 32 bit version, run: |
- | If you have launched Sparky manually, fix the startup as following: | + | |
+ | |||
+ | If you used [[partitioning# | ||
+ | |||
+ | If you have launched Sparky manually, fix the startup as follow: | ||
+ | |||
+ | 64 bit: | ||
sudo mount /dev/sda1 /mnt | sudo mount /dev/sda1 /mnt | ||
cd /mnt | cd /mnt | ||
sudo echo ' | sudo echo ' | ||
+ | |||
+ | 32 bit: | ||
+ | |||
+ | sudo mount /dev/sda1 /mnt | ||
+ | cd /mnt | ||
+ | sudo echo ' | ||
Then reboot: | Then reboot: | ||
| | ||
- | |||