I divided a 2GB USB flash drive into two partitions, 230M and 1.7G. I successfully loaded GRUB in the first 230M partition and booted, but GRUB can't find the files in the second partition. How to do it???
Union site: www.cn-dos.net Forum site: www.cn-dos.net/forum
DOS stands for freedom, openness and progress. Let us work hard, learn from the openness and GNU spirit of FreeDOS and Linux, and together build and grow a free GNU GPL world!
Originally posted by fastslz at 2007-12-20 12:51 PM:
title start USB.img
find --set-root /usb.img
map --mem /usb.img (fd0)
map --hook
chainloader (fd0)+1
rootnoverify (fd0)
title start USB.lst
find --set-root /usb.lst
savedefault --wait=2
...
Originally posted by logan0279 at 2007-12-27 03:04 PM:
LZ, what tool did you use to partition the USB flash drive? Can you send me one?