http://www.linuxforu.com/teach-me/ti...ht-from-an-iso
i followed the above tutorial to install Linux mint
and created /casper and copied the mint iso along with vmlinuz and initrd.lz into it,then inserted the following text into grub.conf
title Install Mint
root (hd0,6)
kernel /casper/vmlinuz
initrd /casper/initrd.lz
after rebooting and choosing Install Mint ,i got this:
No intid found.Try passsing init=bootarg
BusyBox v1.15.3 built in Shell(ash)
initarmfs>
what to do now ?