LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook
User Name
Password
Linux - Laptop and Netbook Having a problem installing or configuring Linux on your laptop? Need help running Linux on your netbook? This forum is for you. This forum is for any topics relating to Linux and either traditional laptops or netbooks (such as the Asus EEE PC, Everex CloudBook or MSI Wind).

Notices


Reply
  Search this Thread
Old 10-12-2022, 05:03 PM   #1
SuSE_Lamer
Member
 
Registered: Nov 2004
Location: Hamburg/Germany
Distribution: Debian 10
Posts: 169

Rep: Reputation: 16
Question Dual-boot laptop: how to preserve recovery partition


Hello,

I have Acer Travelmate 5720, which has "Recovery partitin" and Windows 10 (but, unfortunately, 32 Bit only). I would like to install "Suse" in 64 Bit to use RAM completely. But I'm afraid of destroying "Recovery partition". What would be a best place for a boot manager / GRUB in this case?

I personally think, it should not be placed on the drive itself, but rather on the Linux partition. This would preserve the location of "Recovery partition" and its "bootability". But I would be glad to hear other opinions.

Regards from Germany,
Andrey

Last edited by SuSE_Lamer; 10-12-2022 at 05:04 PM.
 
Old 10-12-2022, 05:35 PM   #2
colorpurple21859
LQ Veteran
 
Registered: Jan 2008
Location: florida panhandle
Distribution: Slackware Debian, Fedora, others
Posts: 7,355

Rep: Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591
Quote:
I personally think, it should not be placed on the drive itself, but rather on the Linux partition.
Not sure what you mean by this, unless there are two drives in the system. Normally, the way to go is to shrink windows with windows disk manager, install linux to the empty space on the drive and let the installer install grub to mbr to allow dual booting with windows.

from windows run msinfo32.exe and post the bios mode of windows and post a screenshot of disk-management disk layout.

Last edited by colorpurple21859; 10-12-2022 at 05:47 PM.
 
Old 10-12-2022, 06:03 PM   #3
Emerson
LQ Sage
 
Registered: Nov 2004
Location: Saint Amant, Acadiana
Distribution: Gentoo ~amd64
Posts: 7,661

Rep: Reputation: Disabled
This is legacy boot, right? In this case just back up the boot sector with dd. Because installing Grub in legacy mode will overwrite it. Restoring the boot sector from this backup will restore your Windows boot. If you install Grub on partition then you have to chainload it by Windows bootloader (I don't know how to do that).
 
Old 10-13-2022, 04:35 AM   #4
yancek
LQ Guru
 
Registered: Apr 2008
Distribution: Slackware, Ubuntu, PCLinux,
Posts: 10,527

Rep: Reputation: 2495Reputation: 2495Reputation: 2495Reputation: 2495Reputation: 2495Reputation: 2495Reputation: 2495Reputation: 2495Reputation: 2495Reputation: 2495Reputation: 2495
I'm not clear about your question. If you plan to dual boot with windows 10, there is no reason the OpenSuse install would overwrite the recovery partition and not the other partitions unless you as the user installing, tell it to. As pointed out above, if you have a Legacy install, you need either boot code for windows in the MBR or boot code for Linux (Grub) in the MBR. If you put Grub on the partition you install OpenSuse to, you will need to boot it from windows which is quite a convoluted process. Do you not have a Recovery CD/USB for windows?
 
Old 10-13-2022, 07:02 AM   #5
colorpurple21859
LQ Veteran
 
Registered: Jan 2008
Location: florida panhandle
Distribution: Slackware Debian, Fedora, others
Posts: 7,355

Rep: Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591
If you are wanting to keep windows boot code in mbr and linux grub code in linux partition there is grub4dos/wingrub that allows booting linux from windows bootloader:
https://sourceforge.net/projects/grub4dos/
 
Old 10-13-2022, 03:16 PM   #6
SuSE_Lamer
Member
 
Registered: Nov 2004
Location: Hamburg/Germany
Distribution: Debian 10
Posts: 169

Original Poster
Rep: Reputation: 16
Hello,

actually, my idea was to preserve "bootability" of recovery partition after installing "open Suse" (and keeping Windows 10). So, I wanted to know where I should place GRUB boot loader to achieve my goal.

But situation has changed: I started recovery option of laptop (just to test that it works) and now I cannot start Windows 10 anymore. I suppose, recovery process has overwritten the MBR already - even without recoverying anything.

Even if I "lost" Windows 10, the question remains. Thanks for all your hints.

Regards from hamburg
 
Old 10-13-2022, 03:26 PM   #7
SuSE_Lamer
Member
 
Registered: Nov 2004
Location: Hamburg/Germany
Distribution: Debian 10
Posts: 169

Original Poster
Rep: Reputation: 16
Hello,
Quote:
Originally Posted by yancek View Post
I'm not clear about your question. If you plan to dual boot with windows 10, there is no reason the OpenSuse install would overwrite the recovery partition and not the other partitions unless you as the user installing, tell it to. As pointed out above, if you have a Legacy install, you need either boot code for windows in the MBR or boot code for Linux (Grub) in the MBR. If you put Grub on the partition you install OpenSuse to, you will need to boot it from windows which is quite a convoluted process. Do you not have a Recovery CD/USB for windows?
this is very clear explanation. Either I put Grub into MBR, or I place Grub into Linux partition, but then I must make Grub "reachable" from Windows.

As far as I remember, GRUB "sees" recovery partitions and puts them into list of boot options. Perhaps, I will try to install GRUB and then just use recovery partition from there, if needed.

regards,
A.
 
Old 10-13-2022, 05:17 PM   #8
Emerson
LQ Sage
 
Registered: Nov 2004
Location: Saint Amant, Acadiana
Distribution: Gentoo ~amd64
Posts: 7,661

Rep: Reputation: Disabled
Some users never cease amazing me. Making a copy of boot sector takes what, 20 seconds, maybe 30 if you are slow. You could store this tiny file in your Windows recovery partition where it will be handy when you need it. Instead we have here a day long discussion about something. Wouldn't life be easier if we keep simple things simple? (Don't answer that.)
 
Old 10-14-2022, 04:28 AM   #9
yancek
LQ Guru
 
Registered: Apr 2008
Distribution: Slackware, Ubuntu, PCLinux,
Posts: 10,527

Rep: Reputation: 2495Reputation: 2495Reputation: 2495Reputation: 2495Reputation: 2495Reputation: 2495Reputation: 2495Reputation: 2495Reputation: 2495Reputation: 2495Reputation: 2495
Making a copy of the boot sector would seem to be the simplest option.

Quote:
started recovery option of laptop (just to test that it works) and now I cannot start Windows 10 anymore. I
That seems strange. In the past, I have created a windows recovery usb and booted it to test and not selected any option and had no problem later booting either Linux or windows. Did you select any option to start recovery? If you can't now boot windows, your boot sector may have been corrupted.

If you are using a Legacy system, you might try getting EasyBCD to fix or reinstall the boot code. See the link below.
Apparently you will need to register at their site to get the free version which was not necessary in the past.

https://neosmart.net/EasyBCD/

How did you start the recovery option? Did you select it from the Grub Menu or with a windows recovery cd/usb?
Grub4Dps apparently would do the same, I've never used it myself so??

Quote:
actually, my idea was to preserve "bootability" of recovery partition after installing "open Suse" (and keeping Windows 10).
As mentioned above, the simplest way to do this would have been to shrink your largest windows partition with the Disk Management tool in windows to create unallocated or free space and install OpenSuse there. It would not overwrite the windows partitions unless the user makes an incorrect selection during the install. Before doing this, you should have created a windows recovery cd/usb.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Recovery Partition Access / Dual Boot Linux & Windows DShuck Linux - General 11 07-18-2013 04:36 PM
[SOLVED] Dual boot Windows 7, Ubuntu and Recovery Partition glock356 Ubuntu 3 11-28-2012 01:39 AM
Dual Boot on a laptop with hidden Windows recovery partition Jordan&&&& Linux - Laptop and Netbook 10 05-02-2010 08:52 PM
Dual partition, dual OS, but not dual boot. mikalee Linux - General 7 12-20-2009 10:42 AM
Partition Table Recovery in Linux/XP Dual Boot PC kumarnine Linux - Software 3 04-19-2006 10:50 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook

All times are GMT -5. The time now is 04:14 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration