If the files you want to copy are on sda1 as iyou indicate above, then you also need to find out which drive/partition the new Ubuntu is on if you are still using the DVD. If you can boot into the new Ubuntu, you can simply create a mount point for the old drive partition, then mount it and then as root (using sudo) copy the files from the old drive to the new. I'm not sure all this is necessary. I don't use Brave browser but generally if all you want is Bookmarks and related, you should be able to do that as explained in post 3 above.
Create a mount point for sda1:
Code:
sudo mkdir /mnt/sda1
Mount sda1:
Code:
sudo mount /dev/sda1 /mnt/sda1
Navigate to sda1 and whichever directory you want to copy files from, from the image you posted:
cd /mnt/sda1/opt/brave.com/
Copy the folders/files from that location to whichever location you want on your booted system. On your installed Ubuntu, enter sudo su and enter your primary user password when prompted then:
cp brave/* /path to new location
I don't see anything different about the structure of the system you mention. I woulds think this would all not be necessay, simply copy whatever config files in your /home/user directory for Brave browser from the old /home/user to the new /home/user.i
Bookmarks