LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
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 03-27-2015, 02:20 PM   #1
theycallmereece
Member
 
Registered: Mar 2015
Posts: 31

Rep: Reputation: Disabled
Unhappy Switch back from Mint to Windows?


i recently installed mint 17.1, i dislike it as i was a windows user :/ could someone help me get back to windows please. i did not dual boot, ive tried deleteing partitions but failed. pure newbie here no experience with linux. im not really stupid though, but if someone could do a step by step instruction it would help massively. THANK YOU !!!
 
Old 03-27-2015, 02:25 PM   #2
273
LQ Addict
 
Registered: Dec 2011
Location: UK
Distribution: Debian Sid AMD64, Raspbian Wheezy, various VMs
Posts: 7,680

Rep: Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373
Go to the website of the manufacturer of your laptop and loof for what you need. You may well need a USB stick or a CDROM but the website ought to help you.
 
Old 03-27-2015, 02:33 PM   #3
theycallmereece
Member
 
Registered: Mar 2015
Posts: 31

Original Poster
Rep: Reputation: Disabled
ive tried changing the bios to boot from the dvd drive because i have a windows 8.1 instal disk but it just boots straight to mint. my manufacture is toshiba i do not understand what you me by go to them ?
 
Old 03-27-2015, 02:46 PM   #4
273
LQ Addict
 
Registered: Dec 2011
Location: UK
Distribution: Debian Sid AMD64, Raspbian Wheezy, various VMs
Posts: 7,680

Rep: Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373
Go to the web site and search.
 
Old 03-27-2015, 03:01 PM   #5
theycallmereece
Member
 
Registered: Mar 2015
Posts: 31

Original Poster
Rep: Reputation: Disabled
i did this but no results
 
Old 03-27-2015, 03:07 PM   #6
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
From your Mint system, run these commands:
Code:
# dd if=/dev/zero of=/dev/sda bs=512 count=1
# efibootmgr -b * -B
You should then be able to boot your Windows DVD (make sure UEFI & Secure Boot are enabled & Legacy Boot or CSM is disabled).
 
Old 03-27-2015, 03:15 PM   #7
theycallmereece
Member
 
Registered: Mar 2015
Posts: 31

Original Poster
Rep: Reputation: Disabled
reece@reece-SATELLITE-C50-A-1DV ~ $ dd if=/dev/zero of=/dev/sda bs=512 count=1
dd: failed to open /dev/sda: Permission denied
reece@reece-SATELLITE-C50-A-1DV ~ $



terminal

sb enabled and lb/csm disabled. still nothing its a lvm mint17.1

Last edited by theycallmereece; 03-27-2015 at 03:20 PM.
 
Old 03-27-2015, 03:21 PM   #8
rokytnji
LQ Veteran
 
Registered: Mar 2008
Location: Waaaaay out West Texas
Distribution: antiX 23, MX 23
Posts: 7,112
Blog Entries: 21

Rep: Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474
http://support.microsoft.com/en-us/kb/247804
 
Old 03-27-2015, 03:23 PM   #9
theycallmereece
Member
 
Registered: Mar 2015
Posts: 31

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by rokytnji View Post
this is the first thing i tried buddy.
 
Old 03-27-2015, 03:25 PM   #10
theycallmereece
Member
 
Registered: Mar 2015
Posts: 31

Original Poster
Rep: Reputation: Disabled
someone trust worthy with the knowladge to achieve this ? ill give remote access to my system
 
Old 03-27-2015, 03:25 PM   #11
rokytnji
LQ Veteran
 
Registered: Mar 2008
Location: Waaaaay out West Texas
Distribution: antiX 23, MX 23
Posts: 7,112
Blog Entries: 21

Rep: Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474
Quote:
Originally Posted by theycallmereece View Post
this is the first thing i tried buddy.
What went wrong?
 
Old 03-27-2015, 03:27 PM   #12
theycallmereece
Member
 
Registered: Mar 2015
Posts: 31

Original Poster
Rep: Reputation: Disabled
reece@reece-SATELLITE-C50-A-1DV ~ $ fdisk
Usage:
fdisk [options] <disk> change partition table
fdisk [options] -l <disk> list partition table(s)
fdisk -s <partition> give partition size(s) in blocks

Options:
-b <size> sector size (512, 1024, 2048 or 4096)
-c[=<mode>] compatible mode: 'dos' or 'nondos' (default)
-h print this help text
-u[=<unit>] display units: 'cylinders' or 'sectors' (default)
-v print program version
-C <number> specify the number of cylinders
-H <number> specify the number of heads
-S <number> specify the number of sectors per track

reece@reece-SATELLITE-C50-A-1DV ~ $

then what ?
 
Old 03-27-2015, 03:39 PM   #13
Amarildo
Member
 
Registered: Jun 2014
Posts: 176

Rep: Reputation: Disabled
You're trying to execute 'dd' as a regular user, but 'dd' can only run as a root user, either by issuing "su -" or "sudo dd .......".
 
Old 03-27-2015, 03:46 PM   #14
theycallmereece
Member
 
Registered: Mar 2015
Posts: 31

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by Amarildo View Post
You're trying to execute 'dd' as a regular user, but 'dd' can only run as a root user, either by issuing "su -" or "sudo dd .......".
reece@reece-SATELLITE-C50-A-1DV ~ $ sudo fdisk
[sudo] password for reece:
Usage:
fdisk [options] <disk> change partition table
fdisk [options] -l <disk> list partition table(s)
fdisk -s <partition> give partition size(s) in blocks

Options:
-b <size> sector size (512, 1024, 2048 or 4096)
-c[=<mode>] compatible mode: 'dos' or 'nondos' (default)
-h print this help text
-u[=<unit>] display units: 'cylinders' or 'sectors' (default)
-v print program version
-C <number> specify the number of cylinders
-H <number> specify the number of heads
-S <number> specify the number of sectors per track

same thing ?
i give up i guess im stuck with linux -_-

Last edited by theycallmereece; 03-27-2015 at 03:52 PM.
 
Old 03-27-2015, 03:59 PM   #15
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
Are "Secure Boot" and "UEFI" enabled in your firmware (BIOS) settings?

If your disk has a GUID partition table then you will need to have UEFI mode & Secure Boot enabled; if it is an MBR-type disk then the `dd` command will wipe the bootloader.

If your Mint system is booting in UEFI mode then you will need to delete the entry in your motherboard's NVRAM using the `efibootmgr` command I gave (prefix it with `sudo`).
 
  


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
LXer: Linux-on-the-desktop pioneer Munich now considering a switch back to Windows LXer Syndicated Linux News 1 08-19-2014 05:13 AM
[SOLVED] cannot switch back to windows part of pc, no way to fix internet in mint13? graybeard19 Linux - Newbie 33 10-31-2013 10:19 AM
how to switch back and forth to windows/linux pungvarg Linux - Newbie 13 03-27-2007 10:48 AM
Can't switch back to Windows jcthei Linux - Software 4 02-14-2006 07:38 AM
Cant switch back to or double-boot windows carocrazy123 Linux - Hardware 3 10-15-2005 06:35 PM

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

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