level 11
虚拟机吧,说起来还真没试过ubuntu在winPE下是什麽模样的
2013年04月11日 12点04分
2
额 想双系统 不想虚拟机 有办法的木有
2013年04月11日 12点04分
@yyxj01 ubuntu下装xp我没试过,不过你可以试试,把/home分出一部分来,格成win的分区,然后在装啊,不过还是先xp在ubuntu比较安全吧
2013年04月11日 13点04分
就是不知道把/home格式出一部分会不会破坏掉原系统 不敢乱来
2013年04月11日 13点04分
@yyxj01 如果你能格出来应该没问题,前提你最好备份儿好资料,另外装完xp以后,就变成了xp引导ubuntu了,
2013年04月11日 13点04分
level 13
只知道在XP下,安装ubuntu,然后组双系统。应为XP太霸道。
2013年04月11日 12点04分
3
很多人都这么说。。。
2013年04月11日 13点04分
level 1
1) You should allocate the space of Windows 7 (min 20GB)
Open the terminal and type gparted
If not installed, please install using
sudo apt-get install gparted
Partition a disk where you need to install Windows 7
2) Insert the Windows 7 CD and install it and the drive allocated for windows. After installation, the windows boot loader will override the grub, so there will not be any menu listing for choosing Ubuntu.
3) Insert the live CD of any Ubuntu distribution and run the following commands in the terminal.
sudo mount /dev/<device_name> /mnt #device_name of Ubuntu installation (ex. sda3)
sudo rm -rf /boot
sudo ln -s /mnt/boot /boot
sudo apt-get update
sudo apt-get install grub-pc
sudo grub-install /dev/sda #no device number here
sudo umount /boot
4) Restart the device. It should work fine.
2014年02月03日 08点02分
4
level 9
如果你要是UEFI主板,说不定都装不了XP。需要一个U盘做一个启动盘,然后把Linux光盘解压出来,附加到启动盘引导程序中就行了
2014年02月03日 22点02分
10
level 11
xp安装的时候全硬盘格式化不就行了,然后再装个ubuntu双系统。
2014年02月04日 05点02分
13
level 9
我为了重装XP把WIN7引导搞坏了,给个PE的ISO
2014年05月16日 21点05分
14
level 11
最好用虚拟机,虚拟机启动时,两个系统可以同时工作。我用linux开发,用windows同时做客户服务,这样的模式已经好几年了。
2014年05月16日 22点05分
15