[SOLVED] My Arch icon on booting is a mess!

Hi, all.
Just done an install of Arch on my main PC :-).  When the PC boots, I get the two Arch logos at the top of my boot messages.  Unlike an install on another box, they look really messy, as if the colour depth is wrong, or something.
On the test box that I used for Arch, the logo was sharp and sexy.
Does anyone know the best way to change the definition on the graphic?  All other boot text if fine.
Many thanks,
Chris.
Last edited by chris_debian (2009-03-13 17:24:39)

Looks something a little like this (beginning of file not shown):
# for more details and different resolutions see
# http://wiki.archlinux.org/index.php/GRUB#Framebuffer_Resolution
# general configuration:
timeout 5
default 0
color light-blue/black light-cyan/blue
# boot sections follow
# each is implicitly numbered from 0 in the order of appearance below
# TIP: If you want a 1024x768 framebuffer, add "vga=773" to your kernel line.
# (0) Arch Linux
title Arch Linux
root (hd0,0)
kernel /vmlinuz26 root=/dev/disk/by-uuid/8a7d23cb-8952-4221-8230-6b7fff74ec93 ro vga=323
initrd /kernel26.img
# (1) Arch Linux
title Arch Linux Fallback
root (hd0,0)
kernel /vmlinuz26 root=/dev/disk/by-uuid/8a7d23cb-8952-4221-8230-6b7fff74ec93 ro vga=323
initrd /kernel26-fallback.img
# (2) Windows
#title Windows
#rootnoverify (hd0,0)
#makeactive
#chainloader +1
Cheers,
Chris.

Similar Messages

  • [SOLVED] Arch won't boot after I created a separate /var parition

    Arch won't boot after I created a separate /var parition on an existing installation.And let me confess: it was maybe stupid trying to do it on an existing install.
    I edited the fstab correctly, copied the files using rsync preserving permissions. Then I kept a backup of /var using tar. Then went on to delete everything under /var, ie /var/*, the /var folder is still there. All this I did from a live CD. After that I booted into my arch linux. Here I get messages about systemd successfully finishing fsck on each of my partitions, then the screen starts blinking. And there is no more output. Pressing Ctrl+Alt+Delete causes systemd to stop its services and reboot.
    Having realized I had borked my system, I removed the /var line from fstab and restored /var from the tar file I made earlier. Again I did this from a live cd. Rebooted into my arch system, and again similar issues, namely that after fsck and messages informing a few services had started, the screen keeps blinking.
    The live cd I used for reorganizing my partitions was elementary OS freya. They have GParted in there. I also have an arch install iso lying aroung from May 2013. If necessary, I can download the latest version. I am currently typing from a Windows installation I dual boot from.
    I don't know how to extract any boot logs as I am locked out of the system. Here is my fstab in any case:
    # Filesystem information
    # /dev/sda5 LABEL=fs_root
    UUID=b9d739cf-fd8c-46dd-a919-bd827dc47c66 / ext4 rw,noatime,data=ordered 0 1
    # /dev/sda9 LABEL=fs_var
    UUID=ec0f7a49-dccd-43ab-8651-9aa3fdb41cc7 /var ext4 rw,noatime,data=ordered 0 2
    # /dev/sda2 LABEL=fs_boot
    UUID=0e8ab31a-3bda-4b85-a901-a36f21b1583d /boot ext2 rw,noatime 0 2
    # /dev/sda6 LABEL=fs_home
    UUID=d9e63c47-274e-447f-ad01-0d97afe0fd34 /home ext4 rw,noatime,data=ordered 0 2
    # /dev/sda7 LABEL=fs_swap
    UUID=7301227c-e9f3-41b8-9d0f-4cf3c159491c none swap defaults 0 0
    # /dev/sda3 LABEL=fs_win
    UUID=12B639D1B639B5D7 /fs_win ntfs uid=1000,gid=1000,dmask=027,fmask=137,showexec,nofail,noauto,x-systemd.automount 0 0
    # /dev/sda3 LABEL=fs_share
    UUID=D272269772268079 /fs_share ntfs uid=1000,gid=1000,dmask=027,fmask=137,showexec,noauto,nofail,x-systemd.automount 0 0
    I would greatly appreciate any help.
    Last edited by richcocoa (2015-05-03 18:04:44)

    Have you moved everything from /var to /new_var (i named it for learning purpose)? You shoud copy content from /var but not on the fly but booting from arch iso cd, and than you shoud mount your / into arch-chroot environement, mount all of your mount points and than copy content from default /var to new /var. The copying should be done with this
    cp -rax
    and you can add -v switch to verbose output. I have my own /var moved the same way.
    The simples way is:
    -boot the arch iso cd
    -mount all of your mount point (i created here in this step /new_var to move /var to a new place, and this /new_var i put in /etc/fstab as /var later)
    -copy /var to /new_var with -rax or -vrax (recursive, archive, this filesystem or verbose, recursive, archive, this filesystem switches)
    -umount all of it
    -reboot.
    Last edited by firekage (2015-05-02 07:49:20)

  • [SOLVED] Enabled AHCI - Arch won't boot

    I have switched the SATA preference to AHCI from IDE in the BIOS. Now Arch refuse to boot with following warning:
    ERROR: device '/dev/sda2' not found. Skipping fsck.
    ERROR: Unable to find root device '/dev/sda2
    [rootfs /]#
    I have checked the WIKI and it has a remedy with 'mkinitcpio'; looks outdated. I have also found about adding one moule to initrd with mkinitrd on the www. However, I am not sure and need some guidance regarding this.
    By the way, I dual-boot with Ubuntu and it booted just fine after the switch to AHCI.
    Thanks.
    Last edited by fantab (2013-04-21 22:27:38)

    Thanks guys I fixed it from Ubuntu with 'chroot'. I added "ahci" to MODULES in /etc/mkinitcpio.conf and ran mkinitcpio.
    I can boot Arch now.
    Do I have to re-install the kernel? Do I have to add "ahci" to mkinitcpio.conf at every kernel upgrade and run mkinitcpio? Or am I OK.
    Out of curiosity, regarding 'fallback image', how is it "even simpler"? Would love to know, for future reference, any pointers?
    Last edited by fantab (2013-04-21 21:39:57)

  • Arch fails to boot after installation (BIOS mode)

    I finished my Arch installation, following the Beginner's Guide, and once I unmounted the partitions and rebooted, GRUB failed to boot into Arch. I'm not exactly sure what the problem is though. Basically what happens is I power on the machine, the Dell splash screen comes up, GRUB loads, I choose
    Arch Linux, with Linux core repo kernel
    the kernel and ramdisk attempt to load, then some message about "recovering journal" appears, and then I return back to the Dell splash screen. The same thing happens even if I choose the second option
    Arch Linux, with Linux core repo kernel (Fallback initramfs)
    However, when I choose to boot Win XP everything boots just fine. My apologies for the quality of the videos and pictures.
    Here's a video of what happens:
    http://youtu.be/uC96kX6iTjI
    I suspect this has to do with this error I got when I generated the "grub.cfg". Although I'm not entirely sure because my understanding is that this error would affect booting Win XP which in fact boots perfectly fine. 
    Error (and no I'm not using any lvm volumes)
    http://imgur.com/qqxpoGG
    I believe these are the portions of the "grub.cfg" that load Arch and Win XP. I got these by pressing "e" while on their menu entry in the GRUB bootloader.
    Arch (I had to scroll down to see the rest, hence two pictures)
    http://imgur.com/79dBw2C
    http://imgur.com/qusEfL0
    Win XP
    http://imgur.com/oLnLlT0
    Any idea how I can fix this? Any help is greatly appreciated and please be patient, I know, I'm a noob.
    * I'm not sure if this is of any significance but I had a problem very similar to this when trying to get the Arch install to boot via usb (this computer doesn't have CD/DVD drive). I solved it by following this excerpt from the Beginner's Guide.
    Troubleshooting boot problems
    If you are using an Intel video chipset and the screen goes blank during the boot process, the problem is likely an issue with Kernel Mode Setting. A possible workaround may be achieved by rebooting and pressing
    e
    over the entry that you are trying to boot (i686 or x86_64). At the end of the string type
    nomodeset
    and press
    Enter
    Here's a video of what it looked like:
    http://youtu.be/vXRcbU0zdto
    The computer specs:
    OS: Windows XP Professional 32 bit Version 2002 Service Pack 3
    CPU: Intel Pentium 4 @ 3.00 GHz
    RAM: 2 GB DDR2
    HDD: 80 GB

    Hi,
    why did you not try adding nomodeset with the regular boot? During the net-install no video drivers will be installed;
    you have to install them after reboot after installing xorg. The (video)problem you had with booting from usb is still
    present.

  • Intel D2700DC + Arch won't boot without display

    I've faced really wierd (to me) problem running Arch as mini webserver on the Intel D2700DC mini-ITX board with Atom D2700 integrated and NM10 Express chipset.
    I successfully installed the system, configured network and started sshd to continue setting up other services remotely via ssh console. Then I disconnected the keyboard and display from the case and put it under the table. After that I was quiet surprised that the system was not starting up anymore.
    After some investigation I've found that the system is not booting if no display is attached to the DVI port of the motherboard. If I start the system with display disconnected, I can hear one beep that notifies about successful BIOS POST, HDD led blinks 2-3 times, and then just nothing happens. System isn't booting up. If I attach the display right after that - nothing is seen on the screen, and display is immediately falling into sleep mode. Keyboard is still active though, and if I press ctrl+alt+del - the system is restarting, and, if display was just connected, it boots ok then. Also it boots fine from the cold state if the display was attached to the DVI port at the time of powering on.
    As I can assume from the timings and HDD led blinking, the boot process stops right after GRUB is loaded. There's nothing in system log, cause it seems that boot hangs just before the kernel is loaded by GRUB. I'm really stuck and don't know how to work around this situation, because if the display was disconnected when system was powered on - then there's no way to see anything on the screen until next reboot, and if the display was connected - then the system boots OK.
    One more thing to notice:
    There was an old CentOS installation on the HDD, to which I installed Arch Linux. I've tried to boot it once or twice before installing Arch, and, as I could remember, it could boot up without display connected, on the very same hardware. So I suppose it's definitely something in Arch that is preventing the system to boot without the display.
    I guess that when no display is connected at boot time, NM10 chipset completely disables onboard video, and because of this we can't see anything on the display until the system is restarted. But this somehow affects Arch, so it can't boot without any video hardware present.
    Last edited by rand256 (2012-05-10 10:23:28)

    I'm afraid there's no such option, but it looks like arch isn't booting just because no graphics card is detected in the system when display it disabled during powering up.
    There is a couple of similar topics about some other linux distros can't boot without video card inserted ([1], [2]) with some recommendations on what to do in such a case.
    I've followed them - including enabling serial console in /etc/inittab, setting nomodeset in kernel line in grub's menu.lst, checking for enabled splash-screens... but that didn't help.
    Does anyone know what options should be tuned in order to boot Arch without any active graphics card present in the system hardware?

  • [Solved/Broken DPM] Hang at boot when switching modes with radeon

    When I tried to boot into Arch about a week ago after cleaning some dust out of my case I was met with a nasty surprise, it wouldn't boot properly! Once my system got to the point where it would usually change resolutions (KMS kicks in) my displays (1 DVI, 1 DVI -> VGA) would just shut off (presumably not getting any signal from my GPU a Radeon 5770) and either my keyboards lights (caps/scroll/num) would either be stuck on or be able to be toggled but I don't believe anything was happening in the boot process.
    Now me being the inquisitive kind of guy I decided I would be right on the case and ignore Arch until I got bored. I tried out an old Ubuntu 12.04 based distro and everything worked fine, but that's no way to live so I decided to install Debian testing. The install went fine, everything was happy, and I even made it to a tty! But during the boot I noticed a message saying I didn't have the non-free firmware I'd need for my GPU, so I installed that and rebooted.
    Much to my pleasure the same issue didn't happen! Instead of only (presumably) locking up my GPU fans were going very fast and loud blowing a bit of extra dust out of my case for me. How convenient! At this point I decided the problem was probably the fault of the firmware, but why did it just start happening now? Perhaps I updated my system before I opened it up; I don't remember if that is the case or not however.
    Anyways, Debian testing was a bust so I decided I'd reinstall Arch, so I booted up my trusty flash drive and.... the same thing happened. While I considered the possibility of hardware failure, Windows works the same as it always has and the old distro didn't have any issues aside from generally being old and terrible and my computer is yet to catch on fire. I also ran a small memory test to make sure everything seemed normal enough.
    tl;dr Boot fails when KMS initiates (?) / Hardware seems fine / Maybe a problem with new kernel or firmware
    Anyone else have issues or a solution?
    EDIT: Disabling DPM fixed my issues, but of course I don't have dpm now
    Last edited by jmad980 (2014-07-28 10:07:25)

    You can try building the kernel from git. There is an AUR package.
    Or try the drm-fixes-3.16 branch from git://people.freedesktop.org/~agd5f/linux (http://cgit.freedesktop.org/~agd5f/linux/)
    For me (HD6870) it fixes the power management. But i had other symptoms: https://bugzilla.kernel.org/show_bug.cgi?id=68571

  • [SOLVED] XFCE Panel Icons

    Does anyone know why my panel icons are black?
    Like such: http://i.imgur.com/rhaLd.png
    I haven't migrated from any other DE, this started happening after I enabled Compiz on startup(https://wiki.archlinux.org/index.php/Co … icon.22.29).
    Any ideas on how to set them to white, or use the icon set from the Xubuntu panel?
    Thanks in advance.
    SOLVED: Elementary Xubuntu icon theme installed, needed to specify "Elementary Xubuntu Dark" vs "Elementary Xubuntu".
    Last edited by hakoda (2012-08-07 03:34:40)

    You can't actually move stuff freely in XFCE panels; moving only changes the order of things.  You have to use separators (which can be invisible and have the option to expand) to get stuff in particular places.  I have eight invisible separators on my panel, and the 'Window Buttons' item expands to fill all free space, allowing me to place things on the 'end' of my panel.

  • Arch Won't Boot After Kernel Upgrade

    I installed Arch on VirtualBox, but after upgrading the Kernel to 2.6.30 it wouldn't boot. It gets to "Loading udev...." and then VirtualBox crashes.

    Hello, I'm having this same problem, except I'm not using VirtualBox or VMWare, I have Arch installed to the hard drive. It worked fine after upgrading to 2.6.30, but after upgrading kernel-headers to 2.6.30.1-1, neither Arch NOR Arch-Fallback will boot! I don't even get to Udev or the part where the two arch logos are on top. It just starts up a little bit, then restarts my computer.
    I don't even know if my system has been wiped or something, but I doubt that; I think it's just the booting process. I do have a 2009.2 Live CD, but it's an FTP installation. Is there any way to start up my live CD and do a pacman -U for the old kernel version with the cache on my hard drive? How would I do this?
    Last edited by Allamgir (2009-07-07 00:32:12)

  • MacBook pro Extremely long booting time After 10.10.1 + strange icons when booting

    Hi all,
    since the Yosemite update and the sequential patch, I've been experiencing lots and lots of issues with this releade
    I posses a
    MacBook Pro (13-inch, Mid 2012)
    2,5 GHz Intel Core i5
    After a week after the Yosemite update my Mac just froze, and for a couple of days I was unable to access it. after 4 attempts of Clean install i was finally able to restore it. but the issue with long booting time and free after sleep/wake action are the same .
    I'm experiencing strange icons during boot as follows:
    Only after a second reboot and clearing ram with Cmd+Alt+P+R i'm able to get rid of this , and the reboot shows this
    That after 5 mins changes into this
    This routine keeps happening, every single time i have to restart my mac.
    Any suggestions?
    tnks

    Well , i guess i a HDD issue, when i was experiencing the initial issues with yosemite , I've installed the system an external Hdd and everything was working fine.
    So i guess my suspicions were correct. I have to change my hdd.

  • Changing Windows drive icon in boot loader

    Hi. I found this guide on how to change the windows drive icon in boot loader. I followed the steps but when i want to copy the ._ICON file, there is no such file on the list and Terminal won't let me copy it.
    When i go to the /Volumes/ directry and type "ls -la" i get the list:
    drwxrwxrwt@ 5 root admin 170 Jan 31 17:40 .
    drwxrwxr-t@ 37 root admin 1326 Jan 31 16:43 ..
    drwxrwxrwx@ 1 differenxe staff 16384 Jan 31 17:23 ICON (this is the USB drive with changed icon)
    drwxr-xr-x 1 differenxe staff 4096 Jan 31 2009 Untitled (this is the Windows drive)
    lrwxr-xr-x 1 root admin 1 Jan 31 2009 Mac -> /
    Apparently there is no ._ICON file. What should i do?
    Message was edited by: differenxe

    Oops, i forgot to add the link to the guide. So here it is: http://wiki.onmac.net/index.php/Personalizeyourbootloader

  • Hi, never used support before - here goes! My Mac G4 MDD no longer shows the start up hard drive icon. The one with all my files on! It shows the other 3 hard drive icons and boots up OK. Has my start up hard drive failed? Can it be fixed? Thanks.

    Hi, never used support before - here goes!
    My Mac G4 MDD no longer shows the start up hard drive icon. The one with all my files on!
    It shows the other 3 hard drive icons and boots up OK.
    Has my start up hard drive failed? Can it be fixed?
    Thanks.
    Machine Name: Power Mac G4
      Machine Model: PowerMac3,6
      CPU Type: PowerPC G4  (3.2)
      Number Of CPUs: 2
      CPU Speed: 1.25 GHz
      L2 Cache (per CPU): 256 KB
      L3 Cache (per CPU): 1 MB
      Memory: 2 GB
      Bus Speed: 167 MHz
      Boot ROM Version: 4.5.7f1

    Doesn't sound like any hard drive failure to me - more a Finder preference.
    Finder -> Preferences -> General -> Show these items on the desktop -> Hard disks
    The startup disk is sometimes treated differently from other disks (such as external and network disks) and I'm guessing this is a simple preference setting, although I might be wrong.

  • Icons in X windows are messed up

    Hallo alltogether,
    I've updated my X.org to 6.8.2 an now I've the problem the my Icons under X windows are messed up. Just an example:
    When I'm using Thunderbird and than I try to move a message from the Inbox to an another folder while dragging on the message a small icon appears looking like a small piece of paper. The PROBLEM is that the space AROUND this small Icon, which is normaly transparent, is full of randomly colorized pixels.
    Here I've made a small screen shot of such an icon:
    http://www.kriga.net/badicon.jpg
    I've tried to solve this problem by downgrading to X.org 6.8.1 but it didn't help (It seems that this problem doesn't depend on X.org...). Does anybody has a suggestion how to solve this problem, cause this icons are looking really bad :-(
    Thank you!

    droog wrote:Upgrading your gtk2 should fix it. a new version just came out yesterday i think that fixes this.
    No, unfortunently this doesn't work! I'v already have the newest gtk2 package installed (pacman -Qi gtk2):
    Name           : gtk2
    Version        : 2.6.7-1
    Is ist possible, that an another package could be responseable for this problem? I'v already tried to downgrade gtk2 to the version 2.6.1 but the problem remains :-(

  • [SOLVED] Installed Win 7, now Arch won't boot

    Edit: To save anyone reading this all the way, the problem turned out to be a badly edited fstab. Sigh.
    PROBLEM:
    Grub loads, then loads the kernel, but the boot hangs a few seconds later with no real error messages.
    BACKGROUND:
    1) I needed to boot a native Windows 7 partition on my 128GB laptop SSD.
    2) So, I used gparted in an Ubuntu Live USB to resize my existing Arch partition and create an NTFS partition for Win 7:
    sda > sda1=Arch > sda2=ntfs > sda3=linux swap
    Arch still booted fine after this (sda1).
    3) I then installed windows 7 (BIOS install) onto the second partition (sda2). I don't know where or if it puts some system reserved partition - but I can't see anything in gparted.
    4) chrooted from an Arch Live USB, reinstalled GRUB, including mkconfig step
    5) *If* I recall, Arch then booted OK.
    6)  Booted into Windows and applied all updates, set windows to use UTC clock and updated my laptops BIOS. Reboot.
    7) Win 7 boots fine from the grub menu from (hd0,2)
    8) Arch starts booting, loads the kernel, then hangs after the kernel has loaded, but before gdm appears. With the following on screen:
    [2.104597] INFO @wl_cfg80211_attach : Registered CFG80211 phy
    I have tried chrooting and reinstalling linux and linux-headers and grub. But so far to no avail.
    [SOLVED with face palm]
    I installed syslinux using chroot, as it displays more startup messages. The boot was hanging at [a disk task is starting] or words to that effect. It was my USB stick, which I'd foolishly added to fstab with the "auto" option. Editing that out of fstab - and it's all good.
    I'll leave this here in case anyone else does something this dumb.
    Last edited by sultanoswing (2013-10-30 08:09:03)

    fettouhi wrote:
    Thanks for the clarification about the DAEMONS list. My DAEMONS list is:
    DAEMONS=(!hwclock ntpd syslog-ng !network netfs crond @alsa dbus networkmanager ufw cupsd avahi-daemon samba)
    when I try to enable alsa and dbus I get this
    [root@andre ~]# systemctl enable alsa-store.service
    The unit files have no [Install] section. They are not meant to be enabled using systemctl.
    [root@andre ~]# systemctl enable alsa-restore.service
    The unit files have no [Install] section. They are not meant to be enabled using systemctl.
    [root@andre ~]# systemctl enable dbus.service
    The unit files have no [Install] section. They are not meant to be enabled using systemctl.
    Is LVM handled automatically by systemd? The reason I ask is because I have the USELVM= set to YES in rc.conf.
    I made the permanent transition to systemd and did not start alsa at all - sound works fine - so I never bothered with the alsa-store/alsa-restore service files at all - it just works! Also dbus gets handled by default in systemd so you don't need any starting of dbus service at all... it just works.

  • [Solved ?] Arch on Alienware 14, can't boot without nomodeset

    Hello everybody,
    I just got a new Alienware 14, installed Lubuntu and Ubuntu with which I had various problems, including not being able to boot without the "nomodeset" option.
    So I decided to migrate to Arch, followed the beginners guide word for word and everything worked fine, including uefi boot with gummiboot but
    even here (obviously maybe) I can't boot without the nomodeset option.
    What happens is that the screen goes black just after gummiboot has finished its work, and (obviously) if I use "nomodeset" I can't start X.
    The computer in question has an intel i7 4700M and nvidia gt 750M.
       ~ lspci | grep VGA
       00:02.0 VGA compatible controller: Intel Corporation 4th Gen Core Processor Integrated Graphics Controller (rev 06)
       01:00.0 VGA compatible controller: NVIDIA Corporation GK107M [Geforce GT 750M] (rev a1)
    I followed the Intel graphics installation guide https://wiki.archlinux.org/index.php/Intel and tried the suggestions on "Troubleshooting blank screen during boot, when "loading modules" but nothing.
    So I tried installing bumblebee and the proprietary nvidia drivers https://wiki.archlinux.org/index.php/Bumblebee but again, same problem...
    Im I doing something stupid?
    Any log/command output you may need to help me?
    Thanks in advance
    jack
    Last edited by jacopo-canton (2013-10-12 12:45:24)

    so, it appears that, as @Dheart told me, this is a bug in 3.11 kernel which prevents
    the brightness settings to be correctly handled when KMS kicks in.
    for me simply adding       acpi_backlight=vendor
    to the kernel command line solved the problem.

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

Maybe you are looking for

  • Facing difficulty while coping InterractiveForm element in WDJ

    Hi Experts, I have to create a WDJ screen. There will be one view. In this view, I have to create 25 InteractiveForm element. Each InteractiveForm  element will have following information: Name of Employee: Design: Date of Birth: Address: Company Log

  • Last PO Price not picking up

    Hi experts, In one of my clients, the Price from the Last P.O for all combination of Vendor/Material/Plant is not picking up. This has happened 15 days ago. I couldnt find any changes. I checked the InfoRecord, the info update tick in PO, the User pr

  • Help I am having problems with installing itunes on windows 7 64bit

    I keep installing Itues but for some reason it will not sinc with my Ipad or iphone.  Each time i do get it installed it tells me to delete and start over. Help? with installing itunes on to windows 7 64 bit computer that will work with iphone and ip

  • Error : you are not assigned to a position

    Hi Seniors, I am getting below error though I have assigned proper position in R/3 and also I have linked this with communication info type 105 using PA30. I am not able to see my data in portal. Please help... Regards, Ritu

  • Sqlplus_exec_template.sql Part2

    Ok I was able to resolve my first issue with this, which was not having the correct role. It turns out, instead of using runtime user to run this, I needed to run this script using runtime repository admin user. Now, I'm running into another issue. T