Incomplete Install After Following Beginner's Guide [solved]

If you look at my join date, I've been here longer than most (absolutely not a claim to being a guru or anything, in fact in many ways, I'm still a n00b) , but this latest install was... interesting, to say the least.  (wel, it's still ongoing)
cd image: 2014 10.1
I used the beginner's guide because there have been significant changes to the install process in recent years.  Everything was going well until I rebooted, and there were no entries in grub.  After thinking about it a bit, I wondered if there were no entries because mkgrub-config (I automatically generate grub.config) couldn't find a kernel.  So I booted back into the install media, chrooted into my new install, and lo and behold, there was not kernel installed (yes I did use pacstrap to install both base and base-devel and used the "all" option)
This might not be a problem with pacstrap, or with the beginner's guide, but with the way that these meta packages are arranged, I don't know. 
So I installed a kernel, generated grub again, and rebooted, to get the old "you're on your own, pal" message, because init wasn't found. So, I rebooted back to the livecd , installed sysv-compat, and full of optimism "this is finally over with!" booted back into my new install.  Still no good!  For some as yet unknown reason, I can't use pacman to download packages.  (Failed retrieving error)  I know that I setup my network during during the install process, so my first instinct is to ping my router.  No good!  Ping isn't installed either!
I know that there are other steps I can take to find out what my network problem is,  (if that's what it is), but I think that something has gone wrong if ping isn't installed during the install process, let alone the kernel.  And isn't sysv-init unnecessary these days?  I can probably solve these, and as yet unknown problems that will almost certainly arrive when I fix those, but I am running out of time, so I'm writing this post instead.  Did I miss something?  Is it just me?  Or is the install process broken?
Last edited by Convergence (2014-10-16 23:33:06)

Trilby wrote:Everything you describe sounds like symptoms of partitions not being properly mounted.  How is your drive partitioned?  What is in your fstab?
Do you mean how were the drives mounted during install, or during boot?  Both? 
Thanks for responding!
My drive setup is kind of confusing, but /dev/sda1 is / and /dev/sdc1 is /home.  I don't use a separate /boot partition.  During install, I verified that I was mounting the correct partions/drives before using 'mount /dev/sda1 /mnt /bin/bash' and used a similar command to mount /home inside of the already mounted /.  During the install process, I used 'genfstab -L >> /etc/fstab', (this command was new to me) or something like it.  I verified that the generated fstab looked sane to me (that the boot order was correct, it used the proper labels).
Now, in my new install, "df" shows that /dev/sda1 is root (as it should be), and that sdc1 is /home (also as it should be). 
mtab says (among other things) "/dev/sda1 / ext4 rw,nosuid,noexec,relatime,gid=5,mode620,ptmxmode=000 0 0"  (there may be a typo because I'm typing this on my wife's laptop)  the options listed for sdc1 are /hom ext4 rw,relatime,data-=ordered 0 0   
My fstab entries look something like this:  LABEL=rooty / ext4 rw,relatime,data=ordered 0 1 
My directory tree seems to be in order, /bin has binaries in it, /home has all my old files in it.
Does that answer your question?

Similar Messages

  • Following Beginner's Guide, but one command is "not found" - alsact1

    Hello
    I'm following the Beginner's guide and doing everything exactly as it says. However, when i get to the Sound Card setup instructions (using ALSA) one of the commands it is telling me to use returns the error "-bash: alsact1: command not found"
    I have done everything exactly as per the directions. According to the instructions, this command saves the mixer settings so that on boot-up, the volume levels are as they were previously.
    I wasn't able to create the file that "alsact1" is supposed to create, but upon boot-up, the sound levels appear to be as they were last time. so everything works just fine.
    Should I just forget about the "alsact1" command and move on? Anyone else have this issue? Is there a fix? or is it a typo in the instructions?
    Thanks in advance!

    The last letter is an L, not a 1
    ie ALSACTL rather than ALSACT1

  • [uzbl] how do I clear the command bar after following a link? [SOLVED]

    It's ridiculous that I've done this again, but I've forgotten how to have uzbl automagically clear the command bar after I fl something. Yes, I know at some point it was on uzbl's wiki page; yes, I did compare my old and new configs; yes, I'm a dork and I'm just not finding the answer.

    The only part of diff that has anything to do with this is:
    < @on_event LOAD_START chain '@set_status <span foreground="khaki">wait</span>' 'event KEYCMD_STRIP_WORD'
    > @on_event LOAD_START @set_status <span foreground="khaki">wait</span>
    The rest is either stuff that I've commented out for now or key bindings, personal settings, etc.
    The follow link code is working now the way that it was before with the above changes. With the old way (as posted above) it wreaks all sorts of havoc with uzbl. By that I mean that the command bar would seem to clear but the data would reappear as soon as another command would start to be entered. As well, backspacing to the beginning of the command line would send uzbl to follow URLs that I didn't specify.
    By the way, no matter if the above is hackish or not, it's close to what I want. The only thing left would be for ESC to clear the numbers if I chose not to do go somewhere. Is there a way to set this up without breaking other functionality?

  • Uninstall/reinstall adobe now won't let me see pdf in browser even after following firefox support guide

    Because Adobe updater kept failing after a week, I uninstalled and reinstalled latest version (permission msi errors caused this). Now, even tho' profile shows acrobat and all adobe products enabled for FF, I can no longer view pdf docs in browser. Completed each step in the FF help guide for deleting files in profile, reinstalling adobe, etc., but it still doesn't work. Running Vista x64

    The problem was NVIDIA ForceWare Network Access Manager. That came loaded on the Sun Server we are using for ACS. I found references to it in the even logs and not being a Windows Server person I had to grab someone who was and to be honest even they didn't get it. I started uninstalling any virus and security S/W one at the request of the TAC and removing NVIDIA Forceware did it.

  • For some strange reason Adobe Reader will not install after following instructions, even though I install and uninstall other programs regularly. After downloading the installer and opening it, I click on the run in the security box. The long rectangular

    Can someone help with the install?

    What is your operating system?  What is the exact problem you are having?
    Try the offline installer from http://get.adobe.com/reader/enterprise/

  • [SOLVED] Cannot install python per instructions in Beginner's Guide.

    So, the overview:
    I just finished installing as per the Beginner's Guide and have logged in as root.
    I've enabled a couple mirrors in /etc/pacman.d/mirrorlist
    Doing NOTHING ELSE I run the following command: "pacman -Sy" python and the result:
    python package not found, searching for group...
    error: 'python': not found in sync db
    After that I tried another suggestion I saw here on the forum: pacman -Sy and then pacman -Syy
    Nothing. I thought maybe I botched something on the install, so I did it again. Same result. I cannot get pacman to install python (or ruby) or anything.
    What gives?
    Last edited by cult hero (2010-01-10 04:51:42)

    Yes. If no mirrors are uncommented a different error comes up. (no servers configured for repository)
    error: failed to syncronize any databases

  • Clock showing wrong hour even though I followed the Beginner's Guide

    Hey guys,
    So today I re-installed ArchLinux & Windows 7 on my laptop, here's how it works:
    SSD: ArchLinux x64
    HDD: Windows 7
    I mainly use Arch, and the few times I use Windows, I choose to boot from my HDD instead of my SSD, from the BIOS.
    Technically, it's not a dual boot I guess, so I shouldn't be affected by these manipulations
    The time showed in my BIOS is correct.
    The time showed by Windows 7 is correct.
    The time showed in ArchLinux is however wrong, it's two hours late.
    Following the Beginner's Guide I've run these command without success:
    hwclock --systohc --utc
    If any of you has any suggestions...
    Thanks :]

    My apologies. I thought that this particular problem between Windows and Linux was caused by Windows somehow overwriting Linux settings, and since in my case they are in different physical drives, I thought I wasn't concerned.
    Anyway, since I've read somewhere in the wiki that localtime should be avoided, I successfully did the manipulation do set Windows 7 in UTC.
    I've then updated the hardware clock and system clock time, but it didn't change a thing.
    I'm going to try the manipulations provided by your link luvfree, thanks
    I'll keep you posted, thanks to all of you, and again, my apologies for my wrong asumptions
    EDIT: APPARENTLY IT'S SOLVED:
    I had to boot into Linux, and set the time manually with:
    # date +%T -s "10:13:13"
    Then run:
    hwclock --systohc --utc
    Next boot, the time value were correct int both Linux, AND Windows
    Thanks to all of you, I'll try to think more next time
    Last edited by Lowra (2012-09-29 08:14:01)

  • My Dell Vostro (running XP SP3) neither recognizes my iPad 2 nor my iPhone 4 correctly! I followed the troubleshooting guides and installed the latest iTunes. Both devices are recognised by my desktop PC running Vista using the exact same cable etc.

    Hello all,
    my Laptop (Dell Vostro - running XP SP3) neither recognizes my iPad 2 nor my iPhone 4! 
    Both devices are working correctly with my desktop PC running Vista with the same USB cable!  
    I followed trouble shooting guides, checked that the drivers are present, installed, removed and reinstalled the latest iTunes (in the correct order together with the other Apple software components) etc. but nothing works! The interesting thing is that when I plug the iPad or the iPhone in the laptop's usb-port for a second Windows correctly shows the devices either as iPad or iPhone in the "Device Manager" with an exclamation point !!!    But then after a split second Windows allways switches the devices to Digital Camera and the correct iPad or iPhone disappears !!!     =>    That is why I guess that this is a driver problem!
    Does anybody have any idea what else I can try?
    Is there a manual way to install the drivers for the iPad 2 or iPhone 4?
    Many thanks for your ideas and suggestions
    Edgar

    Yes I know that (I always google first and ask later ). Too bad I find this out when it was too late. I was already on 4.3.

  • While having a perfectly running iTunes and all programs associated, I was notified of the iTunes 10.4 upgrade. After following typical directions, I have had nothing but trouble. First "iTunesHelper was not installed correctly. Please reinstall iTunes. E

    While having a perfectly running iTunes and all programs associated, I was notified of the iTunes 10.4 upgrade. After following typical directions, I have had nothing but trouble. First “iTunesHelper was not installed correctly. Please reinstall iTunes. Error 7 (Windows error 5)” occurred. Following directions found at https://discussions.apple.com/message/15087646#15087646, I now get the following “iTunes.exe - System Error The program can't start because AVFoundationCF.dll is still missing from your computer. Try reinstalling the program to fix this problem.”, Along with “iTunesHelper was not installed correctly. Please reinstall iTunes. Error 7 (Windows error 126)” I am running Win 7 Ultimate 64 bit on HP TouchSmart tx2-1275dx. I was one week away from buying an iPad but not if this is what I have to deal with. Please help

    I actually managed to resolve this on my own by downloading iTunes from the Apple website and reinstalling iTunes that way. Here's the link: http://www.apple.com/itunes/download/ That should fix your problem. Good luck!

  • Unable to install iTunes after converting from Windows Vista to Windows 7.  Am told installation was successful, then "iTunes was not installed correctly", followed by "Error 7 (Windows error 193).

    Unable to install iTunes after converting from Windows Vista to Windows 7.  Am told installation was successful, then "iTunes was not installed correctly", followed by "Error 7 (Windows error 193).  I have my iPod plugged into my computer via USB port.  What am I doing wrong?

    i have the only account on my laptop so have checked and am the account administrator
    i run windows 7 home premium
    I have the same problem and
    have followed the link uninstalling in the correct order,
    then restarted as per instructions,
    went to Apple to download itunes,
    hit download now,
    Visit the iTunes download page. Click Download Now to download the iTunes installer. When prompted, click Save (instead of Run).
    did not get a save instead of run prompt
    Right click on iTunesSetup or iTunes64Setup (the installer you downloaded in step 3).
    If you have Windows Vista, Windows 7, and Windows 8: Choose "Run as administrator."
    i can only click run as administrator from right clicking the shortcut on my desktop screen
    If iTunes fails to install or repair, it might be necessary to remove components left from a previous installation of iTunes and then reinstall.
    sick of doing this
    at least 7 or 8 times i have re installed itunes to no avail
    troubleshooting no better
    please help. pulling my hair out at this stage
    it was working fine until 2 days ago when i opened itunes it offered to update to 12.1
    not working since i clicked yes
    also i have gone to restore previous point and ffs there are no restore points before my multiple reinstalls
    really dont want to have to restore factory settings

  • My computer no longer seesmy 3rd generation ipod nano.  after following the on line directions to re-install I get a message it is ok to discinnect instead of do not disconnect.  how to I get the ipod back onto my computer?

    my computer no longer seesmy 3rd generation ipod nano.  after following the on line directions to re-install I get a message it is ok to discinnect instead of do not disconnect.  how to I get the ipod back onto my computer?

    Hello rh3362,
    I would start with this:
    http://support.apple.com/kb/TS1369
    Hope this helps.
    ~Julian

  • Adobe Illustrator CS6 Error 16 continues even after following troubleshooting guide and adding permissions.

    Error 16 continues.  I have followed the troubleshooting guide to the letter for this error and I continue to receive the error 16 when trying to open Illustrator.  Is there a work around for this?  Any suggestions would be appreciated.  I would rather not keep uninstalling and re-installing software.

    Error 16 http://helpx.adobe.com/x-productkb/policy-pricing/configuration-error-cs5.html
    -including DW039 https://forums.adobe.com/thread/1500609
    or
    A chat session where an agent may remotely look inside your computer may help
    Creative Cloud chat support (all Creative Cloud customer service issues)
    http://helpx.adobe.com/x-productkb/global/service-ccm.html

  • I have a 17 inch Mac book, after migrate to Lion, I take 25 seconds to shutdown. all progams are closed. any reason??   Need I to install a native Lion OS to solve the problem?   Regards,   José A. Pereira

    I have a 17 inch Mac book, after migrate to Lion, I take 25 seconds to shutdown. all progams are closed. any reason??
    Need I to install a native Lion OS to solve the problem?
    Regards,
    José A. Pereira

    Hi, Processor 2.66 Ghz Intel core i7, memory 8Gb 1067 Mhz DDR3.
    on shut down a White screen occur with a star flashing during more or less 25 seconds. before update to Lion, 3 or 4 seconds to shutdown. no more app installed or removed. it stills the same usage.
    I will be greatful if you can help me.
    Regards,
    José A. Pereira

  • TS1424 I have several incomplete songs after purchase from Itunes.  I sent out an email to find out how do I correct this problem? Follow-Up: 219141808

    I have 6-7 incomplete songs after purchase from Itunes.  I sent out an email to find out how do I correct this problem? Follow-up 219141808

    Welcome to the Apple Community.
    Try deleting the problematic file (electing to remove original file if/when prompted) and then re-downloading the file from the iTunes store.
    You can re-download content purchased from the iTunes store (availability varies depending on location) using the purchased option from the Quick Links section in the top right corner of the iTunes homepage in your iTunes application on your computer.
    You can re-download content purchased from the iTunes store (availability varies depending on location) using the purchased option at the bottom of the screen of the iTunes app (or video app) on your iOS device.
    If the problem re-occurs, select the content which is causing a problem and use the 'Report a problem' button in Your Purchase History using your computer.

  • I'm attempting to install cs6 and after hitting install the following message appeared: installer failed to initialize. please download adobe support advisor to detect the problem. well that has been discontinued...

    i'm attempting to install cs6 and after hitting install the following message appeared: installer failed to initialize. please download adobe support advisor to detect the problem. well that has been discontinued...

    rename OOBE Folder to OOBE.old.
    to find OOBE:
    64 bit OS: Program Files x86\Common Files\Adobe\OOBE
    32 bit OS: Program Files \Common Files\Adobe\OOBE

Maybe you are looking for

  • Publishing Site Template Missing - MOSS 2007

    Hi All, I can't see the "Publishing Site" template in the list while creating a site/site collection. The publishing feature is activated in both site collection level and site level. I can see only "Publishing Site with Workflow" and "News site" und

  • Unread email count wrong on my IPad

    The Unread email count is wrong on my IPad. I have read other threads about this issue but they all seem to point to Macs. I did just update to IOS 6 last Monday(5 days ago)

  • Script to Open Media Files

    There is a radio station that I stream often but I have to go through several website pages to get to the media player. I have the streams web address and would like a simple apple script that I could type in the streams address (once) to launch auto

  • Sharing Lightroom catalog/database between Mac an PC

    I have Photoshop Lightroom 2.4 for Windows. All my photos and Ligthroom catalog/database are located on a networked external drive. I am thinking about getting Lightroom for my new MacBook Pro, however I need to know first if I can access and modify

  • Can't open old iMovie files

    Hi. This has probably been answered before, but I couldn't find any thread about it. Anyway, I'm trying to open a movie made and saved in an older iMovie program, and it doesn't work. It starts fair enough by asking if I want to convert it, and start