android-x86:Android-x86 4.4-r4 released (the fourth stable release of kitkat-x86)が公開!
2016年1月25日月曜日
Android-x86 4.4-r4 released (the fourth stable release of kitkat-x86)が公開!
1月23日にAndroid-x86 4.4-r4 released (the fourth stable release of kitkat-x86)が公開が公開されていましので、早速ダウンロードして、USBメモリーにインストールしてみました。
ダウンロードは、
http://www.android-x86.org/
からできます。
安定版ということで期待ができます。
Android-x86 4.4-r4 released (the fourth stable release of kitkat-x86)を起動した画面です。
ところでいつもはPuppyLinuxを使っているので、PuppyLinuxとのデュアルブートにしました。 ブートローダのmene.lstは次のようになっています。
# menu.lst produced by grub4dosconfig-v1.9.2
color blue/cyan yellow/blue white/black cyan/black
#splashimage=/splash.xpm
timeout 10
default 0
# Frugal installed Puppy
title Puppy slacko 6.3.0 (sdc2/slacko-630)
find --set-root --ignore-floppies --ignore-cd /slacko-630/initrd.gz
kernel /slacko-630/vmlinuz pmedia=usbflash psubdir=slacko-630 pfix=fsck
initrd /slacko-630/initrd.gz
title Puppy tahr 6.0.5 (sdc2/tahr-605noPAE)
find --set-root --ignore-floppies --ignore-cd /tahr-605noPAE/initrd.gz
kernel /tahr-605noPAE/vmlinuz pmedia=usbflash psubdir=tahr-605noPAE pfix=fsck
initrd /tahr-605noPAE/initrd.gz
title Android-x86 4.4-r4
UUID=425D4E68145EB164
kernel /android-4.4-r4/kernel quiet root=/dev/ram0 androidboot.hardware=android_x86 SRC=/android-4.4-r4
initrd /android-4.4-r4/initrd.img
# Full installed Linux
# Windows
# this entry searches Windows on the HDD and boot it up
title Windows\nBoot up Windows if installed
map (hd1) (hd0)
map (hd0) (hd1)
map --hook
errorcheck off
find --set-root --ignore-floppies --ignore-cd /bootmgr
chainloader /bootmgr
find --set-root --ignore-floppies --ignore-cd /ntldr
chainloader /ntldr
find --set-root --ignore-floppies --ignore-cd /io.sys
chainloader /io.sys
errorcheck on
# Advanced Menu
title Advanced menu
configfile /menu-advanced.lst
commandline
UUIDの数値はsudo blkid /dev/sdb1で調べます。
title Android-x86 4.4-r4
UUID=425D4E68145EB164
kernel /android-4.4-r4/kernel quiet root=/dev/ram0 androidboot.hardware=android_x86 SRC=/android-4.4-r4
initrd /android-4.4-r4/initrd.img