Results 41 to 46 of 46
Originally Posted by devils_casper
yes. Ubuntu installer will install GRUB in MBR of the disk. we will plug-in Windows disk as secondary after installation.
Casper,
'Tis a work in progress, ...
- 03-03-2007 #41Just Joined!
- Join Date
- Feb 2007
- Posts
- 25
Casper,
Originally Posted by devils_casper
'Tis a work in progress, as I type.
Will GRUB find the windows partition when I plug the other drive back in, or will I need to edit a Grub file?
- 03-03-2007 #42
you have to edit Menu.lst and device.map files.
add this code at the end of fileCode:gksudo gedit /boot/grub/menu.lst
open device.map fileCode:title Windows XP rootnoverify (hd1,0) map (hd1) (hd0) map (hd0) (hd1) chainloader +1
add this lineCode:gksudo gedit /boot/grub/device.map
save file and reboot.Code:(hd1) /dev/hdb
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 03-03-2007 #43Just Joined!
- Join Date
- Feb 2007
- Posts
- 25
Casper,
Originally Posted by devils_casper
I'm in some unkown territory with regard to read-only file permissions.
gksudo gedit /boot/grub/menu.lst - this worked fine, but when I went to save, I got:
You are trying to save the file on a read-only disk. Check that you typed the location correctly and try again.
- 03-03-2007 #44
thats weird. open terminal and execute this
Code:sudo nano /boot/grub/menu.lst
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 03-03-2007 #45Just Joined!
- Join Date
- Feb 2007
- Posts
- 25
Casper,
Originally Posted by devils_casper
Thank you! I had contemplated using the VI editor as I'd used that on a Unix system long ago, but it is so klunky from what I remembered? nano works much better.
Everything booted up fine, the only one minor thing that I would like to change now, and that is, to have the Grub menu come up automatically rather than have to press escape to have it show up. I'll figure that out with my friend Google. 8 -)
I am deeply indebted to you for all of your time and patience.
Thank you again!
Norm
- 03-04-2007 #46
you are Welcome spruce_capital.

look for line 'hiddenmenu' in menu.lst file and put # sign before that.Everything booted up fine, the only one minor thing that I would like to change now, and that is, to have the Grub menu come up automatically rather than have to press escape to have it show up. I'll figure that out with my friend Google. 8 -)
GRUB menu will appear itself on reboot.Code:# hiddenmenu
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First


Reply With Quote
