help-grub
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Moving /boot to another partition


From: Xen
Subject: Re: Moving /boot to another partition
Date: Tue, 11 Oct 2016 21:37:08 +0200
User-agent: Roundcube Webmail/1.2.0

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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]