Internal hard drive with all my data won't mount - Windows 7
Closed
fdshel
-
Apr 23, 2020 at 02:55 PM
LauraYuan Posts 33 Registration date Monday September 16, 2019 Status Member Last seen October 27, 2020 - Apr 26, 2020 at 10:52 PM
LauraYuan Posts 33 Registration date Monday September 16, 2019 Status Member Last seen October 27, 2020 - Apr 26, 2020 at 10:52 PM
Related:
- Internal hard drive with all my data won't mount - Windows 7
- Kmspico windows 10 - Download - Other
- How to install a second hard drive windows 11 - Guide
- Find and mount - Download - Backup and recovery
- Minecraft java edition free download for pc windows 7 - Download - Sandbox
- Working of hard disk with diagram - Guide
1 response
LauraYuan
Posts
33
Registration date
Monday September 16, 2019
Status
Member
Last seen
October 27, 2020
7
Apr 26, 2020 at 10:52 PM
Apr 26, 2020 at 10:52 PM
The problem you're having is no error, it's expected behaviour. You've replaced the Windows bootloader 2 with another boot loader, probably GRUB. I'll assume you're using GRUB (you can check this by running [[ $(sudo dd if=/dev/sda bs=512 count=1 2>&1 | grep LILO) ]] && echo 'you use grub', or just ls /boot, if you see a GRUB folder then you're probably using grub). When you installed GRUB (read: when you installed Antergos) GRUB automatically looked for operating systems, and only found Arch/Antergos/whateverantergosis, and only generated boot entries for those. So reconfiguring GRUB won't help...
unless you use something like os-prober. With os-prober GRUB will detect Windows, and generate a boot entry for that too. I'm not sure what repos antergos uses, but there's a package called 'os-prober' in the arch community repo. Install that (sudo pacman -S os-prober) and regenerate your grub config (sudo grub-mkconfig -o /boot/grub/grub.cfg). You should then see some 'found Windows X on /dev/sdXY', and you should have the option to boot into Windows.
unless you use something like os-prober. With os-prober GRUB will detect Windows, and generate a boot entry for that too. I'm not sure what repos antergos uses, but there's a package called 'os-prober' in the arch community repo. Install that (sudo pacman -S os-prober) and regenerate your grub config (sudo grub-mkconfig -o /boot/grub/grub.cfg). You should then see some 'found Windows X on /dev/sdXY', and you should have the option to boot into Windows.