Tell me more ×
Ask Ubuntu is a question and answer site for Ubuntu users and developers. It's 100% free, no registration required.

I had successfully booted my notebook with grub2 40_custom menuentry method. I found it very useful to keep backup of OS especially since i have low speed internet but when I try this in desktop it is not working.
Yells me with kernel panic. Not syncing trying to kill some process.
thats all i could remember.
plz help.

menuentry "Ubuntu 12.04.iso" {
set isofile="/ubuntuiso/ubuntu-12.04-desktop-amd64.iso"
loopback loop (hd0,1)$isofile
linux (loop)/casper/vmlinuz boot=capser iso-scan/filename=$isofile noprompt noeject
initrd (loop)/casper/initrd.lz
}
share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.