You are not logged in.

#1 2011-04-30 19:48:02

atrus6
Member
Registered: 2011-02-17
Posts: 16

Unexpected Grub Error 15

All I did was restart my computer lol.

Output of fdisk -l | grep -i linux

/dev/sda1   *           1          13      104391   83  Linux
/dev/sda2              14          46      265072+  82  Linux swap / Solaris
/dev/sda3              47        1003     7687102+  83  Linux
/dev/sda4            1004       24321   187301835   83  Linux
/dev/sdb1               1       14593   117218241   83  Linux

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/GRU … 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
root   (hd0,0)
kernel /vmlinuz26 root=/dev/disk/by-uuid/dfb3f97d-b241-48aa-9afd-d373dfee0f39 ro
initrd /kernel26.img

# (1) Arch Linux
title  Arch Linux Fallback
root   (hd0,0)
kernel /vmlinuz26 root=/dev/disk/by-uuid/dfb3f97d-b241-48aa-9afd-d373dfee0f39 ro
initrd /kernel26-fallback.img

# (2) Windows
#title Windows
#rootnoverify (hd0,0)
#makeactive
#chainloader +1

And /etc/fstab

#
# /etc/fstab: static file system information
#
# <file system>        <dir>         <type>    <options>          <dump> <pass>
devpts                 /dev/pts      devpts    defaults            0      0
shm                    /dev/shm      tmpfs     nodev,nosuid        0      0

#/dev/cdrom             /media/cd   auto    ro,user,noauto,unhide   0      0
/dev/dvd               /media/dvd  auto    ro,user,noauto,unhide   0      0
#/dev/fd0               /media/fl   auto    user,noauto             0      0

# Commented out by Dropbox
# UUID=12dce5c6-c239-4218-9678-f6ebab568a9c /home ext4 defaults 0 1
UUID=3c82abbe-0291-47fa-b950-7c5d27447a64 /boot ext2 defaults 0 1
UUID=415d1cc9-31aa-4f39-bec7-face3f4a79e8 swap swap defaults 0 0
UUID=dfb3f97d-b241-48aa-9afd-d373dfee0f39 / ext4 defaults 0 1
UUID=12dce5c6-c239-4218-9678-f6ebab568a9c /home ext4 defaults,user_xattr 0 1

It LOOKS right, but, obviously something is wrong. What is it?

Thanks,
TIm

Last edited by atrus6 (2011-04-30 20:35:40)

Offline

#2 2011-04-30 20:22:36

loafer
Member
From: the pub
Registered: 2009-04-14
Posts: 1,772

Re: Unexpected Grub Error 15

You re only using the fallback kernel.  Is there a reason for this?


All men have stood for freedom...
For freedom is the man that will turn the world upside down.
Gerrard Winstanley.

Offline

#3 2011-04-30 20:35:25

atrus6
Member
Registered: 2011-02-17
Posts: 16

Re: Unexpected Grub Error 15

Oops yeah. I was just trying something random to see if it would fix it (or do something) and I never uncommented it. Either way (with or without that section being commented out) it still gives me a 15 error.

Offline

#4 2011-04-30 20:58:13

cell
Member
Registered: 2007-10-23
Posts: 111

Re: Unexpected Grub Error 15

You did nothing interesting before restart? Maybe double check uuid?

Offline

#5 2011-04-30 21:05:39

atrus6
Member
Registered: 2011-02-17
Posts: 16

Re: Unexpected Grub Error 15

I had just gotten up, was browsing gmail and my wireless died. (It's not that uncommon of an occurance) I was trying to reconnect (sudo dhcpcd wlan0) and it caused everything to freeze. Not really wanting to figure out what was wrong, I just hit the reset button. That's when I got the error. The UUIDs match from fstab and I never touch that file (the format confuses me, and I don't want to break anything)

Offline

#6 2011-04-30 21:10:09

atrus6
Member
Registered: 2011-02-17
Posts: 16

Re: Unexpected Grub Error 15

I had just gotten up, was browsing gmail and my wireless died. (It's not that uncommon of an occurance) I was trying to reconnect (sudo dhcpcd wlan0) and it caused everything to freeze. Not really wanting to figure out what was wrong, I just hit the reset button. That's when I got the error. The UUIDs match from fstab and I never touch that file (the format confuses me, and I don't want to break anything)

Offline

#7 2011-04-30 22:06:23

fsckd
Forum Fellow
Registered: 2009-06-15
Posts: 4,173

Re: Unexpected Grub Error 15

filesysttem corruption? just a guess


aur S & M :: forum rules :: Community Ethos
Resources for Women, POC, LGBT*, and allies

Offline

#8 2011-04-30 22:23:23

atrus6
Member
Registered: 2011-02-17
Posts: 16

Re: Unexpected Grub Error 15

I can mount everything just fine though. I'm running a Puppy live CD, and can explore everything just fine.

Offline

#9 2011-04-30 22:35:36

cell
Member
Registered: 2007-10-23
Posts: 111

Re: Unexpected Grub Error 15

It is strange, just for the sake of it press e in the grub menu and replace the uuid with /dev/sdaX replace X accordantly.
filesystem corruption? Maybe you could run a check?

Offline

#10 2011-05-01 00:34:36

atrus6
Member
Registered: 2011-02-17
Posts: 16

Re: Unexpected Grub Error 15

I ran fcsk on all partitions, and the only error that it found was the last read and write time was May 1st.

Offline

#11 2011-05-01 07:47:33

rwd
Member
Registered: 2009-02-08
Posts: 664

Re: Unexpected Grub Error 15

Maybe you need to reinstall grub bootloader on the harddisk:  https://wiki.archlinux.org/index.php/GR … stallation

Offline

#12 2011-05-01 08:39:41

rwd
Member
Registered: 2009-02-08
Posts: 664

Re: Unexpected Grub Error 15

You need to make 100% sure  that the ones in fstab and menu.lst are the same as the command 'blkid' gives. Something else you might try is reinstalling the grub bootloader on the harddisk https://wiki.archlinux.org/index.php/GR … stallation.

Last edited by rwd (2011-05-01 08:44:45)

Offline

Board footer

Powered by FluxBB