#EFI Windows dual boot
113 messages · Page 1 of 1 (latest)
can u open the app named Disks please
show a pic of each drive. excluding the USB stick and the loop device
@ionic sonnet
show the third drive in the list too
thats a external ssd i use
so, from the looks of things, your Windows is on sda - but it's missing an EFI parition.
possibly the one on sdb (sdb1) is being used to boot windows or whatever else
please show the partition layout of USB 16 GB
alright
yep. windows is using sdb1 for EFI
is there a way to move it
u want to get rid of Fedora at this time?
its nobara, yeah
ok so go back to the Disks app, on sdb
Alright
1 sec
ok in the Disks app, on SDB
select sdb2 and then delete it with the red button having a dash inside it
do same for sdb3 and sdb4
Done
show pic. i wanna see how it stands now
cool, click the gear icon > Edit filesystem , and put ESP_MAIN
on sdb1?
yes
once done, go to the 16Gig USB in disks app, and click the "writable" partition and click the black Stop button to unmount it
p3 in that case.
gives me this
ok nvm.
probably installer is running in background
anyway, close out of the Disks app
Ok
run the installer with the "something else" option and show pic when ur there. scroll in the chart showing sdb and all under it
first order of business.:
the 'device for bootloader' dropdown: __put to /dev/sdb1
then click the massive free space under sdb1 in chart then click +, and make an ext4 partition . (you can select about 40% the total size, if you want to also make a home partition to save data in )
like this
eh.. wait
let's have this one be the one for the OS, not home... so click on the "mountpoint" dropdown
and put to /
then click OK, then click the rest of the big free space, and do + again
still with 40%?
you'll do a /home and a 2 gig swap
should be ample
so should i do the 2gb swap first
so the rest is home
wait up
fix something first
so it's nice n round
that ext4 partition u just made, click it, and click "change"
in the 'size' field put 429497 (metric Megs)
that should give u a perfect 400 binary Gigs
dont change the mountpoint that u had put, just the size
alr done
click + on the free space: make 567929 MB ext4 mountpoint: /home
which should leave u with a perfect 2 binary gigs free space at very end, for setting as swap
then click the remainng 2048 MB of free space
close enough... and do use as: linux swap
the swap area?
wait
something off
oh nvm
yeah the 2 gigs of free space that show there in the chart
click + on it
ok
"use as" should offer a option for linux swap area
"swap area"
yep. looks fine. scroll up a bit, make sure the / partition is there still
and ticked to format
and since the swap area never got formatted, it must be set to "format" as well
so click it, and "change"
Format the partition is greyed out
if u ever have to reinstall this or another distro, u basically do this same step but just ensure the home partition is NOT ticked to format, and also still set to mount at /home
ok just hit OK, and then 'install"
alright man, thank you for helping
yw. good luck with the installation
be sure to check out our #1295728709306683482 INDEX , section 3 and beyond for handy usage tips @ionic sonnet
alrighty
when you boot into the new Mint, check in System Monitor if swap is available. (obviously won't be in use then but should show avail.)
how's it turning out, @ionic sonnet ?
its good, my MX master 3s scroll wheel is broken though, it doesnt ratchet properly
I mean the dualboot works?
yeah it does
make sure Windows Fast Startup is OFF too for reliable operation. (This is not a BIOS setting)
what do you get for cat /proc/swaps result, btw?
good. it set the swap up.
check this for a minute or 2 at timecue: https://youtu.be/yYZUnx9yZKE?t=1122
MIND BLOWING SUPER COOL LINUX COMMANDS
NOTE: YouTube won't allow the angled brackets that represent "greater than" and "less than" to be posted in the description text. I have indicated their use in the commends below but you'll have to replace them yourself. :)
CREATE A TEXT FILE WITHOUT USING AN EDITOR
cat (greater than) myfile.txt
-- Creat...