You are not logged in.

#1 2004-09-17 02:04:19

agilley007
Member
From: Eden, Greensboro, NC
Registered: 2004-07-26
Posts: 11

GRUB

I installed grub but now I get an error starting grub and I installed arch on hda2 and windows is hda1 and swap hda3 and the following is my grub file thing what do I need to change and how do I add windows? I read that installation guide but I still don't know what to do somebody please help.

# Config file for GRUB - The GNU GRand Unified Bootloader
# /boot/grub/menu.lst

# DEVICE NAME CONVERSIONS
#
# Old /dev DevFS Grub
# -----------------------------------------------
# /dev/fd0 /dev/floppy/0 (fd0)
# /dev/hda /dev/discs/disc0/disc (hd0)
# /dev/hdb2 /dev/discs/disc1/part2 (hd1,1)
# /dev/hda3 /dev/discs/disc0/part3 (hd0,2)
#

# FRAMEBUFFER RESOLUTION SETTINGS
# +----------------------------------------+
# | 640x480 800x600 1024x768 1280x1024
# ----+-----------------------------------
# 256 | 0x301 0x303 0x305 0x307
# 32K | 0x310 0x313 0x316 0x319
# 64K | 0x311 0x314 0x317 0x31A
# 16M | 0x312 0x315 0x318 0x31B
# +----------------------------------------+

# 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
#-*

# (0) Arch Linux
title Arch Linux [/boot/vmlinuz26]
root (hd0,1)
kernel /boot/vmlinuz26 root=/dev/discs/disc0/part2 ro


Ya its me again!

Offline

#2 2004-09-17 03:17:20

wdemoss
Member
From: WV - USA
Registered: 2004-01-18
Posts: 222

Re: GRUB

please don't cross post.


Hobbes : Shouldn't we read the instructions?
Calvin : Do I look like a sissy?

Offline

#3 2004-09-17 06:50:18

Haplo
Member
From: Heidelberg/Mannheim, Germany
Registered: 2004-04-17
Posts: 4

Re: GRUB

...

# (0) Arch Linux
title Arch Linux [/boot/vmlinuz26]
root (hd0,1)
kernel /boot/vmlinuz26 root=/dev/discs/disc0/part2 ro

# (1) Windows
title Windows
root (hd0,0)
chainloader +1

That should do it.

Offline

Board footer

Powered by FluxBB