This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo woeusb --target-filesystem NTFS --device ~/path/to/iso /dev/sdX |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Boot into the live enviroment | |
# Switch to root user | |
$ sudo su | |
# Get names of root, boot & EFI partition names | |
$ fdisk -l | |
# Mount root subvolume from BTRFS partition | |
$ mount -t btrfs -o subvol=name_of_root_subvol,defaults /dev/X /mnt/ |