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 - 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 05-03-2015, 10:19 PM   #1
deedi01
LQ Newbie
 
Registered: Jul 2009
Location: Maryland
Posts: 7

Rep: Reputation: 0
Tried to Make a bootable Linux mint usb but can't boot back into windows.


hi All,

i tried to make a bootable linux mint usb. i thought i succeeded but when i pull out the usb and try to boot back into windows i still boot into linux mint. this is probably a stupid question but have installed linux mint over my windows mistakenly.

help....please
 
Old 05-03-2015, 10:26 PM   #2
yancek
LQ Guru
 
Registered: Apr 2008
Distribution: Slackware, Ubuntu, PCLinux,
Posts: 10,502

Rep: Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489
How did you try to make the bootable Mint usb, what software did you use?
After making the bootable usb, did you use it to install Mint?
Can you boot the usb? If so, do that and open a terminal and run the following command:

sudo fdisk -l(Lower Case Letter L in the command)

Post the output here and someone should be able to advise you.
 
Old 05-04-2015, 06:32 AM   #3
Head_on_a_Stick
Senior Member
 
Registered: Dec 2014
Location: London, England
Distribution: Debian stable (and OpenBSD-current)
Posts: 1,187

Rep: Reputation: 285Reputation: 285Reputation: 285
You could try a Windows rescue disk:
http://windows.microsoft.com/en-GB/w...m-repair-disc?

That will tell you if your system is recoverable.

If you are lucky, it is just a bootloader issue...
 
Old 05-04-2015, 04:41 PM   #4
jefro
Moderator
 
Registered: Mar 2008
Posts: 21,980

Rep: Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624
Depending on the version, you have many ways to repair how Windows boots. Can we assume Windows 7?


This is why (even) I use a virtual machine to install linux on a usb. It prevents me from making a huge mistake.
 
Old 05-04-2015, 06:13 PM   #5
deedi01
LQ Newbie
 
Registered: Jul 2009
Location: Maryland
Posts: 7

Original Poster
Rep: Reputation: 0
i used unetbootin and intended to make a linux mint bootable usb

below is the output of sudo fdisk -l

> Disk /dev/sda: 750.2 GB, 750156374016 bytes
> 255 heads, 63 sectors/track, 91201 cylinders, total 1465149168 sectors
> Units = sectors of 1 * 512 = 512 bytes
> Sector size (logical/physical): 512 bytes / 4096 bytes
> I/O size (minimum/optimal): 4096 bytes / 4096 bytes
> Disk identifier: 0x000dc793
>
> Device Boot Start End Blocks Id System
> /dev/sda1 * 2046 99608575 49803265 5 Extended
> Partition 1 does not start on physical sector boundary.
> /dev/sda5 2048 58593279 29295616 83 Linux
> /dev/sda6 58595328 97654783 19529728 83 Linux
> /dev/sda7 97656832 99608575 975872 82 Linux swap / Solaris
>
> Disk /dev/sdb: 31.6 GB, 31641829376 bytes
> 96 heads, 32 sectors/track, 20117 cylinders, total 61800448 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 identifier: 0x4deaed74
>
> Device Boot Start End Blocks Id System
> /dev/sdb1 * 8064 61800447 30896192 c W95 FAT32 (LBA)
> mint@mint ~ $ ^C
> mint@mint ~ $
 
Old 05-04-2015, 06:25 PM   #6
yancek
LQ Guru
 
Registered: Apr 2008
Distribution: Slackware, Ubuntu, PCLinux,
Posts: 10,502

Rep: Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489
I hope you have backups of whatever you had on windows as the output you posted doesn't show any sign of a windows partition. If you want to try to recover data you might try using TestDisk, see the link below which has step by step instructions. If you want windows, you will have to reinstall. It's best when trying to dual-boot to use the manual method and perhaps read some tutorials before starting. In Mint, the manual method is referred to as "Something Else".

http://www.cgsecurity.org/wiki/TestDisk
 
Old 05-04-2015, 06:38 PM   #7
deedi01
LQ Newbie
 
Registered: Jul 2009
Location: Maryland
Posts: 7

Original Poster
Rep: Reputation: 0
Thanks Yancek. i did use the manual method "something else". i will try TestDisk and maybe try doing this again. luckily its a new pc i don't think i lost much
 
Old 05-04-2015, 07:15 PM   #8
syg00
LQ Veteran
 
Registered: Aug 2003
Location: Australia
Distribution: Lots ...
Posts: 21,126

Rep: Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120
Why are you trying to install to a USB ?. Do you want a fully usable USB system (say an external hard disk), or just a liveUSB system you can carry around ?.
If the latter, just "dd" the image to the USB - you still have to "hit" the correct device of course.

If you want to create a full system, safest to pull the power from the internal drive - that way you can be sure you aren't trashing the wrong system. Also avoids the installer over-writing the MBR on the internal, which seems to happen a lot. If you can't get at the power cable easily (say a laptop), just be careful ....
 
Old 05-04-2015, 08:16 PM   #9
jefro
Moderator
 
Registered: Mar 2008
Posts: 21,980

Rep: Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624
Never heard of unetbootin installing to the internal drive.

I guess it could be some unusual issue where windows loader was actually on a secondary drive other than where /windows is.

The list you have is the USB flash??
 
  


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
make bootable usb from windows tom@LQuestions Linux - Newbie 5 01-17-2015 07:12 AM
LXer: Creating A Bootable USB Device On Linux Mint 11 LXer Syndicated Linux News 0 09-26-2011 05:50 AM
How do i make a .img file into a bootable usb in windows xp so i can install fedora7 cwere4 Linux - Newbie 4 06-25-2007 11:49 AM

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

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