Unix administration - Solaris, Debian GRUB..etc

This is Interesting: Free IT Magazines  
Home > Archive > Unix administration > March 2007 > Solaris, Debian GRUB..etc





You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

Author Solaris, Debian GRUB..etc
orange

2007-03-15, 1:28 pm

I'm not sure this is right group.. sorry

here is my setup:
40GB IDE HDD primary master split into these partitions:
1)winXP
2)Debian
3)Linux swap

GRUB is installed and dualboot Debian/winxp works fine

I have added unformatted 120Gb disk as secondary master in order to
install Solaris10 on it (the old one is full)

I'm worried it could corrupt existing MBR with GRUB, so I'd like to
make backup of grub config. (already backuped MBR)
If I understood correctly grub needs /boot/grub/menu.lst, but is that
all?
what happens if Debian partition gets corrupted, how can WinXP be
booted?

zouz

2007-03-26, 8:20 am

On Mar 15, 11:57 pm, "orange" <orang...@gmail.com> wrote:
> I'm not sure this is right group.. sorry
>
> here is my setup:
> 40GB IDE HDD primary master split into these partitions:
> 1)winXP
> 2)Debian
> 3)Linux swap
>
> GRUB is installed and dualboot Debian/winxp works fine
>
> I have added unformatted 120Gb disk as secondary master in order to
> install Solaris10 on it (the old one is full)


> I'm worried it could corrupt existing MBR with GRUB, so I'd like to
> make backup of grub config. (already backuped MBR)

Create a GRUB boot floppy in case something went wrong.
or just make a bootable GRUB cd/rom:
mkdir iso
mkdir -p iso/boot/grub
cp /usr/lib/grub/i386-pc/stage2_eltorito iso/boot/grub
mkisofs -R -b boot/grub/stage2_eltorito -no-emul-boot \ -boot-load-
size 4 -boot-info-table -o grub.iso iso

> If I understood correctly grub needs /boot/grub/menu.lst, but is that
> all?


yeah thats GRUB configuration file.

> what happens if Debian partition gets corrupted, how can WinXP be
> booted?


you can always boot on winXP - from grub in case something really bad
happens try to boot from windows Bootable CD-ROM.

Sponsored Links






Free braindumps | Software forum | Database administration forum

Copyright 2003 - 2008 webservertalk.com