Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[Solved] 3.2.12 Kernel panic
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
Raoul
Tux's lil' helper
Tux's lil' helper


Joined: 30 Jul 2006
Posts: 108
Location: Adelaide, Aust.

PostPosted: Sat Apr 21, 2012 11:03 am    Post subject: [Solved] 3.2.12 Kernel panic Reply with quote

Hi All,

Hoping someone can help please. Doing a 'new' install (same fstab and make.conf) with new kernel. Got 3.2.12 seed from Pappy's seeds. Thought I had done the necessary tweaks.
Here is my fstab: http://pastebin.com/8Ucdm8BK
Here is my make.conf: http://pastebin.com/0m0ccrwv
Here is a picture of screen of error: http://ftp3.soundofhope.org/showsoh.php?path=English\Australia\Files (sorry url won't hyperlink)
Here is my 40_custom for Grub2: http://pastebin.com/tkgn4Sf5
Here is my kernel .config : http://pastebin.com/es2sDUuy


Looking forward to the usual fantastic help from this forum.

Thanks Raoul
_________________
**************
Not all pain is gain.


Last edited by Raoul on Sat Apr 21, 2012 9:44 pm; edited 1 time in total
Back to top
View user's profile Send private message
BillWho
Veteran
Veteran


Joined: 03 Mar 2012
Posts: 1600
Location: US

PostPosted: Sat Apr 21, 2012 3:33 pm    Post subject: Reply with quote

Raoul,

I don't think you should be using set root=(hd0,1) with this version of grub. Here's my entries for grub 2:

Code:
menuentry "Gentoo Base System kernel-x86_64-3.3.0-rc7 (on /dev/sdb14)" --class gnu-linux --class gnu --class os {
   insmod part_msdos
   insmod ext2
   set root='(hd1,msdos1)'
   search --no-floppy --fs-uuid --set=root 1a808cff-31af-4036-8fa7-380098554f71
   linux /kernel root=UUID=b3bfd853-2f66-4946-9a08-428af6f50ba1 rootfstype=ext3 vga=794
   initrd /initramfs
}

root@gentoo-gateway bill # blkid|grep gentoo
/dev/sdb1: LABEL="gentoo-boot" UUID="1a808cff-31af-4036-8fa7-380098554f71" TYPE="ext2"
/dev/sdb14: LABEL="gentoo-root" UUID="b3bfd853-2f66-4946-9a08-428af6f50ba1" TYPE="ext3"
/dev/sdb15: LABEL="gentoo-home" UUID="13f4d129-3ae3-4ede-813d-0fa36b818332" TYPE="ext4"

Good Luck :wink:
_________________
Good luck :wink:

Since installing gentoo, my life has become one long emerge :)
Back to top
View user's profile Send private message
mv
Watchman
Watchman


Joined: 20 Apr 2005
Posts: 6780

PostPosted: Sat Apr 21, 2012 3:47 pm    Post subject: Reply with quote

You specified a real_root=... but no root=... in the kernel line.
Use root=... if you do not want an initram. If you want an initram, you have to create one and add a corresponding command to the grub2 config after the kernel line.
Back to top
View user's profile Send private message
Raoul
Tux's lil' helper
Tux's lil' helper


Joined: 30 Jul 2006
Posts: 108
Location: Adelaide, Aust.

PostPosted: Sat Apr 21, 2012 9:43 pm    Post subject: Reply with quote

See? This forum rocks. Problem solved straight away by changing real_root= to root=

Thanks all.
_________________
**************
Not all pain is gain.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum