Live boot from hard disk problem
- by user172277
I've installed Ubuntu Desktop 13.04 32bit.
Next I configured /etc/grub.d/40_custom to boot live system from ubuntu.iso (also Desktop 13.04 32 bit)
I used configuration:
menuentry "Ubuntu 13.04 Desktop" {
loopback loop /boot/ubuntu.iso
linux (loop)/casper/vmlinuz.efi boot=casper iso-scan/filename=/boot/ubuntu.iso noeject noprompt splash --
…