Error 21: Selected disk does not exist

Quick to answer questions about finding your way around Linux Mint as a new user.
Forum rules
There are no such things as "stupid" questions. However if you think your question is a bit stupid, then this is the right place for you to post it. Stick to easy to-the-point questions that you feel people can answer fast. For long and complicated questions use the other forums in the support section.
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
Husse

Re: Error 21: Selected disk does not exist

Post by Husse »

Tell us which Mint you have (exactly) and post your menu.lst - without it there is no way I can tell what's wrong
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
Husse

Re: Error 21: Selected disk does not exist

Post by Husse »

You did not say you had two disks, but I guessed so
This looks right to me
title Windows NT/2000/XP (loader)
root (hd1,0)
savedefault
map (hd0) (hd1)
map (hd1) (hd0)
chainloader +1
but it is of course the centre point here
Try to switch the two map lines so it goes
title Windows NT/2000/XP (loader)
root (hd1,0)
savedefault
map (hd1) (hd0)
map (hd0) (hd1)
chainloader +1
Husse

Re: Error 21: Selected disk does not exist

Post by Husse »

If you only have one disk (I thought I saw sdb somewhere) why do you map Windows?
This is something you do to trick Windows into believing it's on the first disk
I don't have a Windows partition in this computer (don't use it any more) so I can't check but it should be
title Windows NT/2000/XP (loader)
root (hd0,0)
savedefault
chainloader +1
That is if Windows is an sda1 as I find now :)
Sorry for not seeing this - I look at so many posts.....
Locked

Return to “Beginner Questions”