- Create two or more partitions in one USB disk.
- Install any Linux system in second or later partition.
- Install GRUB2 in the disk. Boot directory is the /boot on the partition where Linux system is installed.
- Attempt to boot in the disk.
- Error: Out of disk.
(In rescue mode, shell can read the files inside /bin but cannot read the files inside /boot, /usr, etc.)
Why does this happen and what should I do to solve this problem?
