Page 1 of 2 12 LastLast
Results 1 to 10 of 14

Thread: Installing Arch Grub Error 22

  1. #1
    Join Date
    Feb 2009
    Beans
    430
    Distro
    Ubuntu 10.04 Lucid Lynx

    Installing Arch Grub Error 22

    Well title says it all trying to setup Arch linux for a friend( already hav it on mine) and some reason i get Grub Error 22. Didn't have to do much with my config, don't know why i can't figure this out. For more detailed info on it. head to my arch linux post where i got some of them workin on it but no luck yet. THought maybe someone here could help out. Thanks.
    http://sekuritysuks.wordpress.com

    ~$ sudo apt-get meabeer
    E: Invalid operation meabeer

  2. #2
    Join Date
    Feb 2009
    Beans
    430
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Installing Arch Grub Error 22

    *bump*
    http://sekuritysuks.wordpress.com

    ~$ sudo apt-get meabeer
    E: Invalid operation meabeer

  3. #3
    Join Date
    Apr 2008
    Location
    England
    Beans
    603
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Installing Arch Grub Error 22


  4. #4
    Join Date
    Feb 2009
    Beans
    430
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Installing Arch Grub Error 22

    Quote Originally Posted by Sub101 View Post
    Thanks i'll try it out and let ya konw how it goes .
    http://sekuritysuks.wordpress.com

    ~$ sudo apt-get meabeer
    E: Invalid operation meabeer

  5. #5
    Join Date
    Feb 2009
    Beans
    430
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Installing Arch Grub Error 22

    No luck. Plus im bootin off a live arch cd (FYI), but first wouldn't find stage 1 and then wouldn't mout to mnt/root.
    http://sekuritysuks.wordpress.com

    ~$ sudo apt-get meabeer
    E: Invalid operation meabeer

  6. #6
    Join Date
    Feb 2009
    Beans
    430
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Installing Arch Grub Error 22

    *bump*
    http://sekuritysuks.wordpress.com

    ~$ sudo apt-get meabeer
    E: Invalid operation meabeer

  7. #7
    Join Date
    Apr 2008
    Location
    England
    Beans
    603
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Installing Arch Grub Error 22

    Sounds to me like its not been installed properly. If you boot from a live cd are any files installed?

  8. #8
    Join Date
    Feb 2009
    Beans
    430
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Installing Arch Grub Error 22

    Well it lets me navigate around a bit anywho.. if thats what you mean. Also read my Arch Forum posts linked above to see what i tried, exactly how i installed it (partition and grub setup) etc. That'll probably help if you think its my own error.(which it likely is)
    http://sekuritysuks.wordpress.com

    ~$ sudo apt-get meabeer
    E: Invalid operation meabeer

  9. #9
    Join Date
    Feb 2009
    Beans
    430
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Installing Arch Grub Error 22

    *bump*(sorry, very impatient, lol)
    http://sekuritysuks.wordpress.com

    ~$ sudo apt-get meabeer
    E: Invalid operation meabeer

  10. #10
    Join Date
    Jul 2005
    Location
    Hughenden, Australia
    Beans
    5,100
    Distro
    Ubuntu Mate 20.04 Focal Fossa

    Re: Installing Arch Grub Error 22

    Code:
    #(0) Arch Linux
    title Arch Linux [boot/vmlinuz26]
    root (hd0,2)
    kernel /vmlinuz26 root=/dev/sda3 ro
    initrd /kernel26.img
    
    #(1)Windows
    title Windows
    rootnoverify (hd0,1)
    makeactive
    chainloader +1
    Try with 'root=/dev/sda3' and see if that helps.

    I'm only guessing, it that doesn't help you then please post your fdisk output. I'm not sure of the command for that in Arch.
    In Ubuntu it's 'sudo fdisk -lu'.
    That information and/or the output from 'sudo blkid' is almost needed when considering boot loader problems.
    EDIT: Oh, sorry, you already posted it in the other forum,
    Code:
    Name-------Flags-------Type----------FSType------------------Label---------------------size
    ---------------------------Pri/Log ------Freespace ----------------------------------------1.05
    sda1 ---------------------Primary------Unknown-----------------(27)--------------------8856.2
    sda2 -----Boot-----------Primary---------NTFS ------------------[^R]-------------------156266
    sda3--------------------- Primary---------Linux-------------------------------------------84933
    Last edited by Herman; April 27th, 2009 at 07:51 PM.
    Ubuntu user since 2004 (Warty Warthog)

Page 1 of 2 12 LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •