Page 1 of 1

nemesis thru grub from iso

Posted: 01 Apr 2025, 22:41
by francois
I have a menu entry in grun to boot nemesis:

Code: Select all

   }
    menuentry "porteus PORTEUS 1_nemesis  XFCE nemesis sda5" {
    insmod part_msdos
    insmod ext2
    set root=(hd0,5)
    set isofile="/isos/Nemesis-(most-recent)-XFCE-x86_64.iso"
    search --no-floppy --file --set=root $isofile
    loopback loop $isofile
    linux (loop)/boot/syslinux/vmlinuz from=$isofile extramod=/1_nemesis/porteus/modules/ changes=1_nemesis/nemesis-iso login= acpi=
    initrd (loop)/boot/syslinux/initrd.xz
    }
This will boot me into root mode. How could this be?

Thanks

nemesis thru grub from iso

Posted: 01 Apr 2025, 23:03
by Ed_P
My grub2 ISO menus don't have the top 3 lines you have. Try commenting them out and booting.

nemesis thru grub from iso

Posted: 02 Apr 2025, 01:36
by ncmprhnsbl
francois wrote:
01 Apr 2025, 22:41
login=
try nologin (which will land you on tty since nemesis doesn't have a display/login manager)
although... since that's a pretty old iso you're using there, i couldn't guarantee (any of) the cheatcodes are working correctly.

nemesis thru grub from iso

Posted: 02 Apr 2025, 02:04
by francois
Thanks to both for participating to the problem solving.

To resolve the problem, in always fresh mode I have cleaned old material in both folders in:
extramod=/1_nemesis/porteus/modules/
and
changes=1_nemesis/nemesis-iso

Ed
These first lines do not do any difference.

ncmprhnsbl
I have adjusted for the wrong iso mention in first post as it was not accurate, I had used the most recent version contrarily to appearances.

Thanks.

nemesis thru grub from iso

Posted: 02 Apr 2025, 12:34
by francois
ncmprhnsbl
Using nemesis, I realize that it has nicely matured. I am eager to discover it all.
Thanks for offering nemesis.