Need help booting the Toutatis image from HDD

2 replies [Last post]
teodorescup

I am a member!

Offline
Joined: 01/04/2011

Hello,
I tried with grml-rescueboot and was successful with Ubuntu and
Elementary images but with Trisquel nothing happened.

I also tried to manually add an entry for Trisquel but again I failed to
find a successful solution.

The image boots and install's in VM's so it's not the image.

Any ideas on the solution ?

--
I use: trisquel.info | ceata.org | fsf.org | riseup.net | duckduckgo.com | eff.org | h-node.com | torproject.org | airvpn.org | flattr.com | skepdic.com |

teodorescup

I am a member!

Offline
Joined: 01/04/2011

I hate replying to my own subjects but just in case anyone else finds
itself in my situation;
the solution looks something like this:

sudo nano /etc/grub.d/40_custom
menuentry 'Trisquel 6 amd64' {
        set isofile="/trisquel_6.0_amd64.iso"
        loopback loop (hd0,msdos1)$isofile
        linux (loop)/casper/vmlinuz boot=casper
iso-scan/filename=$isofile noprompt noeject
        initrd (loop)/casper/initrd
}
sudo update-grub

--
I use: trisquel.info | ceata.org | fsf.org | riseup.net | duckduckgo.com | eff.org | h-node.com | torproject.org | airvpn.org | flattr.com | skepdic.com |

Andresm

I am a member!

Offline
Joined: 11/21/2010

Thank you.