[newbie] GRUB using

2004-06-13 Thread Johan Sch
Hi list,

I am a grub user.
Now I usually install grub in the HD mbr if over-written by another instal like this..

# grub
grubgrub root (hd0,0)
grubsetup (hd0)

This time there was a error.
So I read the GRUB instructions (hardcopy) which is quite extensive.
Found another command..
grubfind /boot/grub/stage1
Now this gives 4 different devices with stage1 .. see below please. This is because I 
have various installs using grub.
Again I studied the instructions .. but .. for me it is not clear which is which.. 
should the wrong setup be given the writing will be in the wrong place .. probably 
creating more chaos.
Now what worries me is what would the correct command for setup be to use hd0,0 mbr 
and hd0,9 stage1.
Please could I get some pointers here..
 for the above short way .. long way see bottom..note.

**
#grub

GRUB  version 0.93  (640K lower / 3072K upper memory)

 [ Minimal BASH-like line editing is supported.  For the first word, TAB
   lists possible command completions.  Anywhere else TAB lists the possible 
completions of a device/filename. ]

grub root (hd0,0)
 Filesystem type is fat, partition type 0xc

grub find /boot/grub/stage1
 (hd0,5)
 (hd0,9).this is the one I want to use.
 (hd1,4)
 (hd1,8)

grubsetup (hd0)
**
Thanks

Note..I already fixed this the long way..by using disc 1 and selecting the install on 
hde10. This causes the menu.lst to over-written (which is not really a problem because 
I have it on boot-floppy).
Also found that all my MCC additional entries for urpmi was wiped out.
-- 
Johan Sch
kernel 2.6.3-13mdk
May this be a good day for learning
Registered Linux User #330034


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com



Re: [newbie] GRUB using

2004-06-13 Thread Johan Sch
On Sun, 13 Jun 2004 15:55:54 +0200
Johan Sch [EMAIL PROTECTED] wrote:

 Hi list,
 
 I am a grub user.
 Now I usually install grub in the HD mbr if over-written by another instal like 
 this..
 
 # grub
 grubgrub root (hd0,0)
 grubsetup (hd0)
 
 This time there was a error.
 So I read the GRUB instructions (hardcopy) which is quite extensive.
 Found another command..
 grubfind /boot/grub/stage1
 Now this gives 4 different devices with stage1 .. see below please. This is because 
 I have various installs using grub.
 Again I studied the instructions .. but .. for me it is not clear which is which.. 
 should the wrong setup be given the writing will be in the wrong place .. probably 
 creating more chaos.
 Now what worries me is what would the correct command for setup be to use hd0,0 mbr 
 and hd0,9 stage1.
 Please could I get some pointers here..
  for the above short way .. long way see bottom..note.
 
 **
 #grub
 
 GRUB  version 0.93  (640K lower / 3072K upper memory)
 
  [ Minimal BASH-like line editing is supported.  For the first word, TAB
lists possible command completions.  Anywhere else TAB lists the possible 
 completions of a device/filename. ]
 
 grub root (hd0,0)
  Filesystem type is fat, partition type 0xc
 
 grub find /boot/grub/stage1
  (hd0,5)
  (hd0,9).this is the one I want to use.
  (hd1,4)
  (hd1,8)
 
 grubsetup (hd0)
 **
 Thanks
 
 Note..I already fixed this the long way..by using disc 1 and selecting the install 
 on hde10. This causes the menu.lst to over-written (which is not really a problem 
 because I have it on boot-floppy).
 Also found that all my MCC additional entries for urpmi was wiped out.
 -- 
 Johan Sch
 kernel 2.6.3-13mdk
 May this be a good day for learning
 Registered Linux User #330034
 
 
I have joined the grub list .. maybe they can help me.

-- 
Johan Sch
kernel 2.6.3-13mdk
May this be a good day for learning
Registered Linux User #330034


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com



[newbie] grub error 2: bad file or directory type

2004-05-16 Thread Guy Rouillier
This one is driving me batty.  I have an AMD64 laptop, and I have 3
different versions of Mandrake installed so I can try out the 64-bit
version, plus one 9.2 32-bit that I can fall back on.   I started out
with 9.2 32-bit and installed grub into the MBR for that.  I then
installed 9.2 64-bit and 10.0 64-bit into other partitions, telling the
installer to put grub into that partition instead of the MBR.  Then I
just copied the appropriate lines out of boot/grub/menu.lst from each of
those 64-bit installations into the menu.lst for the 32-bit install.  I
was able to successfully boot all three.

But of course I couldn't leave well enough alone.  Mandrake said they
weren't going to support my eMachines laptop, which requires some
custom tweaks. So I figured I'd give fedora64 core2 a try, and
reformatted my Mandrake 10.0 64-bit partition.  Did the same
trick of copying lines from fedora menu.lst into Mandrake 32-bit
menu.lst, everything worked. Didn't like fedora (really gotten used to
Mandrake, and like it.)  So I wanted to put 10.0 back into that
partition and see if I could tweak the kernel myself for the eMachines.

Finally, my problem:  I've now installed 10.0 64-bit twice (using same
hard-drive install files from the first successful install.)  Install
finishes fine.  But each time I try to boot, it tells me:

Error 2. Bad file or directory type

I can't find a grub messages file that informs me what it can't
find.  I searched google and found some hits but none really helped. 
I'm out of ideas.  I'm baffled how reinstalling the exact same files as
the first time now produces a non-bootable system.   I can still get
into 9.2 32-bit and 9.2 64-bit.  Here is what my working 9.2 64-bit grub
entry looks like:

title linux64-nonfb
kernel (hd0,8)/boot/vmlinuz root=/dev/hda9 noapic devfs=mount
acpi=off resume=/dev/hda10
initrd (hd0,8)/boot/initrd.img  

(kernel line wrapped.)  The one that doesn't work looks exactly the same
but with different partition numbers.  Appreciate all suggestions to get
this working again.  Thanks.

-- 
Guy Rouillier


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com



Re: [newbie] Grub entry

2003-12-31 Thread trufflesdad
On Tuesday 30 December 2003 19:52, Johan wrote:
 Ok, here is mine as an attachment
 Johan
 *

 On Tuesday 30 December 2003 15:52, trufflesdad wrote:
  Could someone using grub please post me the booting stanza..
  I have been trying to boot Mandrake from the Fedora menu.lst
  but I must have an error as calling the mandrake partition
  goes straight into Fedora...


Thanks for the mail Johan...Do you know why it has 6 splash
=silent entries ?? 
-- 

Regards
  Ted Wager
   Using Fedora Linux

Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


[newbie] Grub entry

2003-12-30 Thread trufflesdad
Could someone using grub please post me the booting stanza..
I have been trying to boot Mandrake from the Fedora menu.lst
but I must have an error as calling the mandrake partition
goes straight into Fedora...
-- 

Regards
  Ted Wager
   Using Fedora Linux

Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


Re: [newbie] Grub entry

2003-12-30 Thread Johan
Ok, here is mine as an attachment
Johan
*
On Tuesday 30 December 2003 15:52, trufflesdad wrote:
 Could someone using grub please post me the booting stanza..
 I have been trying to boot Mandrake from the Fedora menu.lst
 but I must have an error as calling the mandrake partition
 goes straight into Fedora...

-- 
Johan
May this be a good day for learning
Registered Linux User #330034 - still learning
timeout 10
color black/cyan yellow/cyan
i18n (hd0,8)/boot/grub/messages
keytable (hd0,8)/boot/us.klt
altconfigfile (hd0,8)/boot/grub/menu.once
default 0

title Windows XP Home hdg1
root (hd1,0)
map (0x81) (0x80)
map (0x80) (0x81)
makeactive
chainloader +1

title Mandrake 2422-21 hde9-10
kernel (hd0,8)/boot/vmlinuz-2.4.22-21mdk root=/dev/hde9 devfs=mount splash=silent 
splash=silent splash=silent splash=silent splash=silent splash=silent hdd=ide-scsi 
acpi=ht resume=/dev/hde11 splash=silent vga=788
initrd (hd0,8)/boot/initrd-2.4.22-21mdk.img

title Mandrake 2422-10
kernel (hd0,8)/boot/vmlinuz-2.4.22-10mdk root=/dev/hde9 devfs=mount splash=silent 
splash=silent splash=silent splash=silent splash=silent splash=silent hdd=ide-scsi 
acpi=ht resume=/dev/hde11 splash=silent
initrd (hd0,8)/boot/initrd-2.4.22-10mdk.img

title Windows 98 hde1
root (hd0,0)
chainloader +1

title Mandrake linux-nonfb hde9-10
kernel (hd0,8)/boot/vmlinuz root=/dev/hde9 devfs=mount splash=silent splash=silent 
splash=silent splash=silent splash=silent splash=silent hdd=ide-scsi acpi=ht 
resume=/dev/hde11
initrd (hd0,8)/boot/initrd.img


title floppy
root (fd0)
chainloader +1
#

title Suse 9.0 hde5/6-kernel-121-K_delft
kernel (hd0,4)/boot/vmlinuz-2.4.21-121-default root=/dev/hde5 vga=0x314 
splash=silent desktop hdd=ide-scsi hddlun=0 showopts
initrd (hd0,4)/boot/initrd-2.4.21-121-default

#**
title Redhat 9.0 hde7/8
root (hd0,6)
kernel (hd0,6)/boot/vmlinuz-2.4.20-8 root=/dev/hde7
initrd (hd0,6)/boot/initrd-2.4.20-8.img
#
title Memory Test
kernel (hd0,4)/boot/memtest.bin
Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


Re: [newbie] Grub or Lilo

2003-12-26 Thread Anne Wilson
On Friday 26 December 2003 04:09, Russ wrote:
 Thats my problem. I tried to edit it but didn't have any luck. I
 guess I am asking for a how to on how to edit it.

Did you remember to /sbin/lilo after you edited?

Anne
-- 
Registered Linux User No.293302
Have you visited http://twiki.mdklinuxfaq.org yet?


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


Re: [newbie] Grub or Lilo

2003-12-26 Thread Russ
Hi All,

I posted before but this is sort of an update. Still need help.

I am trying to get Grub to boot all the OS's I have installed. It appears to
be a tricky thing to accomplish.

Here is what I did:

New Dell 4600 (3ghz, 512ram, 80gig HD) with XP Home installed. I added a 160
gig HD and made it master and the 80 a slave (XP has the whole 80gig drive).

On the 160 I put Win98se on the first 40, then swap, then SuSE and finally
Mandrake.

Both SuSE and Mandrake are in their own single partition (I did not separate
/ and /Home).

Steps;

I installed Win98se, then I installed SuSE. The Win98 drive did not show up
arigionally in Grub but I edited it and it worked fine then. My XP drive did
show up but Grub will not boot it because it does not recognise the file
system (is there a workaround for this?).

I then installed Mandrake 9.2 and told it to skip the boot loader. Went back
into SuSE and edited Grub again but no dice.

Here is what I have:

===
# Modified by YaST2. Last modification on Fri Dec 26 06:12:33 2003


gfxmenu (hd0,2)/boot/message
timeout 8
default 0

###Don't change this comment - YaST2 identifier: Original name: SuSE###
title SuSE
kernel (hd0,2)/boot/vmlinuz root=/dev/hda3 vga=0x317 splash=silent
desktop
hdd=ide-scsi hddlun=0 showopts
initrd (hd0,2)/boot/initrd

###Don't change this comment - YaST2 identifier: Original name:
Mandrake###
title Mandrake
kernel (hd0,4)/boot/vmlinuz root=/dev/hda5 vga=0x317 splash=silent
desktop
hdd=ide-scsi hddlun=0 showopts
initrd (hd0,4)/boot/initrd

###Don't change this comment - YaST2 identifier: Original name:
XP_Home###
title XP_Home
root (hd1,0)
chainloader +1
makeactive

###Don't change this comment - YaST2 identifier: Original name:
Win98se###
title Win98se
root (hd0,0)
chainloader +1
makeactive

###Don't change this comment - YaST2 identifier: Original name:
Floppy###
title Floppy
root (fd0)
chainloader +1

###Don't change this comment - YaST2 identifier: Original name:
Failsafe###
title Failsafe
kernel (hd0,2)/boot/vmlinuz root=/dev/hda3 vga=normal showopts
ide=nodma
apm=off acpi=off nosmp noapic maxcpus=0 3
initrd (hd0,2)/boot/initrd
===

Anyone know what I am doing wrong?

Here are the partitions:

hda1 FAT32 Win98se
hda2 swap
hda3 SuSE
hda4 extended
hda5 Mandrake

hdb1 XP Home NTFS

Thanks
Russ


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


Re: [newbie] Grub or Lilo

2003-12-26 Thread Jim Conner
On Friday 26 December 2003 09:50 am, Russ wrote:
 Hi All,

 I posted before but this is sort of an update. Still need help.

 I am trying to get Grub to boot all the OS's I have installed. It appears
 to be a tricky thing to accomplish.

 Here is what I did:

 New Dell 4600 (3ghz, 512ram, 80gig HD) with XP Home installed. I added a
 160 gig HD and made it master and the 80 a slave (XP has the whole 80gig
 drive).

 On the 160 I put Win98se on the first 40, then swap, then SuSE and finally
 Mandrake.

 Both SuSE and Mandrake are in their own single partition (I did not
 separate / and /Home).

 Steps;

 I installed Win98se, then I installed SuSE. The Win98 drive did not show up
 arigionally in Grub but I edited it and it worked fine then. My XP drive
 did show up but Grub will not boot it because it does not recognise the
 file system (is there a workaround for this?).

 I then installed Mandrake 9.2 and told it to skip the boot loader. Went
 back into SuSE and edited Grub again but no dice.

 Here is what I have:

 ===
 # Modified by YaST2. Last modification on Fri Dec 26 06:12:33 2003


 gfxmenu (hd0,2)/boot/message
 timeout 8
 default 0

 ###Don't change this comment - YaST2 identifier: Original name: SuSE###
 title SuSE
 kernel (hd0,2)/boot/vmlinuz root=/dev/hda3 vga=0x317 splash=silent
 desktop
 hdd=ide-scsi hddlun=0 showopts
 initrd (hd0,2)/boot/initrd

 ###Don't change this comment - YaST2 identifier: Original name:
 Mandrake###
 title Mandrake
 kernel (hd0,4)/boot/vmlinuz root=/dev/hda5 vga=0x317 splash=silent
 desktop
 hdd=ide-scsi hddlun=0 showopts
 initrd (hd0,4)/boot/initrd

 ###Don't change this comment - YaST2 identifier: Original name:
 XP_Home###
 title XP_Home
 root (hd1,0)
 chainloader +1
 makeactive

 ###Don't change this comment - YaST2 identifier: Original name:
 Win98se###
 title Win98se
 root (hd0,0)
 chainloader +1
 makeactive

 ###Don't change this comment - YaST2 identifier: Original name:
 Floppy###
 title Floppy
 root (fd0)
 chainloader +1

 ###Don't change this comment - YaST2 identifier: Original name:
 Failsafe###
 title Failsafe
 kernel (hd0,2)/boot/vmlinuz root=/dev/hda3 vga=normal showopts
 ide=nodma
 apm=off acpi=off nosmp noapic maxcpus=0 3
 initrd (hd0,2)/boot/initrd
 ===

 Anyone know what I am doing wrong?

 Here are the partitions:

 hda1 FAT32 Win98se
 hda2 swap
 hda3 SuSE
 hda4 extended
 hda5 Mandrake

 hdb1 XP Home NTFS

 Thanks
 Russ

Change the Mandrake line to vga=normal and see if it works.  I'm not sure what 
the problem is.

Jim
-- 
 
 10:01:01 up 15 days,  1:18,  1 user,  load average: 0.69, 0.43, 0.27

Running Mandrake 9.2 - Linux - because life is too short for reboots...
Registered Linux User: 181038  --http://counter.li.org


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


Re: [newbie] Grub or Lilo

2003-12-26 Thread Russ
Did that, didn't work. :-(

Went through the install with Mandrake again so I could use it's boot
loader. Now Mandrake boots but no SuSE.

Although I do not understand all of what came up on the screen when I tried
to boot SuSE but, there were a couple of lines that I noticed.

It said something to the effect of no ext3 found. SuSE is on a Reiser file
system and Mandrake is on an ext3. These were the defaults for each distro.
I decided to let them do their thing. Is this a problem?

Thanks
Russ
- Original Message - 

 Change the Mandrake line to vga=normal and see if it works.  I'm not sure
what
 the problem is.

 Jim


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


Re: [newbie] grub lilo

2003-10-28 Thread John Richard Smith
Frank wrote:

I'm starting to learn more about grub. And on a Mandrake system that 
means trouble for someone. 
I've used both grub and lilo, and cannot find much to choose between 
them, but mandrake tends to prefer lilo so I use that now days.



You see, I now have my primary disk exclusively Mandrake and though 
the first partition is /boot I have yet to see Lilo ala GUI perform 
reliably yet. The first screen always comes up OK
Called the splash scrre, and offers you choice of OS to boot

but when lilo moves on to the second screen, 
Do you mean the login screen, where you choose which person to log in as ?

well, I get to boot successfully usually after the third or fourth try. 
Form login, or the whole thing ?

How much memory ?
Sounds to me like maybe xwindows is failing maybe ?
Are you booting ked ?
John

--
John Richard Smith
[EMAIL PROTECTED] 



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


Re: [newbie] grub lilo

2003-10-28 Thread Johan
I have used lilo for years and since I changed and learned grub - well I
think it is marvelous. Well of course every individual has his/her own taste
and I like that.
Johan
***
- Original Message - 
From: Frank [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Tuesday, October 28, 2003 9:33 PM
Subject: Re: [newbie] grub  lilo


 I'm starting to learn more about grub. And on a Mandrake system that
 means trouble for someone.

 You see, I now have my primary disk exclusively Mandrake and though the
 first partition is /boot I have yet to see Lilo ala GUI perform reliably
 yet. The first screen always comes up OK but when lilo moves on to the
 second screen, well, I get to boot successfully usually after the third
 or fourth try.

 I have had this problem since Mandrake9.0 and it gets annoying when my
 system will not boot up first time each day.

 I guess that makes this a con for lilo then?

 -- 
 Regards

 Frank

 Big or small, a challenge requires the same commitment to resolve.
 Registered Linux User # 324213



 James Conner wrote:

 On Sunday 26 October 2003 08:33 pm, Heather/Femme wrote:
 
 
 I've heard grub is experimental .. but RH uses it almost exclusively
 and alot of ppl say its better than LILO.  True? False?
 
 I'd search google for a site detailing the differences  Pros/cons of
 each but I don't kow where to start... I know I know, I'm usually good
 at research but I'm stumped on this.
 
 Can somoene gimme a pointer pls?  even a google URL?
 
 thx
 
 Femme
 
 
 
 I've used both.  There are pros and cons on both.
 
 Grub:
  Pros:
  - You can edit the config file and not worry about having to write it to
the
 mbr like lilo, it'll take effect on the next boot.
  - You can edit stanzas on the fly on the Grub menu on boot.
  Cons:
  - If you mess up the config file, you might end up with a unbootable
system.
 This can be a nightmare for people doing remote support.
 
 Lilo:
  Pros:
  After you edit the lilo config file you can do a lilo -v and know if you
 messed anything up or not.  Well, most of the time.
  Syntax is easier to understand and use for newbies.
  Cons:
  Versions older than 2 years will have the dreaded 1024 cylinder barrier
for
 /boot.
 
 I'm sure that there are more, but that's all I can think of off the top
of my
 head.  I usually setup new users with lilo, it's easier to understand and
 modify if necessary.
 
 Jim
 
 
 
 
 Want to buy your Pack or Services from MandrakeSoft?
 Go to http://www.mandrakestore.com
 
 










 Want to buy your Pack or Services from MandrakeSoft?
 Go to http://www.mandrakestore.com



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


Re: [newbie] grub lilo

2003-10-28 Thread Michael Adams
On Tue, 28 Oct 2003 11:10:17 +
John Richard Smith [EMAIL PROTECTED] wrote:

 Frank wrote:
 
  I'm starting to learn more about grub. And on a Mandrake system that
  means trouble for someone. 
 
 I've used both grub and lilo, and cannot find much to choose between 
 them, but mandrake tends to prefer lilo so I use that now days.
 

Strangely, grub was their choice for non-expert install on my first
Mandrake distro 7.1.

-- 
Michael

Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


Re: [newbie] grub lilo

2003-10-27 Thread Heather/Femme
On Sun, 26 Oct 2003 23:26:42 +
James Conner [EMAIL PROTECTED] wrote:

 I've used both.  There are pros and cons on both.
 SNIPPAGE
 
 I'm sure that there are more, but that's all I can think of off the
 top of my head.  I usually setup new users with lilo, it's easier to
 understand and modify if necessary.
 
 Jim
 -- 
  

Thx Jim thats what I wanted to know!

Femme

Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


Re: [newbie] grub lilo

2003-10-27 Thread Raffaele Belardi
For the differences:

Lilo uses the BIOS to access the partition where the image is residing. 
It is file-system independent. This is accomplished at boot sector 
installation time, by translating the location of the kernel image into 
a list of disk sectors, which then LILO loads using the BIOS. As a 
consequence, when you change anything about the kernel (location, 
configuration...) you need to re-run lilo so that it can update the map.

Grub incorporates a reduced version of a file system, so it uses the 
file system meta-information to access the kernel image at boot time. 
That's why you don't need to re-run grub after modifying the kernel: it 
gets the information it needs directly from the FS.

Check Almesberger's paper Booting linux: the history and the future 
for a very good overview, for example at:
ftp://icaftp.epfl.ch/pub/people/almesber/booting/bootinglinux-0.ps.gz

raffaele

[EMAIL PROTECTED] wrote:
I've heard grub is experimental .. but RH uses it almost exclusively
and alot of ppl say its better than LILO.  True? False?
I'd search google for a site detailing the differences  Pros/cons of
each but I don't kow where to start... I know I know, I'm usually good
at research but I'm stumped on this.
Can somoene gimme a pointer pls?  even a google URL?

thx

Femme



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


Re: [newbie] grub lilo

2003-10-27 Thread Raffaele Belardi
Sorry, I should have written

Grub incorporates a reduced version of a file system _driver_

raffaele

[EMAIL PROTECTED] wrote:
For the differences:

Lilo uses the BIOS to access the partition where the image is residing. 
It is file-system independent. This is accomplished at boot sector 
installation time, by translating the location of the kernel image into 
a list of disk sectors, which then LILO loads using the BIOS. As a 
consequence, when you change anything about the kernel (location, 
configuration...) you need to re-run lilo so that it can update the map.

Grub incorporates a reduced version of a file system, so it uses the 
file system meta-information to access the kernel image at boot time. 
That's why you don't need to re-run grub after modifying the kernel: it 
gets the information it needs directly from the FS.

Check Almesberger's paper Booting linux: the history and the future 
for a very good overview, for example at:
ftp://icaftp.epfl.ch/pub/people/almesber/booting/bootinglinux-0.ps.gz

raffaele

[EMAIL PROTECTED] wrote:

I've heard grub is experimental .. but RH uses it almost exclusively
and alot of ppl say its better than LILO.  True? False?
I'd search google for a site detailing the differences  Pros/cons of
each but I don't kow where to start... I know I know, I'm usually good
at research but I'm stumped on this.
Can somoene gimme a pointer pls?  even a google URL?

thx

Femme





Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


Re: [newbie] grub lilo

2003-10-27 Thread Heather/Femme
On Mon, 27 Oct 2003 10:21:22 +0100
Raffaele Belardi [EMAIL PROTECTED] wrote:

 For the differences:
 
 Lilo uses the BIOS to access the partition where the image is
 residing. It is file-system independent. This is accomplished at boot
 sector installation time, by translating the location of the kernel
 image into a list of disk sectors, which then LILO loads using the
 BIOS. As a consequence, when you change anything about the kernel
 (location, configuration...) you need to re-run lilo so that it can
 update the map.
 
 Grub incorporates a reduced version of a file system, so it uses the 
 file system meta-information to access the kernel image at boot time. 
 That's why you don't need to re-run grub after modifying the kernel:
 it gets the information it needs directly from the FS.
 
 Check Almesberger's paper Booting linux: the history and the future 
 for a very good overview, for example at:
 ftp://icaftp.epfl.ch/pub/people/almesber/booting/bootinglinux-0.ps.gz
 
 raffaele
 

thx your explanation was sufficient for me :)

Concise enough I understood perfectly.

FEmme

Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


Re: [newbie] grub lilo

2003-10-27 Thread Frank
I'm starting to learn more about grub. And on a Mandrake system that 
means trouble for someone.

You see, I now have my primary disk exclusively Mandrake and though the 
first partition is /boot I have yet to see Lilo ala GUI perform reliably 
yet. The first screen always comes up OK but when lilo moves on to the 
second screen, well, I get to boot successfully usually after the third 
or fourth try.

I have had this problem since Mandrake9.0 and it gets annoying when my 
system will not boot up first time each day.

I guess that makes this a con for lilo then?

--
Regards
Frank

Big or small, a challenge requires the same commitment to resolve.
Registered Linux User # 324213


James Conner wrote:

On Sunday 26 October 2003 08:33 pm, Heather/Femme wrote:
 

I've heard grub is experimental .. but RH uses it almost exclusively
and alot of ppl say its better than LILO.  True? False?
I'd search google for a site detailing the differences  Pros/cons of
each but I don't kow where to start... I know I know, I'm usually good
at research but I'm stumped on this.
Can somoene gimme a pointer pls?  even a google URL?

thx

Femme
   

I've used both.  There are pros and cons on both.

Grub:
	Pros:
		- You can edit the config file and not worry about having to write it to the 
mbr like lilo, it'll take effect on the next boot.
		- You can edit stanzas on the fly on the Grub menu on boot.
	Cons:
		- If you mess up the config file, you might end up with a unbootable system.  
This can be a nightmare for people doing remote support.

Lilo:
	Pros:
		After you edit the lilo config file you can do a lilo -v and know if you 
messed anything up or not.  Well, most of the time.
		Syntax is easier to understand and use for newbies.
	Cons:
		Versions older than 2 years will have the dreaded 1024 cylinder barrier for 
/boot.

I'm sure that there are more, but that's all I can think of off the top of my 
head.  I usually setup new users with lilo, it's easier to understand and 
modify if necessary.

Jim
 



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
 




Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


Re: [newbie] grub lilo

2003-10-26 Thread Greg Meyer
On Sunday 26 October 2003 03:33 pm, Heather/Femme wrote:
 I've heard grub is experimental .. but RH uses it almost exclusively
 and alot of ppl say its better than LILO.  True? False?

I use GrUB.  I wouldn't call it experimental.  It works great.

 I'd search google for a site detailing the differences  Pros/cons of
 each but I don't kow where to start... I know I know, I'm usually good
 at research but I'm stumped on this.

 Can somoene gimme a pointer pls?  even a google URL?

For me the biggest is that if you make a config change, you don't have to run 
lilo.  Just make your change and reboot.  The other thing I like is that you 
can edit any boot stanza at runtime, meaning that if I made a mistake in my 
configuration, append statements, etc. I can edit it at boot.

I don't use this, but I think it handles hiding partitions better than lilo 
does too.  This is important for some alternative OS's like Darwin, which 
must be on the first partition of the first disk.

-- 
/g

Outside of a dog, a man's best friend is a book, inside
a dog it's too dark to read -Groucho Marx

Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


Re: [newbie] grub lilo

2003-10-26 Thread Heather/Femme
On Sun, 26 Oct 2003 20:08:16 -0500
Greg Meyer [EMAIL PROTECTED] wrote:
SNIPPAGE
 
 For me the biggest is that if you make a config change, you don't have
 to run lilo.  Just make your change and reboot.  The other thing I
 like is that you can edit any boot stanza at runtime, meaning that if
 I made a mistake in my configuration, append statements, etc. I can
 edit it at boot.
 
 -- 
 /g
 

thx  guess that helps some.  heh

Femme

Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


Re: [newbie] grub lilo

2003-10-26 Thread James Conner
On Sunday 26 October 2003 08:33 pm, Heather/Femme wrote:
 I've heard grub is experimental .. but RH uses it almost exclusively
 and alot of ppl say its better than LILO.  True? False?

 I'd search google for a site detailing the differences  Pros/cons of
 each but I don't kow where to start... I know I know, I'm usually good
 at research but I'm stumped on this.

 Can somoene gimme a pointer pls?  even a google URL?

 thx

 Femme

I've used both.  There are pros and cons on both.

Grub:
Pros:
- You can edit the config file and not worry about having to write it 
to the 
mbr like lilo, it'll take effect on the next boot.
- You can edit stanzas on the fly on the Grub menu on boot.
Cons:
- If you mess up the config file, you might end up with a unbootable 
system.  
This can be a nightmare for people doing remote support.

Lilo:
Pros:
After you edit the lilo config file you can do a lilo -v and know if 
you 
messed anything up or not.  Well, most of the time.
Syntax is easier to understand and use for newbies.
Cons:
Versions older than 2 years will have the dreaded 1024 cylinder 
barrier for 
/boot.

I'm sure that there are more, but that's all I can think of off the top of my 
head.  I usually setup new users with lilo, it's easier to understand and 
modify if necessary.

Jim
-- 
 
 11:01pm  up 2 days,  9:17,  3 users,  load average: 0.00, 0.01, 0.00

Running Mandrake 9.0 - Linux - because life is too short for reboots...


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


[newbie] grub-install and lilo not working. sorta desperate problem.

2002-01-03 Thread Franki

Hi all,

I have a small problem I was hoping someone had seen before..

I moved my linux drives to a new computer..

hda before is hda now, hdb before is hdb now.. so that hasn't changed.

I couldn't boot from the drive.

so I did an expert/upgrade to see if that helped. it didn't

I tried reloading lilo to see if that helped, it didn't.
I used grub-install /dev/hda with and without --recheck, it didn't help.

I removed all kernels, and did the expert upgrade again.. it didn't help.

when I run lilo, I get this message: Fatal: No images have been defined or
default image doesn't exist.

and when I run grub-install, I get this message: grub-install /dev/hda
Drive does not have any corrosponding BIOS drive.


I have a boot disk and the system is fine when I use that. all services come
up just fine.

Anyone know how I can fix this thing? the expert upgrade put the standard
kernel back on the system, made all the correct files in /boot and
everything should be fine, but its not.

The bios recognises the drives.. lists them correctly.. and all seems well,
it just doesn't work unless I boot from the floppy.

The system is an IBM 300PL 233mmx with 160 mb ram.

Can anyone offer me some suggestions on how to fix this? I don't want to
reload the PC, because I have postfix setup with amavisd and filescan, and
amavisd requires the compiling of lots of perl modules and stuff, so its
just not something I want to do again if I can avoid it.


any help would be very much appreciated.


regards

Frank




Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [newbie] GRUB

2001-11-12 Thread Dan Jacobs

 [Original Message]
 From: Ed Kasky [EMAIL PROTECTED]
 In the readme that comes with Grub, it explains how to change the default
os -
 Yours is set to 0 right now.  To make windoze the default, change the
line 
 from:
 default 0 - default 2
 Ed

This did exactly what I wanted.  Thanks a bunch, Ed
Diesel Dan
http://DieselD




Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



RE: [newbie] GRUB

2001-11-11 Thread Franki

dunno if this has been answered, but the first option will be the default,
so copy the windows entry to be above the linux entries.


rgds

Frank
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Dan Jacobs
Sent: Saturday, 10 November 2001 12:00 AM
To: newbie
Subject: [newbie] GRUB


Can someone familiar with GRUB please tell me how to alter the MENU.LST
file to make windows the default OS?  I cannot use linux for internet
access, so until then, I'd like to make windows the dedfault OS.  Here is
the file as I know it:

timeout 30
color black/cyan yellow/cyan
i18n (hd0,4)/lnx4win/boot/grub/messages
keytable (hd0,4)/lnx4win/boot/us.klt
altconfigfile (hd0,4)/lnx4win/boot/grub/menu.once
default 0

title linux
kernel (hd0,4)/lnx4win/boot/vmlinuz-2.2.17-21mdk root=707  mem=256M
initrd (hd0,4)/lnx4win/boot/initrd-2.2.17-21mdk.img

title failsafe
kernel (hd0,4)/lnx4win/boot/vmlinuz-2.2.17-21mdk root=707  mem=256M failsafe
initrd (hd0,4)/lnx4win/boot/initrd-2.2.17-21mdk.img

title windows
root (hd0,0)
makeactive
chainloader +1

title floppy
root (fd0)
chainloader +1


Thank you in advance,
Diesel Dan
http://DieselDan.net










Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



[newbie] GRUB

2001-11-10 Thread Dan Jacobs

Can someone familiar with GRUB please tell me how to alter the MENU.LST
file to make windows the default OS?  I cannot use linux for internet
access, so until then, I'd like to make windows the dedfault OS.  Here is
the file as I know it:

timeout 30
color black/cyan yellow/cyan
i18n (hd0,4)/lnx4win/boot/grub/messages
keytable (hd0,4)/lnx4win/boot/us.klt
altconfigfile (hd0,4)/lnx4win/boot/grub/menu.once
default 0

title linux
kernel (hd0,4)/lnx4win/boot/vmlinuz-2.2.17-21mdk root=707  mem=256M
initrd (hd0,4)/lnx4win/boot/initrd-2.2.17-21mdk.img

title failsafe
kernel (hd0,4)/lnx4win/boot/vmlinuz-2.2.17-21mdk root=707  mem=256M failsafe
initrd (hd0,4)/lnx4win/boot/initrd-2.2.17-21mdk.img

title windows
root (hd0,0)
makeactive
chainloader +1

title floppy
root (fd0)
chainloader +1


Thank you in advance,
Diesel Dan
http://DieselDan.net








Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [newbie] GRUB

2001-11-10 Thread Robin Turner

Can't you just do it from the Mandrake Control Center?

Dan Jacobs wrote:
 
 Can someone familiar with GRUB please tell me how to alter the MENU.LST
 file to make windows the default OS?  I cannot use linux for internet
 access, so until then, I'd like to make windows the dedfault OS.  Here is
 the file as I know it:
 
 timeout 30
 color black/cyan yellow/cyan
 i18n (hd0,4)/lnx4win/boot/grub/messages
 keytable (hd0,4)/lnx4win/boot/us.klt
 altconfigfile (hd0,4)/lnx4win/boot/grub/menu.once
 default 0
 
 title linux
 kernel (hd0,4)/lnx4win/boot/vmlinuz-2.2.17-21mdk root=707  mem=256M
 initrd (hd0,4)/lnx4win/boot/initrd-2.2.17-21mdk.img
 
 title failsafe
 kernel (hd0,4)/lnx4win/boot/vmlinuz-2.2.17-21mdk root=707  mem=256M failsafe
 initrd (hd0,4)/lnx4win/boot/initrd-2.2.17-21mdk.img
 
 title windows
 root (hd0,0)
 makeactive
 chainloader +1
 
 title floppy
 root (fd0)
 chainloader +1
 
 Thank you in advance,
 Diesel Dan
 http://DieselDan.net
 
   -
 Want to buy your Pack or Services from MandrakeSoft?
 Go to http://www.mandrakestore.com



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [newbie] GRUB

2001-11-10 Thread Ed Kasky

In the readme that comes with Grub, it explains how to change the default os -

Yours is set to 0 right now.  To make windoze the default, change the line 
from:
default 0 - default 2

Ed

At 04:07 AM Saturday, 11/10/2001, you wrote -=
Can someone familiar with GRUB please tell me how to alter the MENU.LST
file to make windows the default OS?  I cannot use linux for internet
access, so until then, I'd like to make windows the dedfault OS.  Here is
the file as I know it:

timeout 30
color black/cyan yellow/cyan
i18n (hd0,4)/lnx4win/boot/grub/messages
keytable (hd0,4)/lnx4win/boot/us.klt
altconfigfile (hd0,4)/lnx4win/boot/grub/menu.once
default 0

Ed Kasky
Los Angeles, CA
. . . . . . . .
What we anticipate seldom occurs;
what we least expect generally happens.
--Benjamin Disraeli




Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [newbie] Grub problems

2001-10-02 Thread shane

unless you want to seriously f-up your file system don't use exit to dos, 
rather use reboot to dos.  exit to dos has been done to curropt file systems 
so bad as to require fdisk and reinstall.  just a thought.

On Monday 01 October 2001 10:18, you spoke unto me thusly:
 I'm not sure this is true, I have ME (God bless my soul) and I can, I
 think, exit to DOS. Or am I thinking of something else?


-- 
you can have peace or freedom, but never count on both at once -heinlein

shane
mailto:[EMAIL PROTECTED]
http://www.mystic-light.net/personal/
Proud to be a DMOZ editor since 10-98
http://dmoz.org cause humans do it better!
Link different.
Profile at: http://dmoz.org/profiles/shen.html





Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



RE: [newbie] Grub problems

2001-10-01 Thread Adrian Lynch

I'm not sure this is true, I have ME (God bless my soul) and I can, I think,
exit to DOS. Or am I thinking of something else?

-Original Message-
From: Hans N. [mailto:[EMAIL PROTECTED]]
Sent: 15 September 2001 21:06
To: [EMAIL PROTECTED]
Subject: RE: [newbie] Grub problems


Just a Windohz warning, people with Windohz ME can't exit to DOS.
Restarting in DOS mode is not an option.

Hans N.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of d
What I am trying to say in all of this is I
did NOT use a WinBlow$ boot disk, did it directly from DOS by just exiting
to it.





Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [newbie] Grub problems

2001-10-01 Thread Robert MacLean

me has no support for dos.
other than going start-run-and typing in command.
if you need dos you need to get a copy of win98 :(
or use the dos emulator in linux :)


Robert MacLean
- Original Message -
From: Adrian Lynch [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Monday, October 01, 2001 4:18 PM
Subject: RE: [newbie] Grub problems


 I'm not sure this is true, I have ME (God bless my soul) and I can,
I think,
 exit to DOS. Or am I thinking of something else?

 -Original Message-
 From: Hans N. [mailto:[EMAIL PROTECTED]]
 Sent: 15 September 2001 21:06
 To: [EMAIL PROTECTED]
 Subject: RE: [newbie] Grub problems


 Just a Windohz warning, people with Windohz ME can't exit to DOS.
 Restarting in DOS mode is not an option.

 Hans N.

 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED]]On Behalf Of d
 What I am trying to say in all of this is I
 did NOT use a WinBlow$ boot disk, did it directly from DOS by just
exiting
 to it.






--
--


 Want to buy your Pack or Services from MandrakeSoft?
 Go to http://www.mandrakestore.com





Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



RE: [newbie] Grub problems

2001-10-01 Thread Franki

are you sure??

I was under the impression that ME had hidden dos and didn't allow you to
use it, except as an emulation from the start button...

98SE will let you, but I know for a fact that 2000 and XP won't,, and I was
under the impression that ME didn't let you either..

I know that 2000 and XP are based on the NT kernel and ME is based on the 95
kernel, but I was still under the impression that they had tried to make ME
look more like 2000 then 95, (weather it is or not.)


rgds

Frank

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Adrian Lynch
Sent: Monday, 1 October 2001 10:19 PM
To: '[EMAIL PROTECTED]'
Subject: RE: [newbie] Grub problems


I'm not sure this is true, I have ME (God bless my soul) and I can, I think,
exit to DOS. Or am I thinking of something else?

-Original Message-
From: Hans N. [mailto:[EMAIL PROTECTED]]
Sent: 15 September 2001 21:06
To: [EMAIL PROTECTED]
Subject: RE: [newbie] Grub problems


Just a Windohz warning, people with Windohz ME can't exit to DOS.
Restarting in DOS mode is not an option.

Hans N.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of d
What I am trying to say in all of this is I
did NOT use a WinBlow$ boot disk, did it directly from DOS by just exiting
to it.







Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [newbie] Grub problems

2001-10-01 Thread Robert MacLean

hi frank

microsofts offical line is there is no dos support in me.

ME does have support for dos, but not by default. you have to get a
patch to enable it. unfortunately these patches are not made by
microsoft. in my expierence i have never had success with them and
always had to reinstall after i tried one. so i would not suggest
trying it. installing 98se is much easier and safer and faster.

personally i think they stuffed dos up and are too ashamed to admit it
;)


Robert MacLean

- Original Message -
From: Franki [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Monday, October 01, 2001 4:54 PM
Subject: RE: [newbie] Grub problems


 are you sure??

 I was under the impression that ME had hidden dos and didn't allow
you to
 use it, except as an emulation from the start button...

 98SE will let you, but I know for a fact that 2000 and XP won't,,
and I was
 under the impression that ME didn't let you either..

 I know that 2000 and XP are based on the NT kernel and ME is based
on the 95
 kernel, but I was still under the impression that they had tried to
make ME
 look more like 2000 then 95, (weather it is or not.)


 rgds

 Frank

 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED]]On Behalf Of Adrian Lynch
 Sent: Monday, 1 October 2001 10:19 PM
 To: '[EMAIL PROTECTED]'
 Subject: RE: [newbie] Grub problems


 I'm not sure this is true, I have ME (God bless my soul) and I can,
I think,
 exit to DOS. Or am I thinking of something else?

 -Original Message-
 From: Hans N. [mailto:[EMAIL PROTECTED]]
 Sent: 15 September 2001 21:06
 To: [EMAIL PROTECTED]
 Subject: RE: [newbie] Grub problems


 Just a Windohz warning, people with Windohz ME can't exit to DOS.
 Restarting in DOS mode is not an option.

 Hans N.

 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED]]On Behalf Of d
 What I am trying to say in all of this is I
 did NOT use a WinBlow$ boot disk, did it directly from DOS by just
exiting
 to it.








--
--


 Want to buy your Pack or Services from MandrakeSoft?
 Go to http://www.mandrakestore.com





Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [newbie] Grub problems

2001-10-01 Thread Warren Post

The most helpful single source of information that I know of about Windows,
both ME and the others, is langalist.com. Search the newsletter archives there
for mentions of ME and DOS. I remember that this issue has been discussed
there; I just don't recall the details.

Warren
--
http://sites.netscape.net/srcopan/


Robert MacLean wrote:

 hi frank

 microsofts offical line is there is no dos support in me.

 ME does have support for dos, but not by default. you have to get a
 patch to enable it. unfortunately these patches are not made by
 microsoft. in my expierence i have never had success with them and
 always had to reinstall after i tried one. so i would not suggest
 trying it. installing 98se is much easier and safer and faster.

 personally i think they stuffed dos up and are too ashamed to admit it
 ;)

 
 Robert MacLean

 - Original Message -
 From: Franki [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Monday, October 01, 2001 4:54 PM
 Subject: RE: [newbie] Grub problems

  are you sure??
 
  I was under the impression that ME had hidden dos and didn't allow
 you to
  use it, except as an emulation from the start button...
 
  98SE will let you, but I know for a fact that 2000 and XP won't,,
 and I was
  under the impression that ME didn't let you either..
 
  I know that 2000 and XP are based on the NT kernel and ME is based
 on the 95
  kernel, but I was still under the impression that they had tried to
 make ME
  look more like 2000 then 95, (weather it is or not.)
 
 
  rgds
 
  Frank
 
  -Original Message-
  From: [EMAIL PROTECTED]
  [mailto:[EMAIL PROTECTED]]On Behalf Of Adrian Lynch
  Sent: Monday, 1 October 2001 10:19 PM
  To: '[EMAIL PROTECTED]'
  Subject: RE: [newbie] Grub problems
 
 
  I'm not sure this is true, I have ME (God bless my soul) and I can,
 I think,
  exit to DOS. Or am I thinking of something else?
 
  -Original Message-
  From: Hans N. [mailto:[EMAIL PROTECTED]]
  Sent: 15 September 2001 21:06
  To: [EMAIL PROTECTED]
  Subject: RE: [newbie] Grub problems
 
 
  Just a Windohz warning, people with Windohz ME can't exit to DOS.
  Restarting in DOS mode is not an option.
 
  Hans N.
 
  -Original Message-
  From: [EMAIL PROTECTED]
  [mailto:[EMAIL PROTECTED]]On Behalf Of d
  What I am trying to say in all of this is I
  did NOT use a WinBlow$ boot disk, did it directly from DOS by just
 exiting
  to it.






Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



RE: [newbie] Grub problems

2001-09-15 Thread Hans N.

Just a Windohz warning, people with Windohz ME can't exit to DOS.
Restarting in DOS mode is not an option.

Hans N.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of d
What I am trying to say in all of this is I
did NOT use a WinBlow$ boot disk, did it directly from DOS by just exiting
to it.




Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



[newbie] Grub problems

2001-09-14 Thread Adam Cripps

I installed a lnx4win Mandrake 8.0 on a pc, which
would load a text bootloader fine. 

However, when I decided to uninstall, I deleted the
lnx4win folder (in windows) and rebooted.

Grub still starts and then, being a complete newbie, I
don't know how to get past it. 

Is there any way of getting rid of Grub, so that the
machine boots straight into Windows? 

Thanks

Adam

__
Terrorist Attacks on U.S. - How can you help?
Donate cash, emergency relief information
http://dailynews.yahoo.com/fc/US/Emergency_Information/



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [newbie] Grub problems

2001-09-14 Thread Paul

Boot with a win floppy and run fdisk /mbr

(as so often we hand out winders info...)

 I installed a lnx4win Mandrake 8.0 on a pc, which
 would load a text bootloader fine. 
 
 However, when I decided to uninstall, I deleted the
 lnx4win folder (in windows) and rebooted.
 
 Grub still starts and then, being a complete newbie, I
 don't know how to get past it. 
 
 Is there any way of getting rid of Grub, so that the
 machine boots straight into Windows? 
 
 Thanks
 
 Adam





Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



RE: [newbie] Grub problems

2001-09-14 Thread James S Bear

yep, or if it's a win95 or win98 boot disk, it is on the A: drive.
Quoting Adrian Lynch [EMAIL PROTECTED]:

 Adam, not two weeks ago I did exactly the same thing, and it was a weekend
 so I had no way of finding out how to fix it. you might want to wait for
 someone to confirm this answer, but you use a Windoze Boot disk get into
 the
 c drive ( dir c: and press enter) then fdisk /mbr this clears the Master
 Boot Record.biut like I said, wait for confirmation from someone else
 
 -Original Message-
 From: Adam Cripps [mailto:[EMAIL PROTECTED]]
 Sent: 14 September 2001 12:41
 To: [EMAIL PROTECTED]
 Subject: [newbie] Grub problems
 
 
 I installed a lnx4win Mandrake 8.0 on a pc, which
 would load a text bootloader fine. 
 
 However, when I decided to uninstall, I deleted the
 lnx4win folder (in windows) and rebooted.
 
 Grub still starts and then, being a complete newbie, I
 don't know how to get past it. 
 
 Is there any way of getting rid of Grub, so that the
 machine boots straight into Windows? 
 
 Thanks
 
 Adam
 
 __
 Terrorist Attacks on U.S. - How can you help?
 Donate cash, emergency relief information
 http://dailynews.yahoo.com/fc/US/Emergency_Information/
 
 
 






Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



RE: [newbie] Grub problems

2001-09-14 Thread d

LURKER here, NOT a guru still trying to learn how to be a NEWBY.  NOW for 
this prob, just corrected a prob I had with my system.  My system was 
booting to LILO and I use the PowerQuest's BootMagic, I booted to LILO and 
then typed in windows, then went into the BootMagic Configuration and set 
thingys the way I wanted them and exited to DOS and ran 'fdisk /mbr' (with 
out the quotes).  Returned to WinBlow$ and exited and did a reboot and WOW! 
it worked the way I wanted.  What I am trying to say in all of this is I 
did NOT use a WinBlow$ boot disk, did it directly from DOS by just exiting 
to it.

At 06:56 AM 9/14/01, you wrote:
Adam, not two weeks ago I did exactly the same thing, and it was a weekend
so I had no way of finding out how to fix it. you might want to wait for
someone to confirm this answer, but you use a Windoze Boot disk get into the
c drive ( dir c: and press enter) then fdisk /mbr this clears the Master
Boot Record.biut like I said, wait for confirmation from someone else

-Original Message-

snippity snip

I installed a lnx4win Mandrake 8.0 on a pc, which
would load a text bootloader fine.

However, when I decided to uninstall, I deleted the
lnx4win folder (in windows) and rebooted.

Grub still starts and then, being a complete newbie, I
don't know how to get past it.

Is there any way of getting rid of Grub, so that the
machine boots straight into Windows?

Thanks

Adam

TIA,
'd'
[EMAIL PROTECTED]
San Antonio, Texas




Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



RE: [newbie] Grub problems

2001-09-14 Thread Adrian Lynch

Adam, not two weeks ago I did exactly the same thing, and it was a weekend
so I had no way of finding out how to fix it. you might want to wait for
someone to confirm this answer, but you use a Windoze Boot disk get into the
c drive ( dir c: and press enter) then fdisk /mbr this clears the Master
Boot Record.biut like I said, wait for confirmation from someone else

-Original Message-
From: Adam Cripps [mailto:[EMAIL PROTECTED]]
Sent: 14 September 2001 12:41
To: [EMAIL PROTECTED]
Subject: [newbie] Grub problems


I installed a lnx4win Mandrake 8.0 on a pc, which
would load a text bootloader fine. 

However, when I decided to uninstall, I deleted the
lnx4win folder (in windows) and rebooted.

Grub still starts and then, being a complete newbie, I
don't know how to get past it. 

Is there any way of getting rid of Grub, so that the
machine boots straight into Windows? 

Thanks

Adam

__
Terrorist Attacks on U.S. - How can you help?
Donate cash, emergency relief information
http://dailynews.yahoo.com/fc/US/Emergency_Information/




Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [newbie] Grub problems

2001-09-14 Thread Richie de Almeida

 Is there any way of getting rid of Grub, so that the
 machine boots straight into Windows?

Boot with a Windows floppy disk, the System boot disk that you can create 
from Add/Remove Programs in the Control Panel is a good one to use.  At the 
command prompt type:

SYS C:

You must have a file on your bootdisk called SYS.COM in order for this to 
work.

Richie.



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



[newbie] grub/lilo problem

2001-09-02 Thread ivan miranda

Hi all,
I had  installed a new Quantum SCSI 36gb  harddisk with adapatec scsi 
card.The partion i made is as below
sda1 7gb(fat32)
sda2 50mb(ext2)
sda3 50mb(ext2)
sda5 50mb(ext2)
sda6 300mb(swap)
sda7 6gb (ext2)
sda8 7gb (ext2)
sda9 6gb (ext2)
sda10 8gb (fat32)
I was able to load win98 on sda1 and also i loaded boot magic for 
booting 
into different Linux distro's,then i tried to install LM8 ,with /boot on 
sda2,/home on sda8 and / on sda7.I installed lilo on sda2 ,when i tried 
to boot into LM8.0  from boot magic option,my screen is filled with 1's 
and 0's.I also did try GRUB boot loader,but then when i try to boot, it 
says grub hard disk error.When i tried to install lilo on sda1,i could 
not even boot from the hard disk.Experts on Lilo and Grub,pls help me to 
solve this.

Thanks
Ivan


-- 
Ivan Miranda
General Instrument Engineer/IT support
Po Box 8746,Doha,Qatar
Ph:974-4402524/4402773
Fax:974-4323380






Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



[newbie] GRUB stage 1, freeze

2001-09-01 Thread Skippipix

howdy.  got a bit of a problem, hope someone can help me out.
i'm using 7.2, the install was getting a bit large as i keep experimenting 
and breaking things, so i decided to reinstall.

i formated / and did a fresh install.  changed to ReiserFS for / -- i am 
currently using Reiser for all my other partitions and wanted to get that in 
line.  all is good, reboot.  go into windows to make sure it is still ok, 
that boots fine.  boot into linux and go to installing other things.  make 
some messes as i can't get Eterm to install.  reboot a few times, all is good.

then, i reboot, i get
stage 1
then nothing.  ok, i'm checking the grub documentation on my other computer.  
it list error messages, but i'm not getting any, just stage 1 and freeze.  
so i try to boot from my boot disk i had just made in the install.  well, it 
doesn't work.

me not happy.  *sigh*  me figures me messed something up, so me does total 
install all over again, formated / again.  this time try to boot after 
install.  same thing.  stage 1  freeze.  however, the boot disk i made this 
time does work, and i made a few more, so i can get to the system.  it works 
fine,  i am burning a CD even now.

i was using 7.2 and GRUB on this same box before -- only differences:
1.  / was ext2 not reiser (but the reiser booted fine at first, could that be 
the problem?)
2.  my ide cdrom, hdc, seems to be dead.  i booted from it for the first 
install, but then it died and i had to boot from a floppy and use the scsi 
cd burner to do my install.
i don't know if either of those would have anything to do with the problem, 
but otherwise my system is exactly the same.

help?
thanks to all
Adrian

ps -- yes it is 0453 local time.  i have been working on this since 1800.  
time for bed.



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [newbie] GRUB stage 1, freeze

2001-09-01 Thread Charles Punch

[EMAIL PROTECTED] wrote:
 
 howdy.  got a bit of a problem, .
 
 i was using 7.2 and GRUB on this same box before -- only differences:
 1.  / was ext2 not reiser (but the reiser booted fine at first, could that be
 the problem?)

It seems that I remember Civileme saying something about reiser not
having all of the bugs worked out of it yet, or something to that
effect. I was considering changing to reiser until I read his post about
that. I don't remember his exact words, but it was enough to make me
change my mind about reiser, until I hear of further developement. I'm
not sure if this is relevant to your problem, but is maybe worth
considering.

ShalomOut
  Chal
Elder PCUSA
Registered Linux user # 217118



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



RE: [newbie] GRUB stage 1, freeze

2001-09-01 Thread Franki

I have used Reiser on several systems now, all of them are running
flawlessly, one as a web/mail server one as a DNS server (BIND)

and a couple of firewalls, uptimes on all of them are over 1month, some are
closer to three months, all have been tested with hard resets to see how
reiserfs coped with it,,

1. we NEVER suffered any data corruption or loss from reiserfs
2. It recovered very cleanly in all cases of hard resets on a variety of
diffent hardware (everything from 166mmx to 1.2gig Athlon...)

I am not sure I would use Reiserfs on mdk8 becaues I have heard bad stories
about it on this list...  (also not use if NFS is involved.)

but I can say that I have never had a problem at all with MDK 7.2 and
reiserfs.

I have not adopted Mandrake 8 as I didn't want to swap to iptables and stuff
until I am sure they were sure they were stable...and I like to way for a
second edition of a new version like 8 before I adopt it... so I am still on
7.2 and loving it...

just wish we had more choice in the latest packages 

Thats my thoughts for the day.. :-)



rgds

Frank


-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of
Charles Punch
Sent: Saturday, 1 September 2001 11:03 PM
To: [EMAIL PROTECTED]
Subject: Re: [newbie] GRUB stage 1, freeze


[EMAIL PROTECTED] wrote:

 howdy.  got a bit of a problem, .

 i was using 7.2 and GRUB on this same box before -- only differences:
 1.  / was ext2 not reiser (but the reiser booted fine at first, could that
be
 the problem?)

It seems that I remember Civileme saying something about reiser not
having all of the bugs worked out of it yet, or something to that
effect. I was considering changing to reiser until I read his post about
that. I don't remember his exact words, but it was enough to make me
change my mind about reiser, until I hear of further developement. I'm
not sure if this is relevant to your problem, but is maybe worth
considering.

ShalomOut
  Chal
Elder PCUSA
Registered Linux user # 217118





Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [newbie] GRUB missing

2001-06-30 Thread poogle

On Saturday 30 June 2001 01:31, you wrote:
 Well, I know it's not really missing but some how lilo has taken over as my
 boot loader.

 After some initial grumbling (all my other distros used lilo) I kept using
 it and came to really like GRUB.

 But I'm at a loss as how to set it as my boot loader again. Do I just
 modify my /etc/lilo.conf and comment out the line 'boot=/dev/hda'?

 Any help would be greatly appreciated!

 Thanks to all!

 Jim
Have a look in Mandrake Control Centre - Boot Config, you can choose Grub or 
Lilo there. 
-- 

Poogle
Registered Linux user 182657 (added to sig for the benefit of those irritated 
by it)




Re: [newbie] GRUB Question

2001-06-15 Thread Lalit Wadhwa

How do I stop you guys from sending me emails ?

I'm domain buyer and after buying the name all email
on that domain start coming to me.
Now these lists kind of stuff is annoying. and I don't
know what domain(email) is it coming from ???

please remove me or I've to do hardwork and find what
name is related to linux or grub blah blah...

Thanks
Lalit Wadhwa
(Founder/President)
http://www.dotsplash.com

--- Alok [EMAIL PROTECTED] wrote:
 Help a newbie with GRUB PLEASE!
 
 So heres the low-down. I have a dual boot system
 with Windows ME, Windows
 2000, and Linux Mandrake. What happens is that when
 I turn on my computer
 grub pops up and then gives me the option to go to
 windows or linux. If I
 choose linux it takes me to Linux. If I choose
 Windows it takes me to the
 Windows boot loader which gives me the folowing
 options: Windows ME, Windows
 2000, and Linux Mandrake. So the GRUB screen is
 completely useless and
 annoying.
 
 In other words - HOW IN THE HECK DO I STOP GRUB FROM
 LOADING?!??!?!?
 


__
Do You Yahoo!?
Spot the hottest trends in music, movies, and more.
http://buzz.yahoo.com/




[newbie] GRUB Question

2001-06-15 Thread Alok



Help a newbie with GRUB PLEASE!So heres 
the low-down. I have a dual boot system with Windows ME, Windows2000, and 
Linux Mandrake. What happens is that when I turn on my computergrub pops up 
and then gives me the option to go to windows or linux. If Ichoose linux it 
takes me to Linux. If I choose Windows it takes me to theWindows boot loader 
which gives me the folowing options: Windows ME, Windows2000, and Linux 
Mandrake. So the GRUB screen is completely useless andannoying.In 
other words - HOW IN THE HECK DO I STOP GRUB FROM 
LOADING?!??!?!?


RE: [newbie] grub and Windows

2001-04-26 Thread Charles A Edwards

Mark

Rather than trying to manually edit Grub use DrakConf/Tools for booting.
Then choose the option Configure Lilo/Grub.
In the boot options menu if Windows is not shown as hdb1 then you need to
Remove
that entry and then Add the correct entry.
Accept the changes you have made and reboot your system.
On reboot you should now be able to boot Windows.

If the above for some reason did not work your best bet is to reinstall Grub
and let it auto pick-up your Windows boot record.

   Charles  (-:


Forever never goes beyond tomorrow.


 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED]]On Behalf Of Mark Stewart
 Sent: Thursday, April 26, 2001 11:57 AM
 To: [EMAIL PROTECTED]
 Subject: RE: [newbie] grub and Windows


 Well, here's what I did. I unplugged my old disk from the
 primary master,
 plugged the new disk into primary master, had my friend
 install Windows98
 (he moved fast and I'm not exactly sure how he structured
 things but I think
 its all one big FAT32 partition), booted successfully, and obsessively
 played Black  White for a day ;-). Once I recovered, I
 unplugged the new
 Windows-only disk, set its jumpers for the slave position and
 attached it to
 the primary slave IDE connector and reconnected my old disk
 to the primary
 master connector, then set about configuring my menu.lst file.

 Here's how I set it up based on info from the mini-HOWTO and
 an article from
 Linux Gazette:

 title Windows98
 map (hd0) (hd1)
 map (hd1) (hd0)
 rootnoverify (hd0,0)
 makeactive
 chainloader +1
 boot

 I rebooted and when grub presented the list select Windows98. I
 immediately got the following message: Error: invalid or unsupported
 executable format. Press any key to continue.

 So I tried modifying various bits:

 -removed the second map command, thinking perhaps it was swapping the
 virtual map back to the way it started. No change.
 -changed rootnoverify to just root. No change.
 -removed the boot line. No change.
 -tried changing the partition specified as root--thinking
 perhaps my friend
 had actually installed on a second or third partition. rootnoverify
 (hd0,1) - Invalid device requested and rootnoverify
 (hd0,2) - No such
 partition

 One bit of additional, and possibly irrelevant, info:  a few
 months earlier
 under Mdk7.1 I had been trying to get grub to recognize all
 my system's RAM
 and, for some reason, ran the lilo command. After that I no
 longer got the
 grub menu at startup (though I still booted up just fine) and
 I instead
 would see a bunch of black and white text graphics that described my
 hardware that I assumed was coming from lilo. Then I installed (not
 upgraded) mdk7.2. Grub came back again but I still got the
 black and white
 coming up first. So I'm wondering if I've still got lilo
 installed on the
 master boot record and it's chaining itself to grub somehow
 and that is what
 is preventing from booting from the Win98 partition.



  I use 2 copies of windows, one for general use and one for
 audio work.
  to do this i had to do as u suggest and format both drives when
  there were
  primary master, ( actually i THINK i even installed windows
 on the one i
  moved to 2nd master by booting the machine from ide 2, it was
  none the wiser
  to my trickery as the disk had been setup as primary master hehe)
  If u are reinstalling linux grub should see your windows in its
  new posistion
  ( it seen both mine with no help from me) if not then i am
 certain u can
  point it at it...just not sure how as i havent had to.
 








RE: [newbie] grub and Windows

2001-04-26 Thread Mark Stewart

Well, here's what I did. I unplugged my old disk from the primary master,
plugged the new disk into primary master, had my friend install Windows98
(he moved fast and I'm not exactly sure how he structured things but I think
its all one big FAT32 partition), booted successfully, and obsessively
played Black  White for a day ;-). Once I recovered, I unplugged the new
Windows-only disk, set its jumpers for the slave position and attached it to
the primary slave IDE connector and reconnected my old disk to the primary
master connector, then set about configuring my menu.lst file.

Here's how I set it up based on info from the mini-HOWTO and an article from
Linux Gazette:

title Windows98
map (hd0) (hd1)
map (hd1) (hd0)
rootnoverify (hd0,0)
makeactive
chainloader +1
boot

I rebooted and when grub presented the list select Windows98. I
immediately got the following message: Error: invalid or unsupported
executable format. Press any key to continue.

So I tried modifying various bits:

-removed the second map command, thinking perhaps it was swapping the
virtual map back to the way it started. No change.
-changed rootnoverify to just root. No change.
-removed the boot line. No change.
-tried changing the partition specified as root--thinking perhaps my friend
had actually installed on a second or third partition. rootnoverify
(hd0,1) - Invalid device requested and rootnoverify (hd0,2) - No such
partition

One bit of additional, and possibly irrelevant, info:  a few months earlier
under Mdk7.1 I had been trying to get grub to recognize all my system's RAM
and, for some reason, ran the lilo command. After that I no longer got the
grub menu at startup (though I still booted up just fine) and I instead
would see a bunch of black and white text graphics that described my
hardware that I assumed was coming from lilo. Then I installed (not
upgraded) mdk7.2. Grub came back again but I still got the black and white
coming up first. So I'm wondering if I've still got lilo installed on the
master boot record and it's chaining itself to grub somehow and that is what
is preventing from booting from the Win98 partition.



 I use 2 copies of windows, one for general use and one for audio work.
 to do this i had to do as u suggest and format both drives when
 there were
 primary master, ( actually i THINK i even installed windows on the one i
 moved to 2nd master by booting the machine from ide 2, it was
 none the wiser
 to my trickery as the disk had been setup as primary master hehe)
 If u are reinstalling linux grub should see your windows in its
 new posistion
 ( it seen both mine with no help from me) if not then i am certain u can
 point it at it...just not sure how as i havent had to.






RE: [newbie] grub and Windows

2001-04-25 Thread Mark Stewart

 If you're talking about Windows 95/98/Me, I doubt it.
 But I'm no expert.

 NT/2000 should be able to do it, though.

Hmm. Yes, I am talking about installing Windows98. At least two other people
have replied that they had success but I don't think they specified which
versions of Windows they were using.

SteveC, et al? Were you folks using Win9x/me or NT/2000?


Again, thanks,
::mark




 --- Mark Stewart [EMAIL PROTECTED] wrote:
  Hi,
 
  I've read fragments of info in various places that
  suggest that Grub will
  allow me to boot Windows from a disk that is not in
  the master position of
  my primary IDE channel.
 
  Is this true?
 
   I just added a second 15gb disk to my currently
  Linux only box. Can I
  temporarily put this disk into the master position
  on the primary channel to
  install Windows then move the disk to the slave
  position (still on the
  primary IDE channel), point grub at its new
  position, and successfully boot
  into Windows?
 
  Would it work if the disk was on the secondary IDE
  channel?
 
  Thanks,
  ::mark
 
 


 __
 Do You Yahoo!?
 Yahoo! Auctions - buy the things you want at great prices
 http://auctions.yahoo.com/






RE: [newbie] grub and Windows

2001-04-25 Thread Charles A Edwards






 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED]]On Behalf Of Mark Stewart
 Sent: Wednesday, April 25, 2001 10:21 AM
 To: [EMAIL PROTECTED]
 Subject: RE: [newbie] grub and Windows
 
 
  If you're talking about Windows 95/98/Me, I doubt it.
  But I'm no expert.
 
  NT/2000 should be able to do it, though.
 
 Hmm. Yes, I am talking about installing Windows98. At least 
 two other people
 have replied that they had success but I don't think they 
 specified which
 versions of Windows they were using.
 
 SteveC, et al? Were you folks using Win9x/me or NT/2000?
 
 
 Again, thanks,
 ::mark
 
 
 
 
  --- Mark Stewart [EMAIL PROTECTED] wrote:
   Hi,
  
   I've read fragments of info in various places that
   suggest that Grub will
   allow me to boot Windows from a disk that is not in
   the master position of
   my primary IDE channel.
  
   Is this true?
  
I just added a second 15gb disk to my currently
   Linux only box. Can I
   temporarily put this disk into the master position
   on the primary channel to
   install Windows then move the disk to the slave
   position (still on the
   primary IDE channel), point grub at its new
   position, and successfully boot
   into Windows?
  
   Would it work if the disk was on the secondary IDE
   channel?
  

Windows 95/98/ME must be installed to hda1.
Win2k can during installation be installed to a partition
other than hda1.

Once any version of Windows has been installed as long as you
use a third party bootloader; BootMagic, SystemCommander, Lilo,
Grub or other, Windows can be moved to Any partition on Any hd
and will boot and run normally.

   Charles  (-:

Forever never goes beyond tomorrow. 





[newbie] grub and Windows

2001-04-24 Thread Mark Stewart

Hi,

I've read fragments of info in various places that suggest that Grub will
allow me to boot Windows from a disk that is not in the master position of
my primary IDE channel.

Is this true?

 I just added a second 15gb disk to my currently Linux only box. Can I
temporarily put this disk into the master position on the primary channel to
install Windows then move the disk to the slave position (still on the
primary IDE channel), point grub at its new position, and successfully boot
into Windows?

Would it work if the disk was on the secondary IDE channel?

Thanks,
::mark





Re: [newbie] grub and Windows

2001-04-24 Thread SteveC

On Tuesday 24 April 2001 22:32, Mark Stewart wrote:
 Hi,

 I've read fragments of info in various places that suggest that Grub will
 allow me to boot Windows from a disk that is not in the master position of
 my primary IDE channel.

 Is this true?

  I just added a second 15gb disk to my currently Linux only box. Can I
 temporarily put this disk into the master position on the primary channel
 to install Windows then move the disk to the slave position (still on the
 primary IDE channel), point grub at its new position, and successfully boot
 into Windows?

 Would it work if the disk was on the secondary IDE channel?

 Thanks,

 ::mark
I use 2 copies of windows, one for general use and one for audio work.
to do this i had to do as u suggest and format both drives when there were 
primary master, ( actually i THINK i even installed windows on the one i 
moved to 2nd master by booting the machine from ide 2, it was none the wiser 
to my trickery as the disk had been setup as primary master hehe)
If u are reinstalling linux grub should see your windows in its new posistion 
( it seen both mine with no help from me) if not then i am certain u can 
point it at it...just not sure how as i havent had to.




RE: [newbie] GRUB problems

2001-04-04 Thread Kelly, Christopher

Boot from your Linux boot disk, Login as root, goto /boot/grub/menu.lst and
do a ./install.sh

This will get things going.

Moose

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, April 04, 2001 12:37 AM
To: [EMAIL PROTECTED]
Subject: [newbie] GRUB problems


Well, being new to linux I screwed up enough stuff that I thought it good to
do a fresh install, but this time something got screwed up with GRUB.  On
previous installations I was able to have linux on my second drive and grub
was able to load windows2000 from my first drive... something that I thought
was pretty cool.  But this time when my computer boots normally grub gets to
"stage1" and then halts... not even reaching the boot menu.  Does anyone
know what could cause this and what I can do to fix it?




[newbie] GRUB problems (update)

2001-04-04 Thread willcoxa

Do you mean you want me to add that line to the menu.lst file or do you mean you want 
me to execute that command while in that directory.  When I try it as a command it 
says permission denied even though I'm logged in as root.




[newbie] GRUB problems

2001-04-03 Thread willcoxa

Well, being new to linux I screwed up enough stuff that I thought it good to do a 
fresh install, but this time something got screwed up with GRUB.  On previous 
installations I was able to have linux on my second drive and grub was able to load 
windows2000 from my first drive... something that I thought was pretty cool.  But this 
time when my computer boots normally grub gets to "stage1" and then halts... not even 
reaching the boot menu.  Does anyone know what could cause this and what I can do to 
fix it?




[newbie] grub problem with new kernel

2001-04-01 Thread Brian

Hi all

I just compiled the 2.4.2 kernel, upgrade from 2.2.17. 
Copied it to a floppy and it booted fine.
Added a new entry to grub to point to the new kernel bzImage
Renamed the old kernel vmlinuz.orig
Copied bzImage to /boot
I can now boot to the orig linux but when I try to boot the bzImage I just 
get a blank screen. 
Now what did I do?
I don't think I can rename bzImage to vmlinuz because that's just a symlink 
to vmlinuz-2.2.17-21mdk. Do I maybe nee a symlink to bzImage? Or am i missing 
something really basic?

Thanks

Here's my grub

timeout 5
color black/cyan yellow/cyan
i18n (hd0,2)/boot/grub/messages
keytable (hd0,2)/boot/us.klt
altconfigfile (hd0,2)/boot/grub/menu.once
default 0

title origlinux
kernel (hd0,2)/boot/vmlinuz.orig root=/dev/hda3   vga=788

title linux
kernel (hd0,2)/boot/bzImage root=/dev/hda3  vga=788

title linux-nonfb
kernel (hd0,2)/boot/vmlinuz root=/dev/hda3 

title failsafe
kernel (hd0,2)/boot/vmlinuz root=/dev/hda3  failsafe

title windows
root (hd0,0)
makeactive
chainloader +1

title floppy
root (fd0)
chainloader +1




Re: [newbie] grub problem with new kernel

2001-04-01 Thread AndyMonks
its not just grub.
it did this in lilo?


Re: [newbie] grub problem with new kernel

2001-04-01 Thread Brian

Well, have spent the entire day trying to chase down this problem.
5 minutes ago i installed lilo and the new kernel boots just fine.
oh well. Wasted days and wasted nights.
Thanks to those who responded.

Brian
On Sunday 01 April 2001 17:39, you wrote:

  its not just grub.
 it did this in lilo?


Content-Type: text/html; charset="US-ASCII"; name="Attachment: 1"
Content-Transfer-Encoding: 7bit
Content-Description: 





[newbie] Grub Boot Problems

2001-03-24 Thread Jessie Bonner

I apologize for being a complete idiot newbie, but
I've got some problems.

I rebooted the other day from the Windows side and
instead of it giving me the GUI to pick which side I
wanted to boot, it gave me the grub prompt.

I was able to find out how to get back to windows, but
nothing has worked to get me back to Linux.

In fact, when I do a find /boot/vmlinuz I get nothing
in return.  I can find things on the windows side, but
nothing on the linux side.  

Any suggestions?

Jessie B.


__
Do You Yahoo!?
Get email at your own domain with Yahoo! Mail. 
http://personal.mail.yahoo.com/




Re: [newbie] grub

2001-03-20 Thread Adam Greene

The lastest versions of LILO will be more than happy to boot beyond the 1024
barrier.

- Original Message -
From: "The Eclectic" [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Tuesday, March 20, 2001 12:05 AM
Subject: Re: [newbie] grub


 You probably have NTFS on your NT4 system partition which LM would use to
 install Lilo. I mean your C drive
 should be a fat16 partition (that you could use for W95 or W98) then D
drive
 can use NT4 with NTFS if you want,
 and last LM and Lilo will be happy to coexist with these two.
 Use PQ magic to create 3 partitions from the beginning of
 of your HD:
 fisrt your Fat
 2nd your swap and linux (LM won't boot if too far, 1024 cylinder)
 3rd your NT4 partition.
 Good Luck. Let me if it works for you.
 

 - Original Message -
 From: "Jean-Louis" [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Saturday, March 17, 2001 9:46 AM
 Subject: Re: [newbie] grub


  Did you do a "fdisk /mbr" to clean to boot sector?
 
  On Sat, 17 Mar 2001, you wrote:
   Hello,
  
Long story short...tried to dualboot LM 7.2 with NT4.  Really
 messed
   up! Now all I get is "grub" with a command prompt after it. Tried
fdisk
 and
   format to no avail. Just want to  install LM 7.2 on clean hdd. Can any
 one
   please give me some info?  VERY new to Linux.
  
   Thanks in advance,
  
  Rob
  
  
  
   _
   Get your FREE download of MSN Explorer at http://explorer.msn.com
 
 








Re: [newbie] grub

2001-03-19 Thread The Eclectic

You probably have NTFS on your NT4 system partition which LM would use to
install Lilo. I mean your C drive
should be a fat16 partition (that you could use for W95 or W98) then D drive
can use NT4 with NTFS if you want,
and last LM and Lilo will be happy to coexist with these two.
Use PQ magic to create 3 partitions from the beginning of
of your HD:
fisrt your Fat
2nd your swap and linux (LM won't boot if too far, 1024 cylinder)
3rd your NT4 partition.
Good Luck. Let me if it works for you.


- Original Message -
From: "Jean-Louis" [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Saturday, March 17, 2001 9:46 AM
Subject: Re: [newbie] grub


 Did you do a "fdisk /mbr" to clean to boot sector?

 On Sat, 17 Mar 2001, you wrote:
  Hello,
 
   Long story short...tried to dualboot LM 7.2 with NT4.  Really
messed
  up! Now all I get is "grub" with a command prompt after it. Tried fdisk
and
  format to no avail. Just want to  install LM 7.2 on clean hdd. Can any
one
  please give me some info?  VERY new to Linux.
 
  Thanks in advance,
 
 Rob
 
 
 
  _
  Get your FREE download of MSN Explorer at http://explorer.msn.com







Re: [newbie] grub

2001-03-18 Thread Romanator

robert macdonald wrote:
 
 Hello,
 
  Long story short...tried to dualboot LM 7.2 with NT4.  Really messed
 up! Now all I get is "grub" with a command prompt after it. Tried fdisk and
 format to no avail. Just want to  install LM 7.2 on clean hdd. Can any one
 please give me some info?  VERY new to Linux.
 
 Thanks in advance,
 
Rob
 
 _
 Get your FREE download of MSN Explorer at http://explorer.msn.com

Hello Robert,

Boot up your computer with a DOS Boot Disk. At the C:\ prompt, type in:
fdisk /mbr
Press the enter key. Turn off your computer for few seconds and
reboot. Your boot.ini will kick in.

Roman
Registered Linux User #179293
Turbo Charged Penguin Email




Re: [newbie] grub

2001-03-18 Thread Romanator

Charley  Peggy Robinson wrote:
 
   I've never run NT but in 95 /98/Me you make a startup disk when you do
 the initial load.  FDISK is on my startup disk and it can be run from
 there.  Also, you may have a boot disk that came with NT.
 
   CR

Use the Windows 98 Boot Disk. Open the files on the CD or floppy. Fdisk
is included.

-- 
Roman
Registered Linux User #179293
Turbo Charged Penguin Email




Re: [newbie] grub

2001-03-18 Thread robert macdonald

finally got it to work thanks to everyones help.  Much appreciated can't say 
enough thanks.


From: Mark Weaver [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: Re: [newbie] grub
Date: Sat, 17 Mar 2001 22:10:51 -0500

use your Windows boot disk to start your computer and at the A:\ prompt
issue the command to clean your boot sector - "fdisk /mbr" that will
take care of it.

Mark

robert macdonald wrote:
 
  Yes I tried that But I get   "Error: Unrecognized command"
 
  From: Jean-Louis [EMAIL PROTECTED]
  Reply-To: [EMAIL PROTECTED]
  To: [EMAIL PROTECTED]
  Subject: Re: [newbie] grub
  Date: Sat, 17 Mar 2001 09:46:25 -0500
  
  Did you do a "fdisk /mbr" to clean to boot sector?
  
  On Sat, 17 Mar 2001, you wrote:
Hello,
   
 Long story short...tried to dualboot LM 7.2 with NT4.  Really
  messed
up! Now all I get is "grub" with a command prompt after it. Tried 
fdisk
  and
format to no avail. Just want to  install LM 7.2 on clean hdd. Can 
any
  one
please give me some info?  VERY new to Linux.
   
Thanks in advance,
   
   Rob
   
   
   
_
Get your FREE download of MSN Explorer at http://explorer.msn.com
  
 
  _
  Get your FREE download of MSN Explorer at http://explorer.msn.com


_
Get your FREE download of MSN Explorer at http://explorer.msn.com





Re: [newbie] Grub startup delay is not working !

2001-03-17 Thread Joan Tur

Philomena escribi:

 Hi,

 GRUB doesn't use lilo.conf, it uses a file called menu.lst in the
 /boot/grub directory. You just need to edit  that file, set your timeout .
 You may need to run install.sh to install grub onto your MBR, if it isn't
 there now.

It wasn't.  I've also had to exec "chmod +x install.sh" to make it work.

Thanks!!!  ;-)


--
Joan Tur. Ibiza - Spain
[EMAIL PROTECTED]  [EMAIL PROTECTED]  ICQ 11407395
Joan.Tur.pagina.de  www.ClubIbosim.org
Linux: usuari registrat 190.783







[newbie] grub

2001-03-17 Thread robert macdonald

Hello,

 Long story short...tried to dualboot LM 7.2 with NT4.  Really messed 
up! Now all I get is "grub" with a command prompt after it. Tried fdisk and 
format to no avail. Just want to  install LM 7.2 on clean hdd. Can any one 
please give me some info?  VERY new to Linux.

Thanks in advance,

   Rob



_
Get your FREE download of MSN Explorer at http://explorer.msn.com





Re: [newbie] grub

2001-03-17 Thread Jean-Louis

Did you do a "fdisk /mbr" to clean to boot sector?

On Sat, 17 Mar 2001, you wrote:
 Hello,
 
  Long story short...tried to dualboot LM 7.2 with NT4.  Really messed 
 up! Now all I get is "grub" with a command prompt after it. Tried fdisk and 
 format to no avail. Just want to  install LM 7.2 on clean hdd. Can any one 
 please give me some info?  VERY new to Linux.
 
 Thanks in advance,
 
Rob
 
 
 
 _
 Get your FREE download of MSN Explorer at http://explorer.msn.com




Re: [newbie] grub

2001-03-17 Thread robert macdonald

Yes I tried that But I get   "Error: Unrecognized command"


From: Jean-Louis [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: Re: [newbie] grub
Date: Sat, 17 Mar 2001 09:46:25 -0500

Did you do a "fdisk /mbr" to clean to boot sector?

On Sat, 17 Mar 2001, you wrote:
  Hello,
 
   Long story short...tried to dualboot LM 7.2 with NT4.  Really 
messed
  up! Now all I get is "grub" with a command prompt after it. Tried fdisk 
and
  format to no avail. Just want to  install LM 7.2 on clean hdd. Can any 
one
  please give me some info?  VERY new to Linux.
 
  Thanks in advance,
 
 Rob
 
 
 
  _
  Get your FREE download of MSN Explorer at http://explorer.msn.com


_
Get your FREE download of MSN Explorer at http://explorer.msn.com





Re: [newbie] grub

2001-03-17 Thread Charley Peggy Robinson


  I've never run NT but in 95 /98/Me you make a startup disk when you do
the initial load.  FDISK is on my startup disk and it can be run from
there.  Also, you may have a boot disk that came with NT.

  CR




Re: [newbie] grub

2001-03-17 Thread robert macdonald

CR,

 I have an NT boot disk that I made. I will try that.  Thanks for 
the help.


From: Charley  Peggy Robinson [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: Re: [newbie] grub
Date: Sat, 17 Mar 2001 12:10:41 -0800


   I've never run NT but in 95 /98/Me you make a startup disk when you do
the initial load.  FDISK is on my startup disk and it can be run from
there.  Also, you may have a boot disk that came with NT.

   CR


_
Get your FREE download of MSN Explorer at http://explorer.msn.com





[newbie] GRUB on floppy

2001-03-17 Thread CastleKidd
How do I upgrade the kernel on a floppy for GRUB?

Thanks in advance.

~Lance


Re: [newbie] grub

2001-03-17 Thread Mark Weaver

use your Windows boot disk to start your computer and at the A:\ prompt
issue the command to clean your boot sector - "fdisk /mbr" that will
take care of it.

Mark

robert macdonald wrote:
 
 Yes I tried that But I get   "Error: Unrecognized command"
 
 From: Jean-Louis [EMAIL PROTECTED]
 Reply-To: [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Subject: Re: [newbie] grub
 Date: Sat, 17 Mar 2001 09:46:25 -0500
 
 Did you do a "fdisk /mbr" to clean to boot sector?
 
 On Sat, 17 Mar 2001, you wrote:
   Hello,
  
Long story short...tried to dualboot LM 7.2 with NT4.  Really
 messed
   up! Now all I get is "grub" with a command prompt after it. Tried fdisk
 and
   format to no avail. Just want to  install LM 7.2 on clean hdd. Can any
 one
   please give me some info?  VERY new to Linux.
  
   Thanks in advance,
  
  Rob
  
  
  
   _
   Get your FREE download of MSN Explorer at http://explorer.msn.com
 
 
 _
 Get your FREE download of MSN Explorer at http://explorer.msn.com




Re: [newbie] GRUB problem.

2001-03-10 Thread bascule

i'm only stabbing in the dark, but i'm guessing that you mean that you want 
to boot the win2k bootloader that then offers you win2k or win9x, is win2k 
like other versions of win and picky about being on the 'first' hard drive? 
if so what about getting grub to map the hard drives from first and second to 
second and first respectively?

this may be tosh but then again...

bascule

On Thursday 08 March 2001 11:27 pm, mok unexpected wrote:
 Here the story goes,
 
 Primary harddisk holds only Mandrake 7.2, where GRUB
 is the default loader. Secondary harddisk has Windows
 ME and Windows 200 (dual boot). 
 
 So at GRUB, to activate the Windows partition
 chainloader, the code is:
 
 title Windows
 bootnoverify (hd1,0) #second hd
 makeactive
 chainloader +1
 
 According to the man GRUB, this should be the syntax
 to load another chainloader in different hd (other
 than the first hd). But after the whole night of
 trying, I still can't get it works, anyone has done
 the similar things before? Anyone can help?
 
 
 
 __
 Do You Yahoo!?
 Get email at your own domain with Yahoo! Mail. 
 http://personal.mail.yahoo.com/




Re: [newbie] Grub startup delay is not working !

2001-03-09 Thread Philomena

Hi,

GRUB doesn't use lilo.conf, it uses a file called menu.lst in the 
/boot/grub directory. You just need to edit  that file, set your timeout . 
You may need to run install.sh to install grub onto your MBR, if it isn't 
there now.

cheers,
philomena

At 06:17 PM 3/9/2001 +0100, you wrote:
Hallo!

I'm using mdk72  grub.  The problem is that i've got an startup delay
of 5 seconds in /etc/lilo.conf, but on startup the default OS won't
start until i press Enter.

My lilo.conf has the following line:  "timeout=50"

Also when i type #lilo it works but "Warning!  BIOS drive 0x82 may not
be accessible" appears 8 times  8-?

Lilo stays in MBR of hda and Linux uses sda and sdb...

THANKS!  8-)

--
 Joan Tur. Ibiza - Spain
[EMAIL PROTECTED]  [EMAIL PROTECTED]  ICQ 11407395
 Joan.Tur.pagina.de  www.ClubIbosim.org
 Linux: usuari registrat 190.783








RE: [newbie] Grub timeout!!!

2001-03-09 Thread Kelly, Christopher

Tom, use your windows bootdisk and do a fdisk -mbr. Then reinstall Grub. It
sounds like something got hosed. 

Moose


-Original Message-
From: Thomas Webster [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, March 07, 2001 1:41 PM
To: [EMAIL PROTECTED]
Subject: [newbie] Grub timeout!!!


resending as the first time it seemed to dissapear into a black hole!

I run a dual boot win98 Mandrake 7.2 system.

I used to run a Randish Boot manager on my MBR to boot between different
OS's.

I installed Mandrake 7.2 putting GRUB on my root partition.  However once I
realised that now my root mandrake partition was now /hda6 and hence not
bootable by Randish boot manager so I decided to install GRUB onto my MBR.
Which I did succesfully but now it just spits me straight into windoze (the
default) without any delay so I can't select a difference choice.  I have
changed /boot/grub/menu.lst and added 'timeout 10' to it (it wasn't there
originally)first below 'default 0' and then moved it to the top to no avail.

I have also tried to install LILO but it comes up with the error partition
not found and dies.. so I had to reinstall GRUB again.

Regards

-Tom Webster





[newbie] Grub startup delay is not working !

2001-03-09 Thread Joan Tur

Hallo!

I'm using mdk72  grub.  The problem is that i've got an startup delay
of 5 seconds in /etc/lilo.conf, but on startup the default OS won't
start until i press Enter.

My lilo.conf has the following line:  "timeout=50"

Also when i type #lilo it works but "Warning!  BIOS drive 0x82 may not
be accessible" appears 8 times  8-?

Lilo stays in MBR of hda and Linux uses sda and sdb...

THANKS!  8-)

--
Joan Tur. Ibiza - Spain
[EMAIL PROTECTED]  [EMAIL PROTECTED]  ICQ 11407395
Joan.Tur.pagina.de  www.ClubIbosim.org
Linux: usuari registrat 190.783







Re: [newbie] GRUB Question

2001-03-09 Thread -

How does this relate to the subject, 'GRUB'?  Apparently, you have
Mandrake 7.2 running so the subject isn't 'GRUB'; it's "drive access
from a working LM7.2".

That aside,  ---Most likely, with two hard drives, if you have Windows,
it's on hda1 and LM7.2 is on a second HD alhough it could just as well
be on the same HD as Windows but on a separate partition. Regardless,
you have to know the partition.  You did make a note of it during
installaltion, didn't you?

We'll test to see if you can access the  Windows HD from LM7.2 .   We'll
do all
the work in terminal mode, not by clicking on icons.

Run LM7.2 as root, then do these commands

cd
mkdir winx
mount -t vfat  /dev/hda1  /mnt/winx
cd /mnt/winx
ls -aF --color=auto

You should see the contents of your Windows partition.
After perusing Windows, execute these commands

cd
umount  /mnt/winx
rmdir /mnt/winx

If you like the way these worked, you can create aliases that use
these commands so you could look at Windows with just a
simple command such as  'win+' and  restore back to linux
with  'win-'

Now to look at any Linux partition,  we'll use  hdb3 as an example

cd
mount -t ext2  /dev/hdb3  /mnt/hdb3
cd  /mnt/hdb3
ls -aF --color=auto

You should now be able to navigate through hdb3.

get back with these commands

cd
umount /mnt/hdb3


CDROMs?

mount -t iso9660  /dev/cdrom  /mnt/cdrom
cd  /mnt/cdrom
ls  -aF --color=auto

to dismount

cd
umount  /mnt/cdrom


You have a 2nd CDROM?

call it cdrom2 in the above example

Oh yes, click icons?   try clicking  /dev/xxx

[EMAIL PROTECTED] wrote:

  Hi All, I have to repost my problem again. I cannot access my 2
 cdroms or 2
 harddrives,using LM7.2.

 I properly did an "ATAPI" setup and it configured well for the cdroms
 and
 harddrives,but now I get the message "11(sigsegv)" when I click on
 anyone of
 the cdom  or harddrive icons. Can anyone one help me. I really want to
 get up
 and running.I am new to Linux and I really need your help.

 Thanks./





[newbie] Grub timeout!!!

2001-03-08 Thread Thomas Webster

resending as the first time it seemed to dissapear into a black hole!

I run a dual boot win98 Mandrake 7.2 system.

I used to run a Randish Boot manager on my MBR to boot between different
OS's.

I installed Mandrake 7.2 putting GRUB on my root partition.  However once I
realised that now my root mandrake partition was now /hda6 and hence not
bootable by Randish boot manager so I decided to install GRUB onto my MBR.
Which I did succesfully but now it just spits me straight into windoze (the
default) without any delay so I can't select a difference choice.  I have
changed /boot/grub/menu.lst and added 'timeout 10' to it (it wasn't there
originally)first below 'default 0' and then moved it to the top to no avail.

I have also tried to install LILO but it comes up with the error partition
not found and dies.. so I had to reinstall GRUB again.

Regards

-Tom Webster





[newbie] Grub timeout!!!!

2001-03-08 Thread Thomas Webster

resending as the first time mail seemed to dissapear into a black hole!

I run a dual boot win98 Mandrake 7.2 system.

I used to run a Randish Boot manager on my MBR to boot between different
OS's.

I installed Mandrake 7.2 putting GRUB on my root partition.  However once I
realised that now my root mandrake partition was now /hda6 and hence not
bootable by Randish boot manager so I decided to install GRUB onto my MBR.
Which I did succesfully but now it just spits me straight into windoze (the
default) without any delay so I can't select a difference choice.  I have
changed /boot/grub/menu.lst and added 'timeout 10' to it (it wasn't there
originally)first below 'default 0' and then moved it to the top to no avail.

I have also tried to install LILO but it comes up with the error partition
not found and dies.. so I had to reinstall GRUB again.

Regards

-Tom Webster





[newbie] Grub timeout!!

2001-03-07 Thread Thomas Webster

I run a dual boot win98 Mandrake 7.2 system.

I used to run a Randish Boot manager on my MBR to boot between different
OS's.

I installed Mandrake 7.2 putting GRUB on my root partition.  However once I
realised that now my root mandrake partition was now /hda6 and hence not
bootable by Randish boot manager so I decided to install GRUB onto my MBR.
Which I did succesfully but now it just spits me straight into windoze (the
default) without any delay so I can't select a difference choice.  I have
changed /boot/grub/menu.lst and added 'timeout 10' to it (it wasn't there
originally)first below 'default 0' and then moved it to the top to no avail.

I have also tried to install LILO but it comes up with the error partition
not found and dies.. so I had to reinstall GRUB again.

Regards

-Tom Webster





[newbie] GRUB Question

2001-03-04 Thread Aaron Benedict

I have to reformat the WindowsME drive in my computer so I can reinstall 
WinME (yet again!) for my wife. My question is the following, will my 
reinstalling of WInME mess up the link that was made bby GRUB when I 
installed ML on my second hard drive? 

Aaron
-- 
Aaron Benedict
[EMAIL PROTECTED]

"First they ignore you. Then they laugh at you. Then they fight you. Then you 
win." - Mahatma Gandhi




RE: [newbie] GRUB Question

2001-03-04 Thread Glenn Johnson

Aaron, I re-install Windows all the time. I currently boot
Win98/Win2000/LM7.1. What I do is make sure I have a current Linux boot disk
that WORKS. Then, after I do what I want with Windows I boot Linux with the
floppy, and as root issue /sbin/lilo. This will write LILO to the MBR and
you will be able to boot from the hard disk again. Maybe there's a similar
process for GRUB?

Glenn Johnson
[EMAIL PROTECTED]
Registered Linux User #175132
Usually Powered by Linux Mandrake 7.1!





Re: [newbie] GRUB Question

2001-03-04 Thread Carl Foley

i had to reinstall win-95 on my second hard drive and it wiped out my lilo 
boot, so now i have to boot with a floppy.


From: Aaron Benedict [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: [newbie] GRUB Question
Date: Sun, 4 Mar 2001 11:02:42 -0500

I have to reformat the WindowsME drive in my computer so I can reinstall
WinME (yet again!) for my wife. My question is the following, will my
reinstalling of WInME mess up the link that was made bby GRUB when I
installed ML on my second hard drive?

Aaron
--
Aaron Benedict
[EMAIL PROTECTED]

"First they ignore you. Then they laugh at you. Then they fight you. Then 
you
win." - Mahatma Gandhi


_
Get your FREE download of MSN Explorer at http://explorer.msn.com





Re: [newbie] GRUB Question

2001-03-04 Thread Steelhead

On this realm... kinda.  I need to get my win98 partition off of my drive,
(hda1).  I ghost the partition, image it to a new smaller drive, and find
that no matter what tricks I do.. Lilo still wants to boot the reimaged
partiton.

Any clues for the  clueless are appreciated.

Steelhead

- Original Message -
From: Carl Foley [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Sunday, March 04, 2001 3:10 PM
Subject: Re: [newbie] GRUB Question


 i had to reinstall win-95 on my second hard drive and it wiped out my lilo
 boot, so now i have to boot with a floppy.


 From: Aaron Benedict [EMAIL PROTECTED]
 Reply-To: [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Subject: [newbie] GRUB Question
 Date: Sun, 4 Mar 2001 11:02:42 -0500
 
 I have to reformat the WindowsME drive in my computer so I can reinstall
 WinME (yet again!) for my wife. My question is the following, will my
 reinstalling of WInME mess up the link that was made bby GRUB when I
 installed ML on my second hard drive?
 
 Aaron
 --
 Aaron Benedict
 [EMAIL PROTECTED]
 
 "First they ignore you. Then they laugh at you. Then they fight you. Then
 you
 win." - Mahatma Gandhi
 

 _
 Get your FREE download of MSN Explorer at http://explorer.msn.com








[newbie] GRUB configuration

2001-02-19 Thread Emilio Correa

Hi, I want to know if exist some tool for configuring grub options, for 
example how to include another operative system (win2k or win95).
thanks!!

-
Ing. Qco. Emilio Correa
Invap S.E.
02944 422121 int. 2473
fax: 02944 423489
(8400) San Carlos de Bariloche





Re: [newbie] GRUB configuration

2001-02-19 Thread poogle

On Monday 19 February 2001 15:30, you wrote:
 Hi, I want to know if exist some tool for configuring grub options, for
 example how to include another operative system (win2k or win95).
 thanks!!

 -
 Ing. Qco. Emilio Correa
 Invap S.E.
 02944 422121 int. 2473
 fax: 02944 423489
 (8400) San Carlos de Bariloche

Yes, you need to edit the Grub menu, there is an info page to help, open a 
terminal window type info gruband you will find the instructions there
-- 
John Clarke




Re: [newbie] GRUB configuration

2001-02-19 Thread H.J.Bathoorn

On Monday 19 February 2001 16:30, you wrote:
 Hi, I want to know if exist some tool for configuring grub
 options, for example how to include another operative system
 (win2k or win95). thanks!!

 
- Ing. Qco. Emilio Correa
 Invap S.E.
 02944 422121 int. 2473
 fax: 02944 423489
 (8400) San Carlos de Bariloche
Yep check out 'linuxconf', 'bootmode' :)
-- 
Semper avanti,sailing on Linux,
Harm Bathoorn Free evermore.
Hoek. NL.
   |~
   |  _
  ___|__.__\_|_||_...
  \___\_|__||_|__|__
  _\_Triade__NL__/




Re: [newbie] GRUB configuration

2001-02-19 Thread Altoine B.

Emilio Correa wrote:
 
 Hi, I want to know if exist some tool for configuring grub options, for
 example how to include another operative system (win2k or win95).
 thanks!!
 
 -
 Ing. Qco. Emilio Correa
 Invap S.E.
 02944 422121 int. 2473
 fax: 02944 423489
 (8400) San Carlos de Bariloche

Use DrakConf and go to "Tools for booting". Click on "LILO/GRUB" and hit
"Ok". Choose "Add" and Choose "Other OS". The rest is self-explanatory.

-- 


  
  .--. `   
  |__| .---.   Altoine Barker
  |=.| |.-.|   Maximum Time, Inc
  |--| ||$SEND||   Chicago Based Enterprise
  |  | |'-'|   http://www.maximumtime.com   
  |__|~')_('




[newbie] grub...

2001-02-10 Thread Franki

Hi,

I am about to upgade the kernel to 2.4.1-8, but I am unsure about grub,, I
know how to reconfigure lilo for a new image, but I don't know about grub..

My question is, how does one setup grub to boot the new image?  I could swap
to lilo, but I kind of like it.. (having used redhat in all the recent
previous installs, I had never seen grub before.)

Many thanks.

Frank
Perth W, Australia.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of phobos
Sent: Sunday, 11 February 2001 3:11 AM
To: [EMAIL PROTECTED]
Subject: [newbie] audio cd


Hi to all!
i have a small but irritating problem, wondering if someone knows the
answer.
i have re-installed LM7.0 this mornnig.  it all went well exept for one
thing:
i can only play cd's (music) when logged in as a root.  every time i get
error
mesage re: permissions on my cdrom.  i have tried changing permissions but
it
didn't solve the problem.  any advise will be greatly appreciated





Re: [newbie] GRUB customization

2001-02-06 Thread Altoine B

You don't have to switch anything around to have your windows partition as the 
default. Just open up "DrakConf" and click on "Tools for booting". Choose "Configure 
LILO/GRUB". Click on your windows partition and choose "Default". Click "Ok" and save. 
You are now good to go.

Cheers,
-- Al
--
  .--. `
  |__| .---.
  |=.| |.-.|   
  |--| ||ABORT||
  |  | |'-'|
  |__|~')_('
http://www.maximumtime.com
__
Get your own FREE, personal Netscape Webmail account today at 
http://webmail.netscape.com/




Re: [newbie] GRUB customization

2001-02-06 Thread s

Well, if you want to do it the easy way...
-s

On Tuesday 06 February 2001 11:20 pm, you wrote:
 You don't have to switch anything around to have your windows partition as
 the default. Just open up "DrakConf" and click on "Tools for booting".
 Choose "Configure LILO/GRUB". Click on your windows partition and choose
 "Default". Click "Ok" and save. You are now good to go.

 Cheers,
 -- Al
 --
   .--. `

   |__| .---.
   |=.| |.-.|
   |--| ||ABORT||
   |
   |  | |'-'|
   |
   |__|~')_('

 http://www.maximumtime.com
 __
 Get your own FREE, personal Netscape Webmail account today at
 http://webmail.netscape.com/




Re: [newbie] GRUB customization

2001-02-05 Thread Jose Egipto Dias

Erik Salisbury wrote:
 
 i asked this earlier, but i'm not sure i was clear. is there a way that i can
 make it so windows is the first item listed in GRUB and thus the default OS to
 load...i use windows more often and would like not to have to wait by my computer
 everytime to turn it on, so i can select 'windows' before it automatically loads
 mandrake. does anyone know if this is possible? thank you very much!
 
 -erik salisbury

It's very simple!, go to drakconf the clic on tools for booting, then chose 
lilo or grub (grub in this case), chose dos or windows (i don't know which name
you called), then chose default, and thats it.
Ok reboot!

Jose
-- 
Linux, the choice  | Peers's Law:  The solution to a problem
of a GNU generation   -o)  | changes the nature of the problem. 
Kernel 2.2.17-21   /\  | 
on a i586 _\_v | 
   |




RE: [newbie] grub wont boot

2001-01-31 Thread Kelly, Christopher

David,

I am assuming that you tried to boot from you Linux boot disk...

When you do that, you will get a Lilo prompt. Just log into linux as root
and run "/boot/grub/./install.sh", No parenthesis. This will re-load Grub
and you will get passed stage1 the next time you logon.

Hope this helps,
The Moose


-Original Message-
From: LtCdData [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, January 30, 2001 5:50 PM
To: newbie
Subject: [newbie] grub wont boot


Hi,
after a disasterous attempt to install kde2.0 i decided i had to reinstall
linux mandrake 7.1 from CD again. in an attempt to keep everything in /home
i only formatted the root partition and then reinstalled MD7.1. everything
seemed to befine until it was time to boot up, all i get is "stage1" then
it stalls .. usually grub boots up at the stage 2 point but no matter how
often i try to get it to work it always comes up with the same stage1 then
it stops
does anyone know what could cause this to happen...
btw i also tried to install lilo but its the same?
 

Bye 4 now
David





[newbie] grub wont boot

2001-01-30 Thread LtCdData

Hi,
after a disasterous attempt to install kde2.0 i decided i had to reinstall
linux mandrake 7.1 from CD again. in an attempt to keep everything in /home
i only formatted the root partition and then reinstalled MD7.1. everything
seemed to befine until it was time to boot up, all i get is "stage1" then
it stalls .. usually grub boots up at the stage 2 point but no matter how
often i try to get it to work it always comes up with the same stage1 then
it stops
does anyone know what could cause this to happen...
btw i also tried to install lilo but its the same?
 

Bye 4 now
David





Re: [newbie] Grub Question

2001-01-18 Thread Philomena

Its just a text file - make sure you are root, and use whatever text editor 
you prefer. Save the file and thats that - your changes will be in effect 
when you boot.

cheers,
philomena

At 07:11 AM 1/12/2001 -0500, you wrote:
I know that this has been covered, because I remember seeing it. So, please
forgive my ignorance.

How can I edit the Grub menu after it has been installed? I know that the
list resides in /boot/grub/menu.lst. How can I edit that file?

Thanks y'all,

Chris Kelly
---
Boy of Destiny
King of Nothing






[newbie] Grub Question

2001-01-12 Thread Kelly, Christopher

I know that this has been covered, because I remember seeing it. So, please
forgive my ignorance.

How can I edit the Grub menu after it has been installed? I know that the
list resides in /boot/grub/menu.lst. How can I edit that file?

Thanks y'all,

Chris Kelly
---
Boy of Destiny
King of Nothing





Re: [newbie] Grub Question

2001-01-12 Thread Michael O'Henly

Just become the root user (i.e., do "su", then enter your root password) and 
open up /boot/grub/menu.lst in an editor -- at the command prompt enter "vi 
/boot/grub/menu.lst" (replacing "vi" with the name of your favourite editor). 

On Friday 12 January 2001 04:11, you wrote:
 I know that this has been covered, because I remember seeing it. So, please
 forgive my ignorance.

 How can I edit the Grub menu after it has been installed? I know that the
 list resides in /boot/grub/menu.lst. How can I edit that file?

 Thanks y'all,

 Chris Kelly
 ---
 Boy of Destiny
 King of Nothing

-- 
Michael O'Henly
TENZO Design




Re: [newbie] Grub Question

2001-01-12 Thread s

D**n, you should have told him about vi!
-s

On Friday 12 January 2001 02:25 pm, you wrote:
  I know that this has been covered, because I remember seeing it. So,
  please forgive my ignorance.
 
  How can I edit the Grub menu after it has been installed? I know that the
  list resides in /boot/grub/menu.lst. How can I edit that file?

 as root, using vi, vi, vi, emacs, vi, vi, kedit, gedit, ee, or vi.
 Paul
  (did I mention I like
 vi?)




[newbie] Grub question

2001-01-11 Thread Kelly, Christopher

I know that this has been covered, because I remember seeing it. So, please
forgive my ignorance.

How can I edit the Grub menu after it has been installed? I know that the
list resides in /boot/grub/menu.lst. How can I edit that file?

Thanks y'all,

Chris Kelly
---
Boy of Destiny
King of Nothing





  1   2   >