summaryrefslogtreecommitdiffstats
path: root/recipes/editgrub.html
blob: a1b9babe739b661fed5f5e6220691db013460468 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<p>
If you messed up your VM and made it unbootable, it's
often useful to be able to go in and edit <code>/boot/grub/grub.conf</code>.
This guestfish script shows how to do that.
</p>

<p>
Usage assumes that the VM has a separate <code>/boot</code>
partition containing grub, which is usually the case.  So
for example:
</p>

<pre>
editgrub.sh broken-guest.img /dev/sda1
</pre>