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: Wilhelm Wienemann
Subject: Re: may grub to load my OS dynamically?
Date: Tue, 16 Dec 2003 23:42:31 +0100
User-agent: Mutt/1.5.4i

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.




reply via email to

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