You are not logged in.
My 40 gig hard drive is partitioned like this
hda1 = Arch Linux partition (XFS file system, Grub installed to MBR)
hda5 = swap partition for Arch
hda6 = Vector Linux partiton (Reiser file system, LILO installed to superblock)
hda7 = swap partition for Vector
Here is my Grub menu.1st
menu.lst [B---] 51 L:[ 1+40 41/ 41] *(1251/1251b)= <EOF>
# 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 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
#-*
# (0) Arch Linux
title Arch Linux [/boot/vmlinuz26]
root (hd0,0)
kernel /boot/vmlinuz26 root=/dev/discs/disc0/part1 ro
# (1) Vector Linux
title Vector Linux [/boot/vmlinuz]
root (hd0,5)
kernel /boot/vmlinuz root=/dev/discs/disc0/part6 ro
The problem is I can't get Vector to boot. The "Uncompressing Linux" message is follwed by all the usual messages and then at the end thses lines pop up.
VFS: cannot open root device "discs/disc0/part6" or 00:00
please append a correct "root=" boot option
Kernel panic:VFS: unable to mount fs on 00:00
I have tried changing the grub parameters to try .../part7 and ....part5 but part7 should be the swap so that won't work naturally.
Both had1 and hda6 are set as bootable btw.
Can I get some insight as to what I am doing wrong???
Offline
Have you tried?
# (1) Vector Linux
title Vector Linux [/boot/vmlinuz]
root (hd0,5)
kernel /boot/vmlinuz root=/dev/hda6 ro
Not really sure if it will work but something I woudl try.
Offline
That works!!
I must have been confused with the Grub/Lilo differences. Thanks a million for the answer!!
Offline
No problem. I am glad I was able to help.
FYI, In the grub entry for Vector you used the devfs (Arch) style (/dev/discs/disc0/partx) to define the root partition instead of the older dev system (/dev/hdax) that Vector expected. Besides that there was nothing wrong with your grub entries.
Offline
readthefuckinwiki.
Frumpus ♥ addict
[mu'.krum.pus], [frum.pus]
Offline