[Solved] Grub Menu at boot How to remove?

There is a pesky dialog box that starts when the computer starts. It is open for 4 seconds then moves on. It says something about choosing a grub and gives two options. It automatically defaults to the first option after 4 seconds. Does anyone know how to eliminate this and have it automatically default to the first option without the 4 seconds?
Last edited by blankwall (2013-06-13 03:56:51)

Mr.Elendig wrote:
WonderWoofy wrote:Remember with grub, you have to regenerate that sily config file everytime you make a change to the configuration file.
not if you just edit /boot/grub/grug.cfg instead.
This is true, but the OP has made it sound as though he is following the wiki, which instructs you to use the recommended /etc/default/grub. 
@OP, grub is not necessarily the right way to go about things.  If you really like and know lilo, use that instead.  I think the ability to choose your software as you please is one of the really defining aspects of Arch Linux.

Similar Messages

  • No GRUB menu when booting from USB stick with new archlinux

    Hi,
    I want to try archlinux but I do not have a full backup of my current system right now, such that I do not dare to install archlinux on it. I decided to install it on a USB drive and followed the Beginners Guide considering the hints for installations on USB sticks.
    The first issue that I had was that I was not able to to install gurb and it complained that no boot partition was available. I started from scratch again but this time choose the partition type EF02  (bios boot partition) instead of the default 0700 (I only have one partition on the stick). This time everything went fine until I rebooted from the USB stick. Instead of a grub menu I got:
    GRUB GRUB GRUB GRUB GRUB GRUB
    and nothing happened.
    I booted again from the boot cd with archlinux and did the following to examine the grub installation again:
    mount /dev/sdb1 /mnt
    arch-chroot /mnt /bin/bash
    grub-install --recheck --boot-directory=/boot /dev/sdb
    >Installation finished. No error reported.
    grub-mkconfig -o /boot/grub/grub.cfg
    >Generating grub.cfg
    >Found linux image: /boot/vmlinux-linux
    >Found linux image: /boot/initramfs-linux.img
    > WARNING: Failed to connect to lvmetad: No such file or directory. Falling back to internal scanning.
    > No volume groups found
    >Found LMDE MATE Edition (1) on /dev/sda1
    >done
    I don't know what the grub-mkconfig output should look like...
    Do you have any idea how I can fix this?
    Thanks in advance!

    Welcome to Arch!
    EF02 is definitely not the type code you want. That is used for a small partition with no file system which grub needs on GPT disks because it cannot fit into the space on disk. You don't install anything into it and it is 1-2MB.
    Perhaps https://wiki.archlinux.org/index.php/Usb_installation would help?

  • (solved) Grub won't boot Vista

    Hi!
    Just installed Arch Linux and it is great. But after installing Arch I'm not able to boot Windowas Vista. I googled it and added Windows to /boot/grub/menu.lst. Now there is an entry for Vista, unfortunately the bootprozess fails.
    Vista is sda1 and I'm able to mount the partition. So it shouldn't be damaged.
    Grub says:
    Booting `Microsoft Vista'
    root (hd0)
    Filesystem type unkown, using whole disk savedefault
    Error 15: File not found
    Press any key to continue
    After running fdisk:
    Platte /dev/sda: 160.0 GByte, 160041885696 Byte
    255 Köpfe, 63 Sektoren/Spuren, 19457 Zylinder
    Einheiten = Zylinder von 16065 × 512 = 8225280 Bytes
    Disk identifier: 0x28caa9e7
       Gerät  boot.     Anfang        Ende     Blöcke   Id  System
    /dev/sda1   *           1       11675    93773824    7  HPFS/NTFS
    /dev/sda2           11676       18941    58364145   83  Linux
    /dev/sda3           18942       19457     4144770   82  Linux Swap / Solaris
    # 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/GRU … Resolution
    # general configuration:
    timeout   10
    default   0
    color light-blue/black light-cyan/blue
    # boot sections follow
    # each is implicitly numbered from 0 in the order of appearance below
    # (1) Windows
    hiddenmenu
    default 0
    timeout 1
    # (0) Arch Linux
    title Arch Linux
    root (hd0,1)
    kernel /boot/vmlinuz26 resume=/dev/disk/by-uuid/05aee231-ac3d-4a06-8b9e-d51242502eba root=/dev/disk/by-uuid/c38463d4-b802-419a-8255-771cbf290be6 ro
    initrd /boot/kernel26.img
    # (1) Arch Linux Fallback
    title Arch Linux Fallback
    root (hd0,1)
    kernel /boot/vmlinuz26 resume=/dev/disk/by-uuid/05aee231-ac3d-4a06-8b9e-d51242502eba root=/dev/disk/by-uuid/c38463d4-b802-419a-8255-771cbf290be6 ro
    initrd /boot/kernel26-fallback.img
    title Microsoft Vista
    root (hd0)
    savedefault
    chainloader +1
    makeactive
    Greetings and thanks in advance!
    hendrikalexander
    Last edited by hendrikalexander (2009-11-30 19:24:34)

    Remove the savedefault and see if you can boot into Vista
    I don't know if this makes a diffrenence but in the wiki makeactive comes before chainloader+1
    title Microsoft Vista
    rootnoverify (hd0,0)
    makeactive
    chainloader +1
    Last edited by M177ER (2009-11-30 19:16:09)

  • [solved] - Grub - can't boot

    Hi everyone !
    I've read some stuff on the wiki on read many topic on the forum, but I can't solve my problem...
    Now, i'm on a Live Cd (mint) for fixed it.
    Disk
    I've got a 4 disk.
    My arch one
    -sda1 rfs 20 gb /
    -sda4 xfs 120gb /home
    -sda5 fat 6gb /partage - for quick partage with my windows, I've to try to found another R&W file system
    -sda6 swap 4gb
    My SSD win
    -sdb2 ext2 100mb boot - Yes, i know 100mb is too much
    -sdb1 ntfs - win ssd
    My win' home
    -sdbc
    My hard drive back up
    -sdd
    This the fdisk :
    Disk /dev/sda: 160.0 GB, 160040803840 bytes
    255 heads, 63 sectors/track, 19457 cylinders, total 312579695 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: 0x17df17de
    Device Boot Start End Blocks Id System
    /dev/sda1 63 43552214 21776076 83 Linux
    /dev/sda3 293060720 312579694 9759487+ 5 Extended
    /dev/sda4 43552215 293060719 124754252+ 83 Linux
    /dev/sda5 * 293060783 304772104 5855661 83 Linux
    /dev/sda6 304772168 312579694 3903763+ 83 Linux
    Partition table entries are not in disk order
    Disk /dev/sdb: 128.0 GB, 128035676160 bytes
    255 heads, 63 sectors/track, 15566 cylinders, total 250069680 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: 0x24880018
    Device Boot Start End Blocks Id System
    /dev/sdb1 * 206848 250068991 124931072 7 HPFS/NTFS/exFAT
    /dev/sdb2 * 63 206847 103392+ 83 Linux
    Partition table entries are not in disk order
    Disk /dev/sdd: 320.1 GB, 320071851520 bytes
    255 heads, 63 sectors/track, 38913 cylinders, total 625140335 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: 0xd1c3b656
    Device Boot Start End Blocks Id System
    /dev/sdd1 2048 625137663 312567808 7 HPFS/NTFS/exFAT
    /dev/sdd4 * 0 0 0 0 Empty
    Disk /dev/sdc: 640.1 GB, 640135028736 bytes
    255 heads, 63 sectors/track, 77825 cylinders, total 1250263728 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: 0x72599e54
    Device Boot Start End Blocks Id System
    /dev/sdc1 2048 1250260991 625129472 7 HPFS/NTFS/exFAT
    /dev/sdc2 1250260992 1250263039 1024 7 HPFS/NTFS/exFAT
    /dev/sdc4 * 0 0 0 0 Empty
    Disk /dev/sde: 4009 MB, 4009754624 bytes
    64 heads, 32 sectors/track, 3824 cylinders, total 7831552 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: 0x2d2040cf
    Device Boot Start End Blocks Id System
    /dev/sde1 * 0 1812479 906240 17 Hidden HPFS/NTFS
    Disk /dev/sde1: 927 MB, 927989760 bytes
    64 heads, 32 sectors/track, 885 cylinders, total 1812480 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: 0x2d2040cf
    Device Boot Start End Blocks Id System
    /dev/sde1p1 * 0 1812479 906240 17 Hidden HPFS/NTFS
    So, I have a grub install on sdb2 and my arch install on sda1.
    My menu.lst is :
    The win chain is workin.
    # 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
    # https://wiki.archlinux.org/index.php/GRUB#Framebuffer_resolution
    # general configuration:
    timeout 10
    default 0
    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,1)
    kernel /vmlinuz-linux root=/dev/sda1 ro
    initrd /initramfs-linux.img
    # (1) Arch Linux
    title Arch Linux Fallback
    root (hd0,1)
    kernel /vmlinuz-linux root=/dev/sda1 ro
    initrd /initramfs-linux-fallback.img
    # (2) Windows
    title Windows
    rootnoverify (hd0,0)
    makeactive
    chainloader +1
    What I'm doing wrong ?
    I apologie for my english and trulley thanks you for any help.
    Last edited by Thom (2012-07-16 23:11:26)

    I make this choice for testing some fun file system for / and still have a fast boot.
    uuid sound a good idea :
    mint@mint ~ $ sudo ls -lF /dev/disk/by-uuid/
    total 0
    lrwxrwxrwx 1 root root 10 Jul 15 20:51 3A7437317436EEEF -> ../../sdb1
    lrwxrwxrwx 1 root root 10 Jul 15 2012 4bcd96bd-ee8f-4411-ba5c-a1d42e5bc44f -> ../../sda6
    lrwxrwxrwx 1 root root 10 Jul 15 20:53 6111e8b1-ba2d-427c-8d54-7a7b022aecbf -> ../../sda1
    lrwxrwxrwx 1 root root 10 Jul 15 20:53 ADA6-3C08 -> ../../sda5
    lrwxrwxrwx 1 root root 10 Jul 15 2012 C8745CE5745CD830 -> ../../sdd1
    lrwxrwxrwx 1 root root 10 Jul 15 20:53 d808df0a-49ac-4618-a934-0d2fe0470291 -> ../../sda4
    lrwxrwxrwx 1 root root 10 Jul 15 20:51 e9e0a468-7114-48da-9b6d-bacf1ceef13d -> ../../sdb2
    lrwxrwxrwx 1 root root 10 Jul 15 20:53 F22C0F1D2C0EDC8B -> ../../sdc1
    give me a new menu.lst (just for the first arch line)
    # (0) Arch Linux
    title Arch Linux
    root (hd0,1)
    kernel /vmlinuz-linux root=/dev/disk/by-uuid/6111e8b1-ba2d-427c-8d54-7a7b022aecbf ro
    initrd /initramfs-linux.img
    The first root (hd0,1) is for the "boot" ?
    the second root = dev/... is for the "/" ?

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

  • [SOLVED] Grub won't boot into Arch...

    So, this all started when I got this wacky idea of trying Debian on a separate drive.
    Installs great, boots up and get a blank screen with blinky cursor..not in the mood to mess with it since I can't find
    a reasonable answer for what is wrong with it sooo I boot back into Arch but now I get Error device not found with a "Grub Rescue>" prompt.
    Not sure what to do now. I installed grub to the drive I was installing Debian on but it seemed to screw with my precious Arch too
    I looked around the forums for help but couldn't find anything.
    Also, it goes from post directly to the Grub Rescue prompt
    Last edited by PumpkinJack (2011-08-26 07:59:37)

    edit:
    ok here it is:
    # 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
    # https://wiki.archlinux.org/index.php/GRUB#Framebuffer_resolution
    # general configuration:
    timeout 5
    default 0
    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,0)
    kernel /vmlinuz-linux root=/dev/disk/by-uuid/6ab6f3ca-2c64-4264-97aa-10819e4561ed ro
    initrd /initramfs-linux.img
    # (1) Arch Linux
    title Arch Linux Fallback
    root (hd0,0)
    kernel /vmlinuz-linux root=/dev/disk/by-uuid/6ab6f3ca-2c64-4264-97aa-10819e4561ed ro
    initrd /initramfs-linux-fallback.img
    # (2) Windows
    #title Windows
    #rootnoverify (hd0,0)
    #makeactive
    #chainloader +1
    Last edited by PumpkinJack (2011-08-26 02:42:08)

  • [Solved] Grub error when booting...

    Today I decided to try out Archlinux everything worked fine until the reboot.. Grub doesn't seem to work as intended, grub just kept posting:
    GRUB GRUB GRUB GRUB GRUB GRUB GRUB GRUB GRUB GRUB GRUB GRUB GRUB
    nothing but "GRUB" came up.
    My menu.lst:
    default 0
    timeout 3
    color light-blue/black light-cyan/blue
    title Arch Linux
    root (hd0,0)
    kernel /vmlinuz26 root=/dev/sda3 ro vga=773
    initrd /kernel26.img
    Title Arch Linux Fallback
    root (hd0,0)
    kernel /vmlinuz root=/dev/sda3 ro vga=773
    initrd /kernel26-fallback.img
    version: 0.8beta2
    I haven't found any threads about it, if there's any i'm sorry for bringing up a new one.
    any suggests?
    Last edited by Neko-san (2007-03-12 19:16:41)

    SleepingGiant08 wrote:see this http://www.gentoo.org/doc/en/grub-error-guide.xml
    scroll down to Error 7...
    oohh.. there it is, I guess I didn't look enough thanks tho :)
    vacant wrote:
    GRUB GRUB GRUB GRUB GRUB GRUB GRUB GRUB GRUB GRUB GRUB GRUB GRUB
    Maybe you should start a poll "Vote for the most useless linux error message" ;)
    True, not that good error message ^^
    This is how I did it:
    boot: arch root=/dev/sda3
    grub
    root (hd0,0)
    setup (hd0)
    quit
    reboot
    Last edited by Neko-san (2007-03-12 20:33:30)

  • [SOLVED] Grub refuses to boot Arch on a dual boot

    Hi,
    After hours of trying things out and searching the web for answers, I finally gave up and joined this helpforum.
    I found several similar topics, but none seemed to work.
    So here's the deal.
    My HDD looks like this
    sda1 (/boot)
    sda2 (Windows7, bootflag)
    sda3 (/swap)
    sda5 (/)
    sda6 (NTFS ExtraData)
    So i'm trying to dual boot windows7 and arch.
    my menu.lst looks like this:
    # (0) Arch Linux
    title  Arch Linux
    root   (hd0,4)
    kernel /vmlinuz-linux root=/dev/sda5 ro
    initrd /initramfs-linux.img
    # (1) Arch Linux
    title  Arch Linux Fallback
    root   (hd0,4)
    kernel /vmlinuz-linux root=/dev/sda5 ro
    initrd /initramfs-linux-fallback.img
    # (2) Windows
    title Windows 7
    rootnoverify (hd0,1)
    makeactive
    chainloader +1
    Windows boots fine, but when I try to boot Arch I get this
    Booting 'Arch Linux'
    title  Arch Linux
    root   (hd0,4)
    kernel /vmlinuz-linux root=/dev/sda5 ro
    error 15: File not found
    Thanks,
    Chris
    Last edited by preute (2011-12-12 18:51:16)

    I think that the lines
    root (hd0,4)
    are wrong. They are for GRUB's root (which is /boot), not /. So I think it should be
    root (hd0,0)
    instead.

  • [solved] grub won't boot unless live cd is inserted

    Hey everyone,
    I'm trying to get Arch working on my home computer, however I'm having troubles getting grub to boot. After following the beginner's guide and running through the usual steps, I restarted my computer to boot into my dual-booted Arch/Windows computer. However, every time I try to boot, it fails, reboots, and tries again. Here's what I see on my screen moments before it reboots:
    Loading Operating System..
    Boot from CD/DVD :
    GRUB loading..
    After that, it reboots. However, if I insert a live CD of arch and select "Boot existing OS", I get
    Booting..
    GRUB Loading..
    Welcome to GRUB!
    and then it goes straight to grub. Does anyone know how I could best start to debug this issue, so that I don't need the live cd just to boot into grub every time?
    Thanks!
    Last edited by bacongobbler (2014-01-04 10:49:51)

    jasonwryan wrote:
    bacongobbler wrote:I have my CD set as first to boot, but that hasn't been the issue before. I've had both Ubuntu and Debian installed in this configuration and grub would boot in both cases, but not the case with arch.
    And what happens if you change it?
    It was a hard drive boot priority issue. It had nothing to do with the CD having first boot priority or not. I have two drives, and it was attempting to boot from /dev/sdb first, which was the incorrect drive. Switching boot priority between the two drives fixed this. I'll update the topic.
    Last edited by bacongobbler (2014-01-04 10:48:34)

  • [solved] grub install fails /boot/grub is not readable

    virtualbox install
    single partition install (well, I have two partitions, #2 is / and #1 is the BIOS partition as defined in the install docs)
    when I get to the stage of installing grub, I use :
    grub-install --target=i386-pc --recheck /dev/sda
    which fails with
    Path '/boot/grub' is not readable by GRUB on boot. Installation is impossible. Aborting"
    it is ext4
    fstab looks correct. It shows one entry for
    /dev/sda1 / ext4
    I am not using UUID although when I did the result was the same.
    when run with debug, the problem is
    /usr/bin/grub-probe -t fs /boot/grub
    results in path no readable.
    when I run the grub-probe inside the chroot, I get error: unknown filesystem
    haven't had this before. This is the first time I've tried a GPT install.
    It is virtualbox 4.2.18
    I
    Last edited by timrichardson (2013-10-15 10:10:50)

    Ah, my mistake was an incorrect partition table back when I partitioned the disk. I did not make a partition table for GPT partitions.

  • [SOLVED] Grub Entry to boot via UUID

    I'm trying to get my system booting by UUID but I am having issues with the grub entry as it won't boot. The following is the non uuid one that works:
    # (2) Arch Linux
    title Arch Linux sda5
    root (hd0,4)
    kernel /boot/vmlinuz-linux root=/dev/sda5 ro
    initrd /boot/initramfs-linux.img
    And below are the two that I have tried for uuid:
    title Arch Linux by UUID (sda5)
    uuid 857136db-0356-46bd-9fff-0126b575218b
    kernel /boot/vmlinuz-linux root=UUID=857136db-0356-46bd-9fff-0126b575218b
    initrd /boot/initramfs-linux.img
    and
    title Arch Linux by UUID (sda5)
    uuid 857136db-0356-46bd-9fff-0126b575218b
    kernel /boot/vmlinuz-linux root=/dev/disk/by-uuid/857136db-0356-46bd-9fff-0126b575218b
    initrd /boot/initramfs-linux.img
    Can someone point out which bit is wrong?
    Thanks
    Last edited by morphjk (2011-10-11 04:08:53)

    Try:
    title Arch Linux by UUID (sda5)
    kernel /boot/vmlinuz-linux root=/dev/disk/by-uuid/857136db-0356-46bd-9fff-0126b575218b
    initrd /boot/initramfs-linux.img
    You may need the root   (hd0,4) line as well.  I think that is required to tell Grub where to find it's intermediate files.  It would go in front of the kernel line.
    Edit:  I assume, of course, that your UUID is correct   You might check that.
    Last edited by ewaller (2011-10-11 03:16:48)

  • Help: Menu 'tips' ? How to remove?

    Hi, somehow I changed some setting, and on menus now I see the name of the button in small white letters, superimposed over the text of the menu. It's really distracting. Oddly, I must have changed some setting back, because on a new menu I just created, it doesn't show up. But on older menus in the same project, those names do show up. Any way to get rid of it? (They of course don't show up in the finished project, or when I simulate the menu)
    Thanks
    (I use DVD SP 4)

    Hi
    In the View Menu you'll find the *Show buttons aouline and name* option. The same command is in the small buttons bellow the MEnu window, near the left.
    I think that's what you are looking for.
    Hope that helps !
      Alberto

  • How to remove Queries in menu roles?

    Hi,
    I am removing unneccessary quries added in menu roles!
    How to remove those queries from the roles?
    Raj

    Hi,
       Open your role in PFCG with edit mode -> you can see list of reports assigned here, right click on delete which is not required.

  • How to stop the boot process after the GRUB menu?

    Hello there.
    I am getting an error message in the boot process, after the GRUB menu, but I can't read completely the message because it is shown too fast. So, how can I stop the process when I see the error message, for writing down it?
    Thanks in advance.

    zuargo wrote:
    Hello there.
    I am getting an error message in the boot process, after the GRUB menu, but I can't read completely the message because it is shown too fast. So, how can I stop the process when I see the error message, for writing down it?
    Thanks in advance.
    I didn't try this before, but if you use systemd, you may want to try systemd.confirm_spawn to invoke interactive booting process, so you can start the services one by one manually therefore locate the one throwing out error message.
    It is explained in the systemd manual:
    http://www.freedesktop.org/software/sys … stemd.html

  • What command to start kernel 3.0 in /boot/grub/menu.lst? [solved]

    Currently I have:
    # (0) Arch Linux
    title Arch Linux
    root (hd0,0)
    kernel /vmlinuz26 root=/dev/disk/by-uuid/b37afb64-426a-4f68-81eb-a2b3eaa1df73 ro
    initrd /kernel26.img
    Last edited by carebearboy (2011-07-28 02:30:25)

    karol wrote:
    Why not use the new kernel from the testing repo?
    http://projects.archlinux.org/svntogit/ … nux.preset
    I'm not sure what
    ALL_kver="/boot/vmlinuz-linux"
    does, the presets looked a bit different for kernel26 http://projects.archlinux.org/svntogit/ … l26.preset
    I'll try to boot without that line. I noticed that too.
    As for installing the kernel from [testing], I get this:
    [root@myhost user]# pacman -Syu
    :: Synchronizing package databases...
    testing is up to date
    core is up to date
    extra is up to date
    community is up to date
    multilib is up to date
    :: Starting full system upgrade...
    :: Replace kernel26 with testing/linux? [Y/n] y
    :: Replace kernel26-headers with testing/linux-headers? [Y/n] y
    resolving dependencies...
    looking for inter-conflicts...
    error: failed to prepare transaction (could not satisfy dependencies)
    :: audit: requires kernel26-headers>=2.6.30
    [root@myhost user]# pacman -S linux linux-headers
    resolving dependencies...
    looking for inter-conflicts...
    :: linux and kernel26 are in conflict. Remove kernel26? [y/N] y
    :: linux-headers and kernel26-headers are in conflict. Remove kernel26-headers? [y/N] y
    error: failed to prepare transaction (could not satisfy dependencies)
    :: audit: requires kernel26-headers>=2.6.30
    :: nvidia: requires kernel26>=2.6.39
    :: nvidia: requires kernel26<2.6.40
    [root@myhost user]#
    [root@myhost user]# pacman -Qi kernel26-headers
    Name : kernel26-headers
    Version : 2.6.39.3-1
    URL : http://www.kernel.org
    Licenses : GPL2
    Groups : None
    Provides : None
    Depends On : None
    Optional Deps : None
    Required By : audit
    Conflicts With : None
    Replaces : None
    Installed Size : 42316.00 K
    Packager : Thomas Bächler <[email protected]>
    Architecture : x86_64
    Build Date : Sat 09 Jul 2011 09:02:41 AM EDT
    Install Date : Wed 27 Jul 2011 03:03:45 PM EDT
    Install Reason : Installed as a dependency for another package
    Install Script : No
    Description : Header files and scripts for building modules for kernel26
    [root@myhost user]#
    Should I 'Pacman Rdd kernel26-headers', or is that a bad idea?
    * EDIT *
    Compiling just finished:
    *Summary of Changes - File(s) Created and/or Deleted*
    8 File(s) Created:
    /usr/src/linux-3.0-KNL/
    /boot/vmlinuz-3.0-ARCH
    /boot/kernel30-3.0-ARCH.img
    /lib/modules/3.0.0-ARCH/
    /usr/src/linux
    /usr/src/linux-3.0
    /boot/System.map-3.0
    /boot/System.map
    *No Files Were Deleted*
    *SUCCESS - Main Processes COMPLETE*
    *NVIDIA users, please make additional NECESSARY adjustments*
    *Please Configure /boot/grub/menu.lst accordingly and you are done. Then REBOOT & TEST!*
    It's probably better just to use the compiled image now that I know it's successful.
    Last edited by carebearboy (2011-07-27 19:23:50)

Maybe you are looking for