91
Plop Linux / Re: customized iso copy2ram as default
« Last post by Elmar on December 12, 2020, 08:23:24 AM »Hello!
Open the file "syslinux/syslinux.cfg"
Find the section of the first menu entry "linuxfb". It begins at line 17 with "label linuxfb".
Add "copy2ram" at the end of the line with "append". Its the line 20.
It should look like " append initrd=kernel/initramfs.gz vga=0x317 copy2ram".
Save the file.

Just an additional info, if you don't want to force the framebuffer mode then remove the "vga=0x317".
Best regards
Elmar
How do i change boot2ram default? so there is no additional keystrokes needed
Open the file "syslinux/syslinux.cfg"
Find the section of the first menu entry "linuxfb". It begins at line 17 with "label linuxfb".
Add "copy2ram" at the end of the line with "append". Its the line 20.
It should look like " append initrd=kernel/initramfs.gz vga=0x317 copy2ram".
Save the file.

Just an additional info, if you don't want to force the framebuffer mode then remove the "vga=0x317".
Best regards
Elmar