You are not logged in.

#1 2010-01-18 17:36:56

Daphron
Member
Registered: 2010-01-06
Posts: 27

Grub 2 error: unknown filesysetem

Partition setup (for my macbook5,2):
/dev/sda1  is an EFI partition
/dev/sda2 is the main macbook partition
/dev/sda3 is my swap partition
/dev/sda4 is my arch linux root partition (ext3)

Whenever I try to boot from my arch partition I get 'error: unknown filesystem' and am shoved into a rescue terminal. I am not sure what to do. I have seen people's /boot/grub/grub.cfg files and they look very different from mine. (I retyped my grub.cfg file by hand so there could easily be some errors. Tell me about them anyway though!!!)

#
# DO NOT EDIT THIS FILE
#
# It is automatically generated by /sbin/grub-mkconfig using templates
# from /etc/grub.d and settings from /etc/default/grub
# 

### BEGIN /etc/grub.d/00_header ###
set default=0
insmod ext2
set root=(hd0,4)
search --no-floppy --fs-uuid --set 8e8c87733-f7a3-442d-8c0e-4ac8fd4e52be
if loadfont /usr/share/grub/unicode.pf2 ; then
   set gfxmode=640x480
   insmod gfxterm
   insmod vbe
   if terminal_output gfxterm ; then true ; else
      # For backward compatibility with versions of terminal.mod that don't 
      # understand terminal_output
      terminal gfxterm
   fi
fi 
set timeout=5
### END /etc/grub.d/00_header ###

### Begin /etc/grub.d/10_linux ###
### END /etc/grub.d/10_linux ###

### BEGIN /etc/grub.d/30_os-prober ###
### END /etc/grub.d/30_os-prober ###

### BEGIN /etc/grub.d/40_custom ###
# This file provides an easy way to add custom menu entries. Simply type the
# menu entries you want to add after this comment. Be careful not to change
# the 'exec tail' line above.

# (0) Arch Manual
menuentry "Arch Manual" {
set root=(hd0,4)
linux boot/vmlinux26 root=/dev/sda4 ro acpi=off
initrd boot/kernel26.img
### END /etc/grub.d/40_custom ###

Grub 2 worked fine in Linux Mint so I know it will run on my computer. Grub Legacy has serious problems with macbook that nobody has been able to solve so I can't use that. I added the 'Arch Manual entry to try and solve this but it didn't work. (acpi has to be off on the macbook as far as I can tell). Any suggestions?

Offline

Board footer

Powered by FluxBB