Page 1 of 1
Why not we use grub2 to boot easyos?
Posted: Thu Mar 30, 2023 3:48 pm
by Thanos
Limine is cool, but it need the uuid and it can not auto find out where is the easyos file.
Grub2 can search all disk partition to boot a linux, that is very simple and convenient.
Can we use a grub2 menu to boot easyos?
I think this way is better, because we need not know which partition contain the file, we only need know the file name, for example:
if search --file --set /EFI/Microsoft/Boot/bootmgfw.efi ; then
chainloader /EFI/Microsoft/Boot/bootmgfw.efi
fi
Re: Why not we use grub2 to boot easyos?
Posted: Thu Mar 30, 2023 3:55 pm
by Thanos
I am a new user of easyos and my english is poor, so maybe my question is foolish, please forgive me.
Re: Why not we use grub2 to boot easyos?
Posted: Thu Mar 30, 2023 4:31 pm
by williwaw
limine bootloader installer should be able to find /easyos, if tt is does not have to search too deep
you could re-run the installer if you already have limine installed and wish to add or move an install
the installer generates it's entries in uuid but limine also supports fslabel,
viewtopic.php?p=67377#p67377
Re: Why not we use grub2 to boot easyos?
Posted: Thu Mar 30, 2023 4:41 pm
by Thanos
williwaw wrote: Thu Mar 30, 2023 4:31 pm
limine bootloader installer should be able to find /easyos, if tt is does not have to search too deep
you could re-run the installer if you already have limine installed and wish to add or move an install
the installer generates it's entries in uuid but limine also supports fslabel,
viewtopic.php?p=67377#p67377
Please look at my post again, I updated it.
I want to write a menu for all ,not want to setup for only 1 disk partition.
Re: Why not we use grub2 to boot easyos?
Posted: Thu Mar 30, 2023 5:45 pm
by williwaw
Barry has lots of documentation at his blog
a search for "grub2" with the search function at
brings up
Code: Select all
https://bkhome.org/news/202011/extra-manual-instructions-for-frugal-install-of-easyos.html
Re: Why not we use grub2 to boot easyos?
Posted: Thu Mar 30, 2023 8:18 pm
by Thanos
williwaw wrote: Thu Mar 30, 2023 5:45 pm
Barry has lots of documentation at his blog
a search for "grub2" with the search function at
brings up
Code: Select all
https://bkhome.org/news/202011/extra-manual-instructions-for-frugal-install-of-easyos.html
OK,I try to read that, I know the fslable is work,but if I use this method or other mothod , how to write the KERNEL_CMDLINE? wkg_uuid is still required?
Other puppy ONLY need psubdir like wkg_dir, why easy need wkg_uuid for partition? I want to move easy from one partition to another partition but no change the configure file like limine.cfg, is it possible?
Re: Why not we use grub2 to boot easyos?
Posted: Thu Mar 30, 2023 10:32 pm
by williwaw
I want to move easy from one partition to another partition but no change the configure file like limine.cfg, is it possible?
are you asking if you can have easyos on one partition and the wkg_dir, on a different partition?
if you move your install or wkg_dir, try re-running the limine bootloader installer
test and see as an experiment after backing up your wkg_dir to a removable disk.
Re: Why not we use grub2 to boot easyos?
Posted: Fri Mar 31, 2023 1:09 am
by Thanos
Maybe my question should be this
viewtopic.php?t=8367
Re: Why not we use grub2 to boot easyos?
Posted: Fri Mar 31, 2023 3:54 pm
by BarryK
Re: Why not we use grub2 to boot easyos?
Posted: Fri Mar 31, 2023 11:21 pm
by Thanos
Thank you for your answer!!!
Please read this:
viewtopic.php?t=8367