|
188.
|
|
|
To list your partitions, type ``lsblk -f`` and press :kbd:`Enter`.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../../multiboot.rst:22
|
|
189.
|
|
|
Find the partition where Linux Mint is installed. On most systems this should be the only ``ext4`` partition.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../../multiboot.rst:28
|
|
190.
|
|
|
In the screenshot above:
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../../multiboot.rst:30
|
|
191.
|
|
|
``sdb`` is the USB stick (recognizable by its ``iso9660`` type which corresponds to an ISO image).
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../../multiboot.rst:32
|
|
192.
|
|
|
``sda`` is the hard drive.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../../multiboot.rst:33
|
|
193.
|
|
|
``sda4`` is the partition on the ``sda`` hard drive, where Linux Mint is installed.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../../multiboot.rst:34
|
|
194.
|
|
|
To list partition sizes, type ``lsblk``:
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../../multiboot.rst:36
|
|
195.
|
|
|
To list partition labels, type ``blkid``:
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../../multiboot.rst:42
|
|
196.
|
|
|
Mount the Linux Mint partition and reinstall the grub menu with the following commands:
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../../multiboot.rst:48
|
|
197.
|
|
|
In the commands above, replace /dev/sda4 and /dev/sda with the appropriate names for your Linux Mint partition and your hard drive device.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../../multiboot.rst:56
|