LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 03-18-2017, 03:23 PM   #16
yancek
LQ Guru
 
Registered: Apr 2008
Distribution: Slackware, Ubuntu, PCLinux,
Posts: 10,492

Rep: Reputation: 2488Reputation: 2488Reputation: 2488Reputation: 2488Reputation: 2488Reputation: 2488Reputation: 2488Reputation: 2488Reputation: 2488Reputation: 2488Reputation: 2488

The information you cut and posted from the bootinfoscript shows that you have an MBR system with Grub installed to the MBR of two drives (sda and sdb) while you have windows code in the MBR of sdc. What happens when you set sdc to first boot priority in the BIOS? The set root='hd0,msdos3' you posted from your machine confirms that it is MBR.

I'm not sure why you are geting an ntldr is missing error since ntldr has not been used on windows since xp. Vista and later versions of windows use BCD and the necessary boot file are: winload.exe which is on the system partition in C:\Windows\System32\Boot folder.
BCD is in the Boot folder of the boot partition or the system partition if you do not have a separate boot partition. bootmgr is also needed and is in the root of the system partition or the boot partition.

Quote:
so is gpt1 a Windows thing
No. Detailed info on GPT at the link below. FreeBSD and most Linux systems can use GPT with MBR systems. Macs and windows can not.

https://en.wikipedia.org/wiki/GUID_Partition_Table

If you are still having problems, I think your next best step is to get boot repair, either by downloading it and burning it to a CD or running after insalling it on Mint. See the link below. Make sure you select the option to Create BootInfo Summary and just post a link to it here.

https://help.ubuntu.com/community/Boot-Repair
 
Old 03-18-2017, 06:39 PM   #17
mogmog
Member
 
Registered: Jun 2012
Location: UK
Posts: 89

Original Poster
Rep: Reputation: Disabled
Jack, Hydrurga & Yancek,
Thanks for your help here - Boot repair disk worked & I've rebooted to GRUB choices several toimes to check.

In case it's of interest, the Boot info is here: https://paste.ubuntu.com/24204792/
My disks are in a right mess, I think, with old OS's but I'm not sure which ones to get rid of & which to keep - SDA was a new SSD with a W7 then LM17.2 install and the other disk still has the old W7 & LM 17.0 on it. I think. It worked & I moved on - I kept the old LM as a backup (glad I did as it's been very useful with my ongoing uninstalled QGIS problem)
Cheers
J

PS Jack, get boot repair disk just in case - it's good.
 
Old 03-18-2017, 06:42 PM   #18
hydrurga
LQ Guru
 
Registered: Nov 2008
Location: Pictland
Distribution: Linux Mint 21 MATE
Posts: 8,048
Blog Entries: 5

Rep: Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925
Quote:
Originally Posted by mogmog View Post
Jack, Hydrurga & Yancek,
Thanks for your help here - Boot repair disk worked & I've rebooted to GRUB choices several toimes to check.

In case it's of interest, the Boot info is here: https://paste.ubuntu.com/24204792/
My disks are in a right mess, I think, with old OS's but I'm not sure which ones to get rid of & which to keep - SDA was a new SSD with a W7 then LM17.2 install and the other disk still has the old W7 & LM 17.0 on it. I think. It worked & I moved on - I kept the old LM as a backup (glad I did as it's been very useful with my ongoing uninstalled QGIS problem)
Cheers
J

PS Jack, get boot repair disk just in case - it's good.
I'm glad it worked. Onwards and upwards!
 
Old 03-18-2017, 10:24 PM   #19
yancek
LQ Guru
 
Registered: Apr 2008
Distribution: Slackware, Ubuntu, PCLinux,
Posts: 10,492

Rep: Reputation: 2488Reputation: 2488Reputation: 2488Reputation: 2488Reputation: 2488Reputation: 2488Reputation: 2488Reputation: 2488Reputation: 2488Reputation: 2488Reputation: 2488
If you have sda (256GB drive) set to first boot priority, you should be able to boot windows on that drive as well as Mint 17.2 which is also on that drive and Mint 17 Quiana which is on the sdc drive (74GB) as there are correct entries for all in the grub.cfg file of Mint 17.2 on sda3. There is also an entry for windows 7 on sdb1 (320GB drive so they should all boot.

Your grub.cfg for Mint 17 Mate only has entries for itself and the windows on sda1 so if you have the small (74GB) drive set to first boot priority, you will only be able to boot Mate and the windows on sda unless you run: sudo update-grub from Mate.
 
Old 03-19-2017, 02:01 AM   #20
JackDinn
Member
 
Registered: May 2015
Posts: 236

Rep: Reputation: Disabled
@mogmog, glad you did get it figured in the end without to much hassle. Iv kept a note of the repair disk just in case, thx.

Keep at it
 
Old 03-20-2017, 03:42 AM   #21
mogmog
Member
 
Registered: Jun 2012
Location: UK
Posts: 89

Original Poster
Rep: Reputation: Disabled
Not sorted!
Just booted this morning - NTLDR is missing...
After running the boot repair disk, I rebooted several times & it worked, booting to the options menu.
Will try again with boot repair disk...

Back in 17.2 at present - this is the GRUB tool I found Rescatux:
http://www.supergrubdisk.org/wizard-...er-grub2-disk/

EDIT
Just re-run Boot Disk Repair & rebooted - now works. Will it stay fixed?

Last edited by mogmog; 03-20-2017 at 06:42 AM. Reason: added info
 
Old 03-20-2017, 07:43 AM   #22
yancek
LQ Guru
 
Registered: Apr 2008
Distribution: Slackware, Ubuntu, PCLinux,
Posts: 10,492

Rep: Reputation: 2488Reputation: 2488Reputation: 2488Reputation: 2488Reputation: 2488Reputation: 2488Reputation: 2488Reputation: 2488Reputation: 2488Reputation: 2488Reputation: 2488
It should have worked with the SSD as first boot priority, at least from the info posted earlier. As long as you don't move drives, it should work. That grub.cfg shows all the correct entries.

Which selection are you making when you get the ntldr error? One of the windows entries, any menuentry? Your boot repair output usually shows the various boot files for Linux and/or windows and yours doesn't show ntldr but rather the correct bcd boot files for windows 7. Did this system originally have xp on it?
 
  


Reply

Tags
boot err msg., multiboot, ntldr


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
NTLDR missing vgumesh Linux - Newbie 5 02-19-2012 11:03 AM
NTLDR Missing for XP in dual boot system lackop Linux - Software 3 07-07-2010 03:23 PM
ntldr missing lilo xp and linux xterminator890i Linux - General 16 07-12-2004 04:41 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 07:42 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