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
本文提供了一步一步的指南,教你如何使用UnetBootin将USB闪存驱动器转换为包含64位LiveCD系统的启动盘。包括将ISO映像写入USB、在设备中运行安装程序、重启并选择安装选项等关键步骤。
1万+

被折叠的 条评论
为什么被折叠?



