Forum - go back to the Plop Homepage

Plop Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

Author Topic: how to boot a mbr?  (Read 675 times)

ant1688

  • Newbie
  • *
  • Posts: 3
how to boot a mbr?
« on: August 30, 2010, 21:01:02 PM »
dear all,
I have 2 harddisks.
The grub is installed in the mbr of 2nd disk. the plop boot manager is installed in the 'boot.ini' in the 1st harddisk.
The plop has boot items of each partitions, but no mbr option to boot.
I hope to boot the grub in the 2nd disk, how to?
thanks!
Logged

Elmar

  • Administrator
  • Hero Member
  • *****
  • Posts: 1795
  • a command shell is enough to do amazing things
Re: how to boot a mbr?
« Reply #1 on: August 30, 2010, 21:32:39 PM »
hi,
do you ask because of a rescue purpose? the boot manager is not designed to boot a mbr of another hard disk. there is a workaround to boot the mbr with the pop boot manager, but user interaction is required.

regards
elmar
Logged

ant1688

  • Newbie
  • *
  • Posts: 3
Re: how to boot a mbr?
« Reply #2 on: August 30, 2010, 22:38:29 PM »
thanks for quick reply.

The thing is my bios doesn't support to boot from second hard disk, while the linux does not encourage to install grub in partition and I like to leave the mbr in the first harddisk not changed.

so I am thinking to install the grub to a patition of the 2nd harddisk.

by the way, what is the workaroud boot manager?

I used smart boot manager from floppy, it is able to boot the mbr on the 2nd hard disk, but it doen't support to boot usb as plop.

I haven't found a boot manager which includes all desired functions: boot from mbrs, usbs and partitons.

best regards,
   
Logged

Elmar

  • Administrator
  • Hero Member
  • *****
  • Posts: 1795
  • a command shell is enough to do amazing things
Re: how to boot a mbr?
« Reply #3 on: August 31, 2010, 09:07:55 AM »
by the way, what is the workaroud boot manager?

whats the partition layout of the second hard disk? i only need to know how many primary and extended partitions you have.
Logged

ant1688

  • Newbie
  • *
  • Posts: 3
Re: how to boot a mbr?
« Reply #4 on: August 31, 2010, 18:13:19 PM »

it is an ubuntu in the 2nd hard disk.
the patition table:
/dev/hdb1 /boot
/dev/hdb2 /
/dev/hdb5 swap


in ubutu I use 'grub-setup --force /dev/hbd1' to write grub in the 1st partition today, the plop in the 1st hard disk is able to boot the ubuntu now.

THANKS!
Logged