
| This forum is proudly powered by Scientific Linux 6 | SL website Download SL Help Search Members |
| Welcome Guest ( Log In | Register ) | Resend Validation Email |
![]() ![]() ![]() |
| Mumrik |
|
|||||
![]() SLF Newbie Group: Members Posts: 5 Member No.: 1717 Joined: 20-July 12 |
Hello)
I'm trying to recover Debian which was failed after the SL's installing. At first it was only SL in the GRUB menu. I edited the grub.conf and now it's two systems in menu, but it can't boot Debian. Error 17 : Cannot mount selected partition Why? Disks:
config file:
|
|||||
| AndrewSerk |
Posted: Jul 21 2012, 06:57 PM
|
|
![]() SLF Moderator ![]() ![]() ![]() ![]() ![]() ![]() Group: Moderators Posts: 524 Member No.: 54 Joined: 14-April 11 |
Hi Mumrik and welcome to SLF,
The first thing I would try to correct the issue is replace the root=UUID with "root=/dev/sd?"the device location in grub.conf and see if that helps. |
|
| Mumrik |
Posted: Jul 23 2012, 07:59 AM
|
|||||
![]() SLF Newbie Group: Members Posts: 5 Member No.: 1717 Joined: 20-July 12 |
Hi. Thanks for help!
I made a mistake in the grub.conf:
/dev/sda6 => (hd0,5) But, when I correct it and replace root=UUID with root=/dev/sd6:
|
|||||
| U308 |
Posted: Jul 23 2012, 11:46 AM
|
|
|
SLF Advocate ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 486 Member No.: 32 Joined: 11-April 11 |
Use the blkid command to see if the UUID is correct.
#blkid /dev/sda6 |
|
| Mumrik |
Posted: Jul 24 2012, 08:34 AM
|
|||
![]() SLF Newbie Group: Members Posts: 5 Member No.: 1717 Joined: 20-July 12 |
Yes, UUID is correct. I can't understand, what's problem.
This is Debian's grub.cfg:
|
|||
| U308 |
Posted: Jul 24 2012, 10:32 AM
|
|
|
SLF Advocate ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 486 Member No.: 32 Joined: 11-April 11 |
As far as I know the old grub (grub legacy) cannot boot grub2 based OS. I had this before and the solution was to simply chainload from the old grub. So, one would need to add something like:-
title Debian root (hd0,5) chainloader +1 to menu.lst Your Debian bootloader should be installed to root (/) and not to Mbr. Have look at this: http://bootinfoscript.sourceforge.net/ I find it rather useful. |
|
![]() |
![]() ![]() ![]() |