GRUB > vmlinuz copy2ram

Get help with MATE specific problems
User avatar
SEMERENDO.cr
Black ninja
Black ninja
Posts: 90
Joined: 08 Nov 2023, 20:36
Distribution: alt, Porteus 5 mixed + x0.9

GRUB > vmlinuz copy2ram

Post#1 by SEMERENDO.cr » 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!

Code: Select all

menuentry 'Porteusx' {
	set root='hd1,msdos1'
	linux /boot/syslinux/vmlinuz copy2ram
	initrd /boot/syslinux/initrd.zst
}
Ed_P wrote:
04 Apr 2025, 15:54
I boot Porteus 3 different ways with Grub2, the majority of the time from ISO files on my harddrive (which means a save.dat file is required to save changes).
rych wrote:
04 Apr 2025, 09:25
Why do people have to set root= ? My whole grub.cfg is "simply":
Image