lienje
10-28-2002, 06:12 AM
Ok I wil lay as much detail down as to what I have done and the way every partition is set up and labeled.
hda2 2008mb ntfs (windows 2000) Is ntfs srewing this up?
hda5 219mb Linux swap
hda6 4698mb linux native
hda7 1066mb linux swap
hda8 6000mb linux native (x windows)
I have a 40 gig hard drive.
I installed the lilo in hda6 under master boot record (mbr)
When I installed hda8 partition of Linux 7.0 I put the lilo in the bootsector. By the way both partitions of linux are the same version and kernel. The kernel is 2.2.16-22 (Guniness).
I typed in these commands to get the linux file and placed that
next to boot.ini
I renamed boot.ini to BOOTSEC.LNX="LINUX"
I then restarted my PC to get a invalid boot file and it went strait
to the c:/winnt folder and booted windows 2000.
# Begin /root/ntset
/sbin/lilo &&
dd if=/dev/hda6 of=/bootsect.lin bs=512 count=1 &&
mount /dev/hda1 /w2k &&
cp -f /bootsect.lin /w2k
# End /root/ntset
I used the command mcopy bootsec.lnx a:
Is this that the right command to use?
Is lilo a option that appears on my boot screen that lets me select what OS to choose?
I also am wondering how to boot my hda8 partition.
I am very new to this and have worked on this all weekend browsing sights and messing with thes commands in linux.
I will also provide some more details later on if they are requested.
Verry respectfully,
Jesse
hda2 2008mb ntfs (windows 2000) Is ntfs srewing this up?
hda5 219mb Linux swap
hda6 4698mb linux native
hda7 1066mb linux swap
hda8 6000mb linux native (x windows)
I have a 40 gig hard drive.
I installed the lilo in hda6 under master boot record (mbr)
When I installed hda8 partition of Linux 7.0 I put the lilo in the bootsector. By the way both partitions of linux are the same version and kernel. The kernel is 2.2.16-22 (Guniness).
I typed in these commands to get the linux file and placed that
next to boot.ini
I renamed boot.ini to BOOTSEC.LNX="LINUX"
I then restarted my PC to get a invalid boot file and it went strait
to the c:/winnt folder and booted windows 2000.
# Begin /root/ntset
/sbin/lilo &&
dd if=/dev/hda6 of=/bootsect.lin bs=512 count=1 &&
mount /dev/hda1 /w2k &&
cp -f /bootsect.lin /w2k
# End /root/ntset
I used the command mcopy bootsec.lnx a:
Is this that the right command to use?
Is lilo a option that appears on my boot screen that lets me select what OS to choose?
I also am wondering how to boot my hda8 partition.
I am very new to this and have worked on this all weekend browsing sights and messing with thes commands in linux.
I will also provide some more details later on if they are requested.
Verry respectfully,
Jesse