Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - Peterle

Pages: [1]
1
wattOS R10 / boot the iso file from the hdd - grub parameters
« on: July 15, 2017, 01:44:15 PM »
Hi,
I can boot several iso files stored in the hdd, like ubuntu, mint, arch etch, but I cannot find a 'recipe' to boot the wattOS-R10-32.iso
Do you know a way to accomplish this? i love being able to try a distro without burning a CD or writing an USB key;
I've already used the second option, but it was slow and with the  mouse freezing bug.

When I try to boot the iso, I receive the error: << can't find  /dev/sr0>>, or something similar.

Thanx

testing config:

menuentry "Try wattOS-R10-32bit without installing" {
    set isofile="/ISOS/wattOS-R10-32.iso"
    loopback loop (hd0,2)$isofile
   linux   (loop)/casper/vmlinuz  file=/cdrom/preseed/custom.seed boot=casper iso-scan/filename=${isofile} quiet splash --
   initrd   (loop)/casper/initrd.gz
}


Pages: [1]