美文网首页
Windows装Linux双系统启动

Windows装Linux双系统启动

作者: Dingsf | 来源:发表于2016-08-03 03:39 被阅读71次

Fedora

title initall fedora 23 
root (hd1,0) 
kernel /isolinux/vmlinuz0 root=live:/dev/sdb1 rootfstype=auto ro rd.live.image quiet 
initrd /isolinux/initrd0.img
boot

Ubuntu

title Install Ubuntu
root (hd0,0)
kernel (hd0,0)/vmlinuz.efi boot=casper iso-scan/filename=/ubuntu-16.04-desktop-amd64.iso ro quiet splash locale=zh_CN.UTF-8
initrd (hd0,0)/initrd.lz

相关文章

网友评论

      本文标题:Windows装Linux双系统启动

      本文链接:https://www.haomeiwen.com/subject/akdqsttx.html