Stresslinux community

Full Version: Getting StreesLinux and Grub or Grub4Dos to work
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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