Grub and longhorn loader


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Grub and longhorn loader
# 1  
Old 04-30-2008
Grub and longhorn loader

I currently have Gutsy, Fedora Core 7, and Vista running on the same hard disk and want to add XP to it. XP will of course kill my grub which I can get back with supergrub easily. I have no worries that my two Linux Distros will come back when I do this because Grub only points from the mbr to the second stage loader. I do not know as much about the Longhorn loader which Grub currently finds with no problem. Will the XP wipe of my mbr kill my longhorn loader beyond recovery by supergrub?
# 2  
Old 04-30-2008
I have never heard the term "longhorn" loader before. Nor "supergrub". But the mbr can only point to one place. If it is pointing to grub then that is all it points to. It sounds like you use grub to chainloader into your longhorn loader. If the mbr is trashed and you restore it, you are back to normal. I like to build a little floppy that will invoke grub. Then if someone scribbles on my mbr, I just boot from the floppy, get a grub command line, and fix the mbr.
# 3  
Old 05-09-2008
Grub and Longhorn loader

Thank you for your reply. I am indeed chainloading grub to the longhorn loader (which is Microsoft's answer to grub used by Vista and Longhorn). My mbr points to Grub which points to initrd, which I can edit manually (gotta love linux for your ability to do almost anything with a simple text editor). I have no idea how the longhorn loader works, however, so I was concerned that when I restore my mbr using my bootable cd (you still use floppy disks?) I would loose the longhorn loader since I cannot simply restore my current working grub configuration. I have no worries that after restoring my mbr I can get grub and any posix compatible OS, but I know very little about this new longhorn loader. I will go to my test network and install vista on a new drive, then install XP which will kill my longhorn loader, then install FC 7, I am confident that grub will indeed find the longhorn loader even after the XP wipe of the mbr, but I want to do it in a test environment before I try to install XP on my tri-booting GUTSY, Vista, FC 7 laptop (believe me I would be happy to eliminate all Microsoft products from all of my computers but my field laptop requires uber-compatability beyond the capabilities of wine or cedega). I will let you know how it goes.

Last edited by dancingfool; 05-09-2008 at 05:29 PM..
 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

"/boot/grub/grub.conf" VS "/etc/grub.conf"

can someone please explain me the difference between these two files: "/boot/grub/grub.conf" and "/etc/grub.conf" .. (7 Replies)
Discussion started by: stunn3r
7 Replies

2. Red Hat

Can we specify which grub.conf to use in grub-install.

Hi, Can we specify which grub.conf to use while installing grub on RHEL. We are working on application which requires different grub configurations needed, depending on certain criteria we need to update grub with correct grub.conf. Can we use grub-install for this purpose? (4 Replies)
Discussion started by: successlin
4 Replies

3. UNIX for Dummies Questions & Answers

SQL*Loader

HI Experts, We have a ksh file named ldr_empdelta.ksh and it is having the SQL*LOADER script as follows. print "LOAD DATA" > $WEDB_GEN/ldrscan.ctl print "INFILE '"$LED_SCAN"/delta/led_del.dat'" >> $WEDB_GEN/ldrparms.ctl print "TRUNCATE" >> $WEDB_GEN/ldrscan.ctl print "PRESERVE BLANKS" >>... (1 Reply)
Discussion started by: ajaykumarkona
1 Replies

4. Solaris

GRUB does not load Ms Winows loader

Hi to everyone ;) Yesterday I had to reinstall my dual boot because my bank smart card reader does not work with Solaris so I reinstalled Solaris after I installed Windows 7. When I turn on PC I get grub stage 2 and Solaris has made an entry in menu.lst but does not boot windows . Each OS... (4 Replies)
Discussion started by: solaris_user
4 Replies

5. Ubuntu

grub loader

i was dual booting vista and ubuntu but i have now taken off vista. however the microsoft bootloader is still in the list. how do i get rid of it and automatically boot into ubuntu? (13 Replies)
Discussion started by: bcbotha
13 Replies

6. AIX

Compatible version of AIX/SAMBA and Longhorn

Hello, I need to upgrade Domain from Windows 2000 to Windows 2008 (Longhorn) and I need to know what is the compatible version of Samba to access to windows share from AIX. Thank you for your help (2 Replies)
Discussion started by: ArnaudC
2 Replies

7. UNIX for Dummies Questions & Answers

grub problem- keeps rebooting as soon as it tries to do grub

Hi, I installed solaris 10 a few weeks ago. It was working fine during the past two weeks. However, now when I start to load to the drive, I get this problem: The BIOS screen comes up like normal, then screen goes blank and a message "Grub loading stage 2" flashes real quick then the computer... (1 Reply)
Discussion started by: moesays
1 Replies

8. Shell Programming and Scripting

A SQL Loader Script

Hi Guys, I am looking to develop a SQL Loader script that would bascially allow the user to have a txt file (or such) as an input file containing .sql scripts procedures, triggers, bascially anything against a database that could then be run automatically. Let me break it down a bit more,... (2 Replies)
Discussion started by: LiquidChild
2 Replies

9. UNIX for Dummies Questions & Answers

Grub Loader entry overwritten

Hello, One of my frend had a problem. He had Windows XP installed on his system. Then he installed Red Hat Linux 8.0 in one of the partitions. After some time his XP got corrupt and then he reinstalled Windows XP. This over wrote the Grub loader entry, and due to this the grub loader is not... (2 Replies)
Discussion started by: rahulrathod
2 Replies

10. UNIX for Dummies Questions & Answers

boot loader - HELP !!!!

i have installed windows on this c: drive i have linux installed on drive d: when i disconnect d: it boots into c: into windows when i have both drives connected it stops after sys check. how do i get a dual boot goin ???? or a boot loader and if i reinstall linux 7. where should i... (1 Reply)
Discussion started by: perleo
1 Replies
Login or Register to Ask a Question