[SOLVED] KEYMAP problem at boot after changing Xorg keyboard settings

Hi everyone,
I successfully installed Arch following both the Beginners Guide and the dm-crypt guide to encrypt the entire disk.
Although I set the KEYMAP HOOK in the mkinitcpio.conf and regenerated the image, the correct keymap is not pulled at boot, making me unable to enter the encryption password correctly.
The only way for me to access my system right now is chrooting into it via the installation CD.
I double-checked the content of /etc/vconsole.conf and it is set to the keymayp layout that I want. During boot the messages confirm that the keymap HOOK has been pulled and that the keymap is set, but apparently not to the layout specified in vconsole.conf.
The keymap hook already worked a few days ago and I was able to decrypt the disk and boot into the system. Then I ran into some keymap issues in X. I played around with localectl to adjust the keymap settings for X and that's where I must have messed up because ever since then I got the above issue at boot.
My working theory now is, that the settings I made for X somehow influence the keymap hook, maybe they override whatever is specified in vconsole.conf?
Is that even possible? And if so, which files would I need to check?
And if it's not: what do I do now?
Edit: I was unable to figure this out so I resorted to a new install. Didn't screw up this time and everything works perfectly now. I definetely recommend the use of a keyfile to anyone who uses a different keymap. That way, if your layout ever gets screwed up you can still decrypt your system via the keyfile.
Last edited by nyn (2015-05-31 14:25:29)

sry the delay
the problem appears after a time using the system and I'm testing now!
chris_l
I'm following the link recommendations.
I created a configuration file $XDG_CONFIG_HOME/fontconfig/fonts.conf containing:
<?xml version='1.0'?>
<!DOCTYPE fontconfig SYSTEM 'fonts.dtd'>
<fontconfig>
<match target="font">
<edit name="antialias" mode="assign">
<bool>true</bool>
</edit>
</match>
<match target="font">
<edit name="hinting" mode="assign">
<bool>true</bool>
</edit>
</match>
<match target="font">
<edit name="hintstyle" mode="assign">
<const>hintslight</const>
</edit>
</match>
<match target="font">
<edit name="autohint" mode="assign">
<bool>true</bool>
</edit>
</match>
<match target="font">
<test name="weight" compare="more">
<const>medium</const>
</test>
<edit name="autohint" mode="assign">
<bool>false</bool>
</edit>
</match>
<match target="font">
<edit mode="assign" name="lcdfilter">
<const>lcddefault</const>
</edit>
</match>
</fontconfig>
and I change the rule overriding:
# mv 50-user.conf 00-user.conf
I'm still testing the system. The problem don't appears again after the configuration... yet!
Tyrian
I have installed the ttf-dejavu and ttf-liberation fonts, but I can't remove it because it's dependece of others softwares!!!
I'm still testing! thanks
Last edited by UnDr3aD (2012-11-20 15:30:57)

Similar Messages

  • [Solved-ish] problem with autologin after xorg update

    Hi
    I use auto login like described on "Automatic login to virtual console", with the exception that i login as user on VT7 rather than VT1.
    Then execute startx on VT7 from zprofile, as shown in Start X at Login.
    After updating xorg this morning, I was on VT1 after boot. The screen was kind of blinking once a second, and totally unresponsive.
    Booting from the install image on an USB-stick, I commented startx in ~/.zprofile.
    After that I was again on VT1 but able to login and then run startx on VT1. Later I found out that I had a login on VT7 and was able to run startx there as well.
    Why wouldn't startx run automatically, when it runs fine manually.
    This is my [email protected]/autologin.conf
    nagual% cat [email protected]/autologin.conf
    [Service]
    ExecStart=
    ExecStart=-/sbin/agetty --autologin leo --noclear %I 38400 linux
    Type=simple
    startx is run from zprofile with:
    #[[ -z $DISPLAY && $XDG_VTNR == 7 ]] && exec startx -- vt$XDG_VTNR
    could it be because the display doesn't change to VT7, and why would an xorg update change that?
    Last edited by Leo Laursen (2014-07-30 17:54:14)

    mrunion wrote:When the upgrade to xorg-server occurred there was a warning about X starting on the appropriate VT. There was also news on the Arch Linux front page (https://www.archlinux.org/news/xorg-ser … available/). You may want to read that news and then look into an xorg.wrap file if necessary.
    Thanks. I did see this. As far as I can tell, it shouldn't matter in my case, but of course I could be wrong. I'm starting X on VT7, same as the login. I don't do any redirecting of stderr.
    And it is very curious that auto login is affected.

  • [Solved] Problems with xinit after upgrade xorg-xinit to 1.3.4-2 versi

    Hi,
    Today I've upgraded my system with pacman -Syu and after upgrading xorg-xinit to 1.3.4-2 version I cannot use X.
    When I run "xinit" then single white window appears but there is not any reaction for mouse or keyboard events.
    I cannot even get back to VT by ctrl-alt-Fx or switch on/off NumLock. The only reaction on keyboard is issuing sysrq commands (ctrl-alt-sysrq E) which kills X.
    I also discovered that running following command helps: "xinit -- vt12" - I mean it launches X and mouse and keyboard are working fine.
    Is this a bug or I have misconfigured system?
    Last edited by wtx (2015-03-23 15:08:14)

    I can confirm what appears to be the same problem on my two machines running Arch with systemd. On both machines, after upgrading the xorg-* packages yesterday, X would not start as it normally did: I'd get a blank screen with only a _ up in the top left corner. Pressing ctrl-alt-(number) had no effect, nor did anything else I tried. (I didn't try killing X like the OP did.) Googled and searched the forums yesterday to no avail; nothing I tried worked.
    Caveat: In my case(s), I use 'startxfce4' instead of 'startx', so it might not be the exact issue. Trying 'startx' just took me to a default X installation setup, with three terminal windows and a clock. I'm sure anyone who's set up Arch for the first time has seen the same windows.
    So in case it helps, here's what I did to get them working again:
    1. This morning, I checked the forums again and saw the thread at https://bbs.archlinux.org/viewtopic.php?id=195107, which recommended changing a line in the file /etc/X11/xinit/xserverrc from:
    exec /usr/bin/X -nolisten tcp "$@"
    to
    exec /usr/bin/X -nolisten tcp "$@" vt$XDG_VTNR
    2. I didn't want to change the default file, so I created a ~/.xserverrc file (note that it's in my home directory, so it will only work for my one user; if you want it to work for multiple users you'd follow step one exactly, as recommended in the other thread). I put the line
    exec /usr/bin/X -nolisten tcp "$@" vt$XDG_VTNR
    in that file, saved it, and fired up 'startxfce4'. Everything works perfectly.
    Again, since I use XFCE I don't know if it's exactly the same issue you have, but at least this might help point you towards a solution.
    PS
    In case you're wondering why I tried the solution in the other thread: The blank screen error only appears when I had
    needs_root_rights=yes
    in /etc/X11/Xwrapper.config. When I changed it to 'no' (or removed the file entirely), I would get an error message like "xf860OpenConsole: Cannot open /dev/tty0", which is similar to the error message the OP on that thread would get.
    EDIT:
    Actually, the more I think about it, the less I think this is the same problem. And the lack of details from the OP doesn't help. Still, it does appear that both of these problems concern passing a virtual terminal parameter to X, or failing to do so.
    Last edited by Massimiliano (2015-03-23 13:21:58)

  • Solaris 10 won't boot after changing the CPU

    Hi. I was running Solaris on my Intel-based desktop machine. It was running fine. One day I upgraded my CPU and since then Solaris won't start. Immediately after it tries to load itself, it displays something on the screen really fast ( something with "dumping" in it) and then reboots.
    I runned Solaris in fail safe but I cannot run reboot -r for example. It says that reboot has wrong parameter or something. And I don't know what else to do.
    Please help.
    Thanks.
    P.S. I'm not 100% sure that the problem is related to changing the CPU. Maybe I configured something wrong when working in Solaris prior to the hardware change. But I think that's unlikely because I'm usually pay attention when changing settings in Solaris and don't dive in dark waters.

    Right after I wrote my previous post I looked again at the web page Darren recommended and I figured out what it was all about. I had troubles understanding the procedure in the first place because I wasn't familiar with mounting partitions and I didn't know what /a refers to. On another site I found out about the command that saved me: mount /dev/dsk/c0d0s0 /a A bit later I found out that when starting Solaris in single user mode (failsafe for example) the partition is mounted automatically to /a when you choose to update the boot archives.
    (As a tip for beginners like me, once in single user mode use the Delete key instead of Backspace :P ).
    So, the procedure explained on that site is:
    In case of a hardware mismatch, use one of the two methods that follow:
    Method 1 (Recommended)
    1.Move path_to_inst          ex: # mv /a/etc/path_to_inst /a/etc/ORIGINAL_PATH_TO_INST      2.Remove all old device links          ex: # rm /a/dev/rdsk/c* ; rm /a/dev/dsk/c* ; rm /a/dev/rmt/*   3. Rebuild path_to_inst and devices          ex: # devfsadm -r /a -p /a/etc/path_to_inst Note: If you are worried about the bootblock being corrupt, reinstall it.       # cd /a/usr/platform/`uname -i`/lib/fs/ufs
          # /a/usr/sbin/installboot bootblk /dev/rdsk/<c#t#d#s0>  4.Unmount the root slice and reboot          ex: # umount /a ; init 6Method 2
    From the OK> prompt, do a 'boot -ar'.
    Accept the default for all questions except the path_to_inst file.
    When you get to that one, specify /dev/null.
    It should then prompt you if you want to create a new /etc/path_to_inst file from scratch. Say yes.
    So I tried method 1, but no success. First of all I noticed that the devfsadm command didn't create the /a/etc/path_to_inst file. As many times I have tried it (even after I read a lot more on the Internet regarding these commands) I never made it to work. Somewhere on the net somebody asked about the "-p" argument that is not explained in the man pages of the command and the answer was that it specifies the path to the path_to_inst file wich makes sense but doesn't work. Somewhere else it was suggested that the "-p" argument to be ignored and the new path_to_inst file to be looked under /etc ; this was not the case for me.
    I tried method 1 many times with small variations, within the virtual or the real machine, but it never worked.
    So I tried method 2 as well, but no luck either. First of all, for all other beginners facing this kind of problem, on a x86 machine there is no OK> prompt; it's a SPARC "feature". But "boot -r" commands or alike can be issued using "reboot -- -r".
    So I have tried all the variations I could find on the internet -r,-a,-ra,-rav, but this command didn't work either. I always got the message
    bootadm: Cannot update menu. Cannot reboot with requested arguments.I never quite figured what "menu" is all about. My guess was that it refered to the grub menu/commands for booting and that it couldn't change those. So I
    read on the net a few things about the booting commands in GRUB bootloader and I tried a few variation but they never worked. Indeed the changes I did to the commands were not saved, as the bootadm erros would indicate. Am I wrong?
    After reading about the GRUB commands I got a little bit more familiar to what goes on at booting time and later I found an article in the Sun Documentation called x86: How to Boot the Failsafe Archive to Forcibly Update a Corrupt Boot Archive ( http://docs.sun.com/app/docs/doc/819-2379/6n4m1vlfi?a=view ). There I so this command
    To forcibly update the corrupt boot archive, type:
         # bootadm update-archive -f -R /a
    Unmount the device.
         # umount /a
    Reboot the system.
         # init 6I have tried it, looked like it is searching through the hard-disk, after a while finished and I rebooted but with no effect.
    This is where I am now.
    Any idea of why devfsadm would not create the path_to_inst file?
    Any ideas of what to do else or where I could have got it wrong?
    Thank you.

  • OSX Mavericks won't boot after changing user home folder

    Hi guys,
    I have a clean install of Mavericks on my macbook pro 17" and have two drives in. One is hdd (in place of superdrive) and the other is ssd where OSX is installed.
    I have uset the following:
    If you right-click on the User in the Users & Groups system preferences, choose "Advanced Options..."
    You can then change the location of the home folder
    to change location of my user home folder and set it up to be on the hdd but now OSX Mavericks won't boot. I get the progress bar on boot and it just freezes no matter how long I left it.
    Can anyone help me out?
    Thanks!

    I managed to boot after dozen tries and restored the location of the home folder to where it was at the first place.
    The thing is, on my second drive I have the whole user folder with data, settings and everything else in it and would really like to use it in the Mavericks.
    I guess I could just copy it over the one in the Mavericks and it should be good?
    Not sure, why this is the issue now since on previous OSX releases this home folder changing thing worked without problems :/
    If anyone else have the solution for this problem please do feel free to let me know!
    Thanks!

  • Satellite Pro L40 wont boot after changing BIOS settings

    Alright changed a few settings in the bios last night and now when I boot I get a black screen lights flash and that hard drive light comes on but nothing on screen.
    There was no password on bios,... how would I reset BIOS to normal?
    I put a windows disk on I can hear the disk spinning but nothing on the screen
    (I think I have come to the right place on the forum)
    Its a Toshiba Satellite Pro L40 model psl4be.
    Thanks

    >There was no password on bios,... how would I reset BIOS to normal?
    You can set the BIOS to default ONLY inside the BIOS so you have to access the BIOS pressing F2 or at the beginning of the booting order
    But I doubt that this problem is related to the BIOS.
    Maybe its just a simple bad luck that this issue happened just exactly after changing something in BIOS.
    Try to connect an external monitor and check if you can see something on 2nd display.

  • Problems with OEM after changing a database's hostname

    I am having a whole pile of trouble after changing the hostname of an Oracle server 10g R1 -- it's actually 10.1.0.3.0 x86_64 on a Red Hat Enterprise Linux 4.0 server.
    Specifically, I had a server called "foo" on which I installed 10g R1, with the SID and service ID both "BB8PROD". Then I realized that I had to rename the server to "bar", which I did (via /etc/sysconfig/network and /etc/hosts).
    Then, I edited $ORACLE_HOME/network/admin/tnsnames.ora and $ORACLE_HOME/network/admin/listener.ora to reflect the new host names. I restarted the listener and the database, both of which came up fine.
    However, when I start OEM via "emctl start dbconsole"), it still gives me the management URL of http://bar.domain.name:5500/em/. Obviously, that's the <i>old</i> hostname and not the new one. If I visit that URL (which I can keep alive via a CNAME in DNS), then I get the following message despite the instance running just fine in the background:
    "Database: BB8PROD
    The database status is currently unavailable. It is possible that the database is in mount or nomount state. Click 'Startup' to obtain the current status and open the database. If the database cannot be opened, click 'Perform Recovery' to perform an appropriate recovery operation."
    It seems that OEM doesn't know where to find the instance since I changed the name in the listener and tnsnames files. I've tried using <tt>emca -r</tt> to OEM start on the correct hostname (i.e., bar) but even when I do that, it still can't connect to the database.
    I found this URL about changing port numbers and the associated XML files that OEM calls, but that didn't solve my issue. I've looked online for help, and most of the articles I've found are about 10g R2, where OEM seems easier to reconfigure.
    So, when changing the hostname of a database, what am I supposed to do to OEM to have it recognize the changes?
    Thanks!
    Chris

    Hello Dieter,
    I do not have a direct answer to your question, however , I am using an ECC6 system  and I checked the two tables that you mentioned (SRGBTBREL & SRRELROLES).   SRRELROLES has 3.8 million entries and SRGBTBREL has 2700 entries. 
    I would talk to your authorizations people to see if there is a generation or maintenance step that needs to be performed.
    Not a lot of help I know.  Good luck
    Greg Kern

  • TS3048 [SOLVED] after changing batteries: keyboard did not connect to iMac

    After changing the batteries of my wireless keyboard, it refused to connect to the iMac.
    It took me half an hour to discover that it was connected to my iPhone instead.
    So if you ever created a BT connection on your iPhone, make sure it does not interfere with the iMac when you swap batteries...
    I simply removed the BT connection on my iPhone.
    Hope this helps others.

    Please  use Apple's Troubleshooting wireless mouse and keyboard issues located by clicking http://support.apple.com/kb/ts3048. Also it is wise to keep a cheap USB keyboard & mouse around in the event of bluetooth problems.

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

  • URGENT:Changing Regional & Keyboard settings(language) thru Forms.

    Hello,
         I need to do a screen in English/Spanish. The requirement is that, on the selection of the language from the menu the corresponding screen should come. The ORA and FRM messages, data entry and retrieval should also be in English or Spanish respectively.
    To do this, have used translation builder and have changed an English executable to a Spanish executable. In the menu, am changing the NLS_LANG parameter in the registry through d2kwutil.pll and am altering the session parameters - NLS_LANGUAGE & NLS_TERRITORY based on the lang selected.
    Problems:
    1. FRM and ORA messages are not coming in spanish. I think, will have to change the language to spanish in regional settings and will have to enable the keyboard for spanish. Now, how do I do it thru forms(Oracle release 8.0.6) ? (If I explicitly change the regional settings and then call the spanish screen... it works ! But I need to do it implicitly thru forms.)
    2. Do I need to have 2 executables one for english and the other for spanish if I have to call them thru a menu ?
    Thanks in advance...
    Regards,
    Sonika.

    It looks like an NLS issue. Please post the question at Tehnology->Globalization and NLS forumn.
    Thanks.

  • [Solved] T440s do not boot after recovery

    Hi all,
    I have a T440s lenovo laptop whose motherboard was replaced a few months ago.
    Today I wanted to make a clean installation (windows 8) using the recover USB key I created before the motherboard replacement (note that I already used it and it was working before changing the board).
    It goes through the different steps, deleting files and creating the partitions, but when it is done the computer is not able to boot on the hardrive. I have the following messages :
    Intel (R) Boot agent Ge v1.5.43 copyring (C) 1997-2013 , Intel corporation
    ............. initializing and establishing link...
    PXE-E61 - Media test failure, check cable
    PXE-M0F - Exiting intel boot agent
    (so looks like it is trying to boot on the pci lan)
    Then it comes back to the boot menu where I have a choice between :
    ATA HDD0
    PCI LAN
    If I select the first one nothing happens, and the the PCI LAN gives the above error message.
    I tried to reset the bios parameters to default but it did not help. So I am wondering if it has something to do with some change in the motherboard ID, bios version....
    I also launched the lenovo quick storage device test to check the hard drive and all was ok.
    So if you have any inputs or suggestions of what I could try I would be very gratefull
    thanks!
    Edit : problem solved, I had to change a bios option to UEFI (the new motherboard was set by default to Legacy, messing up all the recovery process)
    Solved!
    Go to Solution.

    I finally fixed the problem.
    I spent a couple of hours trying to fix the bcd with various methods described on the web using Bootrec /RebuildBcd, Bcdboot and also to set the proper partition as active. However none of the methods worked as I always got various error message telling me it's not possible to access the hardware (or "Failure when attempting to copy boot files." after bcdboot for example).
    After what I realized that the new motherboard default settings were set to "Legacy" for the boot mode. I switched to UEFI, then went to the recovery process again (with new partitionning) and it was ok.
    I hope this will help others, avoiding to loose time trying to fix the dcb in the command prompt (actually i don't know if it could have been fixed this way...)

  • [SOLVED] Grub Problems Can boot Arch w/ grub edits only

    I had 3 Linux OS's installed on this computer, Arch and 2 versions of Ubuntu on one hard drive.
    The MBR belonged to Ubuntu, using grub2. I decided to get rid of the older Ubuntu (sda8 and 9) and add it's HDD space to my Arch home (sda12). Used the current Gparted live to modify the partitions and all went well, but of course, the numbers changed getting rid of 2 partitions.
    No boot upon restart so I decided to get Arch's grub back to the MBR with the new partition numbering scheme.
    Using a live CD, I used the grub shell, find /boot/grub/stage1.....etc, etc. and after a bit of fumbling, grub indicated success in the shell. When I was through though, a reboot was not successful, although the current stable grub was now written to the MBR.  I edited the lines using grub edit option, and got Arch to boot, and figured out the correct partition numbers. Next I edited the menu.lst to reflect the new sda numbers.
    Now rebooting results in a long delay when grub should be on the screen, and the numbers on the Arch entries reflect the old numbers still!! I double checked thinking I forgot to save the edits to the menu.lst file, but they are correct. I can boot Arch, but have to edit the lines each time.
    The current partitions are as follows. I edited the terminal output to show details.
    [jeff@Arch2009p2 ~]$ sudo fdisk -l
    Password:
    Disk /dev/sda: 750.2 GB, 750156374016 bytes
    255 heads, 63 sectors/track, 91201 cylinders
    Units = cylinders of 16065 * 512 = 8225280 bytes
    Sector size (logical/physical): 512 bytes / 512 bytes
    I/O size (minimum/optimal): 512 bytes / 512 bytes
    Disk identifier: 0x000383e7
    Device Boot Start End Blocks Id System
    /dev/sda1 * 1 91201 732572001 5 Extended
    /dev/sda5 1 255 2048224+ 82 Linux swap / Solaris
    /dev/sda6 (ubuntu /) 256 1471 9767488+ 83 Linux
    /dev/sda7 (ubuntu /home) 1472 22321 167477593+ 83 Linux
    /dev/sda8 (arch boot) 22322 22325 32098+ 83 Linux
    /dev/sda9 (arch /) 22326 23627 10458283+ 83 Linux
    /dev/sda10 (arch /home) 23628 91201 542788123+ 83 Linux
    I have a few questions regarding a separate boot partition for Arch.
    Should the grub> root (hd0.0) command be directed to the root or boot partition.
    My handy printed emergency guide says: Set grubs root device to the partition containing the boot directory.
    OK.....Writing it out now, it seems clear, so I'll try reinstalling grub from a live CD.
    Why does grub have incorrect partition numbers even though the menu.lst is correct?
    There are only 2 OS's on this box now, and one contains grub2.
    Is current grub able to interact with grub 2 if I screwed something up on the install?
    Last edited by jeff story (2010-05-24 20:05:06)

    OK
    I managed to fix the problem of grub not reading/using the menu.lst file. Not sure WTF it was reading and where that file was located!
    The problem seems to have been the most insignificant detail.
    When using the grub terminal, I did not execute the quit command when I was through. I just closed the terminal and rebooted.
    After repeating the following code via live CD a few times:
    $ sudo grub
    grub> find /grub/stage1
    grub> root (hd0,7)
    grub> setup (hd0)
    Grub still didn't read the current menu.lst.
    This morning I got things to work correctly and grub to read the current menu.lst by adding a quit command and returning to the linux shell prior to rebooting.
    I used the following commands:
    $ sudo grub
    grub> find /grub/stage1
    grub> root (hd0,7)
    grub> setup (hd0)
    grub> quit

  • Computer will not boot after changing RAM.

    Hi All,
    I have had some BSOD since I upgraded my system earlier in the year. So yesterday I decieded to try and test if the problem was one of the RAM blocks, by only using 1 X 4 MB ram at the time, and then after a BSOD I would change it to another RAM and test again.
    Anyway, I started by taking all 4 X 4 MB ram's out, and then only insert 1 in Dimm 4(first found out later that I should have put it in Dimm 1). This worked fine, and computer rebooted, and I used it all yesterday. Then just before I went to bed I got another BSOD, so I powered the computer off, and then this morning before turning on the computer, I replaced the RAM with one of the other 4 MB ram, to continue the testing of my ram blocks.
    But now my computer just wont boot anymore! I tried putting all RAM blocks back, putting 2 of them in, 1 at the time, and every combination I can think off, but it just wont start anymore.
    When I power on the computer, it does start the fans, and the 2 blue light in the motherboard is on, but nothing comes on the computer screens, and no beeps or anything at all. It just stands there with all the fans running without booting bios.
    I tried resetting the CMos, and removing the battery like shown in your guide on here, but it made no difference. I also tried to remove ALL ram blocks, just too see if it then would give me any beeps, but exact same thing happens. So I supect that the reason it does not start  booting, is because it thinks that there is no RAM in the motherboard ???
    I really hope someone can help me out here, since I'm close to giving up, and I'm out of ideas. Everything worked fine last night, but after switching the RAM block, it just wont boot anymore no matter what ram I put in it.
    My system is:
    MB: Z68A-GD80 (B3)
    CPU: Intel Core-I7 2600K
    RAM: 2 X 4 MB Corsair Vengence 1600 Mhz & 2 X Kingston Hyper-X Genesis 1600 mhz
    GFX: HD 4870
    Monitors: 2 X Asus vW246H
    Please help! thanks in advance!

    Quote from: Froggy Gremlin on 31-August-12, 18:25:21
    This is almost always a recipe for failure and the most likely cause of the BSOD's. Recommend to pick one kit or the other to use, or better yet if 16GB is wanted, purchase a 4X4GB kit.
    Check to see if the EPS/ATX 8-pin CPU power connection is secure. The PSU is not specified in your component list. It is possible it has gone bad. Test with only one RAM stick in the primary DIMM slot. I have the most trust in the Corsair brand.
    Prior to the test, remove the PSU power cord, remove the battery for awhile, clear CMOS.
    Hi, thanks for your reply.
    I have been running with those different ram blocks for a long time, and the 2nd set I actually got after the BSOD's started to test the ram. The BSOD is very likely to be because of a bad Win 7 installation anyway, since I cloned my old HDD to a new SSD, and that is apperantly not a good way to go, so the lets just forget about the BSOD for now - that aint my main problem right now..
    I did what you surgested above, eventhough I done it before. I now have just 1 corsair ram in DIMM 1.
    Removed powercord, then I cleared the CMOS again by pressing the clear cmos botton at the back with a screwdriver for 10 secs. Then I removed the battery for 10+ secs as well.
    Still does not seem to boot into bios. Fans running, and light on MB, so powersupply must be fine as well. Seems unlikely that it should just die overnight anyway.. Powersuppy is a Corsair HX 750.
    CPU power conector is fine. I really haven't done anything except switching that RAM block this morning. Last night when I powered the computer down, everything worked fine.
    To be sure that its not because my GFX card should have gone bad overnight, I tried with another GFX card, but still nothing comes on the screens when it should be booting up.
    If the none of the RAM was working, or it does not detect any ram in the motherboard, shouldn't it atleast be giving some sort of error beeps ?? What is so frustrating is, that I get NO errors or sound or anything.. I just a black screen, and a computer with atleats all fans running..

  • Problem with email setup in iPhone after changing to secure settings

    When changing account settings to use Verizon's new secure email settings, my iPhone keeps giving error " Can not get Mail, the mail server incoming.verizon.net is not responding.
    I am using port 995 with SSL as instructed. Switching back to the standard port 110 with no SSL works fine.
    Outgoing works fine with port 465 and SSL.
    Also, same secure settings on Outlook 2010 work perfectly fine.
    Anyone having this issue?
    Solved!
    Go to Solution.

    gusverde wrote:
    When changing account settings to use Verizon's new secure email settings, my iPhone keeps giving error " Can not get Mail, the mail server incoming.verizon.net is not responding.
    I am using port 995 with SSL as instructed. Switching back to the standard port 110 with no SSL works fine.
    Outgoing works fine with port 465 and SSL.
    Also, same secure settings on Outlook 2010 work perfectly fine.
    Anyone having this issue?
    A few other people have posted that after making the changes they had to reboot their iPhone/iPad in order for it to connect again. Have you tried restarting?
    If a forum member gives an answer you like, give them the Kudos they deserve. If a member gives you the answer to your question, mark the answer as Accepted Solution so others can see the solution to the problem.
    "All knowledge is worth having."

  • RS480M2-IL wont boot after change in BIOS, CMOS reset doesnt work!

    Hi,
    I bought the RS480M2 to use with a E6 stepping Venice 3000+ CPU using the onboard graphics card. I ran into problems right from the start, CPU temps were high (PC health in BIOS says 51-58 over a few minutes). Looking at the BIOS updates available i noticed that i had BIOS v.3.2, and i needed a higher version to support the E6 stepping, so i thought maybe the motherboard was using a wrong voltage for the CPU. In order to ensure that i could do a BIOS flash update i thought id better UNDERclock the CPU so it wouldnt overheat while flashing. I changed the LDT setting to 200Mhz(from 800 i think), subsequently on booting nothing happened(note that i never got around to do any BIOS flashing). My drives powers up, but i do not get a boot display. I checked the manual on how to reset the CMOS/BIOS and it says i should change the JCMOS1 jumper from 1-2 to 2-3. I was confused about whether or not to restart before or after putting it back to 1-2, so in the begining i just moved the jumper to 2-3 waited a few seconds and moved it back before powering up. This didnt help.  A newer online version on the manual gave the order as 2-3 , power on, wait for CMOS error, power off, 1-2, power on. Unfortunately when i start up with the jumper on 2-3, i still get nothing. No boot, no error message. Ive tried clearing the CMOS multiple times(by following the sequence above), and nothing seems to work.
    The only thing strange about my setup is that im using a fanless heatsink(the Sonic Tower from ThermalTake) running open case. Can this problem be related to a CPU fan speed protection?
    Im totally at a loss as what to do about this, any help would be incredibly appreciated!

    Quote from: dannol48 on 20-August-05, 09:28:59
    If you carefully check the MSI processor compatibility chart for the RS480M2-IL, you'll see that there is no current Bios support for the Venice with Stepping E6.
    I hope that radical CMOS clear procedure that I and others use will clear the post problem.  Mine was primarily due to incompatible memory.
    Danno
    When i bought this board i didnt realize it might only support some A64's since it just listed A64's as supported. Also, when i look at the BIOS updates i can see that BIOS 3.4  lists "Support AMD K8 reversion E stepping CPU." (my Venice is E6) as being the change, so i thought it would be okay, after all when someone says they support E stepping, one would assume that it is all E stepping CPUs. When people buy CPU's its not always they know what stepping they will receive. I actually thought i was getting the E3 until i checked the model number and found it to be an E6.
    My memory is Kingston Value Ram(2x256MB, im just building a HTPC, so i really didnt go after the expensive stuff). I got the newest venice because of its extremely low power use.
    Btw, when reinserting the battery and restarting should i have JCMOS1 jumper at Clear data or keep data?

Maybe you are looking for

  • Error AC519 while Specifing Intervals and Posting Rules for Depreciation.

    hi, i deleted one company code from system and now tring to execute t-code OAYR. i checked there is no assignment of company code with chart of depriciation. error is like Company code XXXX is not defined Message no. AC519 Here XXXX is deleted compan

  • How to import Articulate quiz into Captivate

    I am trying to import an Articulate Quiz, in to Captivate 5 , it imports and I have followed the instructions found here http://daveperso.mediaenglishonline.com/2010/06/21/publishing-articulate-to-captivate/ However my quiz does not play past the fir

  • How to get the space to clear after trash/delete

    I've trashed/deleted files to clear space on both my Powerbook hard drive and an external hard drive, but the "space" isn't opened up. How do I finish the job of deleting, so gigs are freed up??? Thanks.

  • Cover Flow for 5th Gen

    Does anyone know if it is possible to get software that enables cover flow on a 5th gen? Thanks in advance.

  • Reduce decimals in amount in sap script

    User wants to limit the number of zeros in the decimal places, e.g., if the number is 352.0000 he wants it to print only 352.00.    Is there some kind of special code that can be used to accomplish this in sap script, please help me with this. Thank