安装过程受阻 ...
一个小小小小的问题...
如题:
想在虚拟机中使用 BIOS/GPT/GRUB 方案配置系统.
On a BIOS/GPT configuration a BIOS boot partition is required. GRUB embeds its core.img into this partition.
Create a mebibyte partition {+1MiB with gdisk) on the disk with no file system and type ef02 (or bios_grub in parted).
wiki说要在磁盘前面创建一个bios引导分区... 于是我用parted创建了...但是问题粗现了...
以下是终端代码
代码: 全选
parted
mkpart bios_grub 1m 3m
p
mkpart PART-TYPE [FS-TYPE] START END #这个mkpart的帮助信息
分区类型是 FLAGS这个东东么... 谁能解决下呀.
还有 disk_set FLAG STATE
disk_toggle [FLAG]
set NUMBER FLAG STATE #其实我感觉这个最像是设置FLAGS的...但是创建的那个mini分区没有NUMBER怎么破...
toggle [NUMBER [FLAG]] NUMBER 这些都干嘛用的...
parted版本是3.2