Linux - NewbieThis 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
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
hi guys, i have a dell optiplex that i installed ubuntu studio onto. i used it for a while and then i got a laptop and put debian on the laptop which has become my main computer and i love debian. because i dont use the dell anymore for ubuntu i would like to install windows 10 on it because i have some windows programs that i use ( run on mac parrallels.... which i hate) i bought windows 10 on a usb ad tried to install it clean but it tells me its the wrong format. how can i reformat my dell hd back to the windows format so i can install windows 10 on it? is there a format utility on linux? i want to wipe everything on the drive and reformat for windows 10 so i dont need to partition and duel boot or anything like that. or maybe theres a trick in the bios that will format the drive in wiondows format? any ideas?
find the harddisk of the system with "sudo sfdisk -l"
You see something like:
Quote:
Festplatte /dev/sda: 13054 Zylinder, 255 Kpfe, 63 Sektoren/Spur
Units: cylinders of 8225280 bytes, blocks of 1024 bytes, counting from 0
Gert boot. Anfang Ende #Zyl. #Blcke Id System
/dev/sda1 * 0+ 63- 64- 512000 83 Linux
/dev/sda2 63+ 13054- 12991- 104344576 8e Linux LVM
/dev/sda3 0 - 0 0 0 Leer
/dev/sda4 0 - 0 0 0 Leer
Then you just type sudo "dd if=/dev/urandom of=/dev/sda BS=1M"
After lets say 40 seconds just turn your system off and you are ready to install windows on a "factory new harddisk" (that is what its partition-tool tells itself during installation)
Most of the Ubuntu installation media will have the GParted partition manager on them so just use that to format as ntfs. I would think when you boot windows install media you would have an option to format but I haven't installed windows for years so, ...?
thanks guys I think I got it. My problem was I wasn't deleting the partitions. Once I deleted the partitions it began to install
Now I have to check out the big brother thing. Is it really that messed up?
It's all good guys. I got it installed and I took your advice and disabled all the weird data collection stuff at the beginning. I don't acytially need most of the stuff on windows 10. I just need it to run one of my programs and it does that fine. Again, thanks to all for your help
It's all good guys. I got it installed and I took your advice and disabled all the weird data collection stuff at the beginning. I don't acytially need most of the stuff on windows 10. I just need it to run one of my programs and it does that fine. Again, thanks to all for your help
Hi...
Glad you got it installed. If you would, please mark this thread as "SOLVED" by clicking on "Thread Tools" directly above your initial post. Thanks!
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.