You are not logged in.

#1 2012-11-22 08:40:27

zakioka
Member
Registered: 2012-11-22
Posts: 8

[SOLVED] VirtualBox No bootable medium found!

final script

I am trying to install arch 64 as a guest into virtualbox with ubuntu 32 bit as the host. I honestly have no idea what the problem could be, I have been cranking at this for days. I have tried removing the whole virtual disc drive and even manually pressing f12 and 1 at boot and still nothing.

hash of the image i am using

$ sha1sum archlinux-2012.11.01-dual.iso 
bf9993b3dc724e5ca5a300bd9c53c7bc2a907743  archlinux-2012.11.01-dual.iso

What I type into virtualbox to get ssh running

$ passwd
[password]
[password]
$ systemctl enable sshd.service
$ systemctl start sshd.service

This is a little "script" I paste into my host terminal once connected via ssh so I do not make mistakes(which i have obviously).

$ parted -s /dev/sda mklabel gpt
$ parted -s /dev/sda mkpart "primary" "ext4" "1%" "99%"
$ mkfs.ext4 /dev/sda1
$ mount /dev/sda1 /mnt

$ pacstrap /mnt base base-devel

$ echo "/dev/sda1 / ext4 defaults 0 1" > /etc/fstab

$ arch-chroot /mnt

$ echo -e "en_US.UTF-8 UTF-8\nen_US ISO-8859-1" >> /etc/locale.gen
$ locale-gen
$ echo LANG=en_US.UTF-8 > /etc/locale.conf
$ export LANG=en_US.UTF-8
$ ln -s /usr/share/zoneinfo/America/Chicago /etc/localtime
$ hwclock --systohc --utc

$ pacman --noconfirm -S virtualbox-guest-utils
$ modprobe -a vboxguest vboxsf vboxvideo
$ echo -e "vboxguest\nvboxsf\nvboxvideo" > /etc/modules-load.d/virtualbox.conf

$ echo archbox-$(head /dev/urandom -c 2 | base64 | cut -c -3) > /etc/hostname #set hostname to archbox-[3 random base64 characters]

$ mkinitcpio -p linux

$ pacman --noconfirm -S grub-bios
$ grub-install --target=i386-pc --recheck /dev/sda
$ cp /usr/share/locale/en\@quot/LC_MESSAGES/grub.mo /boot/grub/locale/en.mo
$ grub-mkconfig -o /boot/grub/grub.cfg

$ exit
$ umount /mnt
$ reboot

Last edited by zakioka (2012-11-22 21:27:34)

Offline

#2 2012-11-22 10:57:17

10PinkPanther
Member
From: Croatia
Registered: 2012-11-10
Posts: 374

Re: [SOLVED] VirtualBox No bootable medium found!

Did you check if your hardware support virtualisation?I can run only 32 bit in VM on my laptop.I think that you should read the wiki about installing Arch.I've never seen this method of installing.

Last edited by 10PinkPanther (2012-11-22 11:00:36)

Offline

#3 2012-11-22 11:19:01

p0x8
Member
Registered: 2012-09-20
Posts: 70

Re: [SOLVED] VirtualBox No bootable medium found!

And what about execution outputs? No errors during the installation, particularly when setting up grub? Is the MBR written to and the /dev/sda1 partition marked as bootable?

Offline

#4 2012-11-22 11:40:28

DSpider
Member
From: Romania
Registered: 2009-08-23
Posts: 2,273

Re: [SOLVED] VirtualBox No bootable medium found!

You can't run a 64 bit OS if you have a 32 bit CPU.

And you can't run a 64 bit OS if the host OS is 32 bit.

I remember that my PC rebooted when I tried a 64 bit copy of Windows 7 in VirtualBox (Arch i686 host). So my advice is to install Arch i686, or install (or upgrade to?) Ubuntu 64 bit as the host OS, if the CPU supports it.


"How to Succeed with Linux"

I have made a personal commitment not to reply in topics that start with a lowercase letter. Proper grammar and punctuation is a sign of respect, and if you do not show any, you will NOT receive any help (at least not from me).

Offline

#5 2012-11-22 17:41:28

zakioka
Member
Registered: 2012-11-22
Posts: 8

Re: [SOLVED] VirtualBox No bootable medium found!

10PinkPanther wrote:

Did you check if your hardware support virtualisation?I can run only 32 bit in VM on my laptop.I think that you should read the wiki about installing Arch.I've never seen this method of installing.

Yes my hardware supports virtualization, my cpu is an AMD phenom 1090T, mobo is an asus crosshair formular IV. Installation of the 32bit version of arch failed as well. I will go into my bios and look around for some virtualization options, maybe somthing got changed.

p0x8 wrote:

And what about execution outputs? No errors during the installation, particularly when setting up grub? Is the MBR written to and the /dev/sda1 partition marked as bootable?

No errors output during execution (or at least important ones AFAIK), I have my console output for that bit. I am using GPT, and AFAIK, I have read nothing of setting a bootable flag for it, ill try another complete reinstall of arch doing this.

sh-4.2# pacman --noconfirm -S grub-bios
resolving dependencies...
looking for inter-conflicts...

Targets (4): freetype2-2.4.10-1  fuse-2.9.2-1  grub-common-2.00-1
             grub-bios-2.00-1

Total Download Size:    4.87 MiB
Total Installed Size:   19.29 MiB

Proceed with installation? [Y/n] 
:: Retrieving packages from core...
 grub-common-2.00-1-...     3.7 MiB   663K/s 00:06 [######################] 100%
 grub-bios-2.00-1-x86_64  581.7 KiB  1010K/s 00:01 [######################] 100%
:: Retrieving packages from extra...
 freetype2-2.4.10-1-...   459.3 KiB  1219K/s 00:00 [######################] 100%
 fuse-2.9.2-1-x86_64      137.2 KiB   841K/s 00:00 [######################] 100%
(4/4) checking package integrity                   [######################] 100%
(4/4) loading package files                        [######################] 100%
(4/4) checking for file conflicts                  [######################] 100%
warning: could not get filesystem information for /run/archiso/bootmnt: No such file or directory
warning: could not get filesystem information for /run/archiso/cowspace: No such file or directory
warning: could not get filesystem information for /run/archiso/sfs/root-image: No such file or directory
warning: could not get filesystem information for /run/archiso/sfs/usr-lib-modules: No such file or directory
warning: could not get filesystem information for /run/archiso/sfs/usr-share: No such file or directory
warning: could not get filesystem information for /sys/fs/cgroup/systemd: No such file or directory
warning: could not get filesystem information for /sys/fs/cgroup/cpuset: No such file or directory
warning: could not get filesystem information for /sys/fs/cgroup/cpu,cpuacct: No such file or directory
warning: could not get filesystem information for /sys/fs/cgroup/memory: No such file or directory
warning: could not get filesystem information for /sys/fs/cgroup/devices: No such file or directory
warning: could not get filesystem information for /sys/fs/cgroup/freezer: No such file or directory
warning: could not get filesystem information for /sys/fs/cgroup/net_cls: No such file or directory
warning: could not get filesystem information for /sys/fs/cgroup/blkio: No such file or directory
(4/4) checking available disk space                [######################] 100%
(1/4) installing freetype2                         [######################] 100%
(2/4) installing fuse                              [######################] 100%
(3/4) installing grub-common                       [######################] 100%
Generating grub.cfg.example config file...
This may fail on some machines running a custom kernel.
done.
Optional dependencies for grub-common
    libisoburn: provides xorriso for generating grub rescue iso using
    grub-mkrescue
    os-prober: to detect other OSes when generating grub.cfg in BIOS systems
    mtools: for grub-mkrescue FAT FS support
(4/4) installing grub-bios                         [######################] 100%
sh-4.2# grub-install --target=i386-pc --recheck /dev/sda
/usr/sbin/grub-bios-setup: warning: this GPT partition label contains no BIOS Boot Partition; embedding won't be possible.
/usr/sbin/grub-bios-setup: warning: Embedding is not possible.  GRUB can only be installed in this setup by using blocklists.  However, blocklists are UNRELIABLE and their use is discouraged..
/usr/sbin/grub-bios-setup: error: will not proceed with blocklists.
sh-4.2# cp /usr/share/locale/en\@quot/LC_MESSAGES/grub.mo /boot/grub/locale/en.mo
sh-4.2# grub-mkconfig -o /boot/grub/grub.cfg
Generating grub.cfg ...
Found linux image: /boot/vmlinuz-linux
Found initrd image: /boot/initramfs-linux.img
done
sh-4.2# passwd
Enter new UNIX password: 
Retype new UNIX password: 
passwd: password updated successfully
sh-4.2# exit
exit
arch-chroot /mnt  8.67s user 2.84s system 6% cpu 3:01.75 total
DSpider wrote:

You can't run a 64 bit OS if you have a 32 bit CPU.

And you can't run a 64 bit OS if the host OS is 32 bit.

I remember that my PC rebooted when I tried a 64 bit copy of Windows 7 in VirtualBox (Arch i686 host). So my advice is to install Arch i686, or install (or upgrade to?) Ubuntu 64 bit as the host OS, if the CPU supports it.

This is not true per the VB manual, although I will further look at my bios settings and such. Additionally my OS is 32bit, not my cpu. My cpu/mobo config is a 1090T/crosshair formula IV. I also have tried and failed to install the arch 32 as well. I will look into using Ubuntu 64 as I actually accidentally installed 32 bit and didn't realize it until I was already comfortable.

Offline

#6 2012-11-22 18:33:58

zakioka
Member
Registered: 2012-11-22
Posts: 8

Re: [SOLVED] VirtualBox No bootable medium found!

So I went digging around in my mobo manual and did a search for "virtualization" and all that came up was an option for amd secure VM

Secure Virtual Machine [Enabled]
[Enabled]     Enables the AMD Secure Virtual Machine.
[Disabled] Disables this function.

In my mobo, it is set to enabled, and it has never causes any problems before, so I left it.

Here is what I input to the host terminal

parted -s /dev/sda mklabel gpt
parted -s /dev/sda mkpart "primary" "ext4" "1%" "99%"
parted -s /dev/sda set 1 boot on
mkfs.ext4 /dev/sda1
mount /dev/sda1 /mnt

pacstrap /mnt base base-devel

echo "/dev/sda1 / ext4 defaults 0 1" > /etc/fstab

arch-chroot /mnt

echo -e "en_US.UTF-8 UTF-8\nen_US ISO-8859-1" >> /etc/locale.gen
locale-gen
echo LANG=en_US.UTF-8 > /etc/locale.conf
export LANG=en_US.UTF-8
ln -s /usr/share/zoneinfo/America/Chicago /etc/localtime
hwclock --systohc --utc

modprobe -a vboxguest vboxsf vboxvideo
echo -e "vboxguest\nvboxsf\nvboxvideo" > /etc/modules-load.d/virtualbox.conf

echo archbox-$(head /dev/urandom -c 2 | base64 | cut -c -3) > /etc/hostname

mkinitcpio -p linux

pacman --noconfirm -S grub-bios
grub-install --target=i386-pc --recheck /dev/sda
cp /usr/share/locale/en\@quot/LC_MESSAGES/grub.mo /boot/grub/locale/en.mo

exit
umount /mnt
reboot

Here is the output (Again, all I changed was from the label/table type from gpt to msdos for MBR I think)

root@archiso ~ # parted -s /dev/sda mklabel gpt
root@archiso ~ # parted -s /dev/sda mkpart "primary" "ext4" "1%" "99%"
root@archiso ~ # parted -s /dev/sda set 1 boot on
root@archiso ~ # mkfs.ext4 /dev/sda1
mke2fs 1.42.6 (21-Sep-2012)
Filesystem label=
OS type: Linux
Block size=4096 (log=2)
Fragment size=4096 (log=2)
Stride=0 blocks, Stripe width=0 blocks
1028160 inodes, 4110336 blocks
205516 blocks (5.00%) reserved for the super user
First data block=0
Maximum filesystem blocks=4211081216
126 block groups
32768 blocks per group, 32768 fragments per group
8160 inodes per group
Superblock backups stored on blocks: 
	32768, 98304, 163840, 229376, 294912, 819200, 884736, 1605632, 2654208, 
	4096000

Allocating group tables: done                            
Writing inode tables: done                            
Creating journal (32768 blocks): done
Writing superblocks and filesystem accounting information: done   

root@archiso ~ # mount /dev/sda1 /mnt
root@archiso ~ # pacstrap /mnt base base-devel
==> Creating install root at /mnt
==> Installing packages to /mnt
warning: database file for 'core' does not exist
warning: database file for 'extra' does not exist
warning: database file for 'community' does not exist
:: Synchronizing package databases...
 core                                                                                              106.1 KiB   315K/s 00:00 [##########################################################################] 100%
 extra                                                                                            1432.3 KiB   642K/s 00:02 [##########################################################################] 100%
 community                                                                                        1807.8 KiB   631K/s 00:03 [##########################################################################] 100%
:: There are 53 members in group base:
:: Repository core
   1) bash  2) bzip2  3) coreutils  4) cronie  5) cryptsetup  6) device-mapper  7) dhcpcd  8) diffutils  9) e2fsprogs  10) file  11) filesystem  12) findutils  13) gawk  14) gcc-libs  15) gettext
   16) glibc  17) grep  18) gzip  19) heirloom-mailx  20) inetutils  21) iproute2  22) iputils  23) jfsutils  24) less  25) licenses  26) linux  27) logrotate  28) lvm2  29) man-db  30) man-pages
   31) mdadm  32) nano  33) netcfg  34) nss-myhostname  35) pacman  36) pciutils  37) pcmciautils  38) perl  39) ppp  40) procps-ng  41) psmisc  42) reiserfsprogs  43) sed  44) shadow  45) sysfsutils
   46) systemd-sysvcompat  47) tar  48) texinfo  49) usbutils  50) util-linux  51) vi  52) which  53) xfsprogs

Enter a selection (default=all): 
:: There are 12 members in group base-devel:
:: Repository core
   1) autoconf  2) automake  3) binutils  4) bison  5) fakeroot  6) flex  7) gcc  8) libtool  9) m4  10) make  11) patch  12) pkg-config

Enter a selection (default=all): 
resolving dependencies...
warning: dependency cycle detected:
warning: dbus-core will be installed before its systemd dependency
looking for inter-conflicts...

Targets (130): acl-2.2.51-2  archlinux-keyring-20121113-1  attr-2.4.46-2  ca-certificates-20121105-1  cloog-0.17.0-2  cracklib-2.8.19-1  curl-7.28.0-1  db-5.3.21-1  dbus-core-1.6.8-1  dirmngr-1.1.0-4
               expat-2.1.0-1  gdbm-1.10-1  glib2-2.34.2-1  gmp-5.0.5-1  gnupg-2.0.19-2  gpgme-1.3.1-4  groff-1.21-2  hwids-20121022-1  iana-etc-2.30-3  iptables-1.4.16.2-1  isl-0.10-1  kbd-1.15.3-3
               keyutils-1.5.5-3  kmod-11-2  krb5-1.10.3-1  libarchive-3.0.4-2  libassuan-2.0.3-1  libcap-2.22-3  libffi-3.0.11-1  libgcrypt-1.5.0-3  libgpg-error-1.10-2  libgssglue-0.4-1  libksba-1.2.0-1
               libldap-2.4.33-1  libltdl-2.4.2-7  libmpc-1.0.1-1  libnl-3.2.11-1  libpcap-1.3.0-1  libpipeline-1.2.2-1  libsasl-2.1.23-9  libssh2-1.4.2-1  libtirpc-0.2.2-4  libusbx-1.0.14-1
               linux-api-headers-3.6.3-1  linux-firmware-20120625-1  mkinitcpio-0.11.2-1  mkinitcpio-busybox-1.20.2-1  mpfr-3.1.1.p2-1  ncurses-5.9-3  openssl-1.0.1.c-1  pacman-mirrorlist-20120908-1
               pam-1.1.6-1  pambase-20120701-1  pcre-8.31-1  pinentry-0.8.2-1  popt-1.16-5  ppl-1.0-1  pth-2.0.7-4  readline-6.2.004-1  run-parts-4.3.4-1  systemd-195-2  sysvinit-tools-2.88-9
               tzdata-2012j-1  xz-5.0.4-1  zlib-1.2.7-1  autoconf-2.69-1  automake-1.12.5-1  bash-4.2.039-1  binutils-2.23.1-1  bison-2.6.5-1  bzip2-1.0.6-4  coreutils-8.20-1  cronie-1.4.8-4
               cryptsetup-1.5.1-1  device-mapper-2.02.98-1  dhcpcd-5.6.2-1  diffutils-3.2-1  e2fsprogs-1.42.6-1  fakeroot-1.18.4-1  file-5.11-1  filesystem-2012.10-2  findutils-4.4.2-4  flex-2.5.37-1
               gawk-4.0.1-1  gcc-4.7.2-2  gcc-libs-4.7.2-2  gettext-0.18.1.1-4  glibc-2.16.0-5  grep-2.14-1  gzip-1.5-1  heirloom-mailx-12.5-3  inetutils-1.9.1-4  iproute2-3.6.0-2  iputils-20121114-1
               jfsutils-1.1.15-3  less-451-1  libtool-2.4.2-7  licenses-2.9-1  linux-3.6.6-1  logrotate-3.8.2-2  lvm2-2.02.98-1  m4-1.4.16-2  make-3.82-5  man-db-2.6.3-1  man-pages-3.44-1  mdadm-3.2.6-1
               nano-2.2.6-2  netcfg-3.0-1  nss-myhostname-0.3-3  pacman-4.0.3-5  patch-2.7.1-1  pciutils-3.1.10-1  pcmciautils-018-4  perl-5.16.2-1  pkg-config-0.27.1-1  ppp-2.4.5-5  procps-ng-3.3.5-1
               psmisc-22.19-1  reiserfsprogs-3.6.21-4  sed-4.2.1-4  shadow-4.1.5.1-2  sysfsutils-2.1.0-8  systemd-sysvcompat-195-2  tar-1.26-2  texinfo-4.13a-7  usbutils-006-1  util-linux-2.22.1-3
               vi-1:050325-3  which-2.20-5  xfsprogs-3.1.8-2

Total Download Size:    151.84 MiB
Total Installed Size:   539.71 MiB

Proceed with installation? [Y/n] 
:: Retrieving packages from core...
 linux-api-headers-3.6.3-1-i686                                                                    616.3 KiB   530K/s 00:01 [##########################################################################] 100%
 tzdata-2012j-1-any                                                                                140.1 KiB   635K/s 00:00 [##########################################################################] 100%
 glibc-2.16.0-5-i686                                                                                 7.8 MiB   985K/s 00:08 [##########################################################################] 100%
 ncurses-5.9-3-i686                                                                                982.7 KiB  1513K/s 00:01 [##########################################################################] 100%
 readline-6.2.004-1-i686                                                                           323.9 KiB   526K/s 00:01 [##########################################################################] 100%
 bash-4.2.039-1-i686                                                                               774.1 KiB  1015K/s 00:01 [##########################################################################] 100%
 bzip2-1.0.6-4-i686                                                                                 54.4 KiB  3.58M/s 00:00 [##########################################################################] 100%
 gcc-libs-4.7.2-2-i686                                                                             812.5 KiB   818K/s 00:01 [##########################################################################] 100%
 db-5.3.21-1-i686                                                                                 1427.7 KiB  1034K/s 00:01 [##########################################################################] 100%
 zlib-1.2.7-1-i686                                                                                  91.6 KiB  1336K/s 00:00 [##########################################################################] 100%
 cracklib-2.8.19-1-i686                                                                            238.4 KiB  1332K/s 00:00 [##########################################################################] 100%
 libgssglue-0.4-1-i686                                                                              33.4 KiB  2.36M/s 00:00 [##########################################################################] 100%
 libtirpc-0.2.2-4-i686                                                                             179.2 KiB  1230K/s 00:00 [##########################################################################] 100%
 pambase-20120701-1-any                                                                           1052.0   B  5.64M/s 00:00 [##########################################################################] 100%
 pam-1.1.6-1-i686                                                                                  632.2 KiB  1521K/s 00:00 [##########################################################################] 100%
 attr-2.4.46-2-i686                                                                                 64.7 KiB   280K/s 00:00 [##########################################################################] 100%
 acl-2.2.51-2-i686                                                                                 124.8 KiB   633K/s 00:00 [##########################################################################] 100%
 gmp-5.0.5-1-i686                                                                                  486.2 KiB   948K/s 00:01 [##########################################################################] 100%
 libcap-2.22-3-i686                                                                                 34.3 KiB   596K/s 00:00 [##########################################################################] 100%
 coreutils-8.20-1-i686                                                                               2.0 MiB  1028K/s 00:02 [##########################################################################] 100%
 run-parts-4.3.4-1-i686                                                                             19.0 KiB  3.09M/s 00:00 [##########################################################################] 100%
 cronie-1.4.8-4-i686                                                                                56.0 KiB   954K/s 00:00 [##########################################################################] 100%
 libgpg-error-1.10-2-i686                                                                           47.8 KiB  2.65M/s 00:00 [##########################################################################] 100%
 libgcrypt-1.5.0-3-i686                                                                            305.8 KiB  1010K/s 00:00 [##########################################################################] 100%
 shadow-4.1.5.1-2-i686                                                                            1024.5 KiB  1187K/s 00:01 [##########################################################################] 100%
 util-linux-2.22.1-3-i686                                                                         1591.3 KiB  1141K/s 00:01 [##########################################################################] 100%
 expat-2.1.0-1-i686                                                                                114.2 KiB  1631K/s 00:00 [##########################################################################] 100%
 iana-etc-2.30-3-any                                                                               319.8 KiB   801K/s 00:00 [##########################################################################] 100%
 nss-myhostname-0.3-3-i686                                                                           7.8 KiB  4.61M/s 00:00 [##########################################################################] 100%
 filesystem-2012.10-2-any                                                                            5.9 KiB  3.94M/s 00:00 [##########################################################################] 100%
 dbus-core-1.6.8-1-i686                                                                            414.8 KiB  1161K/s 00:00 [##########################################################################] 100%
 pcre-8.31-1-i686                                                                                  865.3 KiB   761K/s 00:01 [##########################################################################] 100%
 libffi-3.0.11-1-i686                                                                               32.5 KiB  3.07M/s 00:00 [##########################################################################] 100%
 glib2-2.34.2-1-i686                                                                              1864.0 KiB  1154K/s 00:02 [##########################################################################] 100%
 kbd-1.15.3-3-i686                                                                                1000.5 KiB  1227K/s 00:01 [##########################################################################] 100%
 kmod-11-2-i686                                                                                     94.5 KiB   772K/s 00:00 [##########################################################################] 100%
 hwids-20121022-1-any                                                                              278.0 KiB  1146K/s 00:00 [##########################################################################] 100%
 xz-5.0.4-1-i686                                                                                   246.5 KiB   507K/s 00:00 [##########################################################################] 100%
 systemd-195-2-i686                                                                               1300.8 KiB  1282K/s 00:01 [##########################################################################] 100%
 device-mapper-2.02.98-1-i686                                                                      151.9 KiB  1410K/s 00:00 [##########################################################################] 100%
 popt-1.16-5-i686                                                                                   65.2 KiB   387K/s 00:00 [##########################################################################] 100%
 cryptsetup-1.5.1-1-i686                                                                           162.3 KiB   718K/s 00:00 [##########################################################################] 100%
 dhcpcd-5.6.2-1-i686                                                                                71.8 KiB  1122K/s 00:00 [##########################################################################] 100%
 diffutils-3.2-1-i686                                                                              216.4 KiB  1191K/s 00:00 [##########################################################################] 100%
 e2fsprogs-1.42.6-1-i686                                                                           752.4 KiB   943K/s 00:01 [##########################################################################] 100%
 file-5.11-1-i686                                                                                  213.1 KiB  1145K/s 00:00 [##########################################################################] 100%
 findutils-4.4.2-4-i686                                                                            336.2 KiB   726K/s 00:00 [##########################################################################] 100%
 gawk-4.0.1-1-i686                                                                                 762.2 KiB  1374K/s 00:01 [##########################################################################] 100%
 gettext-0.18.1.1-4-i686                                                                             4.9 MiB  1205K/s 00:04 [##########################################################################] 100%
 grep-2.14-1-i686                                                                                  191.7 KiB  1402K/s 00:00 [##########################################################################] 100%
 gzip-1.5-1-i686                                                                                    72.3 KiB  1259K/s 00:00 [##########################################################################] 100%
 gdbm-1.10-1-i686                                                                                   86.6 KiB  1391K/s 00:00 [##########################################################################] 100%
 perl-5.16.2-1-i686                                                                                 12.0 MiB  1226K/s 00:10 [##########################################################################] 100%
 openssl-1.0.1.c-1-i686                                                                              2.5 MiB  1106K/s 00:02 [##########################################################################] 100%
 libsasl-2.1.23-9-i686                                                                             115.4 KiB   368K/s 00:00 [##########################################################################] 100%
 libldap-2.4.33-1-i686                                                                             400.6 KiB   721K/s 00:01 [##########################################################################] 100%
 keyutils-1.5.5-3-i686                                                                              54.8 KiB   975K/s 00:00 [##########################################################################] 100%
 krb5-1.10.3-1-i686                                                                               1043.5 KiB  1227K/s 00:01 [##########################################################################] 100%
 heirloom-mailx-12.5-3-i686                                                                        197.1 KiB  1449K/s 00:00 [##########################################################################] 100%
 inetutils-1.9.1-4-i686                                                                            234.2 KiB  1632K/s 00:00 [##########################################################################] 100%
 iptables-1.4.16.2-1-i686                                                                          237.6 KiB  1360K/s 00:00 [##########################################################################] 100%
 iproute2-3.6.0-2-i686                                                                             424.8 KiB   610K/s 00:01 [##########################################################################] 100%
 sysfsutils-2.1.0-8-i686                                                                            29.5 KiB  2.03M/s 00:00 [##########################################################################] 100%
 iputils-20121114-1-i686                                                                            64.3 KiB  1002K/s 00:00 [##########################################################################] 100%
 jfsutils-1.1.15-3-i686                                                                            169.1 KiB  1258K/s 00:00 [##########################################################################] 100%
 less-451-1-i686                                                                                    88.4 KiB  1238K/s 00:00 [##########################################################################] 100%
 licenses-2.9-1-any                                                                                 59.4 KiB  3.93M/s 00:00 [##########################################################################] 100%
 linux-firmware-20120625-1-any                                                                      15.1 MiB  1293K/s 00:12 [##########################################################################] 100%
 mkinitcpio-busybox-1.20.2-1-i686                                                                  156.5 KiB  1433K/s 00:00 [##########################################################################] 100%
 libarchive-3.0.4-2-i686                                                                           633.5 KiB  1744K/s 00:00 [##########################################################################] 100%
 mkinitcpio-0.11.2-1-any                                                                            28.6 KiB  4.26M/s 00:00 [##########################################################################] 100%
 linux-3.6.6-1-i686                                                                                 40.9 MiB  1501K/s 00:28 [##########################################################################] 100%
 logrotate-3.8.2-2-i686                                                                             28.8 KiB  4.00M/s 00:00 [##########################################################################] 100%
 lvm2-2.02.98-1-i686                                                                               638.2 KiB   877K/s 00:01 [##########################################################################] 100%
 texinfo-4.13a-7-i686                                                                              658.5 KiB  1560K/s 00:00 [##########################################################################] 100%
 groff-1.21-2-i686                                                                                1615.7 KiB  1095K/s 00:01 [##########################################################################] 100%
 libpipeline-1.2.2-1-i686                                                                           32.6 KiB  4.12M/s 00:00 [##########################################################################] 100%
 man-db-2.6.3-1-i686                                                                               344.7 KiB  1068K/s 00:00 [##########################################################################] 100%
 man-pages-3.44-1-any                                                                                4.4 MiB  1557K/s 00:03 [##########################################################################] 100%
 mdadm-3.2.6-1-i686                                                                                266.5 KiB   453K/s 00:01 [##########################################################################] 100%
 nano-2.2.6-2-i686                                                                                 294.8 KiB  1252K/s 00:00 [##########################################################################] 100%
 netcfg-3.0-1-any                                                                                   29.6 KiB   193K/s 00:00 [##########################################################################] 100%
 sed-4.2.1-4-i686                                                                                  107.2 KiB   484K/s 00:00 [##########################################################################] 100%
 ca-certificates-20121105-1-any                                                                    134.1 KiB   705K/s 00:00 [##########################################################################] 100%
 libssh2-1.4.2-1-i686                                                                              202.0 KiB  1130K/s 00:00 [##########################################################################] 100%
 curl-7.28.0-1-i686                                                                                574.2 KiB   862K/s 00:01 [##########################################################################] 100%
 pth-2.0.7-4-i686                                                                                   76.2 KiB   272K/s 00:00 [##########################################################################] 100%
 libksba-1.2.0-1-i686                                                                              110.8 KiB   650K/s 00:00 [##########################################################################] 100%
 libassuan-2.0.3-1-i686                                                                             77.1 KiB   766K/s 00:00 [##########################################################################] 100%
 pinentry-0.8.2-1-i686                                                                              93.6 KiB  1315K/s 00:00 [##########################################################################] 100%
 dirmngr-1.1.0-4-i686                                                                              161.9 KiB  1280K/s 00:00 [##########################################################################] 100%
 gnupg-2.0.19-2-i686                                                                              1427.4 KiB  1870K/s 00:01 [##########################################################################] 100%
 gpgme-1.3.1-4-i686                                                                                205.6 KiB  1506K/s 00:00 [##########################################################################] 100%
 pacman-mirrorlist-20120908-1-any                                                                    2.2 KiB  10.7M/s 00:00 [##########################################################################] 100%
 archlinux-keyring-20121113-1-any                                                                  338.4 KiB   427K/s 00:01 [##########################################################################] 100%
 pacman-4.0.3-5-i686                                                                               522.9 KiB  1216K/s 00:00 [##########################################################################] 100%
 pciutils-3.1.10-1-i686                                                                             82.1 KiB  3.35M/s 00:00 [##########################################################################] 100%
 pcmciautils-018-4-i686                                                                             18.4 KiB  3.69M/s 00:00 [##########################################################################] 100%
 libnl-3.2.11-1-i686                                                                               198.8 KiB  1522K/s 00:00 [##########################################################################] 100%
 libusbx-1.0.14-1-i686                                                                              40.4 KiB   171K/s 00:00 [##########################################################################] 100%
 libpcap-1.3.0-1-i686                                                                              191.4 KiB   222K/s 00:01 [##########################################################################] 100%
 ppp-2.4.5-5-i686                                                                                  263.8 KiB   544K/s 00:00 [##########################################################################] 100%
 procps-ng-3.3.5-1-i686                                                                            211.6 KiB   627K/s 00:00 [##########################################################################] 100%
 psmisc-22.19-1-i686                                                                                83.7 KiB   746K/s 00:00 [##########################################################################] 100%
 reiserfsprogs-3.6.21-4-i686                                                                       215.9 KiB   924K/s 00:00 [##########################################################################] 100%
 sysvinit-tools-2.88-9-i686                                                                         25.3 KiB  4.14M/s 00:00 [##########################################################################] 100%
 systemd-sysvcompat-195-2-i686                                                                       5.4 KiB  5.72M/s 00:00 [##########################################################################] 100%
 tar-1.26-2-i686                                                                                   560.6 KiB   837K/s 00:01 [##########################################################################] 100%
 usbutils-006-1-i686                                                                                50.6 KiB   861K/s 00:00 [##########################################################################] 100%
 vi-1:050325-3-i686                                                                                131.6 KiB   829K/s 00:00 [##########################################################################] 100%
 which-2.20-5-i686                                                                                  13.4 KiB  4.28M/s 00:00 [##########################################################################] 100%
 xfsprogs-3.1.8-2-i686                                                                             632.2 KiB   991K/s 00:01 [##########################################################################] 100%
 m4-1.4.16-2-i686                                                                                  158.5 KiB  1308K/s 00:00 [##########################################################################] 100%
 autoconf-2.69-1-any                                                                               580.6 KiB   946K/s 00:01 [##########################################################################] 100%
 automake-1.12.5-1-any                                                                             569.1 KiB  1244K/s 00:00 [##########################################################################] 100%
 binutils-2.23.1-1-i686                                                                              3.5 MiB  1036K/s 00:03 [##########################################################################] 100%
 bison-2.6.5-1-i686                                                                                437.5 KiB   967K/s 00:00 [##########################################################################] 100%
 fakeroot-1.18.4-1-i686                                                                             53.8 KiB   311K/s 00:00 [##########################################################################] 100%
 flex-2.5.37-1-i686                                                                                773.5 KiB   976K/s 00:01 [##########################################################################] 100%
 mpfr-3.1.1.p2-1-i686                                                                              367.0 KiB   818K/s 00:00 [##########################################################################] 100%
 libmpc-1.0.1-1-i686                                                                                89.7 KiB   422K/s 00:00 [##########################################################################] 100%
 isl-0.10-1-i686                                                                                   643.1 KiB  1134K/s 00:01 [##########################################################################] 100%
 cloog-0.17.0-2-i686                                                                               103.1 KiB  1628K/s 00:00 [##########################################################################] 100%
 ppl-1.0-1-i686                                                                                      3.1 MiB  1153K/s 00:03 [##########################################################################] 100%
 gcc-4.7.2-2-i686                                                                                   17.6 MiB  1397K/s 00:13 [##########################################################################] 100%
 libltdl-2.4.2-7-i686                                                                              154.0 KiB  1439K/s 00:00 [##########################################################################] 100%
 libtool-2.4.2-7-i686                                                                              268.1 KiB  1041K/s 00:00 [##########################################################################] 100%
 make-3.82-5-i686                                                                                  346.3 KiB  1197K/s 00:00 [##########################################################################] 100%
 patch-2.7.1-1-i686                                                                                 78.3 KiB   593K/s 00:00 [##########################################################################] 100%
 pkg-config-0.27.1-1-i686                                                                           29.0 KiB  2.16M/s 00:00 [##########################################################################] 100%
(130/130) checking package integrity                                                                                        [##########################################################################] 100%
(130/130) loading package files                                                                                             [##########################################################################] 100%
(130/130) checking for file conflicts                                                                                       [##########################################################################] 100%
(130/130) checking available disk space                                                                                     [##########################################################################] 100%
(  1/130) installing linux-api-headers                                                                                      [##########################################################################] 100%
(  2/130) installing tzdata                                                                                                 [##########################################################################] 100%
(  3/130) installing glibc                                                                                                  [##########################################################################] 100%
(  4/130) installing ncurses                                                                                                [##########################################################################] 100%
(  5/130) installing readline                                                                                               [##########################################################################] 100%
(  6/130) installing bash                                                                                                   [##########################################################################] 100%
(  7/130) installing bzip2                                                                                                  [##########################################################################] 100%
(  8/130) installing gcc-libs                                                                                               [##########################################################################] 100%
(  9/130) installing db                                                                                                     [##########################################################################] 100%
( 10/130) installing zlib                                                                                                   [##########################################################################] 100%
( 11/130) installing cracklib                                                                                               [##########################################################################] 100%
( 12/130) installing libgssglue                                                                                             [##########################################################################] 100%
( 13/130) installing libtirpc                                                                                               [##########################################################################] 100%
( 14/130) installing pambase                                                                                                [##########################################################################] 100%
( 15/130) installing pam                                                                                                    [##########################################################################] 100%
( 16/130) installing attr                                                                                                   [##########################################################################] 100%
( 17/130) installing acl                                                                                                    [##########################################################################] 100%
( 18/130) installing gmp                                                                                                    [##########################################################################] 100%
( 19/130) installing libcap                                                                                                 [##########################################################################] 100%
( 20/130) installing coreutils                                                                                              [##########################################################################] 100%
( 21/130) installing run-parts                                                                                              [##########################################################################] 100%
( 22/130) installing cronie                                                                                                 [##########################################################################] 100%
Optional dependencies for cronie
    pm-utils: defer anacron when on battery power
    smtp-server: sending cron job output via email
( 23/130) installing libgpg-error                                                                                           [##########################################################################] 100%
( 24/130) installing libgcrypt                                                                                              [##########################################################################] 100%
( 25/130) installing shadow                                                                                                 [##########################################################################] 100%
( 26/130) installing util-linux                                                                                             [##########################################################################] 100%
( 27/130) installing expat                                                                                                  [##########################################################################] 100%
( 28/130) installing iana-etc                                                                                               [##########################################################################] 100%
( 29/130) installing nss-myhostname                                                                                         [##########################################################################] 100%
( 30/130) installing filesystem                                                                                             [##########################################################################] 100%
( 31/130) installing dbus-core                                                                                              [##########################################################################] 100%
( 32/130) installing pcre                                                                                                   [##########################################################################] 100%
( 33/130) installing libffi                                                                                                 [##########################################################################] 100%
( 34/130) installing glib2                                                                                                  [##########################################################################] 100%
Optional dependencies for glib2
    python2: for gdbus-codegen
( 35/130) installing kbd                                                                                                    [##########################################################################] 100%
( 36/130) installing kmod                                                                                                   [##########################################################################] 100%
( 37/130) installing hwids                                                                                                  [##########################################################################] 100%
( 38/130) installing xz                                                                                                     [##########################################################################] 100%
( 39/130) installing systemd                                                                                                [##########################################################################] 100%
Initializing machine ID from random generator.
ln -s '/usr/lib/systemd/system/getty@.service' '/etc/systemd/system/getty.target.wants/getty@tty1.service'
:: Append 'init=/bin/systemd' to your kernel command line in your
   bootloader to replace sysvinit with systemd
Optional dependencies for systemd
    initscripts: legacy support for /etc/rc.conf
    python: systemd library bindings
    python2-cairo: systemd-analyze
    python2-dbus: systemd-analyze
    systemd-sysvcompat: symlink package to provide sysvinit binaries
    cryptsetup: required for encrypted block devices
    quota-tools: kernel-level quota management
( 40/130) installing device-mapper                                                                                          [##########################################################################] 100%
( 41/130) installing popt                                                                                                   [##########################################################################] 100%
( 42/130) installing cryptsetup                                                                                             [##########################################################################] 100%
( 43/130) installing dhcpcd                                                                                                 [##########################################################################] 100%
( 44/130) installing diffutils                                                                                              [##########################################################################] 100%
( 45/130) installing e2fsprogs                                                                                              [##########################################################################] 100%
( 46/130) installing file                                                                                                   [##########################################################################] 100%
( 47/130) installing findutils                                                                                              [##########################################################################] 100%
( 48/130) installing gawk                                                                                                   [##########################################################################] 100%
( 49/130) installing gettext                                                                                                [##########################################################################] 100%
Optional dependencies for gettext
    cvs: for autopoint tool
( 50/130) installing grep                                                                                                   [##########################################################################] 100%
( 51/130) installing gzip                                                                                                   [##########################################################################] 100%
( 52/130) installing gdbm                                                                                                   [##########################################################################] 100%
( 53/130) installing perl                                                                                                   [##########################################################################] 100%
( 54/130) installing openssl                                                                                                [##########################################################################] 100%
Optional dependencies for openssl
    ca-certificates
( 55/130) installing libsasl                                                                                                [##########################################################################] 100%
( 56/130) installing libldap                                                                                                [##########################################################################] 100%
( 57/130) installing keyutils                                                                                               [##########################################################################] 100%
( 58/130) installing krb5                                                                                                   [##########################################################################] 100%
( 59/130) installing heirloom-mailx                                                                                         [##########################################################################] 100%
Optional dependencies for heirloom-mailx
    smtp-forwarder: for sending mail
( 60/130) installing inetutils                                                                                              [##########################################################################] 100%
( 61/130) installing iptables                                                                                               [##########################################################################] 100%
( 62/130) installing iproute2                                                                                               [##########################################################################] 100%
Optional dependencies for iproute2
    linux-atm: ATM support
( 63/130) installing sysfsutils                                                                                             [##########################################################################] 100%
( 64/130) installing iputils                                                                                                [##########################################################################] 100%
Optional dependencies for iputils
    xinetd: for tftpd
( 65/130) installing jfsutils                                                                                               [##########################################################################] 100%
( 66/130) installing less                                                                                                   [##########################################################################] 100%
( 67/130) installing licenses                                                                                               [##########################################################################] 100%
( 68/130) installing linux-firmware                                                                                         [##########################################################################] 100%
( 69/130) installing mkinitcpio-busybox                                                                                     [##########################################################################] 100%
( 70/130) installing libarchive                                                                                             [##########################################################################] 100%
( 71/130) installing mkinitcpio                                                                                             [##########################################################################] 100%
Optional dependencies for mkinitcpio
    xz: Use lzma or xz compression for the initramfs image
    bzip2: Use bzip2 compression for the initramfs image
    lzop: Use lzo compression for the initramfs image
    mkinitcpio-nfs-utils: Support for root filesystem on NFS
( 72/130) installing linux                                                                                                  [##########################################################################] 100%
>>> Updating module dependencies. Please wait ...
>>> Generating initial ramdisk, using mkinitcpio.  Please wait...
==> Building image from preset: 'default'
  -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
==> Starting build: 3.6.6-1-ARCH
  -> Running build hook: [base]
  -> Running build hook: [udev]
  -> Running build hook: [autodetect]
  -> Running build hook: [pata]
  -> Running build hook: [scsi]
  -> Running build hook: [sata]
  -> Running build hook: [filesystems]
  -> Running build hook: [usbinput]
  -> Running build hook: [fsck]
==> Generating module dependencies
==> Creating gzip initcpio image: /boot/initramfs-linux.img
==> Image generation successful
==> Building image from preset: 'fallback'
  -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-fallback.img -S autodetect
==> Starting build: 3.6.6-1-ARCH
  -> Running build hook: [base]
  -> Running build hook: [udev]
  -> Running build hook: [pata]
  -> Running build hook: [scsi]
  -> Running build hook: [sata]
  -> Running build hook: [filesystems]
  -> Running build hook: [usbinput]
  -> Running build hook: [fsck]
==> Generating module dependencies
==> Creating gzip initcpio image: /boot/initramfs-linux-fallback.img
==> Image generation successful
Optional dependencies for linux
    crda: to set the correct wireless channels of your country
( 73/130) installing logrotate                                                                                              [##########################################################################] 100%
Optional dependencies for logrotate
    cron: scheduled log rotation
( 74/130) installing lvm2                                                                                                   [##########################################################################] 100%
( 75/130) installing texinfo                                                                                                [##########################################################################] 100%
( 76/130) installing groff                                                                                                  [##########################################################################] 100%
Optional dependencies for groff
    netpbm: for use together with man -H command interaction in browsers
    psutils: for use together with man -H command interaction in browsers
( 77/130) installing libpipeline                                                                                            [##########################################################################] 100%
( 78/130) installing man-db                                                                                                 [##########################################################################] 100%
it's recommended to create an initial
database running as root:
"/usr/bin/mandb --quiet"
Optional dependencies for man-db
    less
    gzip
( 79/130) installing man-pages                                                                                              [##########################################################################] 100%
( 80/130) installing mdadm                                                                                                  [##########################################################################] 100%
( 81/130) installing nano                                                                                                   [##########################################################################] 100%
( 82/130) installing netcfg                                                                                                 [##########################################################################] 100%
Optional dependencies for netcfg
    dialog: for the menu based profile and wifi selectors
    wpa_supplicant: for wireless networking support
    ifplugd: for automatic wired connections through net-auto-wired
    wpa_actiond: for automatic wireless connections through net-auto-wireless
    wireless_tools: for interface renaming through net-rename
    ifenslave: for bond connections
    bridge-utils: for bridge connections
( 83/130) installing sed                                                                                                    [##########################################################################] 100%
( 84/130) installing ca-certificates                                                                                        [##########################################################################] 100%
( 85/130) installing libssh2                                                                                                [##########################################################################] 100%
( 86/130) installing curl                                                                                                   [##########################################################################] 100%
( 87/130) installing pth                                                                                                    [##########################################################################] 100%
( 88/130) installing libksba                                                                                                [##########################################################################] 100%
( 89/130) installing libassuan                                                                                              [##########################################################################] 100%
( 90/130) installing pinentry                                                                                               [##########################################################################] 100%
Optional dependencies for pinentry
    gtk2: for gtk2 backend
    qt: for qt4 backend
( 91/130) installing dirmngr                                                                                                [##########################################################################] 100%
( 92/130) installing gnupg                                                                                                  [##########################################################################] 100%
Optional dependencies for gnupg
    curl: gpg2keys_curl
    libldap: gpg2keys_ldap
    libusb-compat: scdaemon
    texinfo: documentation
( 93/130) installing gpgme                                                                                                  [##########################################################################] 100%
( 94/130) installing pacman-mirrorlist                                                                                      [##########################################################################] 100%
( 95/130) installing archlinux-keyring                                                                                      [##########################################################################] 100%
( 96/130) installing pacman                                                                                                 [##########################################################################] 100%
 >>> Run  `pacman-key --init; pacman-key --populate archlinux`
 >>> to import the data required by pacman for package verification.
 >>> See: https://www.archlinux.org/news/having-pacman-verify-packages
Optional dependencies for pacman
    fakeroot: for makepkg usage as normal user
( 97/130) installing pciutils                                                                                               [##########################################################################] 100%
( 98/130) installing pcmciautils                                                                                            [##########################################################################] 100%
( 99/130) installing libnl                                                                                                  [##########################################################################] 100%
(100/130) installing libusbx                                                                                                [##########################################################################] 100%
(101/130) installing libpcap                                                                                                [##########################################################################] 100%
(102/130) installing ppp                                                                                                    [##########################################################################] 100%
(103/130) installing procps-ng                                                                                              [##########################################################################] 100%
(104/130) installing psmisc                                                                                                 [##########################################################################] 100%
(105/130) installing reiserfsprogs                                                                                          [##########################################################################] 100%
(106/130) installing sysvinit-tools                                                                                         [##########################################################################] 100%
(107/130) installing systemd-sysvcompat                                                                                     [##########################################################################] 100%
(108/130) installing tar                                                                                                    [##########################################################################] 100%
(109/130) installing usbutils                                                                                               [##########################################################################] 100%
Optional dependencies for usbutils
    python2: for lsusb.py usage
    coreutils: for lsusb.py usage
(110/130) installing vi                                                                                                     [##########################################################################] 100%
Optional dependencies for vi
    heirloom-mailx: used by the preserve command for notification
(111/130) installing which                                                                                                  [##########################################################################] 100%
(112/130) installing xfsprogs                                                                                               [##########################################################################] 100%
(113/130) installing m4                                                                                                     [##########################################################################] 100%
(114/130) installing autoconf                                                                                               [##########################################################################] 100%
(115/130) installing automake                                                                                               [##########################################################################] 100%
(116/130) installing binutils                                                                                               [##########################################################################] 100%
(117/130) installing bison                                                                                                  [##########################################################################] 100%
(118/130) installing fakeroot                                                                                               [##########################################################################] 100%
(119/130) installing flex                                                                                                   [##########################################################################] 100%
(120/130) installing mpfr                                                                                                   [##########################################################################] 100%
(121/130) installing libmpc                                                                                                 [##########################################################################] 100%
(122/130) installing isl                                                                                                    [##########################################################################] 100%
(123/130) installing cloog                                                                                                  [##########################################################################] 100%
(124/130) installing ppl                                                                                                    [##########################################################################] 100%
(125/130) installing gcc                                                                                                    [##########################################################################] 100%
(126/130) installing libltdl                                                                                                [##########################################################################] 100%
(127/130) installing libtool                                                                                                [##########################################################################] 100%
(128/130) installing make                                                                                                   [##########################################################################] 100%
(129/130) installing patch                                                                                                  [##########################################################################] 100%
Optional dependencies for patch
    ed: for patch -e functionality
(130/130) installing pkg-config                                                                                             [##########################################################################] 100%
pacstrap /mnt base base-devel  37.52s user 8.24s system 21% cpu 3:28.65 total
root@archiso ~ # echo "/dev/sda1 / ext4 defaults 0 1" > /etc/fstab
root@archiso ~ # 
root@archiso ~ # arch-chroot /mnt
sh-4.2# 
sh-4.2# echo -e "en_US.UTF-8 UTF-8\nen_US ISO-8859-1" >> /etc/locale.gen
sh-4.2# locale-gen
Generating locales...
  en_US.UTF-8... done
  en_US.ISO-8859-1... done
Generation complete.
sh-4.2# echo LANG=en_US.UTF-8 > /etc/locale.conf
sh-4.2# export LANG=en_US.UTF-8
sh-4.2# ln -s /usr/share/zoneinfo/America/Chicago /etc/localtime
sh-4.2# hwclock --systohc --utc
sh-4.2# 
sh-4.2# modprobe -a vboxguest vboxsf vboxvideo
sh-4.2# echo -e "vboxguest\nvboxsf\nvboxvideo" > /etc/modules-load.d/virtualbox.conf
sh-4.2# 
sh-4.2# echo archbox-$(head /dev/urandom -c 2 | base64 | cut -c -3) > /etc/hostname
sh-4.2# 
sh-4.2# mkinitcpio -p linux
==> Building image from preset: 'default'
  -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
==> Starting build: 3.6.6-1-ARCH
  -> Running build hook: [base]
  -> Running build hook: [udev]
  -> Running build hook: [autodetect]
  -> Running build hook: [pata]
  -> Running build hook: [scsi]
  -> Running build hook: [sata]
  -> Running build hook: [filesystems]
  -> Running build hook: [usbinput]
  -> Running build hook: [fsck]
==> Generating module dependencies
==> Creating gzip initcpio image: /boot/initramfs-linux.img
==> Image generation successful
==> Building image from preset: 'fallback'
  -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-fallback.img -S autodetect
==> Starting build: 3.6.6-1-ARCH
  -> Running build hook: [base]
  -> Running build hook: [udev]
  -> Running build hook: [pata]
  -> Running build hook: [scsi]
  -> Running build hook: [sata]
  -> Running build hook: [filesystems]
  -> Running build hook: [usbinput]
  -> Running build hook: [fsck]
==> Generating module dependencies
==> Creating gzip initcpio image: /boot/initramfs-linux-fallback.img
==> Image generation successful
sh-4.2# pacman -S grub-bios
resolving dependencies...
looking for inter-conflicts...

Targets (4): freetype2-2.4.10-1  fuse-2.9.2-1  grub-common-2.00-1  grub-bios-2.00-1

Total Download Size:    4.99 MiB
Total Installed Size:   18.74 MiB

Proceed with installation? [Y/n] y
:: Retrieving packages from core...
 grub-common-2.00-1-i686                                                                             3.7 MiB   944K/s 00:04 [##########################################################################] 100%
 grub-bios-2.00-1-i686                                                                             576.5 KiB   934K/s 00:01 [##########################################################################] 100%
:: Retrieving packages from extra...
 freetype2-2.4.10-1-i686                                                                           568.8 KiB  1056K/s 00:01 [##########################################################################] 100%
 fuse-2.9.2-1-i686                                                                                 160.3 KiB  1186K/s 00:00 [##########################################################################] 100%
(4/4) checking package integrity                                                                                            [##########################################################################] 100%
(4/4) loading package files                                                                                                 [##########################################################################] 100%
(4/4) checking for file conflicts                                                                                           [##########################################################################] 100%
warning: could not get filesystem information for /run/archiso/bootmnt: No such file or directory
warning: could not get filesystem information for /run/archiso/cowspace: No such file or directory
warning: could not get filesystem information for /run/archiso/sfs/root-image: No such file or directory
warning: could not get filesystem information for /run/archiso/sfs/usr-lib-modules: No such file or directory
warning: could not get filesystem information for /run/archiso/sfs/usr-share: No such file or directory
warning: could not get filesystem information for /sys/fs/cgroup/systemd: No such file or directory
warning: could not get filesystem information for /sys/fs/cgroup/cpuset: No such file or directory
warning: could not get filesystem information for /sys/fs/cgroup/cpu,cpuacct: No such file or directory
warning: could not get filesystem information for /sys/fs/cgroup/memory: No such file or directory
warning: could not get filesystem information for /sys/fs/cgroup/devices: No such file or directory
warning: could not get filesystem information for /sys/fs/cgroup/freezer: No such file or directory
warning: could not get filesystem information for /sys/fs/cgroup/net_cls: No such file or directory
warning: could not get filesystem information for /sys/fs/cgroup/blkio: No such file or directory
(4/4) checking available disk space                                                                                         [##########################################################################] 100%
(1/4) installing freetype2                                                                                                  [##########################################################################] 100%
(2/4) installing fuse                                                                                                       [##########################################################################] 100%
(3/4) installing grub-common                                                                                                [##########################################################################] 100%
Generating grub.cfg.example config file...
This may fail on some machines running a custom kernel.
done.
Optional dependencies for grub-common
    libisoburn: provides xorriso for generating grub rescue iso using grub-mkrescue
    os-prober: to detect other OSes when generating grub.cfg in BIOS systems
    mtools: for grub-mkrescue FAT FS support
(4/4) installing grub-bios                                                                                                  [##########################################################################] 100%
sh-4.2# grub-install --target=i386-pc --recheck /dev/sda
/usr/sbin/grub-bios-setup: warning: this GPT partition label contains no BIOS Boot Partition; embedding won't be possible.
/usr/sbin/grub-bios-setup: warning: Embedding is not possible.  GRUB can only be installed in this setup by using blocklists.  However, blocklists are UNRELIABLE and their use is discouraged..
/usr/sbin/grub-bios-setup: error: will not proceed with blocklists.
sh-4.2# cp /usr/share/locale/en\@quot/LC_MESSAGES/grub.mo /boot/grub/locale/en.mo
sh-4.2# exit
exit
arch-chroot /mnt  5.34s user 1.81s system 12% cpu 59.375 total
root@archiso ~ # umount /mnt
root@archiso ~ # reboot

It says

error: no such device: [some device ID here]
Loading Linux core repo kernel ...
error: no such parition.
Loading initial ramdisk ...
error: you need to load the kernel first.

Press any key to continue...

There is the line

/usr/sbin/grub-bios-setup: warning: this GPT partition label contains no BIOS Boot Partition; embedding won't be possible.

How do I fix this?

The system now says "booting..." but never does

--------------------------

edit0:

So I tried the label or table type "msdos" and got better results. When the system boots I get to the grub menu and select the first option and its gives me this

JX4Zg.png

Here is everything that came out of the terminal this time.

root@archiso ~ # parted -s /dev/sda mklabel msdos
root@archiso ~ # parted -s /dev/sda mkpart "primary" "ext4" "1%" "99%"
root@archiso ~ # parted -s /dev/sda set 1 boot on
root@archiso ~ # mkfs.ext4 /dev/sda1
mke2fs 1.42.6 (21-Sep-2012)
Filesystem label=
OS type: Linux
Block size=4096 (log=2)
Fragment size=4096 (log=2)
Stride=0 blocks, Stripe width=0 blocks
1028160 inodes, 4110336 blocks
205516 blocks (5.00%) reserved for the super user
First data block=0
Maximum filesystem blocks=4211081216
126 block groups
32768 blocks per group, 32768 fragments per group
8160 inodes per group
Superblock backups stored on blocks: 
	32768, 98304, 163840, 229376, 294912, 819200, 884736, 1605632, 2654208, 
	4096000

Allocating group tables: done                            
Writing inode tables: done                            
Creating journal (32768 blocks): done
Writing superblocks and filesystem accounting information: done   

root@archiso ~ # mount /dev/sda1 /mnt
root@archiso ~ # 
root@archiso ~ # pacstrap /mnt base base-devel
==> Creating install root at /mnt
==> Installing packages to /mnt
warning: database file for 'core' does not exist
warning: database file for 'extra' does not exist
warning: database file for 'community' does not exist
:: Synchronizing package databases...
 core                                                                                              106.1 KiB   269K/s 00:00 [##########################################################################] 100%
 extra                                                                                            1432.4 KiB   551K/s 00:03 [##########################################################################] 100%
 community                                                                                        1807.8 KiB   660K/s 00:03 [##########################################################################] 100%
:: There are 53 members in group base:
:: Repository core
   1) bash  2) bzip2  3) coreutils  4) cronie  5) cryptsetup  6) device-mapper  7) dhcpcd  8) diffutils  9) e2fsprogs  10) file  11) filesystem  12) findutils  13) gawk  14) gcc-libs  15) gettext
   16) glibc  17) grep  18) gzip  19) heirloom-mailx  20) inetutils  21) iproute2  22) iputils  23) jfsutils  24) less  25) licenses  26) linux  27) logrotate  28) lvm2  29) man-db  30) man-pages
   31) mdadm  32) nano  33) netcfg  34) nss-myhostname  35) pacman  36) pciutils  37) pcmciautils  38) perl  39) ppp  40) procps-ng  41) psmisc  42) reiserfsprogs  43) sed  44) shadow  45) sysfsutils
   46) systemd-sysvcompat  47) tar  48) texinfo  49) usbutils  50) util-linux  51) vi  52) which  53) xfsprogs

Enter a selection (default=all): 
:: There are 12 members in group base-devel:
:: Repository core
   1) autoconf  2) automake  3) binutils  4) bison  5) fakeroot  6) flex  7) gcc  8) libtool  9) m4  10) make  11) patch  12) pkg-config

Enter a selection (default=all): 
resolving dependencies...
warning: dependency cycle detected:
warning: dbus-core will be installed before its systemd dependency
looking for inter-conflicts...

Targets (130): acl-2.2.51-2  archlinux-keyring-20121113-1  attr-2.4.46-2  ca-certificates-20121105-1  cloog-0.17.0-2  cracklib-2.8.19-1  curl-7.28.0-1  db-5.3.21-1  dbus-core-1.6.8-1  dirmngr-1.1.0-4
               expat-2.1.0-1  gdbm-1.10-1  glib2-2.34.2-1  gmp-5.0.5-1  gnupg-2.0.19-2  gpgme-1.3.1-4  groff-1.21-2  hwids-20121022-1  iana-etc-2.30-3  iptables-1.4.16.2-1  isl-0.10-1  kbd-1.15.3-3
               keyutils-1.5.5-3  kmod-11-2  krb5-1.10.3-1  libarchive-3.0.4-2  libassuan-2.0.3-1  libcap-2.22-3  libffi-3.0.11-1  libgcrypt-1.5.0-3  libgpg-error-1.10-2  libgssglue-0.4-1  libksba-1.2.0-1
               libldap-2.4.33-1  libltdl-2.4.2-7  libmpc-1.0.1-1  libnl-3.2.11-1  libpcap-1.3.0-1  libpipeline-1.2.2-1  libsasl-2.1.23-9  libssh2-1.4.2-1  libtirpc-0.2.2-4  libusbx-1.0.14-1
               linux-api-headers-3.6.3-1  linux-firmware-20120625-1  mkinitcpio-0.11.2-1  mkinitcpio-busybox-1.20.2-1  mpfr-3.1.1.p2-1  ncurses-5.9-3  openssl-1.0.1.c-1  pacman-mirrorlist-20120908-1
               pam-1.1.6-1  pambase-20120701-1  pcre-8.31-1  pinentry-0.8.2-1  popt-1.16-5  ppl-1.0-1  pth-2.0.7-4  readline-6.2.004-1  run-parts-4.3.4-1  systemd-195-2  sysvinit-tools-2.88-9
               tzdata-2012j-1  xz-5.0.4-1  zlib-1.2.7-1  autoconf-2.69-1  automake-1.12.5-1  bash-4.2.039-1  binutils-2.23.1-1  bison-2.6.5-1  bzip2-1.0.6-4  coreutils-8.20-1  cronie-1.4.8-4
               cryptsetup-1.5.1-1  device-mapper-2.02.98-1  dhcpcd-5.6.2-1  diffutils-3.2-1  e2fsprogs-1.42.6-1  fakeroot-1.18.4-1  file-5.11-1  filesystem-2012.10-2  findutils-4.4.2-4  flex-2.5.37-1
               gawk-4.0.1-1  gcc-4.7.2-2  gcc-libs-4.7.2-2  gettext-0.18.1.1-4  glibc-2.16.0-5  grep-2.14-1  gzip-1.5-1  heirloom-mailx-12.5-3  inetutils-1.9.1-4  iproute2-3.6.0-2  iputils-20121114-1
               jfsutils-1.1.15-3  less-451-1  libtool-2.4.2-7  licenses-2.9-1  linux-3.6.6-1  logrotate-3.8.2-2  lvm2-2.02.98-1  m4-1.4.16-2  make-3.82-5  man-db-2.6.3-1  man-pages-3.44-1  mdadm-3.2.6-1
               nano-2.2.6-2  netcfg-3.0-1  nss-myhostname-0.3-3  pacman-4.0.3-5  patch-2.7.1-1  pciutils-3.1.10-1  pcmciautils-018-4  perl-5.16.2-1  pkg-config-0.27.1-1  ppp-2.4.5-5  procps-ng-3.3.5-1
               psmisc-22.19-1  reiserfsprogs-3.6.21-4  sed-4.2.1-4  shadow-4.1.5.1-2  sysfsutils-2.1.0-8  systemd-sysvcompat-195-2  tar-1.26-2  texinfo-4.13a-7  usbutils-006-1  util-linux-2.22.1-3
               vi-1:050325-3  which-2.20-5  xfsprogs-3.1.8-2

Total Download Size:    151.84 MiB
Total Installed Size:   539.71 MiB

Proceed with installation? [Y/n] 
:: Retrieving packages from core...
 linux-api-headers-3.6.3-1-i686                                                                    616.3 KiB   414K/s 00:01 [##########################################################################] 100%
 tzdata-2012j-1-any                                                                                140.1 KiB   551K/s 00:00 [##########################################################################] 100%
 glibc-2.16.0-5-i686                                                                                 7.8 MiB  1065K/s 00:07 [##########################################################################] 100%
 ncurses-5.9-3-i686                                                                                982.7 KiB  1023K/s 00:01 [##########################################################################] 100%
 readline-6.2.004-1-i686                                                                           323.9 KiB   953K/s 00:00 [##########################################################################] 100%
 bash-4.2.039-1-i686                                                                               774.1 KiB   935K/s 00:01 [##########################################################################] 100%
 bzip2-1.0.6-4-i686                                                                                 54.4 KiB  2.55M/s 00:00 [##########################################################################] 100%
 gcc-libs-4.7.2-2-i686                                                                             812.5 KiB  1013K/s 00:01 [##########################################################################] 100%
 db-5.3.21-1-i686                                                                                 1427.7 KiB   984K/s 00:01 [##########################################################################] 100%
 zlib-1.2.7-1-i686                                                                                  91.6 KiB  1163K/s 00:00 [##########################################################################] 100%
 cracklib-2.8.19-1-i686                                                                            238.4 KiB  1053K/s 00:00 [##########################################################################] 100%
 libgssglue-0.4-1-i686                                                                              33.4 KiB  1568K/s 00:00 [##########################################################################] 100%
 libtirpc-0.2.2-4-i686                                                                             179.2 KiB  1134K/s 00:00 [##########################################################################] 100%
 pambase-20120701-1-any                                                                           1052.0   B  5.83M/s 00:00 [##########################################################################] 100%
 pam-1.1.6-1-i686                                                                                  632.2 KiB  1000K/s 00:01 [##########################################################################] 100%
 attr-2.4.46-2-i686                                                                                 64.7 KiB   606K/s 00:00 [##########################################################################] 100%
 acl-2.2.51-2-i686                                                                                 124.8 KiB   860K/s 00:00 [##########################################################################] 100%
 gmp-5.0.5-1-i686                                                                                  486.2 KiB   614K/s 00:01 [##########################################################################] 100%
 libcap-2.22-3-i686                                                                                 34.3 KiB   308K/s 00:00 [##########################################################################] 100%
 coreutils-8.20-1-i686                                                                               2.0 MiB  1028K/s 00:02 [##########################################################################] 100%
 run-parts-4.3.4-1-i686                                                                             19.0 KiB  1264K/s 00:00 [##########################################################################] 100%
 cronie-1.4.8-4-i686                                                                                56.0 KiB  1223K/s 00:00 [##########################################################################] 100%
 libgpg-error-1.10-2-i686                                                                           47.8 KiB  1245K/s 00:00 [##########################################################################] 100%
 libgcrypt-1.5.0-3-i686                                                                            305.8 KiB  1111K/s 00:00 [##########################################################################] 100%
 shadow-4.1.5.1-2-i686                                                                            1024.5 KiB  1034K/s 00:01 [##########################################################################] 100%
 util-linux-2.22.1-3-i686                                                                         1591.3 KiB  1199K/s 00:01 [##########################################################################] 100%
 expat-2.1.0-1-i686                                                                                114.2 KiB   293K/s 00:00 [##########################################################################] 100%
 iana-etc-2.30-3-any                                                                               319.8 KiB   618K/s 00:01 [##########################################################################] 100%
 nss-myhostname-0.3-3-i686                                                                           7.8 KiB  2.58M/s 00:00 [##########################################################################] 100%
 filesystem-2012.10-2-any                                                                            5.9 KiB  2.72M/s 00:00 [##########################################################################] 100%
 dbus-core-1.6.8-1-i686                                                                            414.8 KiB   806K/s 00:01 [##########################################################################] 100%
 pcre-8.31-1-i686                                                                                  865.3 KiB  1365K/s 00:01 [##########################################################################] 100%
 libffi-3.0.11-1-i686                                                                               32.5 KiB   544K/s 00:00 [##########################################################################] 100%
 glib2-2.34.2-1-i686                                                                              1864.0 KiB  1104K/s 00:02 [##########################################################################] 100%
 kbd-1.15.3-3-i686                                                                                1000.5 KiB  1019K/s 00:01 [##########################################################################] 100%
 kmod-11-2-i686                                                                                     94.5 KiB  1097K/s 00:00 [##########################################################################] 100%
 hwids-20121022-1-any                                                                              278.0 KiB  1283K/s 00:00 [##########################################################################] 100%
 xz-5.0.4-1-i686                                                                                   246.5 KiB   807K/s 00:00 [##########################################################################] 100%
 systemd-195-2-i686                                                                               1300.8 KiB   916K/s 00:01 [##########################################################################] 100%
 device-mapper-2.02.98-1-i686                                                                      151.9 KiB   685K/s 00:00 [##########################################################################] 100%
 popt-1.16-5-i686                                                                                   65.2 KiB  1000K/s 00:00 [##########################################################################] 100%
 cryptsetup-1.5.1-1-i686                                                                           162.3 KiB  1205K/s 00:00 [##########################################################################] 100%
 dhcpcd-5.6.2-1-i686                                                                                71.8 KiB   874K/s 00:00 [##########################################################################] 100%
 diffutils-3.2-1-i686                                                                              216.4 KiB   886K/s 00:00 [##########################################################################] 100%
 e2fsprogs-1.42.6-1-i686                                                                           752.4 KiB  1047K/s 00:01 [##########################################################################] 100%
 file-5.11-1-i686                                                                                  213.1 KiB  1372K/s 00:00 [##########################################################################] 100%
 findutils-4.4.2-4-i686                                                                            336.2 KiB   522K/s 00:01 [##########################################################################] 100%
 gawk-4.0.1-1-i686                                                                                 762.2 KiB  1104K/s 00:01 [##########################################################################] 100%
 gettext-0.18.1.1-4-i686                                                                             4.9 MiB  1125K/s 00:05 [##########################################################################] 100%
 grep-2.14-1-i686                                                                                  191.7 KiB   424K/s 00:00 [##########################################################################] 100%
 gzip-1.5-1-i686                                                                                    72.3 KiB   876K/s 00:00 [##########################################################################] 100%
 gdbm-1.10-1-i686                                                                                   86.6 KiB   933K/s 00:00 [##########################################################################] 100%
 perl-5.16.2-1-i686                                                                                 12.0 MiB  1206K/s 00:10 [##########################################################################] 100%
 openssl-1.0.1.c-1-i686                                                                              2.5 MiB  1178K/s 00:02 [##########################################################################] 100%
 libsasl-2.1.23-9-i686                                                                             115.4 KiB  1011K/s 00:00 [##########################################################################] 100%
 libldap-2.4.33-1-i686                                                                             400.6 KiB   519K/s 00:01 [##########################################################################] 100%
 keyutils-1.5.5-3-i686                                                                              54.8 KiB  2.39M/s 00:00 [##########################################################################] 100%
 krb5-1.10.3-1-i686                                                                               1043.5 KiB  1080K/s 00:01 [##########################################################################] 100%
 heirloom-mailx-12.5-3-i686                                                                        197.1 KiB   681K/s 00:00 [##########################################################################] 100%
 inetutils-1.9.1-4-i686                                                                            234.2 KiB  1098K/s 00:00 [##########################################################################] 100%
 iptables-1.4.16.2-1-i686                                                                          237.6 KiB  1321K/s 00:00 [##########################################################################] 100%
 iproute2-3.6.0-2-i686                                                                             424.8 KiB   590K/s 00:01 [##########################################################################] 100%
 sysfsutils-2.1.0-8-i686                                                                            29.5 KiB  2.20M/s 00:00 [##########################################################################] 100%
 iputils-20121114-1-i686                                                                            64.3 KiB  1134K/s 00:00 [##########################################################################] 100%
 jfsutils-1.1.15-3-i686                                                                            169.1 KiB  1153K/s 00:00 [##########################################################################] 100%
 less-451-1-i686                                                                                    88.4 KiB   726K/s 00:00 [##########################################################################] 100%
 licenses-2.9-1-any                                                                                 59.4 KiB   897K/s 00:00 [##########################################################################] 100%
 linux-firmware-20120625-1-any                                                                      15.1 MiB  1365K/s 00:11 [##########################################################################] 100%
 mkinitcpio-busybox-1.20.2-1-i686                                                                  156.5 KiB  1479K/s 00:00 [##########################################################################] 100%
 libarchive-3.0.4-2-i686                                                                           633.5 KiB   714K/s 00:01 [##########################################################################] 100%
 mkinitcpio-0.11.2-1-any                                                                            28.6 KiB  1468K/s 00:00 [##########################################################################] 100%
 linux-3.6.6-1-i686                                                                                 40.9 MiB  1390K/s 00:30 [##########################################################################] 100%
 logrotate-3.8.2-2-i686                                                                             28.8 KiB  1421K/s 00:00 [##########################################################################] 100%
 lvm2-2.02.98-1-i686                                                                               638.2 KiB  1007K/s 00:01 [##########################################################################] 100%
 texinfo-4.13a-7-i686                                                                              658.5 KiB   978K/s 00:01 [##########################################################################] 100%
 groff-1.21-2-i686                                                                                1615.7 KiB   987K/s 00:02 [##########################################################################] 100%
 libpipeline-1.2.2-1-i686                                                                           32.6 KiB   485K/s 00:00 [##########################################################################] 100%
 man-db-2.6.3-1-i686                                                                               344.7 KiB   831K/s 00:00 [##########################################################################] 100%
 man-pages-3.44-1-any                                                                                4.4 MiB  1212K/s 00:04 [##########################################################################] 100%
 mdadm-3.2.6-1-i686                                                                                266.5 KiB  1092K/s 00:00 [##########################################################################] 100%
 nano-2.2.6-2-i686                                                                                 294.8 KiB   655K/s 00:00 [##########################################################################] 100%
 netcfg-3.0-1-any                                                                                   29.6 KiB  2.18M/s 00:00 [##########################################################################] 100%
 sed-4.2.1-4-i686                                                                                  107.2 KiB  1401K/s 00:00 [##########################################################################] 100%
 ca-certificates-20121105-1-any                                                                    134.1 KiB   400K/s 00:00 [##########################################################################] 100%
 libssh2-1.4.2-1-i686                                                                              202.0 KiB   923K/s 00:00 [##########################################################################] 100%
 curl-7.28.0-1-i686                                                                                574.2 KiB   646K/s 00:01 [##########################################################################] 100%
 pth-2.0.7-4-i686                                                                                   76.2 KiB   414K/s 00:00 [##########################################################################] 100%
 libksba-1.2.0-1-i686                                                                              110.8 KiB   780K/s 00:00 [##########################################################################] 100%
 libassuan-2.0.3-1-i686                                                                             77.1 KiB   271K/s 00:00 [##########################################################################] 100%
 pinentry-0.8.2-1-i686                                                                              93.6 KiB   689K/s 00:00 [##########################################################################] 100%
 dirmngr-1.1.0-4-i686                                                                              161.9 KiB  1118K/s 00:00 [##########################################################################] 100%
 gnupg-2.0.19-2-i686                                                                              1427.4 KiB  1085K/s 00:01 [##########################################################################] 100%
 gpgme-1.3.1-4-i686                                                                                205.6 KiB   879K/s 00:00 [##########################################################################] 100%
 pacman-mirrorlist-20120908-1-any                                                                    2.2 KiB  7.98M/s 00:00 [##########################################################################] 100%
 archlinux-keyring-20121113-1-any                                                                  338.4 KiB  1142K/s 00:00 [##########################################################################] 100%
 pacman-4.0.3-5-i686                                                                               522.9 KiB  1243K/s 00:00 [##########################################################################] 100%
 pciutils-3.1.10-1-i686                                                                             82.1 KiB  1259K/s 00:00 [##########################################################################] 100%
 pcmciautils-018-4-i686                                                                             18.4 KiB  2.34M/s 00:00 [##########################################################################] 100%
 libnl-3.2.11-1-i686                                                                               198.8 KiB  1391K/s 00:00 [##########################################################################] 100%
 libusbx-1.0.14-1-i686                                                                              40.4 KiB  2.91M/s 00:00 [##########################################################################] 100%
 libpcap-1.3.0-1-i686                                                                              191.4 KiB   430K/s 00:00 [##########################################################################] 100%
 ppp-2.4.5-5-i686                                                                                  263.8 KiB   519K/s 00:01 [##########################################################################] 100%
 procps-ng-3.3.5-1-i686                                                                            211.6 KiB   892K/s 00:00 [##########################################################################] 100%
 psmisc-22.19-1-i686                                                                                83.7 KiB  1128K/s 00:00 [##########################################################################] 100%
 reiserfsprogs-3.6.21-4-i686                                                                       215.9 KiB   772K/s 00:00 [##########################################################################] 100%
 sysvinit-tools-2.88-9-i686                                                                         25.3 KiB  2.10M/s 00:00 [##########################################################################] 100%
 systemd-sysvcompat-195-2-i686                                                                       5.4 KiB  1659K/s 00:00 [##########################################################################] 100%
 tar-1.26-2-i686                                                                                   560.6 KiB   887K/s 00:01 [##########################################################################] 100%
 usbutils-006-1-i686                                                                                50.6 KiB   228K/s 00:00 [##########################################################################] 100%
 vi-1:050325-3-i686                                                                                131.6 KiB   634K/s 00:00 [##########################################################################] 100%
 which-2.20-5-i686                                                                                  13.4 KiB  1209K/s 00:00 [##########################################################################] 100%
 xfsprogs-3.1.8-2-i686                                                                             632.2 KiB  1049K/s 00:01 [##########################################################################] 100%
 m4-1.4.16-2-i686                                                                                  158.5 KiB   372K/s 00:00 [##########################################################################] 100%
 autoconf-2.69-1-any                                                                               580.6 KiB   889K/s 00:01 [##########################################################################] 100%
 automake-1.12.5-1-any                                                                             569.1 KiB  1014K/s 00:01 [##########################################################################] 100%
 binutils-2.23.1-1-i686                                                                              3.5 MiB   990K/s 00:04 [##########################################################################] 100%
 bison-2.6.5-1-i686                                                                                437.5 KiB   570K/s 00:01 [##########################################################################] 100%
 fakeroot-1.18.4-1-i686                                                                             53.8 KiB   451K/s 00:00 [##########################################################################] 100%
 flex-2.5.37-1-i686                                                                                773.5 KiB   920K/s 00:01 [##########################################################################] 100%
 mpfr-3.1.1.p2-1-i686                                                                              367.0 KiB   596K/s 00:01 [##########################################################################] 100%
 libmpc-1.0.1-1-i686                                                                                89.7 KiB  1373K/s 00:00 [##########################################################################] 100%
 isl-0.10-1-i686                                                                                   643.1 KiB  1132K/s 00:01 [##########################################################################] 100%
 cloog-0.17.0-2-i686                                                                               103.1 KiB   850K/s 00:00 [##########################################################################] 100%
 ppl-1.0-1-i686                                                                                      3.1 MiB   996K/s 00:03 [##########################################################################] 100%
 gcc-4.7.2-2-i686                                                                                   17.6 MiB  1335K/s 00:13 [##########################################################################] 100%
 libltdl-2.4.2-7-i686                                                                              154.0 KiB   933K/s 00:00 [##########################################################################] 100%
 libtool-2.4.2-7-i686                                                                              268.1 KiB   408K/s 00:01 [##########################################################################] 100%
 make-3.82-5-i686                                                                                  346.3 KiB   639K/s 00:01 [##########################################################################] 100%
 patch-2.7.1-1-i686                                                                                 78.3 KiB   559K/s 00:00 [##########################################################################] 100%
 pkg-config-0.27.1-1-i686                                                                           29.0 KiB  3.42M/s 00:00 [##########################################################################] 100%
(130/130) checking package integrity                                                                                        [##########################################################################] 100%
(130/130) loading package files                                                                                             [##########################################################################] 100%
(130/130) checking for file conflicts                                                                                       [##########################################################################] 100%
(130/130) checking available disk space                                                                                     [##########################################################################] 100%
(  1/130) installing linux-api-headers                                                                                      [##########################################################################] 100%
(  2/130) installing tzdata                                                                                                 [##########################################################################] 100%
(  3/130) installing glibc                                                                                                  [##########################################################################] 100%
(  4/130) installing ncurses                                                                                                [##########################################################################] 100%
(  5/130) installing readline                                                                                               [##########################################################################] 100%
(  6/130) installing bash                                                                                                   [##########################################################################] 100%
(  7/130) installing bzip2                                                                                                  [##########################################################################] 100%
(  8/130) installing gcc-libs                                                                                               [##########################################################################] 100%
(  9/130) installing db                                                                                                     [##########################################################################] 100%
( 10/130) installing zlib                                                                                                   [##########################################################################] 100%
( 11/130) installing cracklib                                                                                               [##########################################################################] 100%
( 12/130) installing libgssglue                                                                                             [##########################################################################] 100%
( 13/130) installing libtirpc                                                                                               [##########################################################################] 100%
( 14/130) installing pambase                                                                                                [##########################################################################] 100%
( 15/130) installing pam                                                                                                    [##########################################################################] 100%
( 16/130) installing attr                                                                                                   [##########################################################################] 100%
( 17/130) installing acl                                                                                                    [##########################################################################] 100%
( 18/130) installing gmp                                                                                                    [##########################################################################] 100%
( 19/130) installing libcap                                                                                                 [##########################################################################] 100%
( 20/130) installing coreutils                                                                                              [##########################################################################] 100%
( 21/130) installing run-parts                                                                                              [##########################################################################] 100%
( 22/130) installing cronie                                                                                                 [##########################################################################] 100%
Optional dependencies for cronie
    pm-utils: defer anacron when on battery power
    smtp-server: sending cron job output via email
( 23/130) installing libgpg-error                                                                                           [##########################################################################] 100%
( 24/130) installing libgcrypt                                                                                              [##########################################################################] 100%
( 25/130) installing shadow                                                                                                 [##########################################################################] 100%
( 26/130) installing util-linux                                                                                             [##########################################################################] 100%
( 27/130) installing expat                                                                                                  [##########################################################################] 100%
( 28/130) installing iana-etc                                                                                               [##########################################################################] 100%
( 29/130) installing nss-myhostname                                                                                         [##########################################################################] 100%
( 30/130) installing filesystem                                                                                             [##########################################################################] 100%
( 31/130) installing dbus-core                                                                                              [##########################################################################] 100%
( 32/130) installing pcre                                                                                                   [##########################################################################] 100%
( 33/130) installing libffi                                                                                                 [##########################################################################] 100%
( 34/130) installing glib2                                                                                                  [##########################################################################] 100%
Optional dependencies for glib2
    python2: for gdbus-codegen
( 35/130) installing kbd                                                                                                    [##########################################################################] 100%
( 36/130) installing kmod                                                                                                   [##########################################################################] 100%
( 37/130) installing hwids                                                                                                  [##########################################################################] 100%
( 38/130) installing xz                                                                                                     [##########################################################################] 100%
( 39/130) installing systemd                                                                                                [##########################################################################] 100%
Initializing machine ID from random generator.
ln -s '/usr/lib/systemd/system/getty@.service' '/etc/systemd/system/getty.target.wants/getty@tty1.service'
:: Append 'init=/bin/systemd' to your kernel command line in your
   bootloader to replace sysvinit with systemd
Optional dependencies for systemd
    initscripts: legacy support for /etc/rc.conf
    python: systemd library bindings
    python2-cairo: systemd-analyze
    python2-dbus: systemd-analyze
    systemd-sysvcompat: symlink package to provide sysvinit binaries
    cryptsetup: required for encrypted block devices
    quota-tools: kernel-level quota management
( 40/130) installing device-mapper                                                                                          [##########################################################################] 100%
( 41/130) installing popt                                                                                                   [##########################################################################] 100%
( 42/130) installing cryptsetup                                                                                             [##########################################################################] 100%
( 43/130) installing dhcpcd                                                                                                 [##########################################################################] 100%
( 44/130) installing diffutils                                                                                              [##########################################################################] 100%
( 45/130) installing e2fsprogs                                                                                              [##########################################################################] 100%
( 46/130) installing file                                                                                                   [##########################################################################] 100%
( 47/130) installing findutils                                                                                              [##########################################################################] 100%
( 48/130) installing gawk                                                                                                   [##########################################################################] 100%
( 49/130) installing gettext                                                                                                [##########################################################################] 100%
Optional dependencies for gettext
    cvs: for autopoint tool
( 50/130) installing grep                                                                                                   [##########################################################################] 100%
( 51/130) installing gzip                                                                                                   [##########################################################################] 100%
( 52/130) installing gdbm                                                                                                   [##########################################################################] 100%
( 53/130) installing perl                                                                                                   [##########################################################################] 100%
( 54/130) installing openssl                                                                                                [##########################################################################] 100%
Optional dependencies for openssl
    ca-certificates
( 55/130) installing libsasl                                                                                                [##########################################################################] 100%
( 56/130) installing libldap                                                                                                [##########################################################################] 100%
( 57/130) installing keyutils                                                                                               [##########################################################################] 100%
( 58/130) installing krb5                                                                                                   [##########################################################################] 100%
( 59/130) installing heirloom-mailx                                                                                         [##########################################################################] 100%
Optional dependencies for heirloom-mailx
    smtp-forwarder: for sending mail
( 60/130) installing inetutils                                                                                              [##########################################################################] 100%
( 61/130) installing iptables                                                                                               [##########################################################################] 100%
( 62/130) installing iproute2                                                                                               [##########################################################################] 100%
Optional dependencies for iproute2
    linux-atm: ATM support
( 63/130) installing sysfsutils                                                                                             [##########################################################################] 100%
( 64/130) installing iputils                                                                                                [##########################################################################] 100%
Optional dependencies for iputils
    xinetd: for tftpd
( 65/130) installing jfsutils                                                                                               [##########################################################################] 100%
( 66/130) installing less                                                                                                   [##########################################################################] 100%
( 67/130) installing licenses                                                                                               [##########################################################################] 100%
( 68/130) installing linux-firmware                                                                                         [##########################################################################] 100%
( 69/130) installing mkinitcpio-busybox                                                                                     [##########################################################################] 100%
( 70/130) installing libarchive                                                                                             [##########################################################################] 100%
( 71/130) installing mkinitcpio                                                                                             [##########################################################################] 100%
Optional dependencies for mkinitcpio
    xz: Use lzma or xz compression for the initramfs image
    bzip2: Use bzip2 compression for the initramfs image
    lzop: Use lzo compression for the initramfs image
    mkinitcpio-nfs-utils: Support for root filesystem on NFS
( 72/130) installing linux                                                                                                  [##########################################################################] 100%
>>> Updating module dependencies. Please wait ...
>>> Generating initial ramdisk, using mkinitcpio.  Please wait...
==> Building image from preset: 'default'
  -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
==> Starting build: 3.6.6-1-ARCH
  -> Running build hook: [base]
  -> Running build hook: [udev]
  -> Running build hook: [autodetect]
  -> Running build hook: [pata]
  -> Running build hook: [scsi]
  -> Running build hook: [sata]
  -> Running build hook: [filesystems]
  -> Running build hook: [usbinput]
  -> Running build hook: [fsck]
==> Generating module dependencies
==> Creating gzip initcpio image: /boot/initramfs-linux.img
==> Image generation successful
==> Building image from preset: 'fallback'
  -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-fallback.img -S autodetect
==> Starting build: 3.6.6-1-ARCH
  -> Running build hook: [base]
  -> Running build hook: [udev]
  -> Running build hook: [pata]
  -> Running build hook: [scsi]
  -> Running build hook: [sata]
  -> Running build hook: [filesystems]
  -> Running build hook: [usbinput]
  -> Running build hook: [fsck]
==> Generating module dependencies
==> Creating gzip initcpio image: /boot/initramfs-linux-fallback.img
==> Image generation successful
Optional dependencies for linux
    crda: to set the correct wireless channels of your country
( 73/130) installing logrotate                                                                                              [##########################################################################] 100%
Optional dependencies for logrotate
    cron: scheduled log rotation
( 74/130) installing lvm2                                                                                                   [##########################################################################] 100%
( 75/130) installing texinfo                                                                                                [##########################################################################] 100%
( 76/130) installing groff                                                                                                  [##########################################################################] 100%
Optional dependencies for groff
    netpbm: for use together with man -H command interaction in browsers
    psutils: for use together with man -H command interaction in browsers
( 77/130) installing libpipeline                                                                                            [##########################################################################] 100%
( 78/130) installing man-db                                                                                                 [##########################################################################] 100%
it's recommended to create an initial
database running as root:
"/usr/bin/mandb --quiet"
Optional dependencies for man-db
    less
    gzip
( 79/130) installing man-pages                                                                                              [##########################################################################] 100%
( 80/130) installing mdadm                                                                                                  [##########################################################################] 100%
( 81/130) installing nano                                                                                                   [##########################################################################] 100%
( 82/130) installing netcfg                                                                                                 [##########################################################################] 100%
Optional dependencies for netcfg
    dialog: for the menu based profile and wifi selectors
    wpa_supplicant: for wireless networking support
    ifplugd: for automatic wired connections through net-auto-wired
    wpa_actiond: for automatic wireless connections through net-auto-wireless
    wireless_tools: for interface renaming through net-rename
    ifenslave: for bond connections
    bridge-utils: for bridge connections
( 83/130) installing sed                                                                                                    [##########################################################################] 100%
( 84/130) installing ca-certificates                                                                                        [##########################################################################] 100%
( 85/130) installing libssh2                                                                                                [##########################################################################] 100%
( 86/130) installing curl                                                                                                   [##########################################################################] 100%
( 87/130) installing pth                                                                                                    [##########################################################################] 100%
( 88/130) installing libksba                                                                                                [##########################################################################] 100%
( 89/130) installing libassuan                                                                                              [##########################################################################] 100%
( 90/130) installing pinentry                                                                                               [##########################################################################] 100%
Optional dependencies for pinentry
    gtk2: for gtk2 backend
    qt: for qt4 backend
( 91/130) installing dirmngr                                                                                                [##########################################################################] 100%
( 92/130) installing gnupg                                                                                                  [##########################################################################] 100%
Optional dependencies for gnupg
    curl: gpg2keys_curl
    libldap: gpg2keys_ldap
    libusb-compat: scdaemon
    texinfo: documentation
( 93/130) installing gpgme                                                                                                  [##########################################################################] 100%
( 94/130) installing pacman-mirrorlist                                                                                      [##########################################################################] 100%
( 95/130) installing archlinux-keyring                                                                                      [##########################################################################] 100%
( 96/130) installing pacman                                                                                                 [##########################################################################] 100%
 >>> Run  `pacman-key --init; pacman-key --populate archlinux`
 >>> to import the data required by pacman for package verification.
 >>> See: https://www.archlinux.org/news/having-pacman-verify-packages
Optional dependencies for pacman
    fakeroot: for makepkg usage as normal user
( 97/130) installing pciutils                                                                                               [##########################################################################] 100%
( 98/130) installing pcmciautils                                                                                            [##########################################################################] 100%
( 99/130) installing libnl                                                                                                  [##########################################################################] 100%
(100/130) installing libusbx                                                                                                [##########################################################################] 100%
(101/130) installing libpcap                                                                                                [##########################################################################] 100%
(102/130) installing ppp                                                                                                    [##########################################################################] 100%
(103/130) installing procps-ng                                                                                              [##########################################################################] 100%
(104/130) installing psmisc                                                                                                 [##########################################################################] 100%
(105/130) installing reiserfsprogs                                                                                          [##########################################################################] 100%
(106/130) installing sysvinit-tools                                                                                         [##########################################################################] 100%
(107/130) installing systemd-sysvcompat                                                                                     [##########################################################################] 100%
(108/130) installing tar                                                                                                    [##########################################################################] 100%
(109/130) installing usbutils                                                                                               [##########################################################################] 100%
Optional dependencies for usbutils
    python2: for lsusb.py usage
    coreutils: for lsusb.py usage
(110/130) installing vi                                                                                                     [##########################################################################] 100%
Optional dependencies for vi
    heirloom-mailx: used by the preserve command for notification
(111/130) installing which                                                                                                  [##########################################################################] 100%
(112/130) installing xfsprogs                                                                                               [##########################################################################] 100%
(113/130) installing m4                                                                                                     [##########################################################################] 100%
(114/130) installing autoconf                                                                                               [##########################################################################] 100%
(115/130) installing automake                                                                                               [##########################################################################] 100%
(116/130) installing binutils                                                                                               [##########################################################################] 100%
(117/130) installing bison                                                                                                  [##########################################################################] 100%
(118/130) installing fakeroot                                                                                               [##########################################################################] 100%
(119/130) installing flex                                                                                                   [##########################################################################] 100%
(120/130) installing mpfr                                                                                                   [##########################################################################] 100%
(121/130) installing libmpc                                                                                                 [##########################################################################] 100%
(122/130) installing isl                                                                                                    [##########################################################################] 100%
(123/130) installing cloog                                                                                                  [##########################################################################] 100%
(124/130) installing ppl                                                                                                    [##########################################################################] 100%
(125/130) installing gcc                                                                                                    [##########################################################################] 100%
(126/130) installing libltdl                                                                                                [##########################################################################] 100%
(127/130) installing libtool                                                                                                [##########################################################################] 100%
(128/130) installing make                                                                                                   [##########################################################################] 100%
(129/130) installing patch                                                                                                  [##########################################################################] 100%
Optional dependencies for patch
    ed: for patch -e functionality
(130/130) installing pkg-config                                                                                             [##########################################################################] 100%
pacstrap /mnt base base-devel  38.23s user 6.78s system 21% cpu 3:30.29 total
root@archiso ~ # 
root@archiso ~ # echo "/dev/sda1 / ext4 defaults 0 1" > /etc/fstab
root@archiso ~ # 
root@archiso ~ # arch-chroot /mnt
sh-4.2# 
sh-4.2# echo -e "en_US.UTF-8 UTF-8\nen_US ISO-8859-1" >> /etc/locale.gen
sh-4.2# locale-gen
Generating locales...
  en_US.UTF-8... done
  en_US.ISO-8859-1... done
Generation complete.
sh-4.2# echo LANG=en_US.UTF-8 > /etc/locale.conf
sh-4.2# export LANG=en_US.UTF-8
sh-4.2# ln -s /usr/share/zoneinfo/America/Chicago /etc/localtime
sh-4.2# hwclock --systohc --utc
sh-4.2# 
sh-4.2# modprobe -a vboxguest vboxsf vboxvideo
sh-4.2# echo -e "vboxguest\nvboxsf\nvboxvideo" > /etc/modules-load.d/virtualbox.conf
sh-4.2# 
sh-4.2# echo archbox-$(head /dev/urandom -c 2 | base64 | cut -c -3) > /etc/hostname
sh-4.2# 
sh-4.2# mkinitcpio -p linux
==> Building image from preset: 'default'
  -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
==> Starting build: 3.6.6-1-ARCH
  -> Running build hook: [base]
  -> Running build hook: [udev]
  -> Running build hook: [autodetect]
  -> Running build hook: [pata]
  -> Running build hook: [scsi]
  -> Running build hook: [sata]
  -> Running build hook: [filesystems]
  -> Running build hook: [usbinput]
  -> Running build hook: [fsck]
==> Generating module dependencies
==> Creating gzip initcpio image: /boot/initramfs-linux.img
==> Image generation successful
==> Building image from preset: 'fallback'
  -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-fallback.img -S autodetect
==> Starting build: 3.6.6-1-ARCH
  -> Running build hook: [base]
  -> Running build hook: [udev]
  -> Running build hook: [pata]
  -> Running build hook: [scsi]
  -> Running build hook: [sata]
  -> Running build hook: [filesystems]
  -> Running build hook: [usbinput]
  -> Running build hook: [fsck]
==> Generating module dependencies
==> Creating gzip initcpio image: /boot/initramfs-linux-fallback.img
==> Image generation successful
sh-4.2# 
sh-4.2# pacman --noconfirm -S grub-bios
resolving dependencies...
looking for inter-conflicts...

Targets (4): freetype2-2.4.10-1  fuse-2.9.2-1  grub-common-2.00-1  grub-bios-2.00-1

Total Download Size:    4.99 MiB
Total Installed Size:   18.74 MiB

Proceed with installation? [Y/n] 
:: Retrieving packages from core...
 grub-common-2.00-1-i686                                                                             3.7 MiB   721K/s 00:05 [##########################################################################] 100%
 grub-bios-2.00-1-i686                                                                             576.5 KiB  1124K/s 00:01 [##########################################################################] 100%
:: Retrieving packages from extra...
 freetype2-2.4.10-1-i686                                                                           568.8 KiB   664K/s 00:01 [##########################################################################] 100%
 fuse-2.9.2-1-i686                                                                                 160.3 KiB   600K/s 00:00 [##########################################################################] 100%
(4/4) checking package integrity                                                                                            [##########################################################################] 100%
(4/4) loading package files                                                                                                 [##########################################################################] 100%
(4/4) checking for file conflicts                                                                                           [##########################################################################] 100%
warning: could not get filesystem information for /run/archiso/bootmnt: No such file or directory
warning: could not get filesystem information for /run/archiso/cowspace: No such file or directory
warning: could not get filesystem information for /run/archiso/sfs/root-image: No such file or directory
warning: could not get filesystem information for /run/archiso/sfs/usr-lib-modules: No such file or directory
warning: could not get filesystem information for /run/archiso/sfs/usr-share: No such file or directory
warning: could not get filesystem information for /sys/fs/cgroup/systemd: No such file or directory
warning: could not get filesystem information for /sys/fs/cgroup/cpuset: No such file or directory
warning: could not get filesystem information for /sys/fs/cgroup/cpu,cpuacct: No such file or directory
warning: could not get filesystem information for /sys/fs/cgroup/memory: No such file or directory
warning: could not get filesystem information for /sys/fs/cgroup/devices: No such file or directory
warning: could not get filesystem information for /sys/fs/cgroup/freezer: No such file or directory
warning: could not get filesystem information for /sys/fs/cgroup/net_cls: No such file or directory
warning: could not get filesystem information for /sys/fs/cgroup/blkio: No such file or directory
(4/4) checking available disk space                                                                                         [##########################################################################] 100%
(1/4) installing freetype2                                                                                                  [##########################################################################] 100%
(2/4) installing fuse                                                                                                       [##########################################################################] 100%
(3/4) installing grub-common                                                                                                [##########################################################################] 100%
Generating grub.cfg.example config file...
This may fail on some machines running a custom kernel.
done.
Optional dependencies for grub-common
    libisoburn: provides xorriso for generating grub rescue iso using grub-mkrescue
    os-prober: to detect other OSes when generating grub.cfg in BIOS systems
    mtools: for grub-mkrescue FAT FS support
(4/4) installing grub-bios                                                                                                  [##########################################################################] 100%
sh-4.2# grub-install --target=i386-pc --recheck /dev/sda
Installation finished. No error reported.
sh-4.2# cp /usr/share/locale/en\@quot/LC_MESSAGES/grub.mo /boot/grub/locale/en.mo
sh-4.2# 
sh-4.2# exit
exit
arch-chroot /mnt  5.67s user 2.03s system 10% cpu 1:11.44 total

Last edited by zakioka (2012-11-22 19:02:38)

Offline

#7 2012-11-22 19:03:31

DSpider
Member
From: Romania
Registered: 2009-08-23
Posts: 2,273

Re: [SOLVED] VirtualBox No bootable medium found!

https://wiki.archlinux.org/index.php/Be … Guide#GRUB

Read the second note. Either create an empty partition, or don't partition the virtual drive as GPT.


Edit: "error: no such device: ..." is because you didn't re-generate the grub.cfg file, as per the Beginners' Guide instructions:

# grub-mkconfig -o /boot/grub/grub.cfg

Last edited by DSpider (2012-11-22 19:08:56)


"How to Succeed with Linux"

I have made a personal commitment not to reply in topics that start with a lowercase letter. Proper grammar and punctuation is a sign of respect, and if you do not show any, you will NOT receive any help (at least not from me).

Offline

#8 2012-11-22 19:40:48

zakioka
Member
Registered: 2012-11-22
Posts: 8

Re: [SOLVED] VirtualBox No bootable medium found!

DSpider wrote:

https://wiki.archlinux.org/index.php/Be … Guide#GRUB

Read the second note. Either create an empty partition, or don't partition the virtual drive as GPT.

This is what I did according to some of the GNU parted pages and the arch wiki. (I started from scratch, and here is everything I ran)

parted -s /dev/sda mklabel gpt
parted -s /dev/sda mkpart "primary" "fat16" "50MB" "60MB"
parted -s /dev/sda mkpart "primary" "ext4" "1%" "99%"
parted -s /dev/sda set 1 bios_grub on

and it boots, although I get some sort of error, does it matter or is it fine?

rRPCf.png

edit to your edit: yes i seen that and corrected it.

Last edited by zakioka (2012-11-22 19:42:02)

Offline

#9 2012-11-22 20:01:07

p0x8
Member
Registered: 2012-09-20
Posts: 70

Re: [SOLVED] VirtualBox No bootable medium found!

The message regarding the SMBus address has greeted me during all my years of Arch under VirtualBox, so I guess it's harmless. Nice job documenting/automating the installation. And I guess this one can be marked as solved?

Offline

#10 2012-11-22 20:13:45

zakioka
Member
Registered: 2012-11-22
Posts: 8

Re: [SOLVED] VirtualBox No bootable medium found!

Alright then, thanks for all the help with this.

Offline

Board footer

Powered by FluxBB