[SOLVED] How to boot up/ unHibernate Windows? GRUB gone

Questions about Grub, UEFI,the liveCD and the installer
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
jaderiver
Level 3
Level 3
Posts: 109
Joined: Wed Jun 27, 2012 1:43 pm
Location: Oregon Coast

[SOLVED] How to boot up/ unHibernate Windows? GRUB gone

Post by jaderiver »

I've always dual booted. During Mint reinstallation (Sonya 18.2) the process froze with the message that my /windows partition "had an error". (Windows is loader... but, overall ATA drive is boot installer. Am I thinking about this accurately? ). Anyway... Ugh! I forgot I had hibernated Windows the night before. :oops:

I quit installation to restart computer to Shut Down Windows. But, GRUB is now wiped out...can't get to Windows. Now Mint will not install even if I ask it to ignore /windows partition. Messages keep advising to restart windows to do clean Shut Down. But how?

Does anyone know how to boot up Windows without Grub, through BIOS perhaps... OR?

Thanks very much.

(P.S. Live CD still works although will not mount /windows partition... advises same.)
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 6 times in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
ASUS U56E 64-bit Mint 21.2 MATE Victoria No longer dualbooting WIN 7 and surviving
T-Mobile 5G or 4GLTE hotspot
; WiFi/Tether to Android hotspot
User avatar
austin.texas
Level 20
Level 20
Posts: 12003
Joined: Tue Nov 17, 2009 3:57 pm
Location: at /home

Re: How to boot up/ unHibernate Windows? GRUB gone

Post by austin.texas »

To fix a hibernated Windows (ntfs) partition:
Boot your live Mint DVD or USB.
Open a terminal: Ctrl+Alt+t

Code: Select all

sudo mkdir /mnt/win
Discover the device designation for the Windows "C" drive.

Code: Select all

lsblk -f
Here I put "/dev/sda2" as an example:

Code: Select all

sudo mount -t ntfs-3g -o remove_hiberfile /dev/sda2 /mnt/win
Mint 18.2 Cinnamon, Quad core AMD A8-3870 with Radeon HD Graphics 6550D, 8GB DDR3, Ralink RT2561/RT61 802.11g PCI
Linux Linx 2018
jaderiver
Level 3
Level 3
Posts: 109
Joined: Wed Jun 27, 2012 1:43 pm
Location: Oregon Coast

Re: How to boot up/ unHibernate Windows? GRUB gone

Post by jaderiver »

austin.texas:

Used your commands, then reply in terminal:

mount: can't find /dev/sda2/mnt/win in etc/stab

What now?

Thank you for your time and attention.

PS Yes my windows partition is on sda2 and formatted in NTSF.
Last edited by jaderiver on Sat Aug 26, 2017 7:20 pm, edited 1 time in total.
ASUS U56E 64-bit Mint 21.2 MATE Victoria No longer dualbooting WIN 7 and surviving
T-Mobile 5G or 4GLTE hotspot
; WiFi/Tether to Android hotspot
User avatar
catweazel
Level 19
Level 19
Posts: 9763
Joined: Fri Oct 12, 2012 9:44 pm
Location: Australian Antarctic Territory

Re: How to boot up/ unHibernate Windows? GRUB gone

Post by catweazel »

[quote="jaderiver"]austin.texas:

Used your commands, then reply in terminal:

mount: can't find /dev/sda2/mnt/win in etc/stab

What now?/quote]
You typed this:

Code: Select all

/dev/sda2/mnt/win
instead of this:

Code: Select all

/dev/sda2 /mnt/win
"There is, ultimately, only one truth -- cogito, ergo sum -- everything else is an assumption." - Me, my swansong.
jaderiver
Level 3
Level 3
Posts: 109
Joined: Wed Jun 27, 2012 1:43 pm
Location: Oregon Coast

Post by jaderiver »

...trying to delete redundant post...
Last edited by jaderiver on Sat Aug 26, 2017 8:49 pm, edited 1 time in total.
ASUS U56E 64-bit Mint 21.2 MATE Victoria No longer dualbooting WIN 7 and surviving
T-Mobile 5G or 4GLTE hotspot
; WiFi/Tether to Android hotspot
jaderiver
Level 3
Level 3
Posts: 109
Joined: Wed Jun 27, 2012 1:43 pm
Location: Oregon Coast

Re: How to boot up/ unHibernate Windows? GRUB gone

Post by jaderiver »

@austin.texas @catweazel

Yes yes yes thankyou thankyou thankyou. Your terminal command worked, and I have now reinstalled Mint dual booting with Windows :D Linux is great. Mint is lovely. Life is beautiful.

Before you responded with the command to de-hibernate from the Live CD terminal, I was IRC/Hexchatting and folks there could not understand why I would even acknowledge Windows during an installation and thought that by giving Windows the mount point "/windows", the installation would be in trouble from the get-go. But I have always designated Windows as such... and it is the "loader"... although I specify "Do Not Format". It seems to me we have to designate Windows as such for GRUB to recognize... no? The installer is the overall ATA drive.

Tried to use Windows System Repair Disk to "fix" WIN MBR, but kept getting the following on black:

error: file '/grub/i386-pc /normal.mod' not found
Entering rescue mode
grub rescue>

Same message resulted from other methods. Started looking into grub-2 and system repair tools.

But now I can stop taking time to research, thank you.
ASUS U56E 64-bit Mint 21.2 MATE Victoria No longer dualbooting WIN 7 and surviving
T-Mobile 5G or 4GLTE hotspot
; WiFi/Tether to Android hotspot
Locked

Return to “Installation & Boot”