[Solved]PM: swap header not found attempting to suspend encrypted disk

Hi all,
I have my root partition set up as a dm-crypt encrypted volume, and I followed the instructions here to set up a swap file.
I also followed these instructions to add the resume hook to my mkinitcpio.conf between encrypt and filesystems.
I modified the /etc/default/grub file like so:
GRUB_CMDLINE_LINUX_DEFAULT="cryptdevice=/dev/disk/by-uuid/0cb6b266-ce81-4b2f-9958-722c788c46ef:cryptroot cryptkey=/dev/disk/by-uuid/18868ab9-e0dd-4634-9f9e-69f3d3686d3f:ext2:/laptopkey root=/dev/mapper/cryptroot resume=/dev/mapper/cryptroot resume_offset=4952064"
I determined the offset using the swap-offset tool provided by the uswsusp package.
And I ran
mkinitcpio -p linux
and
grub-mkconfig
When I type "systemctl hibernate" the system begins to hibernate, then comes back up immediately. Journalctl -xn gives this:
Jan 08 23:38:57 lefty-laptop systemd[1]: systemd-hibernate.service: main process exited, code=exited, status=1/FAILURE
Jan 08 23:38:57 lefty-laptop systemd[1]: Failed to start Hibernate.
-- Subject: Unit systemd-hibernate.service has failed
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- Documentation: http://www.freedesktop.org/wiki/Software/systemd/catalog/be02cf6855d2428ba40df7e9d022f03d
-- Unit systemd-hibernate.service has failed.
-- The result is failed.
Jan 08 23:38:57 lefty-laptop systemd[1]: Dependency failed for Hibernate.
-- Subject: Unit hibernate.target has failed
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- Documentation: http://www.freedesktop.org/wiki/Software/systemd/catalog/be02cf6855d2428ba40df7e9d022f03d
-- Unit hibernate.target has failed.
-- The result is dependency.
Jan 08 23:38:57 lefty-laptop systemd[1]: Service sleep.target is not needed anymore. Stopping.
Jan 08 23:38:57 lefty-laptop systemd[1]: Unit systemd-hibernate.service entered failed state.
Jan 08 23:38:57 lefty-laptop systemd[1]: Stopping Sleep.
-- Subject: Unit sleep.target has begun shutting down
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- Unit sleep.target has begun shutting down.
Jan 08 23:38:57 lefty-laptop systemd[1]: Stopped target Sleep.
-- Subject: Unit sleep.target has finished shutting down
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- Documentation: http://www.freedesktop.org/wiki/Software/systemd/catalog/9d1aaa27d60140bd96365438aad20286
-- Unit sleep.target has finished shutting down.
Jan 08 23:38:58 lefty-laptop kernel: Freezing user space processes ... (elapsed 0.001 seconds) done.
Jan 08 23:38:57 lefty-laptop wpa_actiond[1017]: Interface 'wlan0' lost connection to network 'braains'
Jan 08 23:38:58 lefty-laptop kernel: PM: Marking nosave pages: [mem 0x0009d000-0x000fffff]
Jan 08 23:38:58 lefty-laptop kernel: PM: Basic memory bitmaps created
Jan 08 23:38:58 lefty-laptop kernel: PM: Preallocating image memory... done (allocated 294215 pages)
Jan 08 23:38:58 lefty-laptop kernel: PM: Allocated 1176860 kbytes in 0.22 seconds (5349.36 MB/s)
Jan 08 23:38:58 lefty-laptop kernel: Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
Jan 08 23:38:58 lefty-laptop kernel: e1000e 0000:00:19.0: setting latency timer to 64
Then a bunch more stuff, then this:
Jan 08 23:38:58 lefty-laptop kernel: PM: thaw of devices complete after 955.701 msecs
Jan 08 23:38:58 lefty-laptop kernel: PM: writing image.
Jan 08 23:38:58 lefty-laptop kernel: PM: Using 1 thread(s) for compression.
PM: Compressing and saving image data (197765 pages)...
Jan 08 23:38:58 lefty-laptop kernel: PM: Image saving progress: 0%
Jan 08 23:38:58 lefty-laptop kernel: PM: Image saving progress: 10%
Jan 08 23:38:58 lefty-laptop kernel: PM: Image saving progress: 20%
Jan 08 23:38:58 lefty-laptop kernel: PM: Image saving progress: 30%
Jan 08 23:38:58 lefty-laptop kernel: PM: Image saving progress: 40%
Jan 08 23:38:58 lefty-laptop kernel: PM: Image saving progress: 50%
Jan 08 23:38:58 lefty-laptop kernel: PM: Image saving progress: 60%
Jan 08 23:38:58 lefty-laptop kernel: PM: Image saving progress: 70%
Jan 08 23:38:58 lefty-laptop kernel: PM: Image saving progress: 80%
Jan 08 23:38:58 lefty-laptop kernel: PM: Image saving progress: 90%
Jan 08 23:38:58 lefty-laptop kernel: PM: Image saving progress: 100%
Jan 08 23:38:58 lefty-laptop kernel: PM: Image saving done.
Jan 08 23:38:58 lefty-laptop kernel: PM: Wrote 791060 kbytes in 4.67 seconds (169.39 MB/s)
Jan 08 23:38:58 lefty-laptop kernel: PM: S
Jan 08 23:38:58 lefty-laptop kernel: PM: Swap header not found!
Jan 08 23:38:58 lefty-laptop kernel: |
Jan 08 23:38:58 lefty-laptop kernel: PM: Basic memory bitmaps freed
Jan 08 23:38:58 lefty-laptop kernel: Restarting tasks ... done.
Jan 08 23:38:58 lefty-laptop kernel: video LNXVIDEO:00: Restoring backlight state
Jan 08 23:38:58 lefty-laptop laptop-mode[28617]: Laptop mode
Jan 08 23:38:58 lefty-laptop laptop-mode[28618]: enabled, not active [unchanged]
Jan 08 23:38:58 lefty-laptop laptop-mode[28622]: Laptop mode
Jan 08 23:38:58 lefty-laptop laptop-mode[28623]: enabled, not active [unchanged]
Perhaps the "PM: swap header not found" is not the primary error?
Last edited by LeftyAce (2014-01-12 06:08:55)

LeftyAce wrote:
ROOKIE: which UUID do you use? If I list /dev/disk/by-uuid I get two results:
total 0
lrwxrwxrwx 1 root root 10 Jan 11 18:06 06f4c97e-fe09-45a8-a937-dedb6b18339b -> ../../dm-0
lrwxrwxrwx 1 root root 10 Jan 11 18:06 a0eb0a15-6d5d-4df2-a0d3-6f7fb00885c6 -> ../../sda1
I think one of them is the actual device, the other is the dm-crypt container? I guess I could try both...I'll report back.
Usually I use the output of blkid to find out the correct uuid. The uuid to use for / or swap is the one pointing to one of /dev/dm*.
LeftyAce wrote:For the record I am using resume=/dev/mapper/cryptroot. I think since the swapfile is a file not a block device in my case that's important. Since the encrypt hook runs first, that mapper volume is present and unlocked by the time resume comes around.
In my case the same happens but for some reason it doesn't seem to work, and I've been procrastinating submitting a bug (I use hibernation very rarely and I know of a way that works).

Similar Messages

  • Swap header not found! on Hibernation

    I have Arch installed on an Asus UX32VD and I want to use suspend to disk.
    Unfortunaly I didn't create a swap partition so I tried it with a swap file.
    Activating suspend to disk doesn't work. dmesg gives me the error "PM: Swap header not found!"
    The swap file is at /var/cache/swap/swap0
    filefrag -v /var/cache/swap/
    Gives me the output:
    Filesystem type is: ef53
    File size of /var/cache/swap/ is 4096 (1 block, blocksize 4096)
    ext logical physical expected length flags
       0       0  2629764               1 eof
    /var/cache/swap/: 1 extent found
    So I added "resume=/dev/sda2 resume_offset=2629764" to the kernel parameters
    Have I forgotten something else?
    Thanks a lot for your help
    br DX

    The argument passed to filefrag should be the actual swap file, not the directory that it is in:
    filefrag -v /var/cache/swap/swap0

  • Substitution HEADER not found

    DEAR GURUS,
    WHEN i POSTING IN MB1B   TCODE  309 MVT IT SHOWS ERROR "Substitution HEADER not found" .
    kINDLY CLEAR THE ERROR .
    SRITHAR K

    Dears ,
    I found.
    post goods issue
    Srithar K

  • [SOLVED] version `HEIMDAL_KRB5_1.0' not found

    Why is this happening now?
    /opt/xbmc/share/xbmc/xbmc.bin: /usr/lib/libkrb5.so.25: version `HEIMDAL_KRB5_1.0' not found (required by /usr/lib/libsmbclient.so.0)
    i did a
    $  sudo pacman -Sy heimdal
    it's up to date and installed, and i can't get rid of this message
    Last edited by beatbreaker (2009-12-08 21:52:04)

    Um, I have exact the same problem while starting some deamons (yestarday it was cups, but reinstalling heimdal solved it, today it's ssh), I have no packages ignored in pacman and I don't quite know what to do.
    $ sudo /etc/rc.d/sshd start
    :: Starting Secure Shell Daemon [BUSY]
    /usr/sbin/sshd: /usr/lib/libkrb5.so.25: version `HEIMDAL_KRB5_1.0' not found (required by /usr/sbin/sshd)
    [FAIL]
    /EDIT: reinstalling openssh solved the problem, but still, I would like to know why pacman didn't upgrade ssh, as he should do this while pacman -Suy
    Last edited by martusia (2009-12-14 19:56:10)

  • [SOLVED] 'sh: nano: command not found' on installation in arch-chroot

    Hello,
    I'm trying to install Arch Linux on a new laptop with a UEFI motherboard, however while following the beginners' guide on the step which requires you to arch-chroot into the /mnt base system to modify the locale.gen file using nano, I receive the following error:
    'sh: nano: command not found'
    I have mounted the partitions, installed the base system and have tried searching online for a solution but nothing seems to work. Also, nano works while outside of arch-root so I believe it is installed on my system.
    I'm almost completely out of ideas on how to fix this, so any help or a point in the right direction would be greatly appreciated.
    - Thanks.
    Last edited by tyor (2013-01-20 12:01:54)

    I had the same problem during my first attempts to install Arch. When you use the command as stated:
    # pacstrap -i /mnt base base-devel
    it seems not all packages were downloaded/installed. Now I know it was my own fault by not selecting the packages properly.
    In the beginnersguide right above the pacstrap command is stated:
    The -i switch can be omitted if you wish to install every package from the base and base-devel groups without prompting.
    So I did, and installed without a problem

  • [SOLVED] Fatal: module phc_intel not found

    I've used the phc_intel package from AUR, yet it didn't work for me and I removed it. Now, during boot I get the "Fatal: module phc_intel not found" message. It doesn't stop the boot but it's annoying. There is no mention of it in rc.conf:
    MOD_AUTOLOAD="no"
    #MOD_BLACKLIST=() #deprecated
    MODULES=(!usblp acpi_cpufreq cpufreq_ondemand iwl4965 ac battery button processor thermal video btusb cdrom agpgart intel-agp nvram i2c-i801 i2c-core evdev joydev pcspkr psmouse serio_raw led-class mmc_core ricoh_mmc sdhci-pci sdhci pci_hotplug shpchp thinkpad_acpi wmi rtc-cmos rtc-core rtc-lib nvidia output iTCO_vendor_support iTCO_wdt snd-mixer-oss snd-pcm-oss snd-hwdep snd-page-alloc snd-pcm snd-timer snd snd-hda-codec snd-hda-intel soundcore scsi_mod ahci ata_piix e1000e bluetooth mac80211 rfkill iwlagn iwlcore cfg80211 pcmcia_core rsrc_nonstatic yenta_socket usb-storage usbcore ehci-hcd uhci-hcd ieee1394 ohci1394 sd_mod sr_mod st)
    Any ideas?
    Last edited by dcc24 (2009-12-19 19:59:45)

    Yes, there was a conf file there. Removing it solved the problem. Thanks!

  • Can't solve "valid signing identity not found" issue

    Hello,
    I'm having a lot of trouble getting an app to build properly.  I'm using the Corona SDK, but I believe that my true problem lies here:
    It says, "Valid signing identity not found."
    I've gone through the process of uninstalling all of my Provisioning Profiles and reinstalling them numerous times but still haven't solved this issue.  Any advice would be greatly appreciated.
    Cheers,
    - Bret

    Hi etresoft,
    Thanks so much for taking the time to reply to my question.  I am under the assumption that my build issue has something to do with the "Valid signing identity not found." message that appears in the XCode Provisioning Profiles window.  In all probability, this is causing my build issue, and it seems like a Provisioning / Keychain issue and not necessarily a Corona SDK issue. I did contact Corona anyhow and I'm waiting for a reply.
    If there's any chance you can help me debug the "Valid signing identity not found", I would be very grateful!
    Cheers,
    - Bret

  • [SOLVED] network-manager-applet not found

    Hi, I'm quite noob here, and I'm trying to install network-manager-applet with no luck;
    So far I've done
    # pacman -S network-manager-applet
    and I got
    resolving dependencies...
    looking for inter-conflicts...
    Targets (1): network-manager-applet-0.8-1
    Total Download Size: 1.01 MB
    Total Installed Size: 4.35 MB
    Proceed with installation? [Y/n] y
    :: Retrieving packages from extra...
    error: failed retrieving file 'network-manager-applet-0.8-1-x86_64.pkg.tar.gz' from mi.mirror.garr.it : Not Found
    error: failed retrieving file 'network-manager-applet-0.8-1-x86_64.pkg.tar.gz' from ftp.nluug.nl : Not Found
    error: failed retrieving file 'network-manager-applet-0.8-1-x86_64.pkg.tar.gz' from ftp.hosteurope.de : Not Found
    error: failed retrieving file 'network-manager-applet-0.8-1-x86_64.pkg.tar.gz' from ftp-stud.hs-esslingen.de : Not Found
    error: failed retrieving file 'network-manager-applet-0.8-1-x86_64.pkg.tar.gz' from archlinux.puzzle.ch : Not Found
    error: failed retrieving file 'network-manager-applet-0.8-1-x86_64.pkg.tar.gz' from ftp.surfnet.nl : Not Found
    warning: failed to retrieve some files from extra
    error: failed to commit transaction (Not Found)
    Errors occurred, no packages were upgraded.
    so I tried to download the package itself and install it with
    pacman -U network-manager-applet-0.8-2-x86_64.pkg.tar.xz
    and the answer was
    loading package data...
    checking dependencies...
    error: failed to prepare transaction (could not satisfy dependencies)
    :: network-manager-applet: requires mobile-broadband-provider-info
    what to do?
    i cannot find in the repos the package mobile-broadband-provider-info
    thank you in advance
    Last edited by lsk (2010-03-10 10:15:21)

    Update your system - "pacman -Syu".  The clue is that the file you manually downloaded is different to the one pacman is trying to get.

  • [Solved] yaourt and liblbxutil: not found on AUR?

    When running yaourt I am receiving the following notice:  liblbxutil: not found on AUR
    Previous runs of yaourt did not produce this message.  Where did the package go and how to fix?
    Last edited by BKJ (2008-11-12 00:45:46)

    I found it in the ABS tree even though it doesn't seem to exist in any of the repos anymore. You may want to file a bug report. I don't know if it's being used by anything. It's listed as installed as a dependency but not required by anything.
    # $Id: PKGBUILD 356 2008-04-18 22:56:27Z aaron $
    #Maintainer: Jan de Groot <[email protected]>
    pkgname=liblbxutil
    pkgver=1.0.1
    pkgrel=1
    pkgdesc="Low Bandwidth X11 Utility Library"
    arch=(i686 x86_64)
    url="http://xorg.freedesktop.org/"
    depends=('zlib')
    makedepends=('pkgconfig')
    options=(NOLIBTOOL)
    source=(${url}/releases/individual/lib/${pkgname}-${pkgver}.tar.bz2)
    md5sums=(b73cbd5bc3cd268722a624a5f1318fde)
    build() {
    cd ${startdir}/src/${pkgname}-$pkgver
    ./configure --prefix=/usr \
    --build=${CHOST} --host=${CHOST}
    make || return 1
    make DESTDIR=${startdir}/pkg install || return 1
    Last edited by skottish (2008-11-09 18:36:54)

  • [SOLVED] pacman error: database not found (during an install)

    i am trying to install an app
    when installing
    # pacman -S /path/to/dir/app.tar.gz
    error: database not found
    when i look inside the tar, theres only one file, app.bin
    im sure its some fundamental that im missing.  so i have to makepkg first , or am i missing a command during the intallation, or is the file broken?
    Last edited by wolfdogg (2011-06-04 05:50:09)

    well, im geting some errors with the program, im wondering if i need to make a package?  i think i will try that next.
    heres the beginning of the log, Java errors mainly
    eclipse.buildId=unknown
    java.version=1.5.0_11
    java.vendor=Sun Microsystems Inc.
    BootLoader constants: OS=linux, ARCH=x86, WS=gtk, NL=en_US
    Command-line arguments:  -os linux -ws gtk -arch x86
    !ENTRY org.eclipse.equinox.ds
    !MESSAGE
    !STACK 0
    org.osgi.framework.BundleException: The bundle could not be resolved. Reason: Missing Constraint: Import-Package: org.eclipse.equinox.internal.util.event; version="1.0.0"
        at org.eclipse.osgi.framework.internal.core.AbstractBundle.getResolverError(AbstractBundle.java:1313)
        at org.eclipse.osgi.framework.internal.core.AbstractBundle.getResolutionFailureException(AbstractBundle.java:1297)
        at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:309)
        at org.eclipse.osgi.framework.internal.core.AbstractBundle.resume(AbstractBundle.java:370)
        at org.eclipse.osgi.framework.internal.core.Framework.resumeBundle(Framework.java:1068)
        at org.eclipse.osgi.framework.internal.core.StartLevelManager.resumeBundles(StartLevelManager.java:557)
        at org.eclipse.osgi.framework.internal.core.StartLevelManager.incFWSL(StartLevelManager.java:464)
        at org.eclipse.osgi.framework.internal.core.StartLevelManager.doSetStartLevel(StartLevelManager.java:248)
        at org.eclipse.osgi.framework.internal.core.StartLevelManager.dispatchEvent(StartLevelManager.java:445)
        at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:227)
        at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:337)
    ok, i downloaded a different binary of this program, and it installed successfully.  thanks for the help
    Last edited by wolfdogg (2011-06-04 05:49:37)

  • [SOLVED] sudo and "command not found" problems

    Ok, the problem I've got is this: sudo has suddenly started acting real strange. It can't find any programs. For example, if i type
    sudo echo
    It just goes
    sudo: echo: command not found
    And another problem I've got, is that as a regular user, it can't find programs in /sbin, or other "exotic" places. For example it can't find firefox, because it's not in /usr/bin or /bin, but in /opt/mozilla/bin.
    Please, help me!
    Last edited by mrpedroxx (2008-06-14 13:23:49)

    sudo -V outputs this
    Sudo version 1.6.9p15
    $PATH outputs
    bash: /usr/gnu/bin:/usr/local/bin:/bin:/usr/bin:.: No such file or directory
    pacman -Q firefox outputs
    firefox 2.0.0.7-1
    Yeah, maybe I should update it anyway
    And /var/log/errors.log does contain stuff about hard disks, but it's just me mounting my iPod and the Windows partition on my hd

  • [SOLVED] FATAL: module nvidia not found

    Hi
    I have been working on setting arch up on my laptop the past couple of days. It's a Thinkpad T61 with an NVIDIA Quadro NVS 140M gpu.
    I started with the nouveau driver and all was working fine, but I decided to switch to the propriatery driver to see if it had any better power saving features.
    Well, I installed 'nvidia-utils 275.09.07' with pacman > ran 'nvidia-xconf' > reboot. All I got was a few GDM failed to start error messages.
    So I start digging around the xorg log and what not, tried simply running startx. Turns out the 'nvidia' module is nowhere to be found.
    If I 'modprobe nvidia'
    FATAL: Module nvidia not found.
    So I tinker with it a bit more with no results. Reinstalled a few times, even tried installing the latest beta driver from AUR. Then I just said to hell with it and did a fresh arch install.
    Now I'm on a clean install. All I have done is sync and update with pacman, create a use and install X and the nvidia driver.
    Run 'startx'. Same thing as before.
    Where is that nvidia module supposed to be?
    In /lib/modules/2.6.39-ARCH/modules.dep there is this line. I grepped 'nvidia' from it.
    kernel/drivers/video/nvidia/nvidiafb.ko.gz: kernel/drivers/video/fb_ddc.ko.gz kernel/drivers/i2c/algos/i2c-algo-bit.ko.gz kernel/drivers/video/vgastate.ko.gz kernel/drivers/i2c/i2c-core.ko.gz
    And that nvidiafb file is there. Don't know if that is the right one.
    Am I doing something horribly wrong here or is this a bug? I'm really not sure at this point.
    Has anyone else been unlucky enough to have to deal with this issue?
    Last edited by raginaot (2011-07-17 16:49:29)

    raginaot wrote:
    mikesd wrote:
    Did you install nvidia as well as nvidia-utils?
    The wiki has a great nvidia page.
    ehm... I did not...
    I must be getting dyslexic or something cause I don't know how many times I read that wiki page trying to find something I had missed..
    Anyway, installed the nvidia package and it's all good now. Thanks.
    I'm gonna go sit in the corner now.
    You're a big enough man to actually admit you've erred.  In my books that makes you a very respectable man so no more corner-sitting for you.

  • [ SOLVED ] bluez-simple-agent not found

    [na5m@arch64 ~]$ bluez-simple-agent
    bash: bluez-simple-agent: command not found
    Per https://wiki.archlinux.org/index.php/Bluetooth, I have installed
    bluez, bluez-utils, python2-dbus, python2-gobject, and dbus-glib.
    Where the devil is bluez-simple-agent hiding? Thanks!
    Last edited by na5m (2013-07-01 10:05:53)

    progandy wrote:With bluez5 "bluetoothctl" provides the client.
    I was completely unaware of this. Someone should insert that info into the wiki, and a few examples on usage too when they are at it.

  • [SOLVED] HPLIP- PPD file not found.

    Hello all,
    I am trying to install an HP Officejet 5610 All-in-One. I have used HPLIP in Ubuntu before to install it and it worked fine. However, I do not seem to be able to get it to work here in Arch.
    I installed hplip through pacman, which seemed to work fine.
    Upon typing:
    sudo hp-setup
    I select USB as the printer I want to detect, and that goes fine. It sees that I have an 'HP Officejet 5600 series' and after clicking next I get a 'PPD file not found' error.
    I try the 'Select Other' option, but there is no PPD file relating to the 5610 AIO or even the 5600 series. I also went to linuxprinting.org to try and find a PPD file, but there doesn't seem to be one for this printer.
    As I say, I know that the printer/scanner/fax-everything worked just fine in Ubuntu, so I am sure that it can be accomplished here. I must just be missing something simple.
    Does anyone have any idea as to how I can get the appropriate PPD file, or which one of the listed ones might work instead? The only Officejet that I see listed is the 'hp_officejet_9100_series-ps.ppd.gz', does that sound like a reasonable choice?
    Any assistance would be greatly appreciated. Thanks.
    I should have mentioned that I am running Arch64, in case that has some bearing on the issue.
    Last edited by The Avatar of Time (2008-07-28 08:30:40)

    Thanks for the reply.
    Well this is all rather odd. I checked and I had chosen 'foomatic/hpijs'. So I tried printing this thread again. No more odd characters. Apart from some seriously awful fonts (it is not printing the fonts that I actually see on the page) the page prints more or less normal. Also though, the Arch Linux banner does not show up, and Home, Forums, etc. do but they don't print right. There should be a black and a blue bar over the Home, Forums, etc., but it doesn't show up. I tried printing a third time and got the same weird characters as the first time.
    So what do you think the problem with this is? I find it strange that it almost works once, then works weird, and I'm sure if I try enough times I will get another decent page. So I am lost here. The scanner seems to be working fine though. So there is definite progress, after all the printer works now. I assume that it is some language of font problem. I really have no idea though. Any more help is appreciated. Thanks.
    I was gonna include screenshots but I don't seem to be able to figure out how to do that. Help please
    Last edited by The Avatar of Time (2008-06-01 17:14:11)

  • (Solved) grub rescue file not found

    I reinstalled arch, also installed grub with arch installation. After reboot grub gives that error.
    "file not found"
    what should i do now? I'm writing from ubuntu live cd
    Last edited by bilgee0629 (2011-04-16 07:22:25)

    First thing to do, Assuming an Error 15: file not found, would be to check your grub's menu.lst to make sure that it is referencing the correct partition and vmlinuz26. If you have a separate boot partition it should reference that partition and just use /vmlinuz26 (as explained on the following thread https://bbs.archlinux.org/viewtopic.php?id=56251). However if everything there seems correct, you will have to post more information for people to help you, such as the contents of /etc/fstab along with your menu.list.
    you can check the menu.lst through the ubuntu live cd by mounting the arch root partition (or /boot if you partitioned it that way) and opening /boot/grub/menu.lst.
    Also, this might be of help http://ubuntuforums.org/showthread.php?t=1263009.
    Last edited by eyhaszewin (2011-04-15 13:28:13)

Maybe you are looking for

  • Running windows 8.1 through bootcamp

    Hi guys, ive been having some issues with running windows 8.1 on bootcamp and i'd really appreciate some help.      I'm using a 13" Macbook Pro with retina display and, because of the lack of a disk drive, i had to use a usb drive to install windows.

  • What should i do next if i messed up trying to shrink a disk with disk utility

    i wanted to make a back up disk for my macbook. couldnt use time machine because time capsule had trouble with airport. went to disk utility, only had 1 disk on entire hard drive. it was Macintosh hd it was 160 gb and had just under 40 gb space used.

  • Odi 10g excel jdbc to oracle on linux server

    Hi everyone, I want to read excel file to insert Oracle DB.I know On windows system I should ODBC data server using Microsoft exel driver.But On linux server How can I do that? I have read and downloaded this document. http://odiexperts.com/odi_jdbc_

  • Database performance issue (8.1.7.0)

    Hi, We are having tablespace "payin" in our database (8.1.7.0) . This tablespace is the main Tablespace of our database which is dictionary managed and heavily accessed by the user SQL statements. Now we are facing the database performance issue duri

  • Simple Flex Chart question - Plot Chart labels

    I'm playing around with displaying data from WDA as charts in Flex 3. I'm able to bind my internal table, which has 3 fields, to the plot chart. The table looks like this ext_id      type string    " bound to prjname in Flex cost         type string