LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 02-16-2014, 02:33 PM   #1
liquidm
LQ Newbie
 
Registered: Feb 2014
Posts: 24

Rep: Reputation: Disabled
Missing OS - Grub error


hello all!

I had Windows 7, then I installed Linux Mint last version

I couldnt switch between 2 OS or didnt see Linux when boot

so i searched and found Boot Disk Repair on Ubuntu forums

installed on flash usb, chose recommended settings, and nothing changed

so I selected for advanced mode - and after that I have this error - Missin operating system


after that I tried to install Linux Mint again, chose previous partition and in the end error - cant install GRUB on that sda.. I chose partition for Windows and still cant instal..

any ideas how to fix boot error?

Im new to Linux.. and sry for Mistakes!


I appreciate ur help!


What should I do now?

id like to recover Windows 7 and swithc with Mint whn boot
 
Old 02-16-2014, 04:05 PM   #2
colorpurple21859
LQ Veteran
 
Registered: Jan 2008
Location: florida panhandle
Distribution: Slackware Debian, Fedora, others
Posts: 7,348

Rep: Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589
Go here follow the instructions and post the results. http://bootinfoscript.sourceforge.net
 
Old 02-16-2014, 04:42 PM   #3
syg00
LQ Veteran
 
Registered: Aug 2003
Location: Australia
Distribution: Lots ...
Posts: 21,128

Rep: Reputation: 4121Reputation: 4121Reputation: 4121Reputation: 4121Reputation: 4121Reputation: 4121Reputation: 4121Reputation: 4121Reputation: 4121Reputation: 4121Reputation: 4121
Did you save the log from the boot repair ?. If so post that as well as the RESULTS.txt from bootinfoscript.
 
Old 02-17-2014, 01:01 PM   #4
liquidm
LQ Newbie
 
Registered: Feb 2014
Posts: 24

Original Poster
Rep: Reputation: Disabled
repair boot disk

http://paste.ubuntu.com/6950395/

so how bad situation is now?


I couldnt do bootinfoscript, I did as everything was described
I can do again and paste from Terminal, is it okay?


I could log into Windows 7 using LiveCD - PLOP boot manager, looks like good prog and I should look into it deeper
 
Old 02-18-2014, 03:03 PM   #5
liquidm
LQ Newbie
 
Registered: Feb 2014
Posts: 24

Original Poster
Rep: Reputation: Disabled
anyone please?
 
Old 02-18-2014, 06:08 PM   #6
yancek
LQ Guru
 
Registered: Apr 2008
Distribution: Slackware, Ubuntu, PCLinux,
Posts: 10,510

Rep: Reputation: 2491Reputation: 2491Reputation: 2491Reputation: 2491Reputation: 2491Reputation: 2491Reputation: 2491Reputation: 2491Reputation: 2491Reputation: 2491Reputation: 2491
You have windows installed to the master boot record. You boot it (if you can) and download and install EasyBCD from the neosmart site. Read the instructions how to create an entry for Linux.

You could install Grub2 onto the master boot record and then reboot to Mint and if it works, run: sudo update-grub.
The link below explains some methods. Boot the Mint Live CD/flash drive (whatever you used to install Mint) and use the method 'via the LiveCD terminal. You have a separate boot partition on sda3 so use the method listed for installing to a boot partition.

https://help.ubuntu.com/community/Gr..._Broken_System
 
1 members found this post helpful.
Old 02-20-2014, 01:58 PM   #7
liquidm
LQ Newbie
 
Registered: Feb 2014
Posts: 24

Original Poster
Rep: Reputation: Disabled
okay...

I have 500mb Linux partition sda3 (that I suppose to be for boot partition) and another 33GB Linux partition sda4

I tried to mount first one - got an error

mount: mount point mnt/boot does not exist

repeated the same with this sda4 - still error

wrong command or wrong partition? I dont have any other Linux partitions except swap


anyone can help please?

sorry for slow answering
 
Old 02-20-2014, 02:02 PM   #8
liquidm
LQ Newbie
 
Registered: Feb 2014
Posts: 24

Original Poster
Rep: Reputation: Disabled
then tried this - sudo mount dev/sda3 /mnt

error - special device dev/sda3 does not exist.



Im running under Boot repair disk


is there any difference? I can try any other Live CD like Fedora, Mint, Ubuntu or it will be the same?
 
Old 02-20-2014, 03:30 PM   #9
colorpurple21859
LQ Veteran
 
Registered: Jan 2008
Location: florida panhandle
Distribution: Slackware Debian, Fedora, others
Posts: 7,348

Rep: Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589
what is the output of
Code:
fdisk -l
when running boot repair disk
 
Old 02-20-2014, 04:14 PM   #10
yancek
LQ Guru
 
Registered: Apr 2008
Distribution: Slackware, Ubuntu, PCLinux,
Posts: 10,510

Rep: Reputation: 2491Reputation: 2491Reputation: 2491Reputation: 2491Reputation: 2491Reputation: 2491Reputation: 2491Reputation: 2491Reputation: 2491Reputation: 2491Reputation: 2491
Quote:
mount: mount point mnt/boot does not exist
That would indicate that you did not first create the mount point from the Mint CD: sudo mkdir /mnt/boot
Repeat for the / filesystem directory: sudo mkdir /mnt/mint

Then run the mount command to those mount points: sudo mount -t ext4 /dev/sda3 /mnt/boot
Same for the / filesystem partition. The default filesystem for current Mint should be ext4 unless you changed that. After doing this, you should finish the process explained at the link I posted which I believe had this info.
 
Old 02-21-2014, 11:11 AM   #11
phazon
Member
 
Registered: Apr 2006
Location: Wilmington, DE
Distribution: SolydXK, Knoppix
Posts: 151

Rep: Reputation: 18
https://help.ubuntu.com/community/Boot-Repair
 
Old 02-21-2014, 12:12 PM   #12
liquidm
LQ Newbie
 
Registered: Feb 2014
Posts: 24

Original Poster
Rep: Reputation: Disabled
fdisk -l output :



now will try to do what was written below


Disk /dev/sda: 298.1 GiB, 320072933376 bytes, 625142448 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: 0x1707a8a5

Device Boot Start End Blocks Id System
/dev/sda1 * 2055 51689471 25843708+ 7 HPFS/NTFS/exFAT
/dev/sda2 51689472 551399423 249854976 f W95 Ext'd (LBA)
/dev/sda3 551399424 552423423 512000 83 Linux
/dev/sda4 552423424 625141759 36359168 83 Linux
/dev/sda5 51691520 551399423 249853952 7 HPFS/NTFS/exFAT


Disk /dev/sdb: 3.8 GiB, 4009754624 bytes, 7831552 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: 0xc3072e18

Device Boot Start End Blocks Id System
/dev/sdb1 * 8064 7831551 3911744 c W95 FAT32 (LBA)


Disk /dev/mapper/live-rw: 3 GiB, 3221225472 bytes, 6291456 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes

Disk /dev/mapper/live-base: 3 GiB, 3221225472 bytes, 6291456 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes

Disk /dev/mapper/live-osimg-min: 3 GiB, 3221225472 bytes, 6291456 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes

Disk /dev/mapper/rfremix_balticom--142--74--187-root: 31.4 GiB, 33705426944 bytes, 65830912 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes

Disk /dev/mapper/rfremix_balticom--142--74--187-swap: 3.3 GiB, 3523215360 bytes, 6881280 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
 
Old 02-21-2014, 01:20 PM   #13
liquidm
LQ Newbie
 
Registered: Feb 2014
Posts: 24

Original Poster
Rep: Reputation: Disabled
screen gparted http://postimg.org/image/hwohgjny9/
 
Old 02-21-2014, 02:36 PM   #14
liquidm
LQ Newbie
 
Registered: Feb 2014
Posts: 24

Original Poster
Rep: Reputation: Disabled
mint@mint ~ $ sudo mkdir /mnt/boot
mint@mint ~ $ sudo mkdir /mnt/mint
mint@mint ~ $ sudo mount -t ext4 /dev/sda3 /mnt/boot
mint@mint ~ $ sudo mount -t ext4 /dev/sda4 /mnt/boot
mount: /dev/sda4 already mounted or /mnt/boot busy
mount: according to mtab, /dev/sda3 is already mounted on /mnt/boot
mint@mint ~ $
 
Old 02-21-2014, 02:44 PM   #15
liquidm
LQ Newbie
 
Registered: Feb 2014
Posts: 24

Original Poster
Rep: Reputation: Disabled
Im running now Mint Cinnammon because with Mint Xfce I had problems with Wifi - Internet was failing to connect each minute..

does it make difference?



mint@mint ~ $ sudo mount /dev/sda3 /mnt/boot
mount: /dev/sda3 already mounted or /mnt/boot busy
mount: according to mtab, /dev/sda3 is already mounted on /mnt/boot
mint@mint ~ $ sudo grub-install --bootdirectory=/mnt/boot /dev/sda
grub-probe: error: failed to get canonical path of /cow.
Unrecognized option `--bootdirectory=/mnt/boot'
Usage: grub-install.real [OPTION] [INSTALL_DEVICE]
Install GRUB on your drive.
 
  


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 On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] Grub Error with Mint Debian over Ubuntu 12.04 with Win7 Dual Boot Grub Error Gad Linux - Newbie 8 07-01-2013 08:31 PM
Uninstalling Ubuntu from MSI Wind U100 lead to grub loader error 22 + MBR missing akturus Linux - Laptop and Netbook 11 04-17-2010 06:37 AM
mjpegtools build error, missing libs which aren't missing vdemuth Slackware 6 03-16-2010 12:57 PM
grub overwrote lilo multiboot, missing one boot in Grub rl23455 Linux - Newbie 1 12-09-2007 01:50 PM
Grub - error 15, i missing something silly Oxy Linux - Software 3 02-22-2004 01:09 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

All times are GMT -5. The time now is 04:57 PM.

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