我已经从这里安装了android话题,当它问我是否要安装 GRUB 时,我说不,因为它是在我设置 Ubuntu 11.10 时安装的,但是 android 项目没有出现在 GRUB 列表中,那么如何将其添加到 GRUB ???
答案1
在 /etc/grub.d/40_custom 添加:
menuentry "Android" {
insmod ext2
set root='(hd0,HERE NUMBER OF PARTITION WITH YOUR ANDROID)'
linux /android-4.0-RC1/kernel quiet root=/dev/ram0 androidboot.hardware=asus_laptop acpi_sleep=s3_bios,s3_mode SRC=/android-4.0-RC1
initrd /android-4.0-RC1/initrd.img}