Posts: 426
Threads: 17
Joined: Jul 2020
Reputation:
35
When krd iso kernel boots it will search for the iso file in the /data folder. It then loads more files after mounting the iso file again within Linux using code in the init scripts.
You don't need two krd.iso, just boot from /data/krd iso.
Posts: 30
Threads: 6
Joined: Jul 2020
Reputation:
1
Where does Steve2926 master set root=(${vtoydev},3) point? Did you define partition 3 of your flash drive?
Posts: 426
Threads: 17
Joined: Jul 2020
Reputation:
35
The search line in the grub2 commands will find the iso on any device at the path specified, but the kernel will load the same iso again and search all devices for the iso file ONLY if it is in the /data folder.
Please post your complete menu that you are using.
Posts: 30
Threads: 6
Joined: Jul 2020
Reputation:
1
If the krd.iso file is in any part of the hdd, in the main directory and in the data folder
the following code boots
'configfile ($vtoy_dev,1)/ventoy/isocfg/${chosen_path}.cfg' but it doesn't boot if only data/krd.iso. Here's how data/krd.iso boots.
When 'configfile ($vtoy_dev,1)/ventoy/isocfg/krd.iso.cfg' is edited, it will boot again and the same happens in other linux.iso. Do you have any good suggestions for this?