Clan x86

Technical (Development, Security, etc.) => Unix / Linux Discussion => Topic started by: Warrior on March 07, 2006, 11:46:50 pm

Title: Any general purpose "Rescue Disk"?
Post by: Warrior on March 07, 2006, 11:46:50 pm
So I decided to give Linux a spin, this time with more patience and being more open minded.

I was thinking just throwing GRUB onto a bootable CD then edit command line, boot into Linux then install GRUB onto my MBR. Is there any easier way to do this? I think this is pretty easy. (My problem was I installed Linux before Windows and then Windows overwrote my MBR). Hell I have a few CDs I can stand a couple experiments.
Title: Re: Any general purpose "Rescue Disk"?
Post by: Sidoh on March 08, 2006, 12:04:45 am
You can't install GRUB to your MBR after Windows has overwritten it?
Title: Re: Any general purpose "Rescue Disk"?
Post by: Warrior on March 08, 2006, 12:22:24 am
You can, no easy way to get GRUB to run on Windows "Grub4Win" is too messy for my liking and the only other option is cygwin and ./configure complains about something when compiling it from source. I guess another option would be running the binary on cygwin but even then if anything goes wrong I'll be locked out of Windows for a while.
Title: Re: Any general purpose "Rescue Disk"?
Post by: Sidoh on March 08, 2006, 12:26:25 am
You can, no easy way to get GRUB to run on Windows "Grub4Win" is too messy for my liking and the only other option is cygwin and ./configure complains about something when compiling it from source. I guess another option would be running the binary on cygwin but even then if anything goes wrong I'll be locked out of Windows for a while.

Couldn't you just temporarily use LILO until you figure out how to install GRUB in the fashion you want?
Title: Re: Any general purpose "Rescue Disk"?
Post by: Warrior on March 08, 2006, 12:27:22 am
You can, no easy way to get GRUB to run on Windows "Grub4Win" is too messy for my liking and the only other option is cygwin and ./configure complains about something when compiling it from source. I guess another option would be running the binary on cygwin but even then if anything goes wrong I'll be locked out of Windows for a while.

Couldn't you just temporarily use LILO until you figure out how to install GRUB in the fashion you want?

I have the solution currently I was just wondering if this had happened to anyone before and if they had any other suggestions or cautions.
Title: Re: Any general purpose "Rescue Disk"?
Post by: Sidoh on March 08, 2006, 12:28:14 am
I have the solution currently I was just wondering if this had happened to anyone before and if they had any other suggestions or cautions.

Oh, haha.  Beats me.  Personally, I'd just use LILO.  I understand it's not as flexible, but it works quite well.
Title: Re: Any general purpose "Rescue Disk"?
Post by: mynameistmp on March 09, 2006, 03:37:23 am
I don't boot from writable media at all. I just boot from my trusty Slackware CD then pass the appropriate kernel parameters depending on which machine I'm on. Of all of the solutions this method provides, my favourite is the fact that random people can't walk in and boot my machines. All you've got to do when it drops you into the boot: prompt is give it the kernel image you want booted and pass the root drive you want as a parameter. There are directions written directly above the prompt (on Slackware). I'm not too sure if this is what you were asking.
Title: Re: Any general purpose "Rescue Disk"?
Post by: Joe on March 09, 2006, 08:44:02 pm
You can, no easy way to get GRUB to run on Windows "Grub4Win" is too messy for my liking and the only other option is cygwin and ./configure complains about something when compiling it from source. I guess another option would be running the binary on cygwin but even then if anything goes wrong I'll be locked out of Windows for a while.

Couldn't you just temporarily use LILO until you figure out how to install GRUB in the fashion you want?

Or perminantly use LILO? I'm probably missing something here, but what's so great about GRUB?
Title: Re: Any general purpose "Rescue Disk"?
Post by: Sidoh on March 09, 2006, 08:47:01 pm
Or perminantly use LILO? I'm probably missing something here, but what's so great about GRUB?

Warrior's a GRUB advocate.  It's apparently much better for OSDev.