[SOLVED] Upgrade hard drive: Grub error 22: Partition not found

I'm trying to move to a different hard drive.  I booted a live cd, created the partitions, formatted, and used "cp -a" to copy all the files over.  I also updated the fstab on the new drive, and now I would expect everything to work.  However, I can't get past grub.
When I boot up, I get "grub error 22: partition not found".
Here is my setup ("Arch Linux - SSD" is the entry not working):
menu.lst:
# (0) Arch Linux
title Arch Linux
root (hd0,6)
kernel /boot/vmlinuz26 root=/dev/sda7 ro vga=775
initrd /boot/kernel26.img
# (0) Arch Linux
title Arch Linux - SSD
root (hd1,2)
kernel /boot/vmlinuz26 root=/dev/sdb3 ro vga=775
initrd /boot/kernel26.img
# (1) Arch Linux
title Arch Linux Fallback
root (hd0,6)
kernel /boot/vmlinuz26 root=/dev/sda7 ro
initrd /boot/kernel26-fallback.img
cat /boot/grub/device.map
(fd0) /dev/fd0
(hd0) /dev/sda
(hd1) /dev/sdb
(hd2) /dev/sdc
fdisk -l
Disk /dev/sdb: 115.0 GB, 115033153536 bytes
255 heads, 63 sectors/track, 13985 cylinders, total 224674128 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x000d1ddc
Device Boot Start End Blocks Id System
/dev/sdb1 2048 8194047 4096000 82 Linux swap / Solaris
/dev/sdb2 8194048 161794047 76800000 83 Linux
/dev/sdb3 161794048 224673791 31439872 83 Linux
Disk /dev/sda: 500.1 GB, 500107862016 bytes
255 heads, 63 sectors/track, 60801 cylinders, total 976773168 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x152104b0
Device Boot Start End Blocks Id System
/dev/sda1 * 2048 771975167 385986560 7 HPFS/NTFS/exFAT
/dev/sda2 771987510 976768064 102390277+ 5 Extended
/dev/sda5 968350068 976768064 4208998+ 82 Linux swap / Solaris
/dev/sda6 813933288 968350004 77208358+ 83 Linux
/dev/sda7 771987573 813933224 20972826 83 Linux
Another note, is that grub-install takes a very long time to run after I update the menu.lst (5+ minutes), but the update does work without errors, and the new items do appear.
Any help would be appreciated, I'm wondering if I've just been looking at it too long...
Last edited by zhobbs (2011-05-11 19:40:04)

I solved this by using the uuid instead of the root:
# (0) Arch Linux
title Arch Linux - SSD
uuid 128a4425-c9ae-433f-b604-5488d55a14b3
kernel /boot/vmlinuz26 root=/dev/sdb3 ro vga=775
initrd /boot/kernel26.img
Also, I got "grub-install" to run much faster by removing the fd0 from the device map.

Similar Messages

  • Grub Error 15: File not found

    I am using Tobias Powalowski's 2008.10 archboot to install archlinux
    everything seems fine, except with "setting password", and i skipped that.
    after rebooting, grub comes up with an error 15: File not found
    It appears that grub find /vmlinuz but not /kernel26.img..
    anyone help? thank you.
    Some information below
    ==== grub shows =======
    root (hd0,0)
    File system type is ext2fs, partition type 0x83
    kernel /vmlinuz26 root=/dev/disk/by-uuid/06370655..91 ro
         [Linux-bzImage, setup=0x3000, size=0x1be2e0]
    initrd /kernel26.img
    Error 15: File not found
    Press any key to continue...

    actually i find there is no kernel26.img in /boot/
    ls /boot
    System.map26 grub lost+found vmlinuz26
    where can i get kernel26.img?

  • [SOLVED] GRUB: Error 15: File not found

    I've used the beginners guide to install Arch on my laptop and everything went smooth untill I rebooted and ended up with GRUB error 15. I've seen some other people having trouble with this one but neither of the solutions that worked (or didn't work) for them have worked out for me. I will try to provide you with as much information as possible:
    I get to the GRUB menu and get the error after choosing 'Arch Linux' from it.
    menu.lst
    title Arch Linux
    root (hd0,0)
    kernel /vmlinuz26 root=/dev/disk/by-uuid/0b899428... ro vga=773
    initrd /kernel26.img
    The only thing I've changed in menu.lst is that I've added vga=773. I left out the rest of the UUID because I'm writing it of my laptop beside me.
    fdisk -l
    Device Boot Start End Blocks ID System
    /dev/sda1 * 1 13 104422 83 Linux
    /dev/sda2 14 144 1052257+ 82 Linux swap / Solaris
    /dev/sda3 145 1101 7687102+ 83 Linux
    /dev/sda4 1102 9729 69304410 83 Linux
    blkid
    /dev/sda1: UUID="1afac34a-..." TYPE="ext2"
    /dev/sda2: TYPE="swap" UUID="abd14101-..."
    /dev/sda3: UUID="0b899428-..." TYPE="jfs"
    /dev/sda4: UUID="3b33ca9f-..." TYPE="jfs"
    I've also tried poking around in the GRUB console:
    grub> root (hd0,0)
    Filesystem type is ext2fs, partition type 0x83
    grub> setup (hd0)
    Checking if "/boot/grub/stage1" exists... no
    Checking if "/grub/stage1" exists... yes
    Checking if "/grub/stage2" exists... yes
    Checking if "/grub/e2fs_stage1_5" exists... yes
    Running "embed /grub/e2fs_stage1_5 (hd0)"... failed (this is not fatal)
    Running "embed /grub/e2fs_stage1_5 (hd0,0)"... failed (this is not fatal)
    Running "install /grub/stage1 (hd0) grub/stage2 p /grub/menu.lst "... succeeded
    Done.
    Any help would be much appreciated and I'll gladly provide you guys with any other information if necessary.
    EDIT: Solved through re-installing.
    Last edited by zulustar (2009-09-13 20:20:57)

    I moved the boot parition to hdd sda, but doing so I had to reinstall everything, and it seemed to fix it. I also found that one of the sata cables had been knocked out, but I don't think that was the orginal fault.
    ibendiben wrote:
    fumbles wrote:
    timeout 5
    default 1
    color light-blue/black light-cyan/blue
    #(0) Arch
    title Arch Linux
    root (hd2,0)
    kernel /vmlinuz26 root=/dev/disk/by-uuid/blah(aka sda1) ro vga=795
    initrd /kernel26.img
    I wonder why you have "default 1". If you want to boot Archlinux (above) as default you should use "default 0", or has something changed lately?
    Also:
    root=/dev/disk/by-uuid/blah(aka sda1)
    that doesn't seem to be very valid. You need to fill it in.
    /edit
    Ofcourse you used blah(aka sda1) just here, not in the real file... sorry for the unhelpfull post
    The default was a typo, as I could not boot into anything except the Arch CD I had to type it in manually. Although thanks for the reply anyways.
    kgas wrote:
    Hello fumbles, As you have a separate /boot partition, the grub entry is not correct, I believe. if  should be /boot/vmlinuz For more help this link may also help you.
    http://www.experts-exchange.com/Operati … 72531.html
    This is simply not true. The reverse however is. I did NOT have a seperate boot parition, ie boot was just in the root partition   then yes I would have to add /boot to the kernel and initrd lines.
    Last edited by fumbles (2009-01-08 04:32:07)

  • [SOLVED] Upgrading after four month (version `GLIBC_2.16' not found)

    Hi all!
    After some time I decide to upgrade and starting with read the manual at the site.
    Firstly, I run
    pacman -Syu --ignore glibc,curl
    this exit successfully
    Secondly,
    pacman -Su
    but this give me error
    pacman: /lib/libc.so.6: version `GLIBC_2.16' not found (required by /usr/lib/libarchive.so.12)
    pacman always return this error, so I don't install glibc manually
    help me, pls
    i tried to untar glibc-2.16.0-4
    tar -xvf glibc-2.16.0-4-i686.pkg.tar.xz -C /
    it exit with
    tar: lib: Cannot create symlink to `usr/lib': File exists
    tar: lib64: Cannot create symlink to `usr/lib': File exists
    tar: Exiting with failure status due to previous errors
    ok, glibc untared(symlinks created with my hands in ramfs mode), but nothing happens (only kdm not start, but startx works) and error while i'm trying to use pacman is same
    pacman: /lib/libc.so.6: version `GLIBC_2.16' not found (required by /usr/lib/libarchive.so.12)
    Last edited by tim91 (2012-09-29 15:36:07)

    jfnichols wrote:tim, can you explain more how you re-installed pacman? I am having this same issue
    This is an old thread, but https://bbs.archlinux.org/viewtopic.php … 8#p1044458

  • [Solved] Upgraded, can't connect to internet, nl80211 not found.

    So after an upgraded I enthusiastically rebooted my computer to find that now I can't connect to the internet.
    My technique was that I had manually set up a wpa_supplicant configuration with wlp4s0 as my interface, and had
    dhcpcd wlp4s0
    run on boot.
    Now however, this won't connect automatically so I tried running that command and got
    wlp4s0: interface not found or invalid
    So I thought okay, maybe the interface changed I'll check, so I ran
    iw dev
    but that simply spits out
    nl80211 not found.
    iwconfig gives a similar response with
    lo no wireless extensions
    So I thought perhaps my wireless drivers are no longer working, but when I run lspci it still picks up my card as
    Network controller: Qualcomm Atheros AR93xx Wireless Network Adapter (rev 01)
    so I guess not.
    Netctl and wifi-menu also don't work.
    What should I do?
    Last edited by FoxzTrot (2014-02-23 22:51:18)

    Ah, well thank you for helping me realize that there is something horribly wrong with how I've set up /boot. I have it on a separate partition that I've apparently not been booting from.
    Edit to avoid double post: So I unmounted my /boot partition. And then ran pacman -S linux to reinstall it to the /boot directory I was actually starting from, and now everything works! Thanks!
    Last edited by FoxzTrot (2014-02-23 22:50:26)

  • [SOLVED] SSD hard drive ata errors, system unresponsive

    Hello,
    I have arch installed for about 2 weeks. Since 2 or 3 days, I'm getting ata errors in dmesg.
    When this happen, The HD LED is light up steady and the system is unresponsive. I have to reset the PC. It was stable before. I remember when doing a pacman -Syu, there was a kernel upgrade a couple of days ago. I'm wondering if it could be realted.
    The SSD is a OCZ Vortex2, 100GB.
    Any clue?
    Here is the dmesg log:
    sd 2:0:0:0: [sda] Unhandled error code
    sd 2:0:0:0: [sda] Result: hostbyte=0x00 driverbyte=0x06
    sd 2:0:0:0: [sda] CDB: cdb[0]=0x2a: 2a 00 08 c6 b4 07 00 03 d0 00
    end_request: I/O error, dev sda, sector 147239943
    Buffer I/O error on device sda1, logical block 18404985
    lost page write due to I/O error on sda1
    Buffer I/O error on device sda1, logical block 18404986
    lost page write due to I/O error on sda1
    Buffer I/O error on device sda1, logical block 18404987
    lost page write due to I/O error on sda1
    Buffer I/O error on device sda1, logical block 18404988
    lost page write due to I/O error on sda1
    Buffer I/O error on device sda1, logical block 18404989
    lost page write due to I/O error on sda1
    Buffer I/O error on device sda1, logical block 18404990
    lost page write due to I/O error on sda1
    Buffer I/O error on device sda1, logical block 18404991
    lost page write due to I/O error on sda1
    Buffer I/O error on device sda1, logical block 18404992
    lost page write due to I/O error on sda1
    Buffer I/O error on device sda1, logical block 18404993
    lost page write due to I/O error on sda1
    Buffer I/O error on device sda1, logical block 18404994
    lost page write due to I/O error on sda1
    sd 2:0:0:0: [sda] Unhandled error code
    sd 2:0:0:0: [sda] Result: hostbyte=0x00 driverbyte=0x06
    sd 2:0:0:0: [sda] CDB: cdb[0]=0x2a: 2a 00 02 4c e8 3f 00 04 00 00
    end_request: I/O error, dev sda, sector 38594623
    sd 2:0:0:0: [sda] Unhandled error code
    sd 2:0:0:0: [sda] Result: hostbyte=0x00 driverbyte=0x06
    sd 2:0:0:0: [sda] CDB: cdb[0]=0x2a: 2a 00 02 4c ec 3f 00 04 00 00
    end_request: I/O error, dev sda, sector 38595647
    sd 2:0:0:0: [sda] Unhandled error code
    sd 2:0:0:0: [sda] Result: hostbyte=0x00 driverbyte=0x06
    sd 2:0:0:0: [sda] CDB: cdb[0]=0x2a: 2a 00 02 4c f0 3f 00 04 00 00
    end_request: I/O error, dev sda, sector 38596671
    sd 2:0:0:0: [sda] Unhandled error code
    sd 2:0:0:0: [sda] Result: hostbyte=0x00 driverbyte=0x06
    sd 2:0:0:0: [sda] CDB: cdb[0]=0x2a: 2a 00 02 4c f4 3f 00 04 00 00
    end_request: I/O error, dev sda, sector 38597695
    sd 2:0:0:0: [sda] Unhandled error code
    sd 2:0:0:0: [sda] Result: hostbyte=0x00 driverbyte=0x06
    sd 2:0:0:0: [sda] CDB: cdb[0]=0x2a: 2a 00 02 4c f8 3f 00 04 00 00
    end_request: I/O error, dev sda, sector 38598719
    sd 2:0:0:0: [sda] Unhandled error code
    sd 2:0:0:0: [sda] Result: hostbyte=0x00 driverbyte=0x06
    sd 2:0:0:0: [sda] CDB: cdb[0]=0x2a: 2a 00 02 4c fc 3f 00 04 00 00
    end_request: I/O error, dev sda, sector 38599743
    sd 2:0:0:0: [sda] Unhandled error code
    sd 2:0:0:0: [sda] Result: hostbyte=0x00 driverbyte=0x06
    sd 2:0:0:0: [sda] CDB: cdb[0]=0x2a: 2a 00 08 c7 4a 07 00 04 00 00
    end_request: I/O error, dev sda, sector 147278343
    quiet_error: 880 callbacks suppressed
    Buffer I/O error on device sda1, logical block 18409785
    lost page write due to I/O error on sda1
    Buffer I/O error on device sda1, logical block 18409786
    lost page write due to I/O error on sda1
    Buffer I/O error on device sda1, logical block 18409787
    lost page write due to I/O error on sda1
    Buffer I/O error on device sda1, logical block 18409788
    lost page write due to I/O error on sda1
    Buffer I/O error on device sda1, logical block 18409789
    lost page write due to I/O error on sda1
    Buffer I/O error on device sda1, logical block 18409790
    lost page write due to I/O error on sda1
    Buffer I/O error on device sda1, logical block 18409791
    lost page write due to I/O error on sda1
    Buffer I/O error on device sda1, logical block 18409792
    lost page write due to I/O error on sda1
    Buffer I/O error on device sda1, logical block 18409793
    lost page write due to I/O error on sda1
    Buffer I/O error on device sda1, logical block 18409794
    lost page write due to I/O error on sda1
    sd 2:0:0:0: [sda] Unhandled error code
    sd 2:0:0:0: [sda] Result: hostbyte=0x00 driverbyte=0x06
    sd 2:0:0:0: [sda] CDB: cdb[0]=0x2a: 2a 00 08 c7 4e 07 00 04 00 00
    end_request: I/O error, dev sda, sector 147279367
    sd 2:0:0:0: [sda] Unhandled error code
    sd 2:0:0:0: [sda] Result: hostbyte=0x00 driverbyte=0x06
    sd 2:0:0:0: [sda] CDB: cdb[0]=0x2a: 2a 00 08 c7 52 07 00 04 00 00
    end_request: I/O error, dev sda, sector 147280391
    ata3.00: exception Emask 0x0 SAct 0x10004 SErr 0x0 action 0x6 frozen
    ata3.00: failed command: WRITE FPDMA QUEUED
    ata3.00: cmd 61/e0:10:c7:fc:c8/00:00:08:00:00/40 tag 2 ncq 114688 out
    res 40/00:00:00:00:00/00:00:00:00:00/00 Emask 0x4 (timeout)
    ata3.00: status: { DRDY }
    ata3.00: failed command: WRITE FPDMA QUEUED
    ata3.00: cmd 61/00:80:c7:f8:c8/04:00:08:00:00/40 tag 16 ncq 524288 out
    res 40/00:00:00:00:00/00:00:00:00:00/00 Emask 0x4 (timeout)
    ata3.00: status: { DRDY }
    ata3: hard resetting link
    ata3: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
    ata3.00: configured for UDMA/133
    ata3.00: device reported invalid CHS sector 0
    ata3.00: device reported invalid CHS sector 0
    sd 2:0:0:0: [sda] Unhandled error code
    sd 2:0:0:0: [sda] Result: hostbyte=0x00 driverbyte=0x06
    sd 2:0:0:0: [sda] CDB: cdb[0]=0x2a: 2a 00 08 c8 e4 c7 00 04 00 00
    end_request: I/O error, dev sda, sector 147383495
    quiet_error: 374 callbacks suppressed
    Buffer I/O error on device sda1, logical block 18422929
    lost page write due to I/O error on sda1
    Buffer I/O error on device sda1, logical block 18422930
    lost page write due to I/O error on sda1
    Buffer I/O error on device sda1, logical block 18422931
    lost page write due to I/O error on sda1
    Buffer I/O error on device sda1, logical block 18422932
    lost page write due to I/O error on sda1
    Buffer I/O error on device sda1, logical block 18422933
    lost page write due to I/O error on sda1
    Buffer I/O error on device sda1, logical block 18422934
    lost page write due to I/O error on sda1
    Buffer I/O error on device sda1, logical block 18422935
    lost page write due to I/O error on sda1
    Buffer I/O error on device sda1, logical block 18422936
    lost page write due to I/O error on sda1
    Buffer I/O error on device sda1, logical block 18422937
    lost page write due to I/O error on sda1
    Buffer I/O error on device sda1, logical block 18422938
    lost page write due to I/O error on sda1
    sd 2:0:0:0: [sda] Unhandled error code
    sd 2:0:0:0: [sda] Result: hostbyte=0x00 driverbyte=0x06
    sd 2:0:0:0: [sda] CDB: cdb[0]=0x2a: 2a 00 08 c8 e8 c7 00 04 00 00
    end_request: I/O error, dev sda, sector 147384519
    sd 2:0:0:0: [sda] Unhandled error code
    sd 2:0:0:0: [sda] Result: hostbyte=0x00 driverbyte=0x06
    sd 2:0:0:0: [sda] CDB: cdb[0]=0x2a: 2a 00 08 c8 ec c7 00 04 00 00
    end_request: I/O error, dev sda, sector 147385543
    sd 2:0:0:0: [sda] Unhandled error code
    sd 2:0:0:0: [sda] Result: hostbyte=0x00 driverbyte=0x06
    sd 2:0:0:0: [sda] CDB: cdb[0]=0x2a: 2a 00 08 c8 f0 c7 00 04 00 00
    end_request: I/O error, dev sda, sector 147386567
    sd 2:0:0:0: [sda] Unhandled error code
    sd 2:0:0:0: [sda] Result: hostbyte=0x00 driverbyte=0x06
    sd 2:0:0:0: [sda] CDB: cdb[0]=0x2a: 2a 00 08 c8 f4 c7 00 04 00 00
    end_request: I/O error, dev sda, sector 147387591
    ata3: EH complete
    sd 2:0:0:0: [sda] Unhandled error code
    sd 2:0:0:0: [sda] Result: hostbyte=0x00 driverbyte=0x06
    sd 2:0:0:0: [sda] CDB: cdb[0]=0x2a: 2a 00 02 49 10 3f 00 04 00 00
    end_request: I/O error, dev sda, sector 38342719
    quiet_error: 630 callbacks suppressed
    Buffer I/O error on device sda1, logical block 4792832
    lost page write due to I/O error on sda1
    Buffer I/O error on device sda1, logical block 4792833
    lost page write due to I/O error on sda1
    Buffer I/O error on device sda1, logical block 4792834
    lost page write due to I/O error on sda1
    Buffer I/O error on device sda1, logical block 4792835
    lost page write due to I/O error on sda1
    Buffer I/O error on device sda1, logical block 4792836
    lost page write due to I/O error on sda1
    Buffer I/O error on device sda1, logical block 4792837
    lost page write due to I/O error on sda1
    Buffer I/O error on device sda1, logical block 4792838
    lost page write due to I/O error on sda1
    Buffer I/O error on device sda1, logical block 4792839
    lost page write due to I/O error on sda1
    Buffer I/O error on device sda1, logical block 4792840
    lost page write due to I/O error on sda1
    Buffer I/O error on device sda1, logical block 4792841
    lost page write due to I/O error on sda1
    JBD2: Detected IO errors while flushing file data on sda1-8
    sd 2:0:0:0: [sda] Unhandled error code
    sd 2:0:0:0: [sda] Result: hostbyte=0x00 driverbyte=0x06
    sd 2:0:0:0: [sda] CDB: cdb[0]=0x2a: 2a 00 08 cc c8 3f 00 04 00 00
    end_request: I/O error, dev sda, sector 147638335
    quiet_error: 118 callbacks suppressed
    Buffer I/O error on device sda1, logical block 18454784
    lost page write due to I/O error on sda1
    Buffer I/O error on device sda1, logical block 18454785
    lost page write due to I/O error on sda1
    Buffer I/O error on device sda1, logical block 18454786
    lost page write due to I/O error on sda1
    Buffer I/O error on device sda1, logical block 18454787
    lost page write due to I/O error on sda1
    Buffer I/O error on device sda1, logical block 18454788
    lost page write due to I/O error on sda1
    Buffer I/O error on device sda1, logical block 18454789
    lost page write due to I/O error on sda1
    Buffer I/O error on device sda1, logical block 18454790
    lost page write due to I/O error on sda1
    Buffer I/O error on device sda1, logical block 18454791
    lost page write due to I/O error on sda1
    Buffer I/O error on device sda1, logical block 18454792
    lost page write due to I/O error on sda1
    Buffer I/O error on device sda1, logical block 18454793
    lost page write due to I/O error on sda1
    sd 2:0:0:0: [sda] Unhandled error code
    sd 2:0:0:0: [sda] Result: hostbyte=0x00 driverbyte=0x06
    sd 2:0:0:0: [sda] CDB: cdb[0]=0x2a: 2a 00 08 cc cc 3f 00 04 00 00
    end_request: I/O error, dev sda, sector 147639359
    sd 2:0:0:0: [sda] Unhandled error code
    sd 2:0:0:0: [sda] Result: hostbyte=0x00 driverbyte=0x06
    sd 2:0:0:0: [sda] CDB: cdb[0]=0x2a: 2a 00 08 cc d0 3f 00 04 00 00
    end_request: I/O error, dev sda, sector 147640383
    sd 2:0:0:0: [sda] Unhandled error code
    sd 2:0:0:0: [sda] Result: hostbyte=0x00 driverbyte=0x06
    sd 2:0:0:0: [sda] CDB: cdb[0]=0x2a: 2a 00 08 cc d4 3f 00 04 00 00
    end_request: I/O error, dev sda, sector 147641407
    sd 2:0:0:0: [sda] Unhandled error code
    sd 2:0:0:0: [sda] Result: hostbyte=0x00 driverbyte=0x06
    sd 2:0:0:0: [sda] CDB: cdb[0]=0x2a: 2a 00 08 cc d8 3f 00 04 00 00
    end_request: I/O error, dev sda, sector 147642431
    sd 2:0:0:0: [sda] Unhandled error code
    sd 2:0:0:0: [sda] Result: hostbyte=0x00 driverbyte=0x06
    sd 2:0:0:0: [sda] CDB: cdb[0]=0x2a: 2a 00 08 cc dc 3f 00 04 00 00
    end_request: I/O error, dev sda, sector 147643455
    sd 2:0:0:0: [sda] Unhandled error code
    sd 2:0:0:0: [sda] Result: hostbyte=0x00 driverbyte=0x06
    sd 2:0:0:0: [sda] CDB: cdb[0]=0x2a: 2a 00 08 cc e0 3f 00 04 00 00
    end_request: I/O error, dev sda, sector 147644479
    sd 2:0:0:0: [sda] Unhandled error code
    sd 2:0:0:0: [sda] Result: hostbyte=0x00 driverbyte=0x06
    sd 2:0:0:0: [sda] CDB: cdb[0]=0x2a: 2a 00 08 cc e4 3f 00 04 00 00
    end_request: I/O error, dev sda, sector 147645503
    sd 2:0:0:0: [sda] Unhandled error code
    sd 2:0:0:0: [sda] Result: hostbyte=0x00 driverbyte=0x06
    sd 2:0:0:0: [sda] CDB: cdb[0]=0x2a: 2a 00 08 cc e8 3f 00 04 00 00
    end_request: I/O error, dev sda, sector 147646527
    sd 2:0:0:0: [sda] Unhandled error code
    sd 2:0:0:0: [sda] Result: hostbyte=0x00 driverbyte=0x06
    sd 2:0:0:0: [sda] CDB: cdb[0]=0x2a: 2a 00 08 cc ec 3f 00 04 00 00
    end_request: I/O error, dev sda, sector 147647551
    sd 2:0:0:0: [sda] Unhandled error code
    sd 2:0:0:0: [sda] Result: hostbyte=0x00 driverbyte=0x06
    sd 2:0:0:0: [sda] CDB: cdb[0]=0x2a: 2a 00 08 cc f0 3f 00 04 00 00
    end_request: I/O error, dev sda, sector 147648575
    sd 2:0:0:0: [sda] Unhandled error code
    sd 2:0:0:0: [sda] Result: hostbyte=0x00 driverbyte=0x06
    sd 2:0:0:0: [sda] CDB: cdb[0]=0x2a: 2a 00 08 cc f4 3f 00 04 00 00
    end_request: I/O error, dev sda, sector 147649599
    sd 2:0:0:0: [sda] Unhandled error code
    sd 2:0:0:0: [sda] Result: hostbyte=0x00 driverbyte=0x06
    sd 2:0:0:0: [sda] CDB: cdb[0]=0x2a: 2a 00 08 cc f8 3f 00 04 00 00
    end_request: I/O error, dev sda, sector 147650623
    sd 2:0:0:0: [sda] Unhandled error code
    sd 2:0:0:0: [sda] Result: hostbyte=0x00 driverbyte=0x06
    sd 2:0:0:0: [sda] CDB: cdb[0]=0x2a: 2a 00 08 cc fc 3f 00 04 00 00
    end_request: I/O error, dev sda, sector 147651647
    sd 2:0:0:0: [sda] Unhandled error code
    sd 2:0:0:0: [sda] Result: hostbyte=0x00 driverbyte=0x06
    sd 2:0:0:0: [sda] CDB: cdb[0]=0x2a: 2a 00 08 ce fc 3f 00 02 30 00
    end_request: I/O error, dev sda, sector 147782719
    quiet_error: 1782 callbacks suppressed
    Buffer I/O error on device sda1, logical block 18472832
    lost page write due to I/O error on sda1
    Buffer I/O error on device sda1, logical block 18472833
    lost page write due to I/O error on sda1
    Buffer I/O error on device sda1, logical block 18472834
    lost page write due to I/O error on sda1
    Buffer I/O error on device sda1, logical block 18472835
    lost page write due to I/O error on sda1
    Buffer I/O error on device sda1, logical block 18472836
    lost page write due to I/O error on sda1
    Buffer I/O error on device sda1, logical block 18472837
    lost page write due to I/O error on sda1
    Buffer I/O error on device sda1, logical block 18472838
    lost page write due to I/O error on sda1
    Buffer I/O error on device sda1, logical block 18472839
    lost page write due to I/O error on sda1
    Buffer I/O error on device sda1, logical block 18472840
    lost page write due to I/O error on sda1
    Buffer I/O error on device sda1, logical block 18472841
    lost page write due to I/O error on sda1
    sd 2:0:0:0: [sda] Unhandled error code
    sd 2:0:0:0: [sda] Result: hostbyte=0x00 driverbyte=0x06
    sd 2:0:0:0: [sda] CDB: cdb[0]=0x2a: 2a 00 02 4b 18 3f 00 04 00 00
    end_request: I/O error, dev sda, sector 38475839
    quiet_error: 60 callbacks suppressed
    Buffer I/O error on device sda1, logical block 4809472
    lost page write due to I/O error on sda1
    Buffer I/O error on device sda1, logical block 4809473
    lost page write due to I/O error on sda1
    Buffer I/O error on device sda1, logical block 4809474
    lost page write due to I/O error on sda1
    Buffer I/O error on device sda1, logical block 4809475
    lost page write due to I/O error on sda1
    Buffer I/O error on device sda1, logical block 4809476
    lost page write due to I/O error on sda1
    Buffer I/O error on device sda1, logical block 4809477
    lost page write due to I/O error on sda1
    Buffer I/O error on device sda1, logical block 4809478
    lost page write due to I/O error on sda1
    Buffer I/O error on device sda1, logical block 4809479
    lost page write due to I/O error on sda1
    Buffer I/O error on device sda1, logical block 4809480
    lost page write due to I/O error on sda1
    Buffer I/O error on device sda1, logical block 4809481
    lost page write due to I/O error on sda1
    sd 2:0:0:0: [sda] Unhandled error code
    sd 2:0:0:0: [sda] Result: hostbyte=0x00 driverbyte=0x06
    sd 2:0:0:0: [sda] CDB: cdb[0]=0x2a: 2a 00 02 4b 1c 3f 00 04 00 00
    end_request: I/O error, dev sda, sector 38476863
    sd 2:0:0:0: [sda] Unhandled error code
    sd 2:0:0:0: [sda] Result: hostbyte=0x00 driverbyte=0x06
    sd 2:0:0:0: [sda] CDB: cdb[0]=0x2a: 2a 00 02 4b 20 3f 00 04 00 00
    end_request: I/O error, dev sda, sector 38477887
    sd 2:0:0:0: [sda] Unhandled error code
    sd 2:0:0:0: [sda] Result: hostbyte=0x00 driverbyte=0x06
    sd 2:0:0:0: [sda] CDB: cdb[0]=0x2a: 2a 00 02 4b 24 3f 00 04 00 00
    end_request: I/O error, dev sda, sector 38478911
    sd 2:0:0:0: [sda] Unhandled error code
    sd 2:0:0:0: [sda] Result: hostbyte=0x00 driverbyte=0x06
    sd 2:0:0:0: [sda] CDB: cdb[0]=0x2a: 2a 00 02 4b 28 3f 00 04 00 00
    end_request: I/O error, dev sda, sector 38479935
    sd 2:0:0:0: [sda] Unhandled error code
    sd 2:0:0:0: [sda] Result: hostbyte=0x00 driverbyte=0x06
    sd 2:0:0:0: [sda] CDB: cdb[0]=0x2a: 2a 00 02 4b 2c 3f 00 04 00 00
    end_request: I/O error, dev sda, sector 38480959
    sd 2:0:0:0: [sda] Unhandled error code
    sd 2:0:0:0: [sda] Result: hostbyte=0x00 driverbyte=0x06
    sd 2:0:0:0: [sda] CDB: cdb[0]=0x2a: 2a 00 02 4b 30 3f 00 04 00 00
    end_request: I/O error, dev sda, sector 38481983
    sd 2:0:0:0: [sda] Unhandled error code
    sd 2:0:0:0: [sda] Result: hostbyte=0x00 driverbyte=0x06
    sd 2:0:0:0: [sda] CDB: cdb[0]=0x2a: 2a 00 02 4b 34 3f 00 04 00 00
    end_request: I/O error, dev sda, sector 38483007
    sd 2:0:0:0: [sda] Unhandled error code
    sd 2:0:0:0: [sda] Result: hostbyte=0x00 driverbyte=0x06
    sd 2:0:0:0: [sda] CDB: cdb[0]=0x2a: 2a 00 02 4b 38 3f 00 04 00 00
    end_request: I/O error, dev sda, sector 38484031
    sd 2:0:0:0: [sda] Unhandled error code
    sd 2:0:0:0: [sda] Result: hostbyte=0x00 driverbyte=0x06
    sd 2:0:0:0: [sda] CDB: cdb[0]=0x2a: 2a 00 02 4b 3c 3f 00 04 00 00
    end_request: I/O error, dev sda, sector 38485055
    sd 2:0:0:0: [sda] Unhandled error code
    sd 2:0:0:0: [sda] Result: hostbyte=0x00 driverbyte=0x06
    sd 2:0:0:0: [sda] CDB: cdb[0]=0x2a: 2a 00 02 4b 40 3f 00 04 00 00
    end_request: I/O error, dev sda, sector 38486079
    sd 2:0:0:0: [sda] Unhandled error code
    sd 2:0:0:0: [sda] Result: hostbyte=0x00 driverbyte=0x06
    sd 2:0:0:0: [sda] CDB: cdb[0]=0x2a: 2a 00 02 4b 44 3f 00 04 00 00
    end_request: I/O error, dev sda, sector 38487103
    sd 2:0:0:0: [sda] Unhandled error code
    sd 2:0:0:0: [sda] Result: hostbyte=0x00 driverbyte=0x06
    sd 2:0:0:0: [sda] CDB: cdb[0]=0x2a: 2a 00 02 4b 48 3f 00 04 00 00
    end_request: I/O error, dev sda, sector 38488127
    sd 2:0:0:0: [sda] Unhandled error code
    sd 2:0:0:0: [sda] Result: hostbyte=0x00 driverbyte=0x06
    sd 2:0:0:0: [sda] CDB: cdb[0]=0x2a: 2a 00 08 d0 71 ef 00 04 00 00
    end_request: I/O error, dev sda, sector 147878383
    quiet_error: 1654 callbacks suppressed
    Buffer I/O error on device sda1, logical block 18484790
    lost page write due to I/O error on sda1
    Buffer I/O error on device sda1, logical block 18484791
    lost page write due to I/O error on sda1
    Buffer I/O error on device sda1, logical block 18484792
    lost page write due to I/O error on sda1
    Buffer I/O error on device sda1, logical block 18484793
    lost page write due to I/O error on sda1
    Buffer I/O error on device sda1, logical block 18484794
    lost page write due to I/O error on sda1
    Buffer I/O error on device sda1, logical block 18484795
    lost page write due to I/O error on sda1
    Buffer I/O error on device sda1, logical block 18484796
    lost page write due to I/O error on sda1
    Buffer I/O error on device sda1, logical block 18484797
    lost page write due to I/O error on sda1
    Buffer I/O error on device sda1, logical block 18484798
    lost page write due to I/O error on sda1
    Buffer I/O error on device sda1, logical block 18484799
    lost page write due to I/O error on sda1
    sd 2:0:0:0: [sda] Unhandled error code
    sd 2:0:0:0: [sda] Result: hostbyte=0x00 driverbyte=0x06
    sd 2:0:0:0: [sda] CDB: cdb[0]=0x2a: 2a 00 08 d0 75 ef 00 04 00 00
    end_request: I/O error, dev sda, sector 147879407
    sd 2:0:0:0: [sda] Unhandled error code
    sd 2:0:0:0: [sda] Result: hostbyte=0x00 driverbyte=0x06
    sd 2:0:0:0: [sda] CDB: cdb[0]=0x2a: 2a 00 08 d0 79 ef 00 04 00 00
    end_request: I/O error, dev sda, sector 147880431
    sd 2:0:0:0: [sda] Unhandled error code
    sd 2:0:0:0: [sda] Result: hostbyte=0x00 driverbyte=0x06
    sd 2:0:0:0: [sda] CDB: cdb[0]=0x2a: 2a 00 08 d0 7d ef 00 04 00 00
    end_request: I/O error, dev sda, sector 147881455
    sd 2:0:0:0: [sda] Unhandled error code
    sd 2:0:0:0: [sda] Result: hostbyte=0x00 driverbyte=0x06
    sd 2:0:0:0: [sda] CDB: cdb[0]=0x2a: 2a 00 08 d0 81 ef 00 04 00 00
    end_request: I/O error, dev sda, sector 147882479
    sd 2:0:0:0: [sda] Unhandled error code
    sd 2:0:0:0: [sda] Result: hostbyte=0x00 driverbyte=0x06
    sd 2:0:0:0: [sda] CDB: cdb[0]=0x2a: 2a 00 08 d0 85 ef 00 04 00 00
    end_request: I/O error, dev sda, sector 147883503
    sd 2:0:0:0: [sda] Unhandled error code
    sd 2:0:0:0: [sda] Result: hostbyte=0x00 driverbyte=0x06
    sd 2:0:0:0: [sda] CDB: cdb[0]=0x2a: 2a 00 08 d0 89 ef 00 03 30 00
    end_request: I/O error, dev sda, sector 147884527
    Last edited by Pitou (2011-03-09 18:51:27)

    litemotiv wrote:Pitou, could you place your dmesg output between code-tags please?
    Or better yet, on pastebin since it's so huge

  • Unable to install Dreamweaver CS6 Upgrade ! from Hard Drive DUMP - Error : Adobe Genuine Software Verification Failure

    Hello,
    I am Unable to install Dreamweaver CS6 Upgrade  from CS4  from Hard Drive DUMP -
    Error :Installation Failed
    Adobe Genuine Software Verification Failure
    The product you are trying to install is not an adobe Genuine Software and appears to be counterfeit.
    Can any one help me with this issue. I earlier installed it from DVD but, i am unable to find DVD. I have a copy of full DVD Dump in network.
    Can someone help me fix the issue.
    Note: I have installed Dreamweaver CS4 with serial number.and am trying to install upgrade over cs4.
    Please help.
    Thank you,
    Sin

    It was because i was installing directly from network dump.
    I've managed to install and register software.
    Thanks and my problem is resolved.

  • I have a 2008 Mac Book Pro partitioned running windows and are running out of drive space. Can I upgrade hard drive for more capacity?

    I have a 2008 Mac Book Pro partitioned running windows and are running out of drive space. Can I upgrade hard drive for more capacity? I purchased a faster drive initially, but has 200 GB capacity. I am running out of room and would like to upgrade for more space if possible.
    Can anyone suggest an alternative?

    You don't need to partition your drive to run Fusion, only if you want to run Bootcamp.
    If you have space on your Windows partition, I would suggest you backup your Windows partition, and then, delete the partition using Disk Utility.
    You can now restore your virtual machine to a single volume or repartition if you prefer.
    I would consider upgrading to a unibody MBP (used, refurbished will do) just to be able to access the HD. Opening the pre-unibody MBP is not something you would want to do.

  • Upgrading hard drive... need help on how to prepare current CS6 for reinstall on new hard drive

    I'm about to upgrade my hard drive to a larger one and will need to reinstall my CS6 Web/Design Suite... I've seen many people having issues with activation and licensing after they reformat their computers or buy a new one and try to install the programs on the new "system". How should I go about preparing my Adobe software on the current hard drive so I won't have any issues resintalling on the new hard drive? I will be installing CS6 Student/Teacher version on Windows 7 Pro 64-bit...
    Thanks for the help!

    Thanks!
    I wondered if that was all I needed, but when I built my new system and installed PS CS4 I kept getting errors. So, I went back to the old system and deactivated it and still got errors. Uninstalled it deactivated and still got errors on the new system. When I talked to Adobe they just kept telling me the key was invalid (even though I had been running that same program and key for the last 4 years without problems lol) and it was not a burnt copy or pirated. I had the orginal box with the original DVD case and serial number on the case... A friend of mine had upgraded their rig and went to a Suite so he gave me his CS4. But, needless to say (as it is said all over these forums apparently) Adobe was of no help at all so I had to buy a new version. I'm not looking to go through all of that BS again, haha.
    So as long as I deactivate the Suite (or do I need to deactivate each program separately?) I should be able to reformat (or upgrade hard drives) and reinstall CS6 as many times as I want? (I usually do a reformat like once a year to keep my computers clean and free of junk that may have been downloaded by other household members...)

  • Illustrator Cs5 will not open.  Recently upgraded hard Drive and upgraded to Maverick OS 10.9.3.  Where should I start troubleshooting?

    Illustrator Cs5 will not open.  Recently upgraded hard drive and upgraded to Maverick OS 10.9.3.  Where should I start troubleshooting?

    gj,
    Unless it has worked since the upgrading, I believe you should uninstall, run the Cleaner Tool, and reinstall.
    Use the CC Cleaner Tool to solve installation problems | CC, CS3-CS6

  • I've just bought a new iMac with 2 TB hard drive. Can I partition the startup drive?

    I've just bought a new iMac with 2 TB hard drive. Can I partition the startup drive?

    Glenfern wrote:
    The reason I'm considering partitioning is - I'm going to transfer about 50 GB of family photos & music to the iMac. Over time the photos & music library is going to grow. My idea was to point the iphoto & itunes library to the new partition so that the application programs (that will will reside in partition 1), will not get congested with photos & music over time & degrade performance. Also, I dabble a little bit with the music editing program LOGIC & Sound Track Pro, which creates lots of little music files in the process.
    In your case I would strongly recommend against partitioning, as dwb mentions a drive loaded with data on an
    O SX system doesn't equate to  performance loss. However partitioning does. If you were going to tell me you were partitioning to load different OS's on the computer then you would have a good reason to think about partitioning. My suggestion is do not partition.
    What I would also recommend is getting some high quality high speed external HD's to store your photo and music libraries on. This helps keept the 2GB drive available while maintaining performance. I have 3 external HD's attached to my iMac, two are backup drives (1 Time Machine & 1 Bootable Clone) the third drive is for storing my my music, photo & movie libraries on. If you go this route the 3 drives I'd recommend are:
    http://g-technology.com/products/g-drive.cfm
    http://eshop.macsales.com/shop/firewire/1394/USB/EliteAL/eSATA_FW800_FW400_USB
    http://www.lacie.com/us/products/product.htm?id=10330
    Personally I use the Lacie's however OWC or G-Tech would also be welcome on my desk.
    Again if you want to take this path Apple has instructions for how to move the libraries to EHDs, if you want those links let me know.

  • Upgrade hard drive or buy external drive?

    My MacBook has a 100GB hard drive, but because I've got so much music stored on there, I've only got 7.5 GB of free space.
    I'm looking for advice in choosing between the following options:
    -Upgrade the internal hard drive to the 200GB model. This would cost $300+ to have installed, but is a slightly slowed drive (4200 vs 5400)
    -Buy an external hard drive and simply keep my music on that. But I'd have to have it with me everytime I want to access my music.
    So is it worth the extra expense of getting a larger internal drive?
    Thanks in advance for any comments.
    Scott

    Why not both?
    Ideally, you should have external backup anyway, just in case of a hard drive failure. After having 2 hard drive failures in my MacBook, I'd dare say you'd be a fool not to have external backup.
    Make sure to get an external drive with two FireWire 400 ports (for daisy-chaining). Seagate makes good ones, or you could buy a hard drive and an enclosure and make your own, but something tells me you're not the type.
    Make a read/write disk image of your internal hard drive with the Disk Utility and save it onto the external drive.
    How about you buy the hard drive, and pay me 100 bucks to install it? LOL. You could do it yourself, it's really not that hard. I just did it today, in fact.
    Take out the battery, unscrew 3 little phillips screws, take out the panel, grab that white tab to the left, slide it out, move (unscrew) that little metal thing to the new drive (you need one of the fancy little hex thingies to do that) slide the new one in, screw her back up, and boom, you're good to go. Hey, but if you're not comfortable doing it, then don't.
    Now, the hard part is getting all your data back on the new internal hard drive all at once. I found out today, you may need a second Mac to do that.
    http://discussions.apple.com/thread.jspa?threadID=888330&tstart=0
    Okay, so maybe I'm a bit more daring than the average Mac user, but oh well.
    Hope that helps.

  • What is the best upgrade hard drive for a A1342?

    What is the best upgrade hard drive for an A1342 (white macbook)?

    Absolutely. I put a Samsung 840 in my early 2009 white macbook and it is the best computer upgrade I've ever done. I've also put an OWC SSD in my late 2009 iMac and highly recommend their drives. http://eshop.macsales.com

  • Can anyone recommend software to scan iMac hard drive for errors

    Hello Apple Community
    Can anyone recommend software to scan iMac hard drive for errors/defects/corruption?
    I've been having problems with hard drive for months and it finally froze on me so I reformatted and restored from Time Machine.
    Everything is fine now but I just have a feeling I will see the same problems occur because I simply restored to the exact moment from where I was having problems (i.e. Finder crashing/permissions issues/Volumes unmounting/Trash not working/Random error messages/Computer crashing when opening or saving PNG).
    I read that sometime Disk Utility doesn't always pick up on a defect or corrupt hard drive.  The whole time I was having problems Disk Utility said HD was ok.
    Is there software that can do a better job of scanning hard drive for errors and let me know if I need to get HD replaced? 
    Thanks
    Brad

    I agree with both.  Most important though is you backup your data frequently*:
    http://www.macmaps.com/backup.html
    That way if a problem should arise, and it is a result of the hard drive actually dying, you won't accidently kill the hard drive in the process of trying to detect errors.

  • [SOLVED]getting "error 15: file not found!"

    Hi all, I'm new to Arch and linux in general but i've managed so far and I'm really enjoying it.
    I'm dual booting Arch and Vista.
    Anyway, everything was working fine until I decided that I wanted to stop using GRUB as my bootloader and I used a program called EasyBCD and this guide http://apcmag.com/how_to_dualboot_vista … htm?page=4
    Now, I get "Error 15: File not found!" when i try to boot into arch. I've looked through countless other threads and google results with people with the same problem but none of the solutions in those threads helped me.
    here's my menu.lst
    # Config file for GRUB - The GNU GRand Unified Bootloader
    # /boot/grub/menu.lst
    # DEVICE NAME CONVERSIONS
    # Linux Grub
    # /dev/fd0 (fd0)
    # /dev/sda (hd0)
    # /dev/sdb2 (hd1,1)
    # /dev/sda3 (hd0,2)
    # FRAMEBUFFER RESOLUTION SETTINGS
    # +-------------------------------------------------+
    # | 640x480 800x600 1024x768 1280x1024
    # ----+--------------------------------------------
    # 256 | 0x301=769 0x303=771 0x305=773 0x307=775
    # 32K | 0x310=784 0x313=787 0x316=790 0x319=793
    # 64K | 0x311=785 0x314=788 0x317=791 0x31A=794
    # 16M | 0x312=786 0x315=789 0x318=792 0x31B=795
    # +-------------------------------------------------+
    # for more details and different resolutions see
    # http://wiki.archlinux.org/index.php/GRUB#Framebuffer_Resolution
    # general configuration:
    timeout 3
    default 2
    color light-blue/black light-cyan/blue
    # boot sections follow
    # each is implicitly numbered from 0 in the order of appearance below
    # TIP: If you want a 1024x768 framebuffer, add "vga=773" to your kernel line.
    # (0) Arch Linux
    title Arch Linux
    root (hd0,2)
    kernel /boot/vmlinuz26 root=/dev/disk/by-uuid/6e30f601-1196-41bf-b9f3-063434fa0c45 ro
    initrd /boot/kernel26.img
    # (1) Arch Linux
    title Arch Linux Fallback
    root (hd0,2)
    kernel /boot/vmlinuz26 root=/dev/disk/by-uuid/6e30f601-1196-41bf-b9f3-063434fa0c45 ro
    initrd /boot/kernel26-fallback.img
    # (2) Windows
    title Windows
    rootnoverify (hd0,0)
    makeactive
    chainloader +1
    Last edited by tooeasyforkevin (2009-07-13 06:48:38)

    ok, try doing it the manual way by booting the cd as if you where to do an installation where it prompts you to log in as root.
    Once your logged in as root do
    grub
    and you will get the grub prompt
    grub>
    then the at the grub> prompt do
    grub> root (hd0,2)
    that tells grub it will find the boot files on the 3rd partition of the 1st hard drive. Then,
    grub> setup (hd0)
    to setup the grub bootloader on the MBR of the first hard drive.
    If all goes well you should see something like 'Checking if "/boot/grub/stage1" exists... yes '.
    grub> quit
    and reboot.

Maybe you are looking for

  • Is it possible to upgrade my macbook pro graphic card?

    I have a MAcbook Pro 13'' i7 2.9 ghz 750 HDD 5400 rpm with Intel HD Graphics 4000 And I was wondering if I could upgrade it to incrase pefromance in game? And i just recently boght but i didnt have enough to spend for the 15''

  • Confused about nonGUI beans and events

    The crux of this is the question "When will a NON GUI bean use events to communicate?" Articles I have read advocate that Beans are not just GUI components, and I agree. However I've only ever seen examples of GUI Beans! I am writing a non GUI Bean t

  • Installing AI with Creative Cloud account - still says trial.

    When I try to activate my AI through my CC acct it still thinks that it is a trial version. I have an annual $49.99 CC plan, so can I use AI too? Thank you.

  • What's with the grayed out area?

    What is going on with Adobe to PDF??????  I have a PAID subscription but cannot use product!!!!

  • AE network connection out of order - "timelimit over"

    My Airport Express signal suddenly stopped shining. The network assistant indicates "timelimit over" ("zeitlimit überschritten" in german): What "timelimit" is meant and how to restore the wireless network connection? Note that connection via etherne