Page 1 of 3 123 LastLast
Results 1 to 10 of 21

Thread: Knoppix3.8 Windows dual boot from HDD. To have a boot menu?

  1. #1
    Junior Member registered user
    Join Date
    Jun 2007
    Posts
    22

    Knoppix3.8 Windows dual boot from HDD. To have a boot menu?

    Hi,

    I am looking for installing Knoppix 3.8 and Windows 2000 on a single disk and have a boot menu as I boot from the hdd.
    Can anybody suggest what needs to be done for this?

    What I did

    I installed Windows on the machine. I used FAT 32 for windows. Left some space unclaimed by Windows. Created Linux,FAT32 and swap partitions in ths unclaimed space.
    Booted the knoppix cd. I have installed knoppix from the cd.

    The partitions created are:-
    Windows FAT32
    Linux ext3
    Swap 1 gb
    FAT32 blank partition created through Knoppix cd size 1 gb.

    Windows is the active partition. I have installed the MBR in Linux partition.
    When I boot the machine without cd Windows boots.
    When I boot with Knoppix cd, I cant mount the Linux partition and the Windows partition and am able to see the Knoppix and Windows files.

  2. #2
    Senior Member registered user
    Join Date
    Feb 2003
    Location
    England
    Posts
    177

    Re: Knoppix3.8 Windows dual boot from HDD. To have a boot me

    Quote Originally Posted by deepak_abc
    ... I have installed the MBR in Linux partition...
    It looks as if what you may actually have done was to choose installation of the Boot Loader into the Partition instead of into the MBR.
    This would work if you have an independent boot manager to put in the MBR e.g. SmartBootManager or GAG Boot Manager (you could find these free downloads on the Web ).

    However if all you are going to put on the machine is the Knoppix and Windows it would probably be most convenient to re-install Knoppix, this time choosing to install the Boot Loader into the MBR. The installer should detect your Windows and put it in the boot-up menu for you

  3. #3
    Junior Member registered user
    Join Date
    Jun 2007
    Posts
    22

    Re: Knoppix3.8 Windows dual boot from HDD. To have a boot me

    Quote Originally Posted by JohnnyH
    I have installed the MBR in Linux partition...
    It looks as if what you may actually have done was to choose installation of the Boot Loader into the Partition instead of into the MBR.
    This would work if you have an independent boot manager to put in the MBR e.g. SmartBootManager or GAG Boot Manager (you could find these free downloads on the Web ).

    [quote]


    Thanks Johnny. But I read many posts that if I chose to install the Boot Loader in the MBR then my system will become unbootable. Neither Windows nor Knoppix will boot. Have you tried your solution out and does it work?

    Rather than reinstalling I should be able to mount the partition, copy the boot loader with dd and copy it on to the MBR.
    As a precaution I have to save a copy of the MBR before I overwrite the MBR and restore this copy if something is messed up. Any idea how to do the above things? I am not new to Unix and have tinkered with unix for many years.

    Other posts were to use and configure GRUB. But I didnt find any readymade solution with GRUB with my scenerio. If things go wrong then the only way out is to reinstall Windows and Knoppix. I am not looking at poor man's installtion of Knoppix but a proper installation with boot options.

  4. #4
    Senior Member registered user
    Join Date
    Feb 2003
    Location
    England
    Posts
    177

    Re: Knoppix3.8 Windows dual boot from HDD. To have a boot me

    Quote Originally Posted by deepak_abc
    ... But I read many posts that if I chose to install the Boot Loader in the MBR then my system will become unbootable. Neither Windows nor Knoppix will boot. Have you tried your solution out and does it work? ...
    I have never had any trouble doing this using Knoppix or DamnSmallLinux for example.
    If you did have a problem you can always restore the Windows MBR operation by fdisk /mbr from your Windows disk or e.g. a DOS boot disk.

    Quote Originally Posted by deepak_abc
    ...Rather than reinstalling I should be able to mount the partition, copy the boot loader with dd and copy it on to the MBR.
    As a precaution I have to save a copy of the MBR before I overwrite the MBR and restore this copy if something is messed up. Any idea how to do the above things? I am not new to Unix and have tinkered with unix for many years...
    I think that you will find you get into much greater complications if you try to do it this way there is more than just copying involved...
    If you have a strong reason for keeping your original Knoppix installation on the partition, it would be simpler and more 'future-proof' to use a dedicated Boot Manager.

  5. #5
    Senior Member registered user
    Join Date
    Apr 2005
    Posts
    159

    Re: Knoppix3.8 Windows dual boot from HDD. To have a boot me

    Quote Originally Posted by deepak_abc
    Windows is the active partition. I have installed the MBR in Linux partition.
    If the linux partition is a primary one, you should only need to mark it as active (instead of the windows one). I can't remember for sure if 3.8 installed grub or lilo, but you should see startup entries for both OSs.

  6. #6
    Junior Member registered user
    Join Date
    Jun 2007
    Posts
    22
    I made the linux partition active but still I dont get the boot menu. When I made the partition active it does not boot eveen from Linx.

  7. #7
    Senior Member registered user
    Join Date
    Apr 2005
    Posts
    159
    Please post the output of "sfdisk -l /dev/hda" so we can see your partition table. This assumes an IDE primary master disk, adapt if needed (e.g. I think it would be sda for STAT...)

  8. #8
    Junior Member registered user
    Join Date
    Jun 2007
    Posts
    22
    Please post the output of "sfdisk -l /dev/hda

    We have hdc instead of hda. Here is the output:-
    root@ttyp0[knoppix]# sfdisk -l /dev/hdc

    Disk /dev/hdc: 4870 cylinders, 255 heads, 63 sectors/track
    Units = cylinders of 8225280 bytes, blocks of 1024 bytes, counting from 0

    Device Boot Start End #cyls #blocks Id System
    /dev/hdc1 * 0+ 3441 3442- 27647833+ c W95 FAT32 (LBA)
    /dev/hdc2 3850 4869 1020 8193150 83 Linux
    /dev/hdc3 3723 3849 127 1020127+ 82 Linux swap
    /dev/hdc4 3596 3722 127 1020127+ b W95 FAT32

  9. #9
    Junior Member registered user
    Join Date
    Jun 2007
    Posts
    22

    I feel I have to configure Grub for the boot menu

    At present if I boot frm Knoppix 3.8 cd and mount the Linux and Windows hdd partitions I can see the files in these partitions. I am unable to boot from Knoppix Linux even after making the Linux partition active.
    I am able to boot Windows from the HDD at present. First I should be able to boot knoppix from hdd.


    I feel that I have to learn and configure grub for the boot menu which will prompt me for WIndows or Knoppix option.

  10. #10
    Member registered user
    Join Date
    Nov 2005
    Location
    Idaho
    Posts
    59
    IF you want a GRUB boot menu, you must install it in the MBR not the linux partition.
    As 'JohnnyH' posted, I use a third party boot loader.

    I am unable to boot from Knoppix Linux even after making the Linux partition active
    More info. , any error codes or just what happens?

Page 1 of 3 123 LastLast

Similar Threads

  1. LILO help for dual boot windows xp pro
    By bhawns in forum Hdd Install / Debian / Apt
    Replies: 3
    Last Post: 03-20-2007, 03:16 PM
  2. Dual Boot Windows XP and Knoppix-NSM
    By winfidel in forum MS Windows & New to Linux
    Replies: 1
    Last Post: 08-02-2006, 04:00 AM
  3. dual boot, format windows, help
    By chunyu in forum MS Windows & New to Linux
    Replies: 4
    Last Post: 02-01-2006, 09:05 AM
  4. Windows 98 and Knoppix(debian) Dual-Boot
    By ishtvan22 in forum Hdd Install / Debian / Apt
    Replies: 1
    Last Post: 09-25-2004, 04:11 AM
  5. Dual Boot Knoppix and Windows(Dual Boot)?
    By jimbo62 in forum MS Windows & New to Linux
    Replies: 4
    Last Post: 08-09-2004, 04:22 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Cisco SG110 8 Port Gigabit Ethernet Switch SG110D-08-UK picture

Cisco SG110 8 Port Gigabit Ethernet Switch SG110D-08-UK

$39.00



Cisco SG110 24 Port Gigabit Ethernet Switch w/ 2 x SFP SG110-24 picture

Cisco SG110 24 Port Gigabit Ethernet Switch w/ 2 x SFP SG110-24

$117.00



HP Procurve 2824 24 Gigabit Ports 10/100/1000 External Managed Switch J4903A picture

HP Procurve 2824 24 Gigabit Ports 10/100/1000 External Managed Switch J4903A

$74.99



Cisco SG110-16HP 16-Port Gigabit PoE Unmanaged Switch SG110-16HP-NA picture

Cisco SG110-16HP 16-Port Gigabit PoE Unmanaged Switch SG110-16HP-NA

$108.00



New Linksys SE3005 5-port Gigabit Ethernet Switch picture

New Linksys SE3005 5-port Gigabit Ethernet Switch

$18.99



Linksys SE3008 8 Ports Rack Mountable Gigabit Ethernet Switch picture

Linksys SE3008 8 Ports Rack Mountable Gigabit Ethernet Switch

$21.99



Netgear Prosafe GS724T V2 24-Port 10/100/1000 Gigabit Ethernet Network Switch  picture

Netgear Prosafe GS724T V2 24-Port 10/100/1000 Gigabit Ethernet Network Switch

$27.99



NetGear ProSafe GS748T V4 48-Port Gigabit Smart Switch w/ Ears + Cord picture

NetGear ProSafe GS748T V4 48-Port Gigabit Smart Switch w/ Ears + Cord

$30.00



Netgear ProSafe S3300-52X-POE+ 48-Port Gigabit PoE+ Stackable Network Switch picture

Netgear ProSafe S3300-52X-POE+ 48-Port Gigabit PoE+ Stackable Network Switch

$99.99



Fortinet FortiSwitch FS-124D-POE 24 Port Gigabit Ethernet Switch UNREGISTERED picture

Fortinet FortiSwitch FS-124D-POE 24 Port Gigabit Ethernet Switch UNREGISTERED

$99.97