You are not logged in.
Pages: 1
I have just finished compiling kernel26-one-dev from AUR, the message at the end states:
Add the following entry to /boot/grub/menu.lst:
# (next number) Arch Linux
title Arch Linux ArchOne Devel [/boot/vmlinuz-one-dev]
root (hd0,0)
kernel /boot/vmlinuz-one-dev root=/dev/sda1 ro snd_hda_intel.model=acer-aspire
I have added this to /boot/grub/menu.lst (with /dev/sda1 changed to /dev/sda2, my /), but when booting it prints the partitions and then hangs with caps lock flashing, and is unresponsive to ctrl-alt-del. I have changed it to match the syntax of the other lines, line I'm using now is:
kernel /vmlinuz-one-dev root=/dev/disk/by-uuid/2847d38f-b2f3-46e6-a181-4b8052b3d805 ro snd_hda_intel.model=acer-aspire
This results in a panic, however, with the message
VFS: Cannot open root device "disk/by-uuid/2847d38f-b2f3-46e6-a181-4b8052b3d805" or unknown-block(0,0)
I have checked, and the config does indeed support the FS and driver being used:
...
CONFIG_EXT4_FS=y
CONFIG_EXT4_FS_XATTR=y
CONFIG_EXT4_FS_POSIX_ACL=y
CONFIG_EXT4_FS_SECURITY=y
...
CONFIG_ATA_PIIX=y
Here is my 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
# http://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 ArchOne Devel [/boot/vmlinuz-one-dev]
root (hd0,0)
kernel /vmlinuz-one-dev root=/dev/disk/by-uuid/2847d38f-b2f3-46e6-a181-4b8052b3d805 ro snd_hda_intel.model=acer-aspire
# (1) Arch Linux
title Arch Linux
root (hd0,0)
kernel /vmlinuz26 root=/dev/disk/by-uuid/2847d38f-b2f3-46e6-a181-4b8052b3d805 ro
initrd /kernel26.img
# (2) Arch Linux
title Arch Linux Fallback
root (hd0,0)
kernel /vmlinuz26 root=/dev/disk/by-uuid/2847d38f-b2f3-46e6-a181-4b8052b3d805 ro
initrd /kernel26-fallback.img
# (2) Windows
#title Windows
#rootnoverify (hd0,0)
#makeactive
#chainloader +1
Thanks in advance for any help
Last edited by neurolysis (2011-02-24 13:06:33)
Offline
Pages: 1