您的位置:首页 > 其它

win7 64 install dual os with debian 7-Windows7_Debian双系统安装

2014-10-15 15:46 260 查看
01.Plug the Usb stick and make the 64 bit Live CD Live system into the stick using unetbootin

02. enter the stick inside and execute setup.exe to install the windows loader

03. reboot to select "continue to install Debian" or sth like that

04. plugin the usb stick again and following the orders on the screen to finish installing the system

05.After returning to the installation home screen, select Execute a shell

06.create linux.bin and save it to the newly created Ext4 partition

dd if=/dev/sda5 of=/dev/sda5/tmp/linux.bin bs=512 count=1

2.boot into windows

install Paragon Ext and copy linux.bin from Ext partition to Windows C Partition

3. lauch cmd

bcdedit /create /d "Linux" /application BOOTSECTOR

bcdedit /set {ID} device partition=c:

bcdedit /set {ID} path \linux.bin

bcdedit /displayorder {ID} /addlast

bcdedit /timeout 4

// where ID is the string displayed after the first command

4. restart and select Linux to boot
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: