Xen schreef op 11-10-2016 21:31:

Oops:


Then:

mkfs.ext4 /dev/sdb2 (if it has number 2 now, because I'm not sure)
tar -xvzf /tmp/boot-files.tgz -C /

Would have to be:

mkfs.ext4 ....
mount /dev/sdb2 /boot                       # forgot this step
tar -xvzf /tmp/boot-files.tgz -C /


What I'm saying is it is a recipe to shrink the first, and "move" the second partition to the front.

Maybe you can do that better with gparted.

_______________________________________________
Help-grub mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/help-grub

Reply via email to