bug-grub
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: may grub to load my OS dynamically?


From: Markus Feldmann
Subject: Re: may grub to load my OS dynamically?
Date: Wed, 17 Dec 2003 11:36:00 +0100

Hallo Wilhelm,

i have done this,
with a little Addon,
#I did something more before the next Points, but i can not remember.
#I did edit the file /etc/boot/device.map and the file /etc/boot/menu.lst

1.) Boot with the SuSE 9.0 CD

2.)I searched for the file /boot/grub/stage1:
find /boot/grub/stage1
(HD2.0) #This is what i got from Grub.

3.) I did:
root (HD2.0)

4.) I did:
setup (HD2.0)

5.)I did boot with the my SCSI Drive where is my SuSE 9.0

6.)I did edit the boot-Menue:
title SuSE-9.0
    kernel (hd0)/boot/vmlinuz root=/dev/sdb1(x)
    initrd (hd0)/initrd
#Yes this is crazy, but it seems to work. Maybe other people must prob at
this point.


Thanks Wilhelm for your Help.

mfg Markus F.

----- Original Message ----- 
From: "Wilhelm Wienemann" <address@hidden>
To: "maillingliste grub" <address@hidden>
Sent: Tuesday, December 16, 2003 11:42 PM
Subject: Re: may grub to load my OS dynamically?


Hello Markus!

On Tue, 16 Dec 2003, Markus Feldmann wrote:

> I have installed SuSE Linux 9.0 , but i can?t boot this.
> The error Message is:
> "GRUB "
>
> After the SuSE Installation i did insert my Windows Disk in my Computer,
> and so the Linux Disk change from /dev/sda to /dev/sdb .
> Is there a Possibilty to make grub dynamically ?
>
> My System is now:
>
> /dev/hda        # Data with Fat32
> /dev/sda        # WinXP
> /dev/sdb        # SuSE Linux 9.0

1. Maybe you have to modify your /etc/boot/device.map as follow:

(hd0)   /dev/hda
(hd1)   /dev/sda
(hd2)   /dev/sdb


2. Furthermore you have to modify your /etc/boot/menu.lst



title SuSE-9.0
    kernel (hd2,0)/boot/vmlinuz root=/dev/sdb1(x)
    initrd (hd2,0)/initrd

titel Windown eXPensive
    root (hd1,0)
    chainloader +1
    makeactive


3. Then save it and make a

4. grub-install (hd0)


bye - Wilhelm

-- 
Windows-Air:
Der Check-In ist super-einfach, das Terminal bunt, die Angestellten alle
korrekt gekleidet, Du wirst königlich behandelt, das Flugzeug hebt sanft
ab, aber explodiert nach 10 Minuten in der Luft.


_______________________________________________
Bug-grub mailing list
address@hidden
http://mail.gnu.org/mailman/listinfo/bug-grub





reply via email to

[Prev in Thread] Current Thread [Next in Thread]