|
-
May 2nd, 2003, 03:52 PM
#1
invisible OS
I have a dual boot of XP/Red Hat w/ Grub as my boot manager. How can I set it up where XP automatically boots and I would have to put ina disk for Linux to boot. ANyone have any ideas?
hjack
"Where the tree of knowledge stands, there is always paradise": thus speak the oldest and the youngest serpents.
- Friedrich Nietzsche
-
May 2nd, 2003, 04:46 PM
#2
Create a Floppy with Grub or Lilo on it, then run fdisk /mbr of fixmbr in windows XP that will blow out grub on the HD....Make sure you have all the settings for grub correct and that the floppy works before you blow out grub on the HD
-
May 2nd, 2003, 05:23 PM
#3
Okay, thanks for the help bballad. Going to try it now.
hjack
"Where the tree of knowledge stands, there is always paradise": thus speak the oldest and the youngest serpents.
- Friedrich Nietzsche
-
May 3rd, 2003, 12:12 AM
#4
You don't have to put a bootloader on the disk... you could also use the boot disk you created during your Linux install... or create a linux bootdisk..... and just boot directly off that, rather than using the bootloader on a floppy.
-
May 3rd, 2003, 12:54 AM
#5
HTRegz, how do i make a linux boot disk?
hjack
"Where the tree of knowledge stands, there is always paradise": thus speak the oldest and the youngest serpents.
- Friedrich Nietzsche
-
May 3rd, 2003, 01:10 AM
#6
there should be an option in one of the pull down menus to do it ,if i remember correctly and you are using a recent rh release
-
May 3rd, 2003, 01:55 AM
#7
mkbootdisk
Howto make a boot floppy for RedHat linux without using the fancy menus?
Well, first find the kernel version, next you can tell the mkbootdisk command to make a boot disk.
Go to a terminal window at the prompt type:
su
cd /lib/modules
ls
the command ls will list the directory contents, here you can find the kernel version of your rh system. It will be something like 2.z.x-yy replace the z, x and y with the version number.
Insert a floppy in your floppydrive.
Tell the mkbootdisk command which kernel to copy and where to find the floppy.
mkbootdisk --device /dev/fd0 2.z.x-yy
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
|