Author Topic: Any general purpose "Rescue Disk"?  (Read 4550 times)

0 Members and 1 Guest are viewing this topic.

Offline Warrior

  • supreme mac daddy of trolls
  • Hero Member
  • *****
  • Posts: 7503
  • One for a Dime two for a Quarter!
    • View Profile
Any general purpose "Rescue Disk"?
« 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.
One must ask oneself: "do I will trolling to become a universal law?" And then when one realizes "yes, I do will it to be such," one feels completely justified.
-- from Groundwork for the Metaphysics of Trolling

Offline Sidoh

  • x86
  • Hero Member
  • *****
  • Posts: 17634
  • MHNATY ~~~~~
    • View Profile
    • sidoh
Re: Any general purpose "Rescue Disk"?
« Reply #1 on: March 08, 2006, 12:04:45 am »
You can't install GRUB to your MBR after Windows has overwritten it?

Offline Warrior

  • supreme mac daddy of trolls
  • Hero Member
  • *****
  • Posts: 7503
  • One for a Dime two for a Quarter!
    • View Profile
Re: Any general purpose "Rescue Disk"?
« Reply #2 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.
One must ask oneself: "do I will trolling to become a universal law?" And then when one realizes "yes, I do will it to be such," one feels completely justified.
-- from Groundwork for the Metaphysics of Trolling

Offline Sidoh

  • x86
  • Hero Member
  • *****
  • Posts: 17634
  • MHNATY ~~~~~
    • View Profile
    • sidoh
Re: Any general purpose "Rescue Disk"?
« Reply #3 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?

Offline Warrior

  • supreme mac daddy of trolls
  • Hero Member
  • *****
  • Posts: 7503
  • One for a Dime two for a Quarter!
    • View Profile
Re: Any general purpose "Rescue Disk"?
« Reply #4 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.
One must ask oneself: "do I will trolling to become a universal law?" And then when one realizes "yes, I do will it to be such," one feels completely justified.
-- from Groundwork for the Metaphysics of Trolling

Offline Sidoh

  • x86
  • Hero Member
  • *****
  • Posts: 17634
  • MHNATY ~~~~~
    • View Profile
    • sidoh
Re: Any general purpose "Rescue Disk"?
« Reply #5 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.

Offline mynameistmp

  • Moderator
  • Full Member
  • *****
  • Posts: 111
  • Hi! I'm new here!
    • View Profile
Re: Any general purpose "Rescue Disk"?
« Reply #6 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.
« Last Edit: March 09, 2006, 03:48:20 am by mynameistmp »

Offline Joe

  • B&
  • x86
  • Hero Member
  • *****
  • Posts: 10319
  • In Soviet Russia, text read you!
    • View Profile
    • Github
Re: Any general purpose "Rescue Disk"?
« Reply #7 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?
I'd personally do as Joe suggests

You might be right about that, Joe.


Offline Sidoh

  • x86
  • Hero Member
  • *****
  • Posts: 17634
  • MHNATY ~~~~~
    • View Profile
    • sidoh
Re: Any general purpose "Rescue Disk"?
« Reply #8 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.