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

Similar Messages

  • [SOLVED] Switch to systemd - Now system won't boot

    I saw that todays update upgrade included the installation of systemd. I looked the wiki and did the necessary changes (I already had made the /etc/hostname etc. files). So I added the
    init=/bin/systemd
    line to grub and now my system won't boot. I get an error saying something about syslog service not enabled and then a black screen. I can boot my machine fine without the "init=/bin/systemd" line but I want to run a pure systemd system since Arch is moving to it anyway. In the wiki it mentions to install systemd-sysvcompat but it conflicts with initscripts it says. What am I doing wrong or missing?
    Last edited by fettouhi (2013-12-08 14:42:04)

    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.

  • HT201413 I have a Windows XP Home Edition computer.   I recently attempted to upgrade iTunes to v10.7.  It loaded and installed OK, but now it won't run.  When I try to launch it, it gets aborted by the windows Data Execution Prevention software.  Any ide

    I have a Windows XP Home Edition computer.   I recently attempted to upgrade iTunes to v10.7.  It loaded and installed OK, but now it won't run.  When I try to launch it, it gets aborted by the windows Data Execution Prevention software.  Any ideas?

    Yes, this did solve the problem.  But I had some trouble updating QuickTime.  It failed, with the installer complaining that it did not have the required permissions to install the files it needed in the program directory.  I got it to work by telling it to install the files to another directory.  All seems well now - Thanks!

  • I installed Lion and now CS4 won't open. I get a note that Java Runtime needs to be installed and to open Adobe again and it will let me, but it doesn't and it also won't update Java...

    I installed Lion and now CS4 won't open.  I get a note that sayd "you need to install Java runing, but you are not connected to the internet (BUT I AM CONNECTED TO THE INTERNET).  It goes on to say "to install Java runtime later, open "Adobe Illustrator CS4" again....I try but it still won't let me open Adobe Illustrator or update Java

    Download and Install Java: http://support.apple.com/kb/DL1421

  • I was offered an itunes update yesterday and said yes to install it. Now it won't open.

    I was offered an iTunes update yesterday and said yes to install it. It seems to have installed it. Now it won't open.

    Download and Install Java: http://support.apple.com/kb/DL1421

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

  • Had a new hard drive installed last month. now iphoto won't start up, popup says "you can't open the application iphoto because it may be damaged or incomplete. can this be repaired without going to the repair shop?

    had a new hard drive installed last month. now iphoto won't start up, popup says "you can't open the application iphoto because it may be damaged or incomplete". can this be repaired without going to the repair shop?

    What installed iPhoto there in the first place?  Was it the same version of iPhoto that came with the Mac?  Was iLife added at a later time from a Mac Box Set?   You can selectively install iPhoto, and then apply the appropriate iLife update without taking it to the shop, after removing the application, or recover it from your backup.

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

  • Restoring my ios6 backup still installed ios7 and now ios7 won't activate

    Restoring my ios6 backup still installed ios7 and now ios7 won't activate
    Why the **** would restoring from an ios6 backup dump me into a nonfunctional bug-ridden mess that is ios7? I want to put my phone back as it was before I installed the buggy POS that is ios7.

    Hey buddy, if you're not going to pretend to answer my question, don't waste my time.
    I restored my ios6 backup and it still dumped me in ios7. How do I put my phone back on an actually usuable operating system?

  • My hard drive failed, has been replaced, and now it won't boot to CD.

    My hard drive failed, has been replaced, and now it won't boot to CD to install the OS package. It would boot for a while, get through the first cd of install and would stop randomly in the next install. I found out that the installation disk was cracked so I went out and purchased the Mac Box Set which includes Mac OS X Snow Leopard, iLife '09 and iWork '09 under advisement from an associate at the local apple store. Now, I try installing this new OS disk and all I get is the apple logo without a spinning wheel for about 10 minutes and the computer restarts and does it again. I have tried booting from disk, holding c while starting up, and in safemode, holding shift while booting. Please help save my poor poor macbook!!!

    These errors look like corrupt or missing files that leopard requires. It sound like you need to start from scratch: format your drive, reload Leopard. I realize that this is probably what you are trying to do.
    If you cannot boot from install DVD and cannot successfully get into Safemode or Single usermode (due to a corrupt or incomplete install) then you will need another computer to assist you.
    If you can get it into Target Disk Mode and have another Mac you could plug it into that Mac and reformat it.
    If it will not go into TDM then you may need to take it out and put it into an external enclosure to plug into another Mac to format it.

  • Changed access permissions now machine won't boot. Utilising deep breathing techniques until help appears.

    Maybe a brain snap but I changed the access permissions on the hardrive to everyone-no access, what do I need to do. After  20 minutes of beachballing I pmowered down, and now it won't boot up, gets stuck on the apple boot up screen. There also exists in permissions another access setting  admin-readwrite. Would appreciate some heads up on what I can do (trying not to panic). 

    See this User Tip by Niel: I accidentally set a disk's permissions to No Access ...
    https://discussions.apple.com/docs/DOC-2240

  • I replaced the screen on my late 2007 laptop, now it won't boot. It Bongs and the wheel turns and then it turns off. I have tried a tech tool pro 3 disk, no results tried the osX tiger disk no results but bong and wheel. any ideas?

    I replaced the screen on my late 2007 laptop, now it won't boot. It Bongs and the wheel turns and then it turns off. I have tried a tech tool pro 3 disk, no results tried the osX tiger disk no results but bong and wheel. any ideas?
    I have not tried disk warrior yet,but will. I had it stored until I could get screen, battery is dead, and to be honest I forgot which OS I have in it, If I can Get screen up maybe I can get my info.
    sbckr

    Hi there sbckr,
    You may find the troubleshooting steps in the article below helpful.
    Troubleshooting: My computer won't turn on
    http://support.apple.com/kb/ts1367
    -Griff W. 

  • [SOLVED] Installing Windows XP after Arch Linux

    I'm not sure at all where to post this, so I've decided to do it here since I have the problem on a laptop... Please move if it should be somewhere else.
    I installed Arch Linux on my new laptop a month ago or so, and am very pleased to have found the very kind of distro I've been looking for. However, I'm having trouble with my graphics (either wine doesn't support it, or the drivers don't have 2D/3D acceleration), and now I want to install Windows XP next to Arch Linux.
    Using a GParted LiveCD, I've repartitioned the harddrive as such: Unpartitioned Space (27GB), Linux (197GB), SWAP (5GB).
    I've also removed the bootable flag from the Linux partition, just to be sure. However, when I try to install Windows XP, it gets stuck after unpacking a bunch of drivers, giving me a bluescreen that tells me to make sure the hardware isn't broken, check my harddrive with CHKDSK /F, or look for viruses. Ofcourse I know none of these are true, since I'm running Arch Linux just fine.
    A friend suggested that maybe my hardware isn't supported by Windows XP, which sounds like the most reasonable explanation so far, but I can't find a list of supported hardware. The M$ homepage basicly says
    "Pentium 233-megahertz (MHz) processor or faster (300 MHz is recommended)"
    for CPU, which doesn't help me at all.
    My hardware is:
    Processor: Intel Celeron 2.2 Ghz
    Memory: 2GB DDR2
    Graphics: Intel 4500MHD
    And the laptop is called an "eMachines E525", though that doesn't say much since there are very, very many called this.
    Can anyone give me any hints as to what I might be doing wrong?
    Last edited by Noxic (2010-05-29 18:44:32)

    Sounds like something I'll want to do. Where did you download the drivers? Do I have to follow some guide? Thanks for the tip
    EDIT:
    Indeed I will want to install AHCI drivers, otherwise Arch Linux fails to boot quite badly. There is also a problem preventing me from booting when I'm using AHCI though;
    At boot, Arch Linux checks /dev/sda1 (NTFS) for errors, and expects to check an ext2 filesystem. Obviously, however, /dev/sda1 is an NTFS filesystem.
    Since it tries to read the NTFS partition as an ext2 filesystem, it panics. Arch Linux then prompts me for the root password (or Ctrl+D to reboot), but I've disabled root login and can therefore do nothing at this point.
    I have a GParted livecd and the Arch Linux livecd, so editing files on any of the filesystem isn't a problem at all, but I don't know what to do at this point. Help?
    Last edited by Noxic (2010-05-29 12:40:33)

  • Please Help: Installed new CPU (i7) now system won't boot.

    I'm hoping someone can help.
    I have an MSI H55M-P31 (MS-7636) motherboard, and I updated the BIOS to 1.A0.
    But when I installed the new CPU, I get 3 Long beeps, and then my computer won't boot.
    I have 4Gigs of Memory
    Current CPU: (working 100%)
    3.07 gigahertz Intel Core i3 540
    64 kilobyte primary memory cache
    256 kilobyte secondary memory cache
    4096 kilobyte tertiary memory cache
    64-bit ready
    Multi-core (2 total)
    Hyper-threaded (4 total)
    500watt PSU
    Please Help, I don't know what to do now. (did check CPU compatibility on website - i7870)

    What PSU is that and what are the ratings of that PSU ? See the label on the side.
    Are you trying to use the onboard graphics?
    That CPU does not have integrated graphics.  http://ark.intel.com/products/41315

  • I installed 10.4.8 and now classic won't boot.

    I installed the 10.4.8 update on my G5 at work and classic won't boot up now. I use one and only one app in the classic mode (because the IT dept won't update the server software) so now I am lost without my email. It freezes right before it gets to the end of the boot process. It is very frustrating!
    Any and all advice would be grately appreciated.
    G5, Power book & Mac Mini Mac OS X (10.4.8)
    G5, Power book & Mac Mini   Mac OS X (10.4.8)  

    Try these in this order (it has been so long, I can't remmeber the exact places things are located):
    1. There is a way to start with extensions off. Do that. If it works, the problem is in Classic. Reinstall it.
    2. Remove the 3 things that are installed in the Cloassic System Folder (all have the name Classic in them), that are installed when you first launch Classic. Launch Classic again, and it will ask to reinstall them.

Maybe you are looking for

  • UCCX 8 DB Not in Sync

    Hi All, We have a customer running UCCX 8 in HA mode. In the recent past we have been receiving the following syslog error once everyday : SYSLOG: %UC_LIB_DATABASE-1-DB_NOT_IN_SYNC: %[AppID=Cisco Unified CCX Cluster View Daemon            We took the

  • RSIXWWW - deletion of data in this table

    Could anybody tell me whether the data held in table RSIXWWW needs to be retained. If it needs to be retained, what are the reasons? This table is taking up an increasing amount of space and we would like to delete some of the content. What is the re

  • Trouble with a BEFW11S4

    ok i have been having trouble getting online with, on my router the WLAN Act button is not lite up, is it suppose to be? I have to desktop that cannot connect.

  • Does SQL Developer have any way to run the SQL*PLUS COPY FROM command?

    set arraysize 100; set copycommit 100; COPY FROM SCOTT/TIGER@OtherDBinstance - CREATE COMPANY - USING SELECT * from COMPANY;

  • Lightroom does not appear under the application tab on my mac toolbar, where is it?

    I recently bought the adobe creative cloud and was thrilled to see that I can have access to Lightroom. The issue is that it is not under the tab on my toolbar. The bigger issue is that when I go to the adobe download center and click 'download', all