You are not logged in.

#1 2012-02-26 08:24:43

archie0
Member
Registered: 2012-02-26
Posts: 144

GRUB is not showing up correctly after installation.

Hello guys.

I've installed ArchBang yesterday and I've been having this weird GRUB problem. If I reboot the system from Arch, GRUB does not show up correctly. It's not in "full screen" mode. There are 4 GRUBS showing up when I reboot  the system, I can barely see them

I already tried GRUB reinstallation.

It's ArchBang by the way.

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
#  [url]https://wiki.archlinux.org/index.php/GRUB#Framebuffer_resolution[/url]

# 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) ArchBang Linux
title  ArchBang Linux
root   (hd0,5)
kernel /boot/vmlinuz-linux root=/dev/disk/by-uuid/a76e3ef6-dadd-43ce-bf9a-f5de7bf09725 loglevel=3 ro vga=0x03f0 quiet resume=/dev/disk/by-uuid/b36b448e-c158-4ceb-9ded-cbb75dbb1b9b   nomodeset
initrd /boot/initramfs-linux.img

# (1) ArchBang Linux fallback (useful if you change your hard disk/mainboard)
title  ArchBang Linux Fallback
root   (hd0,5)
kernel /boot/vmlinuz-linux root=/dev/disk/by-uuid/a76e3ef6-dadd-43ce-bf9a-f5de7bf09725 loglevel=3 ro vga=0x03f0 quiet
initrd /boot/initramfs-linux-fallback.img

# (2) Optional entry for the system on sda1
title W7
rootnoverify (hd0,0)
makeactive
chainloader +1

Thanks!

Last edited by archie0 (2012-09-17 06:45:39)

Offline

#2 2012-02-26 09:06:27

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,426
Website

Re: GRUB is not showing up correctly after installation.

You will need to ask on the Archbang boards: https://wiki.archlinux.org/index.php/Fo … ow_to_Post


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

Board footer

Powered by FluxBB