GRUB > vmlinuz copy2ram
Posted: 07 Apr 2025, 07:37
Well, continuing with the previous topic (Porteus added to Grub menu, not so "easy"), in another section, the following happened:
FIRST. The system boots without problems.
SECOND. Some services strangely don't start for any Porteus variant; Wi-Fi and Bluetooth don't work, but there is wired internet.
THIRD. I save the session as a module.
IN SUMMARY, without LILO, we're screwed!




IN SUMMARY, without LILO, we're screwed!
Code: Select all
menuentry 'Porteusx' {
set root='hd1,msdos1'
linux /boot/syslinux/vmlinuz copy2ram
initrd /boot/syslinux/initrd.zst
}
