Re: [Trisquel-users] How To Boot Latest In Dev ISO?

2012-12-21 Thread e . k . orlov
There is an error in (hd0,0) expression. The hard drive number starts from zero while partition number starts from 1. Try change to (hd0,1). Here is the crub.cfg entry that worked for me: menuentry Trisquel { set isofile=/trisquel.iso loopback loop $isofile linux

Re: [Trisquel-users] How To Boot Latest In Dev ISO?

2012-12-21 Thread Alexander Stephen Thomas Ross
Thanks. the key was the set var needed to be in menuentry Trisquel { } On 21/12/12 10:30, e.k.or...@gmail.com wrote: There is an error in (hd0,0) expression. The hard drive number starts from zero while partition number starts from 1. Try change to (hd0,1). Here is the crub.cfg entry that

[Trisquel-users] How To Boot Latest In Dev ISO?

2012-12-19 Thread Alexander Stephen Thomas Ross
I am trying to save a CD and boot of a flash drive. I have grub2, i think. I am using this in my config file: set isofile_trisquel=/trisquel.iso menuentry Trisquel { loopback loop (hd0,0)$isofile_trisquel linux (loop)/casper/vmlinuz boot=casper iso-scan/filename=$isofile_trisquel noeject