Jump to content

Dual boot on two drives [solved]


AlRoss
 Share

Recommended Posts

You can open your file manager (konqueror?) then go to root. You can do this by pushing the "up" arrow" until you can't go "up" any more. Then you'll be in root. Then look for the file "boot". Click on it, then you'll see the icon "Grub". Click on it, then you'll see the icon /menu.lst. Click on it, and it will open up in another program. Then you can copy and paste it's contents here.

Link to comment
Share on other sites

Thanks, that was simple.....

 

timeout 10

color black/cyan yellow/cyan

gfxmenu (hd0,0)/boot/gfxmenu

default 0

 

title linux

kernel (hd0,0)/boot/vmlinuz BOOT_IMAGE=linux root=UUID=0a9a856c-f1bc-4b00-b5c3-0b8860bf6f13 resume=/dev/hda5 splash=silent vga=788

initrd (hd0,0)/boot/initrd.img

 

title linux-nonfb

kernel (hd0,0)/boot/vmlinuz BOOT_IMAGE=linux-nonfb root=UUID=0a9a856c-f1bc-4b00-b5c3-0b8860bf6f13 resume=/dev/hda5

initrd (hd0,0)/boot/initrd.img

 

title failsafe

kernel (hd0,0)/boot/vmlinuz BOOT_IMAGE=failsafe root=UUID=0a9a856c-f1bc-4b00-b5c3-0b8860bf6f13 failsafe

initrd (hd0,0)/boot/initrd.img

 

title windows

root (hd1,0)

map (0x81) (0x80)

map (0x80) (0x81)

makeactive

chainloader +1

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...