[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!

Similar Messages

  • [SOLVED]New Arch install, cannot run ip command to set up wireless

    Hello all.
    I'm new to Arch, but not to linux. I'm moving over from Ubuntu. I manually paritioned my hard drive and got an Arch dual boot with windows 7 working. Right now I'm trying to get my wireless set up, but when i run "ip link set wlan0 up" I got the error "Bash: command not found"
    Using some things I found reseearching the problem, i rran "whereis ip" and got /usr/share/man/man7/ip.7.gz, so I made a symbolic link, /usr/bin/ip to this file, but now I get the error "Permission denied" when I run ip. (I am logged in as root by the way)
    Apologies for the newbie question, and thank you for the help.
    Last edited by okaylol (2011-07-22 01:32:28)

    The only thing I can think of is that you don't have ip installed somehow.
    I'm not sure what package it's in, but search around with pacman -Ss for networking stuff in core.
    You'll eventually want netcfg for easier wireless setup, if you don't already have it.
    That symlink you made was the wrong thing to do. You found the man page, which is not executable.
    So when you try to run ip, your actually trying to run the manpage, which is why you get permission denied.
    Even root can't run things that aren't programs.
    You can probably find everything you need in the wiki. Good Luck.

  • [SOLVED] After Arch install, non-root wont boot into Gnome

    First off I searched for around an hour but couldn't find an answer to this so somewhat gave up.
    Coming from Ubuntu and very dissatisfied with performance I am very excited for Arch.
    I followed the newb guide to a T, everything went smooth as butter.
    after the guide was finished I installed Gnome3
    pacman -S gnome gnome-shell gnome-extra
    Went perfect.  I try and login to the user I created while going thru the guide and instantly boot into the basic X environment?
    So I thought perhaps I should try adduser after I installed Gnome3 and now when logging into that new user, the screen goes black for 2sec then
    greets me with this message (still in command):
    (==) Log file: "/var/log/Xorg.0.log", Time: Fri Aug 12 22:46:05 2011
    (==) Using config directory: "/etc/X11/xorg.conf.d"
    (EE) Failed to load module "vesa" (module does not exist, 0)
    (EE) Failed to load module "fbdev" (module does not exist, 0)
    (II) [KMS] Kernel modesetting enabled.
    (EE) Logitech Logitech Illuminated Keyboard: failed to initialize for relative axes.
    (EE) Logitech G500: failed to initialize for relative axes.
    xinit: connection to X server lost
    Any ideas as to what's going on?
    Last edited by PumpkinJack (2011-08-13 20:59:07)

    Durden wrote:Did you install GDM? How are you launching X? What groups is the user in?
    Thanks for the reply.
    Yeah I installed GDM after gnome, everything works great for root.
    im using startx to launch X
    Just using the default group per newbie guide instructions which I believe is users

  • [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)

  • I used my snow leopard disk to erase my hard drive. Now I want to eject the snow leopard disk to clean install from the lion boot disk I made. How do I eject the snow leopard disk?

    I used my snow leopard disk to erase my hard drive. Now I want to eject the snow leopard disk to clean install from the lion boot disk I made. How do I eject the snow leopard disk? It is the start up disk and I can't figure out how to get it out of the computer so I can put my lion boot disk in. Thanks

    turn the mac all the way off. turn the mac on by pressing the power button. as soon as the apple logo appears, pres and hold your mouse button(trackpad mouse clicker etc...) until the CD comes out.

  • Arch install from hard disk(without boot-cd)

    I was refering to this page to install Arch from the 0.7 base.iso without writing the ISO file to a cd. I use grub-0.94 and placed the following lines in 'menu.1st':
    title archcd
    root (hd0,7)
    kernel /isolinux/vmlinuz root=/dev/hda7 BOOTMEDIA=cd
    initrd /isolinux/initrd.img
    I formatted /dev/hda7 as a 250 MB partition with ext2, which grub correctly identified(I had some problems with this, but Pechorin helped me out), and then used the 'dd' command to copy the iso to this partition.
      But on booting, grub identifies the partition correctly but does not seem to be able to find any files on the partition(I went into the command line since selecting from the menu did not work, but it still gives the same error)
    Error 15: File/Directory not found

    I've never tried this before, and I only briefly read that Arch wiki you mention.  However, why can't you just use the "loop" device to mount the .iso file and run it from there?
    mount -t iso9660 -o ro,loop /path/wombat(?).iso /mnt/cdrom
    Then, install from `/mnt/cdrom` as if it were a CD.  I don't understand the necessity for all that other stuff.  I mount .iso files all the time using the loop device.  It's only when I need to modify the .iso itself will I copy the .iso contents to a temp directory (or partition).  I don't see why you would need to modify the .iso contents, since it's just emulating a CD anyway.

  • [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)

  • [SOLVED] Trying to install from CD, ATA bus errors

    I've been running Arch on what used to be my main computer for over a year now, and I recently built a new box. I already have Windows 8.1 installed on it. However, when I try to boot up the Arch install disk to set up a dual boot, I get the following errors:
    :: Triggering uevents...
    [ 1.764769] radeon 0000:01:00.0: Invalid ROM contents
    [ 33.375619] ata8.00: exception Emask 0x52 SAct 0x0 SErr 0xffffffff action 0xe frozen
    [ 33.375642] ata8: SError: { RecovData RecovComm UnrecovData Persist Proto HostInt PHYRdyChg PHYInt CommWake 10B8B Dispar BadCRC Handshk LinkSeq TrStaTrns UnrecFIS DevExch }
    [ 33.375682] ata8.00: failed command: IDENTIFY PACKET DEVICE
    [ 33.375698] ata8.00: cmd a1/00:01:00:00:00/00:00:00:00:00/00 tag 0 pio 512 in
    [ 33.375698] res 40/00:00:00:00:00/00:00:00:00:00/00 Emask 0x56 (ATA bus error)
    [ 33.375736] ata8.00: status: { DRDY }
    [ 33.525620] ata7.00: exception Emask 0x52 SAct 0x1 SErr 0xffffffff action 0xe frozen
    [ 33.525645] ata7: SError: { RecovData RecovComm UnrecovData Persist Proto HostInt PHYRdyChg PHYInt CommWake 10B8B Dispar BadCRC Handshk LinkSeq TrStaTrns UnrecFIS DevExch }
    [ 33.525686] ata7.00: failed command: READ FPDMA QUEUED
    [ 33.525703] ata7.00: cmd 60/08:00:00:00:02/00:00:00:00:00/40 tag 0 ncq 4096 in
    [ 33.525603] res 40/00:00:00:00:00/00:00:00:00:00/00 Emask 0x56 (ATA bus error)
    [ 33.525743] ata7.00: status: { DRDY }
    After this, the cursor stops blinking and nothing else happens.
    I am using UEFI, however I booted the disk using AHCI as well and got the same error, so I don't believe that its causing the problem.
    I downloaded the ISO from the torrent link on the Arch downloads page, checked the "verify contents" box in Windows when I burned the disk, and tried burning the ISO on a different disk.
    Any assistance would be greatly appreciated.
    Last edited by Commie Pinko (2013-12-19 20:07:08)

    alphaniner wrote:Don't worry about the Radeon error for now. The other errors related to your drive bus are probably the problem. Normally I'd recommend checking cables and connections. But I've never seen a "SError:" line with so many 'details' and you have such errors on two ports, so it may be more complicated than that. Have you searched for info on Linux support of the controller?
    Thanks for the response.
    I searched for the things you wrote. By "drive bus" and "controller" do you mean the bus driver and device controller from this diagram?
    http://www.linuxforu.com/wp-content/upl … 1/ldd1.jpg
    Additionally, I found the following forum post while searching: http://ubuntuforums.org/showthread.php?t=2038227
    Does that mean I should try reconnecting my drives to different ports on my motherboard?
    Last edited by Commie Pinko (2013-12-17 22:39:41)

  • A fresh Arch installation - from VirtualBox?

    Hey,
    My dad's laptop is about 2-year old LG. It runs Vista, and it runs like shit..
    I wanna install Arch on the laptop for him, for a much better user experience.
    Since I am only gonna see him on the weekend for only several hours,
    I wanna make a fresh Arch install, tweak everything for his convenience, on a VirtualBox
    enviroment, and then dd the partition to a fresh partition on his harddrive.
    Can anyone think of any "show stoppers" as to why not go that way?
    Can anyone offer any tips?
    Thanks a lot,
    fiod

    It should be fine, with one exception, the initial ramdisk.  You'll need to ensure that the hard drive controller's kernel modules are installed in the MODULES= section of /etc/mkinitcpio.conf
    You should be able to boot the arch installer on the desktop and install the hwdetect script
    ~]$ hwdetect --hostcontroller
    MODULES="pata_acpi ata_generic ahci ata_piix ehci-hcd ohci-hcd"
    This many is probably overkill, since it should figure out dependencies, but if you don't want to think too hard about it just put them all in there.
    Add those modules into /etc/mkinitcpio.conf and then run:
    mkinitcpio -p kernel26
    Then it should be able to boot.

  • How I Got Boxee Working On A New Arch Install -- 3/12/2011

    I thought I'd post a log of how one gets boxee-source working as of version 0.9.23.15885-2.
    I recently built myself a new media center/apache server/seedbox and thought I would put arch on it.  The Install was a breeze --- as far any arch install is concerned.
    The only trouble I really had was with boxee --- usually available as a precompiled package, but (as is often the case) in either the AUR or an unofficial repo.
    There wasn't very much useful (up-to-date) information in the boxee wiki page; I tried the repo listed but it required the python24 dependency to install, with which there are problems. See below.
    There are a lot of problems with compiling boxee in arch at the moment, so I thought I'd list each one and what I did to get around them.
    The three AUR packages in question:
    http://aur.archlinux.org/packages.php?ID=24206
    http://aur.archlinux.org/packages.php?ID=9898
    http://aur.archlinux.org/packages.php?ID=16355
    What I did:
    * Downloaded boxee-source package (not the depreciated boxee package) from AUR  (I used yaourt).
    * Ran makepkg -si; saw what dependencies were required (also available in AUR web interface).  Downloaded python24 and db4.5 dependencies.
    * I noticed that db4.5 is an older version; my installed version is 5.1 !!!!
    * To get python24 to compile, I had to edit the  PKGBUILD script in python24:
    1) First, remove this line:
    [ -e /usr/lib/libdb.so ] && echo "make sure you have no other db* pkg installed" && return 1
    2) Then, delete the "db4.5" dependency from "depends"
    * After python24 compiled and installed (I deleted the db4.5 package source folders) I was able to being the boxee compilation process.  However, I hit another roadblock when the compilation aborted at:
    fatal error linux/smbno.h no such file
    Based on comments in the AUR, I downloaded:  http://dl.dropbox.com/u/5636456/smbno.h and put it in /usr/include/linux  --- then the compilation would continue!
    Finally, boxee was installed. However, one problem remained: boxee would not play videos.  Literally nothing would happen when I chose a file to play.
    I was able to fix this (again with the help of the AUR commentators) by editing the run-boxee-desktop file found in /opt/boxee/.   I had to add this line:
    export LD_PRELOAD=/usr/lib/libva.so
    I had to add it in the same area the rest of the "exports" are in the file; which seemed odd to me. But after that, I was able to use boxee to maximum enjoyment.
    Last edited by yochaigal (2011-03-17 06:52:04)

    yochaigal wrote:The only peristent problem I'm having is that boxee randomly freezes when I play a video.  I get audio but boxee freezes. if the window is maximized i can't unmaximize; i have to kill from tty or ssh. however, if it freezes with the window unmaximized, i can still move the mouse and do other things.
    boxee log says this:
    23:10:45 T:2770783088 M:1705168896   ERROR: CFileCurl::CReadState::Open, didn't get any data from stream. HTTP CODE: 0
    23:10:45 T:3047160688 M:1705181184   ERROR: CFileCurl::CReadState::Open, didn't get any data from stream. HTTP CODE: 0
    23:10:45 T:2834795376 M:1705181184 WARNING: CHttpCacheManager::UpdateRefMap negative reference count for url http://app.boxee.tv/applications/popularity (hcm)
    23:10:45 T:2830584688 M:1705181184   ERROR: CFileCurl::CReadState::Open, didn't get any data from stream. HTTP CODE: 0
    23:10:45 T:2839542640 M:1705054208   ERROR: CFileCurl::CReadState::Open, didn't get any data from stream. HTTP CODE: 0
    23:10:45 T:2804353904 M:1705054208   ERROR: CFileCurl::CReadState::Open, didn't get any data from stream. HTTP CODE: 0
    23:10:45 T:2751892336 M:1705054208   ERROR: CFileCurl::CReadState::Open, didn't get any data from stream. HTTP CODE: 0
    23:10:45 T:2960128880 M:1704927232   ERROR: CFileCurl::CReadState::Open, didn't get any data from stream. HTTP CODE: 0
    23:10:45 T:2770783088 M:1705181184   ERROR: CreateThumbnailFromMemory: exception with fileType: .png
    23:10:45 T:2837953392 M:1705054208 WARNING: CHttpCacheManager::UpdateRefMap negative reference count for url http://app.boxee.tv/titles/sources (hcm)
    23:10:45 T:2830584688 M:1705054208   ERROR: CreateThumbnailFromMemory: exception with fileType: .png
    23:10:45 T:3047160688 M:1705054208   ERROR: CreateThumbnailFromMemory: exception with fileType: .png
    23:10:45 T:3047160688 M:1705054208   ERROR: CFileCurl::CReadState::Open, didn't get any data from stream. HTTP CODE: 0
    23:10:45 T:2751892336 M:1705054208   ERROR: CreateThumbnailFromMemory: exception with fileType: .png
    23:10:45 T:2839542640 M:1705054208   ERROR: CreateThumbnailFromMemory: exception with fileType: .png
    23:10:45 T:2960128880 M:1705054208   ERROR: CreateThumbnailFromMemory: exception with fileType: .png
    23:10:45 T:2839542640 M:1705054208   ERROR: CFileCurl::CReadState::Open, didn't get any data from stream. HTTP CODE: 0
    23:10:45 T:2804353904 M:1705054208   ERROR: CreateThumbnailFromMemory: exception with fileType: .png
    23:10:45 T:2804353904 M:1705054208   ERROR: CFileCurl::CReadState::Open, didn't get any data from stream. HTTP CODE: 0
    23:10:45 T:2960128880 M:1705054208   ERROR: CFileCurl::CReadState::Open, didn't get any data from stream. HTTP CODE: 0
    23:10:45 T:2770783088 M:1705054208   ERROR: CFileCurl::CReadState::Open, didn't get any data from stream. HTTP CODE: 0
    23:10:45 T:3047160688 M:1705054208   ERROR: CreateThumbnailFromMemory: exception with fileType: .png
    23:10:45 T:2839542640 M:1705054208   ERROR: CreateThumbnailFromMemory: exception with fileType: .png
    23:10:45 T:2804353904 M:1705054208   ERROR: CreateThumbnailFromMemory: exception with fileType: .png
    23:10:45 T:2804353904 M:1705054208   ERROR: Texture manager unable to load file:
    23:10:45 T:2960128880 M:1705054208   ERROR: CreateThumbnailFromMemory: exception with fileType: .png
    23:10:45 T:2770783088 M:1705054208   ERROR: CreateThumbnailFromMemory: exception with fileType: .png
    23:10:45 T:2770783088 M:1705054208   ERROR: Texture manager unable to load file:
    I didn't notice this before. We are getting the same error messages in debug. Out of curiosity, do you have all pacman updates installed? I contacted the AUR maintainer for boxee-source, but his system is operating normally. Googling this " ERROR: CreateThumbnailFromMemory: exception with fileType: .png" I get a laundry list of php related stuff.  My installed version of php is 5.3.6-1.  Maybe it's somehow related?

  • Copy my arch install from one HD to another HD, as is...

    Is there a sure fire tutorial/way to copy the contents of my arch install as is on my one HD to the bigger faster other HD.
    Yes, I have searched and read some articles. But, I have also in the past followed the advice of some tutorials and found myself knee deep in a huge pile of ****. So, I am asking if anyone has tried this personally on here and what was there method of madness. Please DO NOT forget to leave out important steps. The one I could think of recently was when I tried to resize my ext3 partition and the tutorial forgot to mention that I shouldn't re-write the FS once I re-created the partition. <-- yes I know idiot mistake. Lesson learned!
    Thanks in advanced for any help you can offer me.
    Last edited by jacko (2008-01-04 16:38:10)

    I just boot using Arch install CD (with arch root=/dev/sd[xx] option) and then run mkinitcpio -p kernel26 and grub-install /dev/sd[x])
    Wanna explain this a little more in depth, where do I add the option to boot arch with root=/dev/sdxx? I only used the LIVE CD once before, not to familiar with it. Just covering all my basis as well.
    In the meantime I will get started on the rest of this procedure. Thanks for the link, seems to be pretty straight forward. I also like the idea about doing it from LIVE CD session, this way I know exactly what is getting copied over. Makes me feel a little better about this process.
    Boot Arch Linux CD
    As you follow these directions, you may find the Official Arch Linux Install Guide helpful as well. In addition, a printable copy is available.
    Insert the CD into your CD-ROM drive and boot from it. You may have to change the boot order in your computer BIOS or press a key (usually F11 or F12) during the BIOS phase.
    Some useful options when booting off the Arch Linux CD:
        * ide-legacy if you have trouble with IDE drives
        * noapic acpi=off pci=routeirq nosmp if your system hangs during the boot process
        * memtest86+ if you want to check your memory for errors
        * lowmem is useful for older machines. It requires only 96MB of system RAM vs 256MB for the normal install
    Choose "Arch Linux Installation / Rescue System". If you need to change the boot options press e for editing the boot lines. The system will now boot and present a welcome text with some explanations when ready.
    I answered my own question... thanks arch wiki!!!
    Last edited by jacko (2008-01-04 20:23:07)

  • New Arch install - Two problems

    I installed Arch in a Virtualbox 3.0.8 VM. I had everything set up and when I tried to log in I got "Superblock last mount time is in the future". I looked at this post http://bbs.archlinux.org/viewtopic.php?id=80931 and ran fsck. It fixed the issue and once I rebooted, allowed me to log in to KDE. However, everytime I shut the VM down and bring it back up I get the Superblock error. How can I fix this permanently?
    Also, I installed Guest Additions and it seemed to install ok (no errors). I rebooted after the Guest Additions install and when it came back up it took me to a Console login (no KDM or KDE). I logged in as root and typed "startx" and it took me to a xterm session. KDE and KDM were working fine prior to this. Any ideas?
    Thanks.

    I have installed Arch in VM's and physical machines numerous times before. I follow the Beginners Guide very closely and usually don't have too many issues. I don't think this is something specific to my install. I just think something is not right and need some assistance with figuring out what it is. I think it has to do something with the clock/time. When the errors comes up about the Superblock it basically says the time it had for the previous superblock error is was later than the time it is now, which is impossible. Anyone have suggestions?

  • [SOLVED] Copy packages from current Arch install to new Arch install

    Hello!
    I'm new to Arch, so that's why I'm posting in the newbie corner. I've been looking everywhere for an answer to this: I want to do a fresh install of my system, but my internet connection is sort of messed up right now (unusually slow). I noticed that every package I have installed on my current Arch are saved in /var/cache/pacman/pkg. Could I make a backup of that directory onto another partition on my hard drive, reinstall Arch, and restore the backup to that same directory in the new install? Would pacman "think" it's already downloaded and skip the download step alltogether?
    Thanks.
    Last edited by magyckleo (2011-01-31 21:28:44)

    karol wrote:
    From the repo-add manpage: 'repo-add [-q] <path-to-db> <package1> [<package2>...]'
    This should create the dbs you need.
    Honestly, *I* think, that the manpage is enough and you don't need the wiki (in this case at least).
    You know what, do a test, pick a couple packages, copy them somewhere and create a tiny local repo.
    Awesome! I managed to make pacman read the package db I created using add-repo.
    I added the repo to the pacman.conf. Had to do a little trial & error to figure out I had to put it like this:
    [name of db file]
    Server = file:///path/to/folder_of_db partition
    I was trying to put the file.db.tar.gz complete rute. Of course, pacman let me know with an error that wasn't right.
    I tried installing something simple, like wine. First, I did a sudo pacman -Scc to clear the cache. Then I did sudo pacman -S wine. It installed successfully! I'm gonna try with a fresh install this afternoon. I'll let you know of the result.
    Thanks everyone!
    Last edited by magyckleo (2010-09-27 15:46:05)

  • [SOLVED] Sluggish database update times since new Arch install

    Hi guys, this time I write to ask something about pacman that i find unusual.
    Happens that I decided to reinstall my Arch like 2 months ago, and since then pacman takes a real longer time that it used to just to sync the databases, to be more accurate this sluggishness presents not when the progress bar is downloading the new DB, but between DB downloads (e.g. it takes about minute from the time it finishes downloading the core DB to when it starts to download the extra DB.)...
    Any ideas?
    Thanks for the support.
    Last edited by LTSmash (2008-03-27 03:08:53)

    ibendiben wrote:
    Try using rankmirrors to set up a good number of the fastest mirrors for your location, for me this changes everything!
    I live in europe so I first delete every other mirror in /etc/pacman.d/mirrorlist, then I enable all leftover mirrors and run:
    rankmirrors -n10 /etc/pacman.d/mirrorlist #-n10 to only output the 10 best, change this number to your likings
    for several times and replace the resulting 'overall top-listed mirrors' list in /etc/pacman.d/mirrorlist
    Hope this does the trick for you too!
    ps. You need python to use rankmirrors, I recommend you read the rankmirror man-page for further options
    Well, it seems to me that this solved the problem. I had uncommented some lines at Czech Republic but live in Mexico, so that was lagging the pacman operations a lot. But now its fast as usual.
    Thanks for your help

  • [ SOLVED ] Partition Sizes For New Arch Install ?

    Hi All
    I have just picked up a new 250gb HDD and i'm going to do a clean install of arch & openbox and would like to know what people would suggest for various partition sizes ?
    /root
    /swap
    etc
    I have 4gb ram so not sure if swap is a required !
    Many Thanks
    Last edited by whitetimer (2010-11-15 09:58:47)

    +1 on KlavKalashj's advice!
    When the installer warns you about there not being a /boot partition either(besides the swap), then just select ignore, it's no problem at all!
    If you do want a swap partiton(and don't hibernate), then I would say max 1gb imho.
    For an Openbox based install, then I would say 10GB is more than enough(mine's 5, although with a tiling WM: Musca).
    I don't keep the cache forever increasing, but empty it at times where I know everything is OK. Also, there's scripts available which cleans the cache up, like e.g. only keeping one revision back of each package.
    Last edited by mhertz (2010-11-15 09:47:18)

Maybe you are looking for

  • Window blank when I click "Show Package Contents" in Pictures folder

    Long story short, I have two iPhoto libraries - one on an old laptop and one on a new MacBook Air (10.6.4). I have been trying to copy the old iPhoto library from the old laptop to the new laptop (so that I would be able to access both libraries on t

  • How do I change the workspace background color?

    Hi all, I need to change the workspace background color from the default mid grey. But I can't find how to do this! Any ideas! Thanks in advance, Pedro.

  • LVFPGA - Process "Translate​" failed

    Hi Currently using LVFPGA 2013 SP1 I'm used to compile my code oftenly, which happens to be necessary when using the FPGA module Today, I started to get a "Process "Translate" failed" message in the Xilinx Log while trying to compile. The compilation

  • Draw image between edges in another image

    HI i try to draw an image between a specified edges in another image can any one help me and provide me with a code that perform this task

  • Wifi sync - does sync, doesn't backup

    Hi all - I'm wondering if this happens for everyone: I backup to iTunes and not to iCloud. When I connect the iPhone with the cable, and press sync, then iTunes does backup the iPhone. However, when the iPhone syncs wirelessly with iTunes (either by