[SOLVED] Arch install on Virtualbox - Host is UEFI

New here and I have a question already lol
I've done some digging and looking around but I haven't found a definitive answer. If I am setting arch up on virtualbox, on my computer, which has an UEFI board do I need to set arch up as uefi or will it just think that it's running on a BIOS machine?
Last edited by Titus589 (2015-06-12 20:26:57)

That all depends on the settings you give your VM, you can make it virtualize either a BIOS or a UEFI machine irrelevant of the host firmware.
https://www.virtualbox.org/manual/ch03.html#efi
I'm not sure if UEFI is still considered experimental or how well it works, as I always just use BIOS mode.
Last edited by slithery (2015-06-12 20:17:46)

Similar Messages

  • [SOLVED] ARCH install on EFI computer with GPT

    Hello everyone. I'm having a problem with installation of arch. When i boot with pendrive "made" with dd i get some "Install override security policy" (or something like that) anyway i can't "edit" pendrive after dd so i create MSDOS partition table and format as FAT32 and copy content of the iso to the pendrive. Boots the same so i googled that i have to overwrite grubx64.efi with loader.efi so i done that and it boots fine. But pendrive doesn't install grub it says that my system doesn't support efi, so i followed this and and from google i read about  i have to activate efivars with modprobe but it doesn't work either. I tried EFI install with VirtualBox but error still is the same. Anybody installs arch on UEFI machine ?? Ubuntu (and Xubuntu, Lubuntu...) & Fedora works fine with UEFI install. I don't want to move disk to MBR because of MBR limitations (for example only four primary partitions) and i have important data on the disk so i can't do that.
    I tried Arch based distros and there are also problems with install. Manjaro after install shows that UEFI variables wasn't detect properly ( or something like that). Antergos doesn't boot because there is not necessary files (who even release that? this doesn't even work in virtual box) after adding these files i've get 30 seconds Arch problem because label is incorrect antergos says that label have to be ANTERGOS201311 and i can't give that label because FAT32 has 11 characters limitation and if i tried work it out with ext4 it doesn't work at all (there is no prefix UEFI in boot options). I can't also solve that with dd because i have to paste missing files to the pendrive and dd make pendrive unwritable.
    Doesn't matter, issue solved. All i have to do is to
    mount -t efivarfs efivarfs /sys/firmware/efi/efivars
    Last edited by maslascher (2013-12-01 11:04:49)

    That all depends on the settings you give your VM, you can make it virtualize either a BIOS or a UEFI machine irrelevant of the host firmware.
    https://www.virtualbox.org/manual/ch03.html#efi
    I'm not sure if UEFI is still considered experimental or how well it works, as I always just use BIOS mode.
    Last edited by slithery (2015-06-12 20:17:46)

  • [SOLVED] ARCH Install Freezes While making fallback image

    Hi,
    I am having some issues install arch on my desktop, the install is freezing while generating the 'fallback' image, this makes no sense to me as it has just compiled the main image, and should be the exact same.
    I have run memtest x86 on each stick of ram (one at a time, and both in at the same time) with no errors.
    I have tried both the X86_64 and the i686 both on CD and USB, and the install froze during the fallback kernel every time.
    I am using the 2009.08 versions. and have downloaded the images from both mirror.internode and the main arch website link.
    I have tried Zero filling the hard-drive with seatool, and it has passed a S.M.A.R.T HDD test (also on seatools)
    I am just about to try a different distro just to check. I had arch installed last week but something went incredibly wrong during the last update, so i chose to format it and start fresh.
    Any ideas?
    Last edited by viruzeno (2010-02-09 12:11:29)

    I have Worked out the problem. it seems my new blu-ray burner is having issues with linux, i need to track down a driver.
    I disconnected the drive and the install finished fine. not too sure how it was causing the error.

  • [SOLVED] New arch install from Virtualbox cannot boot on real hardware

    Hi,
    I'm trying my luck with installing Arch on physical disk through Virtualbox. I followed Wiki and managed to install system on the disk. However, I am unable to boot it outside VM.
    I have two physical disks - /dev/sda and /dev/sdb. I have installed Arch on /dev/sda1. It is there, I can see the files from my current OS and it does work in VM. /dev/sda1 is bootable.
    However, when I boot my PC from /dev/sda rootfs fails to load kernel image - it says it can't be found. I tried specifing init path in Syslinux.cfg using /dev/sdxX and UUID and even PARTUUID but none worked. When in rootfs, I lsed /dev/disk/by-uuid and found that rootfs sees only one of my two disks, /dev/sdb. I find it really strange.
    I followed below advise found on forums:
    - Verify that mkinitcpio.conf lists "block" hook
    - Create a new kernel image with mkinitcpio -p linux
    - Refer to your partition by UUID
    - If above doesn't work, try PARTUUID
    None of these worked. I believe the reason for this is that the issue is not with how I reference the disk nor how the mkinitcpio works but with the disk not being available for rootfs at all. Alas, I have no experience with disks other than simple partitioning, so I'm not sure where to start.
    Fdisk output:
    Disk /dev/sda: 931,5 GiB, 1000204886016 bytes, 1953525168 sectors
    Units: sectors of 1 * 512 = 512 bytes
    Sector size (logical/physical): 512 bytes / 512 bytes
    I/O size (minimum/optimal): 512 bytes / 512 bytes
    Disklabel type: dos
    Disk identifier: 0x99ea4d63
    Device Boot Start End Sectors Size Id Type
    /dev/sda1 * 2048 314779647 314777600 150,1G 83 Linux
    /dev/sda2 314779648 1153640447 838860800 400G 83 Linux
    /dev/sda3 1153640448 1157834751 4194304 2G 82 Linux swap / Solaris
    Disk /dev/sdb: 465,8 GiB, 500107862016 bytes, 976773168 sectors
    Units: sectors of 1 * 512 = 512 bytes
    Sector size (logical/physical): 512 bytes / 4096 bytes
    I/O size (minimum/optimal): 4096 bytes / 4096 bytes
    Disklabel type: dos
    Disk identifier: 0x75a6998e
    Device Boot Start End Sectors Size Id Type
    /dev/sdb1 * 2048 616447 614400 300M 83 Linux
    /dev/sdb2 616448 210331647 209715200 100G 83 Linux
    /dev/sdb3 210331648 241788927 31457280 15G 83 Linux
    Any ideas? Suggestions and help will be appreciated!
    Last edited by karm (2014-12-08 03:56:35)

    Sleep is for the weak.
    So I've read that article and found what the issue was.
    Turns out I automatically followed previous advise without giving it some thought and run mkinitcpio from Virtualbox. Which does not make sense because the whole point of this is to prepare kernel image to run on other hardware than provided by VM. So what I did to fix this:
    1. Installed arch-chroot on VM
    2. Mounted /dev/sda1 on my host machine and chrooted into it using arch-chroot
    3. Run mkinitpcio -p linux
    4. Reinstalled boot loader just in case with syslinux-install_update -iam /dev/sda1
    5. Adjusted /boot/syslinux/syslinux.cfg to work with new configuration:
      5.1 set root=UUID=..... to be certain it picks the right partition
      5.2 add proper systemd init path APPEND=/usr/lib/systemd/systemd
    And it does work - I'm posting from my new shiny system. Thanks a lot ackt1c!

  • [solved] cannot install pacstrap /mnt base to UEFI without internet

    Hello everybody.
    Today I decided to install ArchLinux because of some problems on my Linux Mint System.
    On my laptop Lenovo yoga 13  while using Mint I installed Wi-Fi drivers after installation. It is not working out of the box.
    There is no Ethernet port on this laptop.
    In Begginer's Guide I have read that internet may be set up later. Ok, I skipped it and do next steps as in manual.
    When I go to step of installing base system the following happens
    # pacstrap /mnt base base-devel
    Error strings are running: could not get file ... from ... Could not resolve host ...
    And at the end:
    Cannot synchronize any database
    Cannot start request (error in boot library)
    Error ==> Failed to install pakages to new root
    I stopped here. Why it tries to connect to internet?
    P.S. I am installing from fresh iso from 2014.05.01 via LiveUSB.
    Please tell me what should I do?
    [Sorry if my English is bad ]
    Last edited by agent0 (2014-05-13 15:40:31)

    Sorry, forget to write. I have tested to execute pacman with -U option too. Here is its output:
    загрузка пакетов... (English: loading packages)
    разрешение зависимостей... (English: solving dependencies)
    проверка на взаимную несовместимость... (English: check for incompatibiility)
    Packets (12): binutils-2.24-3 cloog-0.18.1-2 dkms-2.2.0.3-14 gcc-4.9.0-1 guile-2.0.11-1 isl-0.12.2-1 libltdl-2.4.2-13 libmpc-1.0.2-2 linux-headers-3.14.2-1 make-4.0-2 patch-2.7.1-2 dkms-8723au-git-0.1-0
    It will be loaded: 35,83 MiB
    It will be installed: 165,54 MiB
    :: Start installing? [Y/n] _
    What packages does it mean: dependent pkgs or pkgs that will be downloaded?
    Again, I cannot download anything, so I need to install theese packages the same way as I try to install this one for wifi?
    And for installing theese pkgs, perhaps, I will need to install packages, dependent on theese? Oh... Recursion.
    What should I do?

  • [SOLVED] Cannot install on virtualbox

    Getting the following error message after it asks for the swap partition size:
    ERROR: ask_number $3 must be a number! not -256
    even though I leave the default 256 on the prompt box. I tried 0, 1, 128 with the same error.
    I am not sure if I am doing this properly.
    I downloaded the ISO from here: http://www.archlinux.org/download/ Bittorrent download, I tried both the netinstall and the Core image ISO with the same result.
    After it boots in Virtualbox it asks me to run:
    /arch/setup
    which I do.
    Thanks.
    Last edited by 99Percent (2011-06-11 20:44:45)

    Cosmin wrote:
    99Percent wrote:
    Ok, I discovered my mistake. I was assigning all the partition for the boot (first question in the auto-prepare option) so it left nothing for the swap and the other partitions. that is why the error message resulted.
    Perhaps it would be good to fix this, disallowing the user to assign all the space for the boot.
    In arch the user/admin is in control, he can do more than in other distro, that can mean good or bad, arch just give him the opportunity and the responsibility
    I understand the principle of that philosophy, but a program should never fail that way no matter how much responsibility you leave to the "user/admin". If the user/admin wants to assign all the disk partition to the boot, then it shouldn't ask for space for the other mnts since logically no more space remains.

  • [SOLVED] Trouble installing with ASUS P8B75-M (UEFI) motherboard

    I recently built a computer, which has an ASUSTek P8B75-M motherboard, and I can't seem to get past "triggering uevents" on the USB installation disk. After reading up, I'm pretty sure it's a Secure Boot issue, but I can't seem to figure out how exactly I should get it to boot, since nothing I've tried seems to work.
    As it is now, here is what I have set for my options:
    Secure Boot State: Enabled
    Platform Key (PK) state: Loaded
    OS Type: Windows UEFI mode (setting it to Other OS doesn't seem to make a difference)
    Under the CSM (Compatibility Support Module)
    Launch CSM: Enabled
    Boot Device Control: UEFI and Legacy OpROM, OpROM Only, UEFI only
    Boot from Network Devices: Legacy OpROM first, UEFI driver first, Ignore
    Boot from Storage Devices: Both; Legacy OPROM first, Both; UEFI first, Legacy OpROM first, UEFI driver first, Ignore
    Boot from PCIe/PCI Expansion Devices: Legacy OpROM first, UEFI driver first
    and of course I have Fast Boot Disabled
    not sure if it will help, but I also have:
    Interrupt 19 Capture: Disabled
    POST Delay Time: 3 sec
    Option ROM Messages: Force BIOS
    Any ideas? I'd go with other threads, but this seems to be organized rather strangely.
    also, I'm using Windows 7, not 8.
    Last edited by rodaz143 (2014-02-27 22:24:33)

    Never mind, I got it working. Note to self, don't use dd for creating bootable USBs

  • Installing Arch in a VirtualBox Machine

    Dear all,
    I'd like to give Arch a try installing it on a VirtualBox Machine in Ubuntu 12.04 (64 bit)
    I followed the instructions in the Beginners Guide
    but my installation failed (after rebooting you can't go past grub).
    I would like to make a second attempt, but this time I would like to have a clarification first (just to be sure)
    In section 2.3 it is shown how to configure VirtualBox and certain packages to install are listed.
    I figured that since the instructions used pacman, I had to install these packages during the installation, i.e. they have to be installed
    IN VirtualBox, rather than in the system on which VirtualBox is installed (in my case Ubuntu). Is this correct?
    I hope I will manage to get through the installation this time (it doesn't seem too complicated, but I can't understand why my installation failed).
    Thanks in advance for your help,
    Cheers, Luca

    It doesn't matter what your host OS is (Ubuntu, Windows 98, etc). If you follow the Beginners' Guide, the instructions are for installing Arch Linux. It doesn't matter if you're installing on a real machine or on a virtual machine. The process is the same. For VirtualBox in particular (doesn't apply to WMware or QEMU), there's the Guest Additions package, which will get you shared clipboard among other goodies. But that comes in much later. Like I said, the installation is exactly the same - appart maybe from establishing an internet connection, because dhcpcd is ran automatically.
    It doesn't go passed GRUB probably because you forgot to generate a grub.cfg, or you used "/dev/sda1" instead of "/dev/sda". Or you used GPT instead of MBR and didn't create an empty 2 MiB partition (Syslinux doesn't need one).
    https://wiki.archlinux.org/index.php/Be … bootloader

  • [SOLVED] Advice for Arch install with rEFInd dual boot Lenovo laptop?

    I am trying to plan an Arch install on a new laptop for dual boot with Windows 8.1, but I know there is a potential to cause huge problems so I have been trying to read and learn about the hard disk partition structure and how I might install the rEFInd boot files so that I am still able to boot Windows once Arch is installed. (Unfortunately for some tasks such as updating the maps on my satnav box Windows is essential). However I am really quite unsure if I am doing the right thing in the way I am thinking about the Arch install so I would appreciate any help from experts on the forum.
    The laptop is a Lenovo IdeaPad Y510p which came with Windows 8 pre-installed, with the option to upgrade to Windows 8.1.  The upgrade was completed without issue and I then looked into the question of hard drive partitions and boot.  I had read posts on the Ubuntu forums about users who had installed Ubuntu on this same laptop and ended up being unable to boot Windows afterwards so I wanted to tread very carefully before executing anything which might cause really major damage. I had also read on the Lenovo forums replies about people who had replaced the hard drive and installed linux only to find that they could  not boot to the recovery partitions, with replies from Lenovo moderators saying that if the partition structure had been changed then the laptop would have to be sent back to Lenovo for a factory repair.
    On this laptop to get into the bios or boot options you do not just press the power button and hit an F key, but instead there is a special small "OneKey Recovery" button next to the power jack, which opens up with options for BIOS setup and boot options as well as normal boot or recovery. This OneKey Recovery button is therefore needed to boot a usbkey - the power button only allows it to boot to windows presumably until/unless a different bootloader and NVRAM entry is amended.
    I have done all the initial ( safe!)changes necessary to move to the point at which I can execute the Arch install. From within Windows (switched off fastboot, and shrunk the "C:" drive to make space for linux partitions).  I have also switched off Secure Boot from the BIOS, and made sure that Windows still boots up fine.
    The current arch install iso (February 2014) boots under uefi just fine - and of course once booted I have access to the gdisk programme.  That certainly showed the pre-existing partitions on the drive (8 partitions with partition number 2 being the EFI partition, and three recovery partitions!) with a GPT partition table, and it should therefore be possible to make the necessary new linux partitions in the now unallocated space on the disk that was freed up with the internal disk management facility within Windows 8.1.  So at that point I created three partitions for a root partition (type 8300), a swap partition (type 8200) and another type 8300 partition which will become /opt in the installed Arch system.
    In order to try and not make any changes to the partition structure I let the three new linux partitions be number 9, 10 and 11.
    I am told that for a GPT disk it is a definite no-no to try to create more than one EFI partition. So I will need to use the existing EFI partition to place the rEFInd files and the kernel once I install Arch.
    In this (Y510p) laptop the EFI partition contains the following structure:
    BOOT/ - containing only boot.sdi
    BOOTSECT.BAK
    EFI/ which contains two directories Boot/ and Microsoft/
    so EFI/Boot/ contains only Boot64.efi which is likely a fallback copy of the Windows 8.1 bootloader
    and EFI/Microsoft/ contains a Boot/ directory - so
    EFI/Microsoft/Boot/ contains loads of language specific directories like en-GB/
    plus bootmgfw.efi (which I believe is the Windows main efi loader file)
    bootmgr.efi
    memtest.efi
    The scheme that I am planning to use which I have previously used in pure Arch uefi machines, is that /boot is a directory in the root partition, /. That way /boot is an ext4 directory and will contain the kernel and initramfs plus the rEFInd linux config file.
    Then I can mount the EFI (vfat) partition as /boot/efi and so I can then make a /boot partition under /.  Then the EFI /BOOT/ directory would be seen in Linux as /boot/efi/BOOT/ and the Windows efi stuff would be in /boot/efi/EFI/Boot/Microsoft/Boot/ in which case I would presume that I have to make a new directory in /boot/efi/EFI/refind/ and put the refind stuff including the filesystem drivers there, and let the kernel go into the (ext4) /boot/ directory which would be preferred!  However I am not 100% confident that this is what will work and I need to read more before trying to do the install. The thing that concerns me is how the system will handle the uefi boot process, and whether it would auto-detect the Windows efi file as well as the Arch refind efi file once the system has started up?
    ... and then there is the issue of the NVRAM entries and I am no longer confident that if I use the usual tools to create an entry (efiboomgr or bcfg), that I will get a successful dual boot system!
    There is still a chance that I would irrevocably damage being able to boot to the Windows and Recovery partition boot options by messing up the EFI and/or the NVRAM so I have to tread very very carefully with this.
    If anyone has gone through this kind of dual boot install with a Windows 8 or 8.1 machine using rEFInd for the bootloader, and can offer advice or help here I would very much appreciate it.  I have another pure Arch system which uses rEFInd that works extremely well, but it seems that dual boot with uefi is a rather more complex animal than a pure linux system!
    Last edited by mcloaked (2014-02-22 10:06:03)

    vipin wrote:I have recently bought the y510p , im planning to install Arch , this is my 4th laptop , i had installed Arch in all the other 3 with no problems, but im a bit worried with the installation as this is the first laptop which has EFI , im a linux user for the past 6 years , i started with fedora , now i like Arch , mike documentation is excellent, i just had one question when i had grub , it automatically finds the new kernel when i update (grub.conf/menu.lst gets updated), does rEFInd also do that.
    When there is an update to the rEFInd package you need to copy the files across to your ESP from the files contained in /usr/share/refind/  usually you need to copy the refind_x64.efi binary as well as the icons, fonts, and drivers directories.  Since there is flexibility in how you configure the kernel and initrd files in terms of where they are located whether you need to do anything else when a new kernel update arrives depends on how you set your system up.  If you have the /boot directory as your ESP partition which will then have the kernel and initrd files updated by default then there no need to do anything else when there is a kernel update. If the ESP is then at /boot/EFI and within that is your refind/ directory then that is where the replacement files go if refind-efi gets a pacman update. So it is actually fairly straight forward. If you configure rEFInd to look for kernels in some other directory than /boot/ then you may need to copy the files there after a kernel update but there is more information in the arch wiki about this.
    During a refind-efi package update there are helpful files in the pacman output (and log) reminding you of what you need to do.  eg for the latest refind-efi update you get:
    [2014-06-18 18:48] [PACMAN] upgraded radvd (1.12-1 -> 1.13-1)
    [2014-06-18 18:48] [ALPM-SCRIPTLET]
    [2014-06-18 18:48] [ALPM-SCRIPTLET] rEFInd UEFI application has been installed at /usr/share/refind/refind_*.efi
    [2014-06-18 18:48] [ALPM-SCRIPTLET]
    [2014-06-18 18:48] [ALPM-SCRIPTLET] Other UEFI applications have been installed at /usr/share/refind/tools_*/
    [2014-06-18 18:48] [ALPM-SCRIPTLET]
    [2014-06-18 18:48] [ALPM-SCRIPTLET] UEFI drivers have been installed at /usr/share/refind/drivers_*/
    [2014-06-18 18:48] [ALPM-SCRIPTLET]
    [2014-06-18 18:48] [ALPM-SCRIPTLET] Copy the efi application (according to your UEFI ARCH)
    [2014-06-18 18:48] [ALPM-SCRIPTLET] and /usr/share/refind/refind.conf-sample to a sub-directory of <EFISYS>/EFI/
    [2014-06-18 18:48] [ALPM-SCRIPTLET] as refind.conf and add an entry to firmware boot menu using efibootmgr
    [2014-06-18 18:48] [ALPM-SCRIPTLET] or mactel-boot (for Macs)
    [2014-06-18 18:48] [ALPM-SCRIPTLET]
    [2014-06-18 18:48] [ALPM-SCRIPTLET] rEFInd Icons have been installed at /usr/share/refind/icons/
    [2014-06-18 18:48] [ALPM-SCRIPTLET] rEFInd Fonts have been installed at /usr/share/refind/fonts/
    [2014-06-18 18:48] [ALPM-SCRIPTLET]
    [2014-06-18 18:48] [ALPM-SCRIPTLET] HTML Documentation is available at /usr/share/refind/docs/html/
    [2014-06-18 18:48] [ALPM-SCRIPTLET]
    [2014-06-18 18:48] [ALPM-SCRIPTLET] More info: [url]https://wiki.archlinux.org/index.php/UEFI_Bootloaders#Using_rEFInd[/url]
    [2014-06-18 18:48] [ALPM-SCRIPTLET]
    [2014-06-18 18:48] [PACMAN] upgraded refind-efi (0.8.1-1 -> 0.8.2-1)
    I hope that helps.
    By the way you can also boot uefi using grub and in fact you can get rEFInd to chainload grub as a backup bootloader as an added safety factor and have both rEFInd as well as grub installed simultaneously. How that can be done is explained in the thread at https://bbs.archlinux.org/viewtopic.php?id=181906
    Last edited by mcloaked (2014-06-25 17:41:12)

  • [SOLVED]Shift my Arch install to a new (smaller) PC/HDD?

    Hey all, I've looked around all sorts of forums for the answer to this, but none of them seem to cater exactly to my need, so I'll post my problem here!
    Essentially I bought a new harddive. Well actually, I bought a whole new PC-worth of parts, but it's the harddrive causing problems.
    I've had this Arch install for quite a while, and as such it's pretty well tweaked and messed about with, so I REALLY don't want to start again with a clean install, so I want to (For lack of a better terminology) Copy-paste my entire Arch install into the new harddrive.
    I looked into Clonezilla, but there's a slight issue... My new drive is smaller than my old one. I know this was a dumb mistake on my part, but really I don't need anything bigger (Even with a load of movies, VM's and Wine games that can easily be deleted I'm only using 60-70GB of drive right now) And the only reason I really needed a new drive was because the new motherboard doesn't have an IDE slot, and my old drive is an IDE (I know there's adaptors for that, but they sound a bit dodgy at best)
    My current partitions on my drive are also numbered a bit funny, which I think is where this went wrong when I attempted it, due to me distro-hopping a bit before landing on Arch.
    So, is there an easy way to go about this, that I'm overlooking? Are there more config files that I should have editted (All I did upon clonezilla-ing the main partition was change the grub menu.lst file to say sda1 instead of sda3, and the same in fstab)
    What I tried first time round, was to use Clonezilla, and only clone my /dev/sda3 partition (That's the one with Arch installed, sda1 is just an empty box that I occasionally store junk in) And this put a partition on the new drive, sda1, which was the reason for editting the menu.lst/fstab.
    I then (Upon the above failing to boot) used GParted (Using a Mint LiveCD) To shrink my partitions down so they're approx. 65GB each (My current drive is 200GB, split equally in half, and my new drive is 160gb) Hoping Clonezilla would believe my drive was only 130GB (This still didn't work, it still told me the destination drive's too small)
    Is there anything else I can do that I'm missing?
    Last edited by Reded (2012-07-15 17:12:58)

    Phew, thread is solved!
    To R00KIE, your post actually helped me quite a lot - It turns out I was missing installing grub + regenerating initramfs
    So how I did it:
    GParted the new drive so it had a filesystem
    Boot from a Ubuntu LiveCD,
    mount both drives
    copy-paste drive-to-drive (literally... used the cp command)
    chroot into the new drive
    adjust fstab/menu.lst
    grub-install /dev/sda
    mkinitcpo -p linux
    reboot
    PROFIT!
    You're right ROOKIE, that whole process was far simpler than some websites make it out to be Thread closed!

  • VirtualBox Arch install query, especially partitions.

    I am new to VirtualBox. I want to demonstrate an ArchLinux install to some friends so I have created a 3GB virtual HD with 512MB virtual RAM for an arch install. All continues fine but what I am unsure of is the partitioning stage. It shows my 3GB virtual drive as /dev/sda and wants to make the partitions there. I assume that is OK, because my REAL system is on /dev/sda and I don't want to mess anything up! I am assuming that is the virtual drive?

    15 Gb virtual hard disk drive is more realistic. With 3Gb of software, I have base + xorg + gnome + compiz + openoffice and some little toys

  • Dual boot Arch and Windows XP (arch installed first) [solved]

    I recently moved over to arch from Ubuntu, and would like to install Windows XP so that I can dual-boot between the two. However, my arch install created four partitions on my disk, and I can not create another one.
    I would rather not have to reinstall arch, as setting it back up would take days on my current network connection. Is this possible? While I have installed XP over Ubuntu in the past (and am more than able to reform the MBR after the XP install) I have absolutely no experience with disk-partitioning, so concise instructions would be very much appreciated.
    errata: my laptop has 4 gigs of RAM, so I don't think I need the SWAP partition. I am hesitant to delete it outright however.
    this is a Gparted screenshot, running off of a Ubuntu live CD. The 60 gigs of unallocated space is where I was hoping to install windows.
    Last edited by spotdart (2009-02-05 17:13:55)

    What's on /dev/sda4?  If you can blow away the last partition, turn the whole thing into an extended partition and then you can set up as many logical partitions as you want inside the extended partition.  I suppose Arch is probably on sda4 and if that is the case you could move arch to sda3 first--there are lots of posts in the forum about how to move an installation of arch from one place to another.
    Edit: Beat to the punch again.  Yeah like he said you might want to delete the swap partition and then incorporate it into the 1st or third partitions so you can free up that last one.
    Last edited by bgc1954 (2009-02-05 15:27:21)

  • [SOLVED] Triple Boot on Macbook 5,5 kills my arch install

    I am currently trying to get a triple boot working on my mid 2009 macbook pro. I have 3 seperate partitions set up so that i can just launch the OS's with rEFInd.
    Problem is.. as soon as I get all of them installed and up and running. I will try to boot cycle all of them to make sure everything is working as planned.
    i boot OSX, everything is good
    i boot Windows 7, again good to go.
    as soon as i boot arch AFTER windows it kills the install it seems. the system will lock up at
    starting version 217
    /dev/sda6: recovering journal
    /dev/sda6 clean, XXXXXX/xxxxxx files, XXXXXX/xxxxxx blocks
    I am not quite sure how to find a log or anything since i cannot even boot into the system.
    it ONLY happens after I boot into windows.
    Already tested my ram per someone elses advice. everything turned out ok with that
    the arch install works great if i only boot osx or arch.
    I am not using bootcamp
    i could chroot in and look for the log im just not sure where it would be.
    i will gladly post that as well if i can get the location
    Last edited by BoomZooka (2014-12-08 07:07:01)

    ended up finally figuring out the issue
    Figured out I couldnt see what was going on was, because I had a kernel parameter set as quiet for some reason. So it was not showing me anything which led me to run across a blog online that described system lockups at boot.
    Added this to the kernel boot parameters in my grub.cfg on the linux line. After I did that everything booted like normal.
    nomodeset reboot=pci
    credits to http://dreamtimecircles.com/2013/10/06/arch/

  • No internet/DNS connection with Arch guest on Virtualbox

    I am trying to run Archlinux as a guest OS in Virtualbox on an Ubuntu 7.10 host system, and I cannot connect to anything but my router. So far, I have only installed the base system (Arch Linux core 2007.08-2) from a CD.
    I can ping the localhost (both on 127.0.0.1 and 10.0.2.15) and my gateway (10.0.2.2), but not my DNS server (10.0.2.3) or anything else (like www.google.com). So far, I went through the "Beginners Guide", the "Official Arch Linux Install Guide", the configuring network section of the ArchWiki, and tried to find some solution on the internet. Still no luck.
    I have set up networking to use dhcp. The networking section in my /etc/rc.conf file looks like:
    HOSTNAME="arch"
    lo="lo 127.0.0.1"
    eth0="dhcp"
    INTERFACES=(lo eth0)
    ROUTES=(!gateway)
    The daemons that run during startup are:
    DAEMONS=(syslog-ng network netfs crond)
    I have put the hostname in the /etc/hosts file like:
    127.0.0.1 localhost.localdomain localhost arch
    The nameserver that shows up in my /etc/resolv.conf file is:
    nameserver 10.0.2.3
    I am a bit puzzled and I don't know what to do. I do think it is an Arch issue, since I also have Windows XP running in a Virtualbox with Ubuntu as host, and that works fine with the same Virtualbox settings and network settings within the guest OS.
    I would appreciate any help here.
    Last edited by Average Joe (2008-04-19 12:41:29)

    Try reading the VirtualBox manuals.
    I specifically remember that ping doesn't work at all, although you DO have internet connection.
    Try running some sort of web browser (firefox or links), and then decide if you have internet access or not.
    And, of course, make sure you do have dhcp running ("dhcpcd eth0").
    One last thing:
    I have an Arch guest (on VirtualBox), running on an Arch host.
    Everything works fine..
    Simply installed it from the installation CD, didn't have to do nothing special for it to work..
    Last edited by fiod (2008-04-19 13:41:19)

  • [Solved] After upgrading system/VIrtualbox kernels won't load

    After running an update on my system and trying to use Virtualbox I recieve this:
    ============================================================
    WARNING: The vboxdrv kernel module is not loaded. Either there is no module
             available for the current kernel (3.16.4-1-ARCH) or it failed to
             load. Please reinstall the kernel module virtualbox-host-modules or
             if you don't use our stock kernel compile the modules with
               sudo dkms autoinstall
             You will not be able to start VMs until this problem is fixed.
    VBoxHeadless: Error -1908 in suplibOsInit!
    VBoxHeadless: Kernel driver not installed
    VBoxHeadless: Tip! Make sure the kernel module is loaded. It may also help to reinstall VirtualBox.
    ============================================================
    I have tried to reinstall virtualbox and the kernels, I've manually reloaded my kernel modules, and I still have no luck.
    Does anyone have any ideas?
    Last edited by cynicalpsycho (2014-10-25 20:19:22)

    Solution: Reboot system....  *Facepalm*

Maybe you are looking for

  • Request

    hi iam updating dso from  source...when i am init without data transfer in the manage tab i can see request in the green but in the monitor tab of the same request getting red and throughing error msg as SUBRC=2 TYPE CONFLICT WHEN CALLING FUNCTION MO

  • XDB schema evolution help

    Hello, I am currently working on a proof of concept using Oracle's XMLTYPE. I have successfully registered a schema and created a table that has an XMLTYPE column that is bound to the registered schema. Everything works perfect - invalid XML docs are

  • Link Title field to custom display form in SharePoint 2013 blog site

    Hi, I have blog site in sharepoint 2013. I want to display the item in read only view of the selected item.So I have created one custom display form. Now I want to link this display form with the Title Field. So that when user click on the title fiel

  • Business Rules apparently locked in Calculation Manager

    We have encountered an issue with the 11.1.1.2 version of Calculation Manager where Business Rules are apparently becoming locked when a user edits a rule and exits improperly (i.e. when Workspace times out). When this happens the rule can be opened

  • Adobe X Pro-different background when I add pages

    When I add pages to a pdf document the color and the background of the text changes from the original. All the pages that I add contain images and text with web link. I have tried to modify following the help guide but I could not change background a