LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Switch back from Mint to Windows? (https://www.linuxquestions.org/questions/linux-newbie-8/switch-back-from-mint-to-windows-4175538033/)

theycallmereece 03-27-2015 02:20 PM

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 !!!

273 03-27-2015 02:25 PM

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.

theycallmereece 03-27-2015 02:33 PM

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 ?

273 03-27-2015 02:46 PM

Go to the web site and search.

theycallmereece 03-27-2015 03:01 PM

i did this but no results

Head_on_a_Stick 03-27-2015 03:07 PM

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).

theycallmereece 03-27-2015 03:15 PM

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

rokytnji 03-27-2015 03:21 PM

http://support.microsoft.com/en-us/kb/247804

theycallmereece 03-27-2015 03:23 PM

Quote:

Originally Posted by rokytnji (Post 5338618)

this is the first thing i tried buddy.

theycallmereece 03-27-2015 03:25 PM

someone trust worthy with the knowladge to achieve this ? ill give remote access to my system

rokytnji 03-27-2015 03:25 PM

Quote:

Originally Posted by theycallmereece (Post 5338622)
this is the first thing i tried buddy.

What went wrong?

theycallmereece 03-27-2015 03:27 PM

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 ?

Amarildo 03-27-2015 03:39 PM

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 .......".

theycallmereece 03-27-2015 03:46 PM

Quote:

Originally Posted by Amarildo (Post 5338631)
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 -_-

Head_on_a_Stick 03-27-2015 03:59 PM

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`).


All times are GMT -5. The time now is 06:01 PM.