LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   My windows is not booting after I installed CentOS7 (https://www.linuxquestions.org/questions/linux-newbie-8/my-windows-is-not-booting-after-i-installed-centos7-4175585262/)

tashi 07-21-2016 11:11 PM

My windows is not booting after I installed CentOS7
 
Hello everyone!
I am new CentOS and recently I had installed CentOS7 in my pc which already had Windows 10 (upgraded from windows 8). When I boot my pc, i get to choose from three options.
1. CentOS....
2. CentOS......
3. Windows boot manager on (/dev/sda2)

The CentOS works fine but when I choose the third one, it gives me

/EndEntire file path: /ACPI(a03410,0)/PCI(2,1f)4800,82000,31cef12d98ce4d42,2,2)File(\EFI\Micorsoft\Boot)/File(bootmgfw.efi)/Entire
error cannot load image
press any key to continue..

Can you help me?
Thanks!

jamison20000e 07-21-2016 11:29 PM

Hi.

Is your BIOS set from secure boot?

Or, you may just need more work on GRUB, can you explain what solved here: http://www.linuxquestions.org/questi...ws-4175514202/

I remember using /etc/grub.d/
/etc/default/grub
and:
Code:

update-grub
...when I had to manually enter Fatdog64?

Hopefully you still have your factory reset intact or some backups (or microcoughed DVD) so if all else fails could start over... :hattip: Add: installing GRUB to MBR. ;)

tashi 07-22-2016 03:45 AM

Quote:

Originally Posted by jamison20000e (Post 5579657)
Hi.

Is your BIOS set from secure boot?

Or, you may just need more work on GRUB, can you explain what solved here: http://www.linuxquestions.org/questi...ws-4175514202/

I remember using /etc/grub.d/
/etc/default/grub
and:
Code:

update-grub
...when I had to manually enter Fatdog64?

Hopefully you still have your factory reset intact or some backups (or microcoughed DVD) so if all else fails could start over... :hattip: Add: installing GRUB to MBR. ;)

Yes, my BIOS is set from secure boot and I have also gone through that link and tried it but nothing worked for me.

I dont have factory reset intact since I cant access my windows :(

hydrurga 07-22-2016 07:03 AM

Quote:

Originally Posted by tashi (Post 5579653)
Hello everyone!
I am new CentOS and recently I had installed CentOS7 in my pc which already had Windows 10 (upgraded from windows 8). When I boot my pc, i get to choose from three options.
1. CentOS....
2. CentOS......
3. Windows boot manager on (/dev/sda2)

The CentOS works fine but when I choose the third one, it gives me

/EndEntire file path: /ACPI(a03410,0)/PCI(2,1f)4800,82000,31cef12d98ce4d42,2,2)File(\EFI\Micorsoft\Boot)/File(bootmgfw.efi)/Entire
error cannot load image
press any key to continue..

Can you help me?
Thanks!

Was that just a transcription error?

Anyway, some solutions here:

http://askubuntu.com/questions/37797...-does-not-boot

(one of several solutions found by Googling "/EndEntire file path: /ACPI(a03410,").

Let us know how you get on.

jamison20000e 07-22-2016 08:25 AM

Try:
 
http://www.supergrubdisk.org/super-grub2-disk/

Quote:

Originally Posted by tashi (Post 5579725)
...

I dont have factory reset intact since I cant access my windows :(

I'd try many more suggestions and DuckDuckGoing first. From Linux how many partitions do you see?

(Again last resort:)
I don't run losedoughs so not sure if (e.g:) F8 works (for the reset to win8 :p) before or after GRUB?

John VV 07-22-2016 11:16 PM

oem's have this bad habit on windows computers to install a slightly hidden " Windows recovery" partition at the beginning of the drive ( sda1 the MBR is there)

this DOSE cause issues sometimes

i take it you did NOT reformat
do a new clean install of 10
then install cent

in cent7 please post the output of this
Code:

su -
--- YOUR ROOT PASSWORD WHEN ASKED

fdisk -l

that is a lower case ell " L"

tashi 07-24-2016 10:37 PM

Quote:

Originally Posted by jamison20000e (Post 5579829)
http://www.supergrubdisk.org/super-grub2-disk/

I'd try many more suggestions and DuckDuckGoing first. From Linux how many partitions do you see?

(Again last resort:)
I don't run losedoughs so not sure if (e.g:) F8 works (for the reset to win8 :p) before or after GRUB?

Disk /dev/sda: 1000.2 GB, 1000204886016 bytes, 1953525168 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disk label type: gpt


# Start End Size Type Name
1 2048 2050047 1000M Windows recover Basic data partition
2 2050048 2582527 260M EFI System EFI System Partition
3 2582528 4630527 1000M unknown Basic data partition
4 4630528 4892671 128M Microsoft reser Microsoft reserved partition
5 4892672 827103231 392.1G Microsoft basic Basic data partition
6 827105280 1351391231 250G Microsoft basic Basic data partition
7 1351393280 1875679231 250G Microsoft basic Basic data partition
8 1928110080 1953523711 12.1G Windows recover Basic data partition
9 1875679232 1876703231 500M Microsoft basic
10 1876703232 1928110079 24.5G Linux LVM

Disk /dev/mapper/cl_tashic-root: 23.6 GB, 23588765696 bytes, 46071808 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes


Disk /dev/mapper/cl_tashic-swap: 2684 MB, 2684354560 bytes, 5242880 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes

tashi 07-24-2016 10:38 PM

Quote:

Originally Posted by John VV (Post 5580117)
oem's have this bad habit on windows computers to install a slightly hidden " Windows recovery" partition at the beginning of the drive ( sda1 the MBR is there)

this DOSE cause issues sometimes

i take it you did NOT reformat
do a new clean install of 10
then install cent

in cent7 please post the output of this
Code:

su -
--- YOUR ROOT PASSWORD WHEN ASKED

fdisk -l

that is a lower case ell " L"

[root@tashic ~]# fdisk -l
WARNING: fdisk GPT support is currently new, and therefore in an experimental phase. Use at your own discretion.

Disk /dev/sda: 1000.2 GB, 1000204886016 bytes, 1953525168 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disk label type: gpt


# Start End Size Type Name
1 2048 2050047 1000M Windows recover Basic data partition
2 2050048 2582527 260M EFI System EFI System Partition
3 2582528 4630527 1000M unknown Basic data partition
4 4630528 4892671 128M Microsoft reser Microsoft reserved partition
5 4892672 827103231 392.1G Microsoft basic Basic data partition
6 827105280 1351391231 250G Microsoft basic Basic data partition
7 1351393280 1875679231 250G Microsoft basic Basic data partition
8 1928110080 1953523711 12.1G Windows recover Basic data partition
9 1875679232 1876703231 500M Microsoft basic
10 1876703232 1928110079 24.5G Linux LVM

Disk /dev/mapper/cl_tashic-root: 23.6 GB, 23588765696 bytes, 46071808 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes


Disk /dev/mapper/cl_tashic-swap: 2684 MB, 2684354560 bytes, 5242880 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes


All times are GMT -5. The time now is 03:02 PM.