Stresslinux community
Getting StreesLinux and Grub or Grub4Dos to work - Printable Version

+- Stresslinux community (https://www.stresslinux.org/community)
+-- Forum: Stresslinux Main (https://www.stresslinux.org/community/forumdisplay.php?fid=1)
+--- Forum: General discussion (https://www.stresslinux.org/community/forumdisplay.php?fid=2)
+--- Thread: Getting StreesLinux and Grub or Grub4Dos to work (/showthread.php?tid=216)



Getting StreesLinux and Grub or Grub4Dos to work - lindylex - 11-11-2016

This is what I tried. I uncompressed the content of the iso. This did not work. I also tried loading the iso and using loop to get to the linux and initrd.

menuentry 'Stresslinux_32bit_11.4.i686-0.7.106' {
linux /boot/stress/boot/i386/loader/linux ramdisk_size=512000 ramdisk_blocksize=4096 splash=silent showopts
initrd /boot/stress/boot/i386/loader/initrd
}

menuentry 'Stresslinux_32bit_11.4.i686-0.7.106 FAILSAFE' {
linux /boot/stress/boot/i386/loader/linux ramdisk_size=512000 ramdisk_blocksize=4096 splash=silent showopts ide=nodma apm=off acpi=off noresume selinux=0 nosmp noapic maxcpus=0 edd=off
initrd /boot/stress/boot/i386/loader/initrd
}

Thanks