Ask your questions here.
Post a reply

Re: Problem with "toram" parameter

Wed Oct 08, 2014 10:23 pm

I haven't used grub with a multiboot usb stick, and it's been awhile since I've done anything with grub on a live-usb. You have a complicated setup. With syslinux bootloader, all the bootable systems must be on the first partition. So, no, I don't know what's going on.

Check the live-media-path. One thing I noticed when trying to boot with 'toram' was that with 'live-media-path=/some/path' I got dropped to busybox with error message "//some/path "does not exist". And when I changed the boot line to 'live-media-path=some/path' it worked.

Without 'toram' I needed the first slash in the path, which is the absolute path to the directory I wanted. With 'toram' I had to remove the first slash.

Maybe looking at the helpfile for refracta2usb will give you some ideas. Go to the examples at the end. It uses syslinux instead of grub, but maybe the diagrams of possible directory structures will help you.
http://sourceforge.net/projects/refract ... -0.9.6.txt

.
Post a reply