LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
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 04-18-2017, 06:11 PM   #31
stanvan
Member
 
Registered: May 2007
Posts: 123

Rep: Reputation: 50

Quote:
Originally Posted by Mike103 View Post
Thanks, stanvan. I'm a desk-bound working man outside the IT field, so an hour and a half of extra reading isn't in the cards for me I'm afraid. Linux would be a hobby for me (and I do hate Windows like everybody else, lol) so I'd love to get Mint up and running to play around with, but it's proving to be fairly time consuming, and I'm not even up and running yet. I am kind of a persistant bastard tho.
In dealing with computers (and all operating systems)... I think being persistent is a virtue! You'll be fine!
 
1 members found this post helpful.
Old 04-18-2017, 08:59 PM   #32
Mike103
LQ Newbie
 
Registered: Apr 2017
Posts: 23

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by Habitual View Post
I think that message is a red-herring.

Just sayin'
Hi Habitual,
I take that to mean you think I'm on the wrong track.
Do you think I should start over from scratch? Get a new HD? Other?
 
Old 04-19-2017, 05:32 AM   #33
Mike103
LQ Newbie
 
Registered: Apr 2017
Posts: 23

Original Poster
Rep: Reputation: Disabled
OK, went back over the "grub2 intallation via chroot" instructions in Ubuntu article.
Corrected an error in my command code (need new glasses).
Successfully mounted chroot.
Successfully downloaded grub package, installed and upgraded.
Exited chroot. Rebooted.

Error 1962: No operating system found. Boot sequence will automatically repeat.

Arghhh!



[Recap: Formatted old HD and installed Mint successfully from DVD iso, but the HD won't boot. The HD is definitely listed in the boot sequence, so it's not that. I used: sudo mount /dev/sda1 /mnt And then: sudo grub-install --boot-directory=/mnt/boot /dev/sda, and GRUB was installed successfully. Won't boot. Successfully downloaded, installed and updated grub2 via chroot. Still won't boot. Arg.]
 
Old 04-19-2017, 07:15 AM   #34
yancek
LQ Guru
 
Registered: Apr 2008
Distribution: Slackware, Ubuntu, PCLinux,
Posts: 10,504

Rep: Reputation: 2490Reputation: 2490Reputation: 2490Reputation: 2490Reputation: 2490Reputation: 2490Reputation: 2490Reputation: 2490Reputation: 2490Reputation: 2490Reputation: 2490
Quote:
Got back: /usr/sbin/grub-probe: error: failed to get canonical path of '/cow'.
That error means you were trying to install Grub to the DVD which will never work. It might help if you posted the individual commands you ran so someone could point out the problem because if you got that error, you did NOT do the chroot correctly. Is there some reason you don't want to post more details on your machine from the boot repair script? That would be helpful as right now everyone is just guessing. Probably has to do with it being set UEFI and installing MBR but who knows?
 
1 members found this post helpful.
Old 04-19-2017, 07:16 AM   #35
pan64
LQ Addict
 
Registered: Mar 2012
Location: Hungary
Distribution: debian/ubuntu/suse ...
Posts: 21,847

Rep: Reputation: 7309Reputation: 7309Reputation: 7309Reputation: 7309Reputation: 7309Reputation: 7309Reputation: 7309Reputation: 7309Reputation: 7309Reputation: 7309Reputation: 7309
yes, when you boot from dvd probably /dev/sda is not your HDD. You need to check it
 
1 members found this post helpful.
Old 04-19-2017, 02:41 PM   #36
DVOM
Member
 
Registered: Nov 2010
Posts: 223

Rep: Reputation: 48
Quote:
Originally Posted by Mike103 View Post
failed to get canonical path of '/cow'.
So I stuck that into the googles and it looks like a fairly common problem. Here's one instance of a solution:\\

https://www.linuxliteos.com/forums/i...hing-boots!!!/
 
1 members found this post helpful.
Old 04-19-2017, 07:01 PM   #37
Mike103
LQ Newbie
 
Registered: Apr 2017
Posts: 23

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by yancek View Post
That error means you were trying to install Grub to the DVD which will never work. It might help if you posted the individual commands you ran so someone could point out the problem because if you got that error, you did NOT do the chroot correctly. Is there some reason you don't want to post more details on your machine from the boot repair script? That would be helpful as right now everyone is just guessing. Probably has to do with it being set UEFI and installing MBR but who knows?
Aha! That is critical info--I definitely don't want to be trying to install grub on the DVD.

I was following the grub installation instructions from the Ubuntu article tho and it seemed to go well on the last try.

I'll try again later and post details. Thanks.
 
Old 04-19-2017, 11:06 PM   #38
Mike103
LQ Newbie
 
Registered: Apr 2017
Posts: 23

Original Poster
Rep: Reputation: Disabled
OK, I'm gonna throw in the towel for now and give it another shot toward the end of the month when time constraints aren't as heavy.

Thanks to all. I appreciate your efforts and will do some reading up in the meantime on your good links and such, and hopefully at least be a more informed newbie when I get back to it.
 
Old 04-20-2017, 02:58 PM   #39
DVOM
Member
 
Registered: Nov 2010
Posts: 223

Rep: Reputation: 48
I recommended this before so I'll leave a link to Parted Magic:

http://www.majorgeeks.com/files/deta...ted_magic.html
 
1 members found this post helpful.
Old 04-20-2017, 06:18 PM   #40
Mike103
LQ Newbie
 
Registered: Apr 2017
Posts: 23

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by DVOM View Post
I recommended this before so I'll leave a link to Parted Magic:

http://www.majorgeeks.com/files/deta...ted_magic.html
DVOM, thanks for the link. That's also an interesting link about the 'cow' error. I guess I'm on the right track but it definitely sounds like I need to figure a way to install grub on the HD instead of the DVD, which I'm apparently trying to do, lol.
 
Old 04-20-2017, 08:52 PM   #41
DVOM
Member
 
Registered: Nov 2010
Posts: 223

Rep: Reputation: 48
Quote:
Originally Posted by Mike103 View Post
DVOM, thanks for the link. That's also an interesting link about the 'cow' error. I guess I'm on the right track but it definitely sounds like I need to figure a way to install grub on the HD instead of the DVD, which I'm apparently trying to do, lol.
Mike103, put Parted Magic on a CD or USB, boot to it. Click the start button and near the top of the menu is a "boot repair" or "boot utilities" choice. Open that and at the first window you choose which partition to put it on, in your case it's probably "sda1", the next window is for which HDD you want it on. In you case that's probably "sda"

It'll work at it for about a minute and a half, then you're done, Reboot. Easy Peesy, I use it at least 3 times a week.

Last edited by DVOM; 04-20-2017 at 08:56 PM.
 
1 members found this post helpful.
Old 04-20-2017, 09:02 PM   #42
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
Quote:
Originally Posted by Mike103 View Post
Sorry, I meant to write "64-bit". Don't know why I wrote 32-bit. So that isn't the problem, but that's a good point, thanks. You did make me double-check tho. I assume the system is UEFI (and 64-bit) since it originally had Windows 8.

Right now I'm trying to figure if it might be good to try to install grub in a different part of the HD to see if that might get it to boot.
You shouldn't install Grub anywhere but to the MBR:- Master Boot Record

This worked for me using the Live LM CD/DVD-
https://community.linuxmint.com/tutorial/view/245

Last edited by Ztcoracat; 04-20-2017 at 09:05 PM.
 
1 members found this post helpful.
Old 04-20-2017, 11:56 PM   #43
Mike103
LQ Newbie
 
Registered: Apr 2017
Posts: 23

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by DVOM View Post
Mike103, put Parted Magic on a CD or USB, boot to it. Click the start button and near the top of the menu is a "boot repair" or "boot utilities" choice. Open that and at the first window you choose which partition to put it on, in your case it's probably "sda1", the next window is for which HDD you want it on. In you case that's probably "sda"

It'll work at it for about a minute and a half, then you're done, Reboot. Easy Peesy, I use it at least 3 times a week.
Cool. Sounds promising. I'll probably try it over the weekend and report back. Thanks!
 
Old 04-21-2017, 12:21 AM   #44
Mike103
LQ Newbie
 
Registered: Apr 2017
Posts: 23

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by Ztcoracat View Post
You shouldn't install Grub anywhere but to the MBR:- Master Boot Record

This worked for me using the Live LM CD/DVD-
https://community.linuxmint.com/tutorial/view/245
Good article. I glanced over it tho and the commands look similar to ones I've tried where I got the 'cow' error (failed to get canonical path of '/cow'). Also, in the comments, it apparently worked well for some and some got errors, and one said that the infamous 'cow' error is actually a necessary step in the process. Weird. I will investigate more on the weekend. Thanks!

Last edited by Mike103; 04-21-2017 at 12:31 AM.
 
  


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
Acer Aspire won't run installed Mint katnapper57 Linux - Newbie 36 03-02-2017 04:58 PM
[SOLVED] Linux Mint won't boot past Linux Mint Splash Screen. thinkrorbot Linux Mint 3 03-18-2015 02:20 AM
[SOLVED] jedit installed successfully on linux mint virtualbox but simply wont run! shakozzz Linux - Software 12 11-05-2014 04:34 PM
Has anybody successfully installed a windows/linux dual boot system on a Compaq PC? bugsbunny Linux - Newbie 16 04-03-2004 01:24 PM

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

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