ubuntuforums-unanswered team mailing list archive
-
ubuntuforums-unanswered team
-
Mailing list archive
-
Message #09670
Re: [Question #78748]: Recover Ubuntu _with RAID 1_ after installing windows
Question #78748 on Ubuntu changed:
https://answers.launchpad.net/ubuntu/+question/78748
Tom posted a new comment:
Brilliant, nicely done :)))
I think from a command line just try typing in
cd /boot/grub
ls
sudo cp menu.lst menu.lst.310709
ls
sudo gedit menu.lst
Note that "ls" is a lower-case "LS" and shows what files are in the
folder. The 2nd time you should see that a new file, "menu.lst.310709"
has appeared ;) Oh and also note that "menu.lst" is a lower-case
"MENU.LST"
Anyway the text-editor "gedit" should open "menu.lst", now just scroll
right down to the end of menu.lst to make sure you either already have a
section like this or else copy one in
title Windows XP
rootnoverify (hd1,0)
savedefault
makeactive
map (hd0) (hd1)
map (hd1) (hd0)
chainloader +1
please show us what you get when you type
sudo fdisk -l
on another command-line for us to know exactly what numbers to put in the "rootnoverify" part.
Good luck and regards from
Tom :)
--
You received this question notification because you are a member of UF
Unanswered Posts Team, which is an answer contact for Ubuntu.