Re: Grub Manual Install Question
- From: sebastian.h.schmidt@xxxxxxxxxxxxxx
- Date: Wed, 23 Jan 2008 15:00:53 -0800 (PST)
On Jan 23, 9:48 pm, Douglas Mayne <d...@xxxxxxxxxxxxx> wrote:
On Wed, 23 Jan 2008 11:32:08 -0800, sebastian.h.schmidt wrote:The problem is, currently i dont have a working (grub/lilo)
Hi
I have to install the Grub Loader to the MBR of my Windows Partition
(4th Partition) and the grub itself (/grub folder) is in my linux /
boot
partition located on the 5th partition. .. how do i do that, i looked
into the manual but i'm not entirely sure about all that.
Is this line correct or am i screwing my system with that ?
grub-install --root-directory=/boot /dev/sda3
thx in advance !!!
Sebastian
First of all, let me say that changing the bootloader without knowing
exactly what you are doing can lead to an unbootable system or otherwise
do great damage to your system.
bootloader, currently its working with the EFI system of the Mac,
thats how i start MAC Os and Windows
My advice is for you to brush up on the proper nomenclature, for boththx for the hint, but since i have a Mac and this system is a little
disks in the PC world and for grub. This post includes the rules for disk
partitioning in the PC world:http://groups.google.com/group/comp.os.linux.misc/msg/d3544c061662cacf
bit different to the mac it seems not applicable for this case. since
a mac normaly uses the EFI system and not the MBR system anymore.
Grub works within the same context, but counts beginning at 0. It countsI have to work with the sdb etc stuff because at first i want grub to
the first drive it "sees" as drive 0, and partitions on the
drive will also be referenced from 0.
Here are some examples. The first partition on the first disk is
named (hd0,0) by grub. The primary partitions are named as follows:
(hd0,0)
(hd0,1)
(hd0,2)
(hd0,3)
Similarly, the logical partitions within an extended partition are named
(hd0,4)
(hd0,5)
:
:
etc
start not modify its entries using a Live CD. and thats how i
understand it will be done using /dev/sdb... ?
It is important to note that grub includes an interactive shell mode.As i said, at first i need it runing.
I have found it easiest to use this shell to make sure everything is
working as assumed. One useful grub command is "geometry." That command
is useful in eliminating confusion between hard drives, especially when it
is not clear how grub has "counted" your drives. This comes up most
often with systems which have both scsi (or sata) and ide drives.
Once you have reviewed the documents, then you can layout your plan on
paper. The solution will probably be readily apparent at that point and
you can proceed to reconfigure the bootloader according to your needs.
By the way it should work somehow because i got this configuration (/
boot partition on internal, /, /swap etc on external) running with
ubuntu, which unfortunately dont work with the programs i need :(
thx anyway Sebastian
--
Douglas Mayne
--
Douglas Mayne
.
- Follow-Ups:
- Re: Grub Manual Install Question
- From: Douglas Mayne
- Re: Grub Manual Install Question
- References:
- Grub Manual Install Question
- From: sebastian . h . schmidt
- Re: Grub Manual Install Question
- From: Douglas Mayne
- Grub Manual Install Question
- Prev by Date: Re: installing Fedora 8
- Next by Date: Re: Grub Manual Install Question
- Previous by thread: Re: Grub Manual Install Question
- Next by thread: Re: Grub Manual Install Question
- Index(es):
Relevant Pages
|