[QUESTION] How to install windows 10 as second OS
Tofloor
poster avatar
ihusky02
deepin
2018-01-25 03:24
Author
Unfortunatlly, I must install Windows 10 for some apps which I need for now, but I have installed Deepin 15 as primary OS and some space (about 45GB free space) on disk, and can someone tell me how to install Windows 10 and don`t loose Linux?
Reply Favorite View the author
All Replies
1 / 2
To page
oscararg
deepin
2018-01-25 06:43
#1
You are doing all in reverse... Windows must be installed first as they aren't as helpful as Linux/BSD systems when installing in drives with one or more systems preinstalled.
But if you'll try anyways... Deepin has Gparted, create a NTFS partition with it, and in flags check it as bootable.
You have the Win10 iso or disk? Or you want to create one with Deepin? If the second case, it will be a little hard, so let me know.
Reply View the author
ihusky02
deepin
2018-01-25 06:51
#2
I want create on deepin, but I seenow there is no woeusb for our linux
Reply View the author
oscararg
deepin
2018-01-25 15:15
#3
sudo apt install winusb but idk if it will work properly, because if you search the app in Deepin's store you'll see too much negative reviews. https://thornelabs.net/2013/06/1 ... drive-in-linux.html Use it if winusb doesn't works, I did those steps from the same page some months ago to create a Windows bootable usb drive from Elementary OS and it worked well, so it will work on Deepin too. Remember that the difference beetween Windows ISOs and other ones is that Windows ones need an "MBR" to be written. PD: Win7 and Win10 uses the same MBR, so those steps are useful for the two systems.
Reply View the author
a2035274
deepin
2018-01-25 22:19
#4
本帖最后由 a2035274 于 2018-1-26 18:53 编辑

1.sudo mount -o loop win10.iso /mnt
2.cd /mnt

3.sudo cp -a * /dev/sda*  

4.sudo update-grub

5.sudo reboot

6.choice win10
Reply View the author
ihusky02
deepin
2018-01-26 00:43
#5
https://bbs.deepin.org/post/152329
1.sudo mount -o loop win10.iso /mnt 2.cd /mnt 3.sudo cp -a . /dev/sda*  4.sudo update-grub 5.sudo re ...

what is this
Reply View the author
a2035274
deepin
2018-01-26 01:14
#6
install  win10      not  woeusb
Reply View the author
ihusky02
deepin
2018-01-26 01:57
#7
https://bbs.deepin.org/post/152329
install  win10      not  woeusb

this install windows 10.iso without need bootable usb ?
Reply View the author
a2035274
deepin
2018-01-26 02:40
#8
本帖最后由 a2035274 于 2018-1-26 08:05 编辑
https://bbs.deepin.org/post/152329
this install windows 10.iso without need bootable usb ?

yes
first of all
I make it mbr not gpt
01-fdisk-sda3-ntfs




02-download-win10



02-2-shasum-win10



03-mount-o-loop-iso



04-cp-a-win10





05-update-grub-win10-sda3
mbr


06-win10-grub-deepinhttps://bbs.deepin.org/post/133725


https://bbs.deepin.org/post/44261





Reply View the author
ihusky02
deepin
2018-01-26 03:02
#9
Edited by ihusky02 at 2018-1-25 19:15

thanks friend but when I use mount -o loop commnand I get error unknown commnand
Reply View the author
a2035274
deepin
2018-01-26 03:05
#10
ihusky02 发表于 2018-1-25 19:02
thanks friend

[SOLVED]   please
Reply View the author
ihusky02
deepin
2018-01-26 03:16
#11
Edited by ihusky02 at 2018-1-25 19:21

not solved yet mount-o-loop-iso not work, ok command work but what is this folder media when you use command cp a* ?
Reply View the author
ihusky02
deepin
2018-01-26 03:47
#12
Edited by ihusky02 at 2018-1-25 19:49
https://bbs.deepin.org/post/152329
not solved yet mount-o-loop-iso not work, ok command work but what is this folder media when you us ...

when I use cpa -a * .... command I get error target is not catalog


I don`t know how to create bootable disk using gparted?
Reply View the author
a2035274
deepin
2018-01-26 03:48
#13
本帖最后由 a2035274 于 2018-1-25 21:51 编辑
ihusky02 发表于 2018-1-25 19:16
Edited by ihusky02 at 2018-1-25 19:21



I think it because GPT partition


I used MBR partition


Reply View the author
ihusky02
deepin
2018-01-26 03:50
#14
https://bbs.deepin.org/post/152329
your "(about 45GB free space)win10"
mount

look on my previous post
Reply View the author
ihusky02
deepin
2018-01-26 03:54
#15
lol my fail I have other users name XD
Reply View the author
a2035274
deepin
2018-01-26 03:55
#16
ctrl alt r  make gif
Reply View the author
ihusky02
deepin
2018-01-26 03:58
#17
https://bbs.deepin.org/post/152329
ctrl alt r  make gif

next poblem I have only this
Reply View the author
ihusky02
deepin
2018-01-26 04:25
#18
Windows don`t work
I done tutorial but it don`t recognise on the grub
Reply View the author
a2035274
deepin
2018-01-26 05:58
#19
本帖最后由 a2035274 于 2018-1-25 22:00 编辑

I think it because GPT partition




I used MBR partition



you should see
https://bbs.deepin.org/post/44261
May be useful



Reply View the author
ihusky02
deepin
2018-01-26 06:09
#20
https://bbs.deepin.org/post/152329
本帖最后由 a2035274 于 2018-1-25 22:00 编辑

I think it because GPT partition

can you explain me what should I do with this?

I must type
1.sudo apt-get install --reinstall grup-efi-amd64
2.sudo mount/dev/sda1 /mnt/boot/efi
3.sudo apt-get install --reinstall grup-efi-amd64
4.sudo apt-get update
Reply View the author
1 / 2
To page