Trophy #267
Im just playing with an external usb drive and (trying) setting up a dos prompt on it.
Grub is installed and works fine, however I want to be able to add an option to boot to different folders in the same drive.
ie
/folder1/io.sys
/folder1/autoexec.bat
/folder1/other stuff
/folder2/io.sys
/folder2/diff autoexec.bat
/folder2/diff stuff
ive tried
title Menu Option 1
find --set-root /folder1/kernel.sys
chainloader /folder1/kernel.sys
boot
which works but only when io.sys/kernel.sys is in the root of the drive, not a folder
Can this be done at all or does any option require the sys file in root ?
Pls dont say use a boot.img either as i need to retain the ability to move around the usb drive via cmd prompt
Grub is installed and works fine, however I want to be able to add an option to boot to different folders in the same drive.
ie
/folder1/io.sys
/folder1/autoexec.bat
/folder1/other stuff
/folder2/io.sys
/folder2/diff autoexec.bat
/folder2/diff stuff
ive tried
title Menu Option 1
find --set-root /folder1/kernel.sys
chainloader /folder1/kernel.sys
boot
which works but only when io.sys/kernel.sys is in the root of the drive, not a folder
Can this be done at all or does any option require the sys file in root ?
Pls dont say use a boot.img either as i need to retain the ability to move around the usb drive via cmd prompt