You are not logged in.
Hi
My trusty old (backup system) T510 is currently triple booting BL, Mint18, W10 all from a single HD.
I wanna keep only BL of course plus W10. How do i have to "remove" Mint18 safely?
Any help is highly appreciated.
The current scheme as per gparted is:
/dev/sda1 - ntfs - 500MB - boot
/dev/sda2 - ntfs - 564GB
/dev/sda4 - extended - 359GB
/dev/sda6 - ext4 - 293GB
/dev/sda5 - ext4 - 65GB
/dev/sda3 - linux-swap - 8GB
/dev/sda6 => BL
/dev/sda5 => Mint18
Thx.
Last edited by nederpils (2017-09-16 15:15:12)
Offline
Boot up the BunsenLabs ISO image & select the "live session" then delete /dev/sda5 with gparted, that should do it
This would only cause problems if you are using the Mint bootloader -- is this the case?
As you appear to have a non-UEFI system then you can simply re-install the GRUB bootloader from BunsenLabs:
sudo grub-install /dev/sda
sudo grub-mkconfig -o /boot/grub/grub.cfg
Make sure that you do this *before* deleting the Mint partition and then reboot into BL and update the GRUB configuration again afterwards:
sudo grub-mkconfig -o /boot/grub/grub.cfg
Be sure to fully backup your systems before trying any of this.
Offline
That did the trick - solved. Thank you!
Offline
You're welcome, thanks for reporting back.
Offline