1. Start App Browser
2. Select grub2 and install it "on boot"
3. Select leafpad and install it "on demand"
4. Open terminal and exec:
[code]sudo touch /mnt/sda1/boot/grub/grub.cfg[...
2. Select grub2 and install it "on boot"
3. Select leafpad and install it "on demand"
4. Open terminal and exec:
Code: [Select]
sudo grub-install --boot-directory=/mnt/sda1/boot /dev/sda
[code]sudo touch /mnt/sda1/boot/grub/grub.cfg[...