(→Installing VirtualBox guest additions) |
|||
| Line 43: | Line 43: | ||
== Installing VirtualBox guest additions for OpenGL acceleration == | == Installing VirtualBox guest additions for OpenGL acceleration == | ||
| - | #Install dependencies: <pre>sudo yum install | + | #Press '''ESC''' when the boot begins to get into GRUB boot menu. |
| + | #Press '''TAB''' to edit boot line. | ||
| + | #Remove ''quiet'' from boot line and append s to start with a shell and then boot. | ||
| + | #* >vmlinuz-2.6.33.3-11.1-netbook ro root=/dev/sda2 vga=current s | ||
| + | #Modify the extlinux.conf at /boot/extlinux/extlinux.conf | ||
| + | #* From: append ro root=/dev/sda2 quiet vga=current | ||
| + | #* To: append ro root=/dev/sda2 vga=current 3 | ||
| + | #Install dependencies: <pre>sudo yum install gcc make patch kernel-netbook-devel</pre> | ||
#Reboot to activate potential kernel updates (running kernel needs to match the kernel-devel package) | #Reboot to activate potential kernel updates (running kernel needs to match the kernel-devel package) | ||
#Having instructed VirtualBox to Install Guest Additions, mount CD-drive and build guest additions: <pre>sudo mount /dev/sr0 /mnt && cd /mnt && sudo ./VBoxLinuxAdditions-x86.run</pre> | #Having instructed VirtualBox to Install Guest Additions, mount CD-drive and build guest additions: <pre>sudo mount /dev/sr0 /mnt && cd /mnt && sudo ./VBoxLinuxAdditions-x86.run</pre> | ||
Installation steps:
MeeGo does not seem to go anywhere except showing background image.
Workaround:
Result:
sudo yum install gcc make patch kernel-netbook-devel
sudo mount /dev/sr0 /mnt && cd /mnt && sudo ./VBoxLinuxAdditions-x86.run