Hi,
I'm installing a system from a USB stick containing a restore system,
and I'm having some troubles installing grub on the hard drive.

I've made two partitions, c0d0p1 on which the boot-partition resides,
and c0d0d2 on which the rest of the system resides. So far so good.
Now I want grub to install mbr on the system disk, and I can't really
get it to work.

When I boot on the USB stick the system sees the USB as hd0, which is
as it should. So I ran

grub-install --root-directory=/mnt/c0d0p1/boot /dev/cciss/c0d0

and got the output

Installation finished. No error reported.
(hd0)   /dev/sda
(hd1)   /dev/cciss/c0d0

Which is correct. But I am going to remove the USB stick after
installation, and when I do so /dev/sda isn't there anymore (because I
removed the stick :). So is there a way to make grub install on /dev/
cciss/c0d0 and have it boot from that drive when I remove the the
stick?

BR,
Andy

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Linux Users Group.
To post a message, send email to [email protected]
To unsubscribe, send email to [email protected]
For more options, visit our group at 
http://groups.google.com/group/linuxusersgroup
-~----------~----~----~----~------~----~------~--~---

Reply via email to