Software > BSD, Linux, and Unix

Linux Mint installation and boot from 1st sector instead MBR

(1/1)

MIRKOSOFT:
Hi!

I'm in Linux beginner.
I need to leave MBR as is and install Linux Mint with booting from 1st sector of Linux partition. Linux partition will be 2nd on disk.
Really don't know how to install loader into 1st sector of 1st Linux partition.

I need also to create install floppy.
In console I need to create start.lnx - console in Linux is for me new and I tried to use:

--- Code: ---if=/dev/hda2/ of=start.lnx bs512 count=1
--- End code ---
but it reports error so I tried to fix it by

--- Code: ---if=/dev/hda2/ of=start.lnx bs=512 count=1
--- End code ---
but I don't know it is true correction.

Then I can add to NTLDR of Windows XP on 1st partition booting to Linux.

Can anybody help me?

Thank you very much.
Miro

Navigation

[0] Message Index

Go to full version