Vista booting Linux explained - Page 2


Page 2 of 2 FirstFirst 12
Results 16 to 20 of 20

Thread: Vista booting Linux explained

  1. #16
    Join Date
    Aug 2010
    Posts
    1
    Quote Originally Posted by saikee View Post
    nico75,

    You need to mount the Windows partition of whatever it calls first.

    You find out which device name in Linux using a root terminal command
    Code:
    fdisk -l
    The Windows partition is always Type 7 denoting it is NTFS and should be the 1st or 2nd partition in a hard disk.

    If this partition is say sda2 you have to create a mounting point in directory /mnt and mount that partition manually first, using root terminal commands
    Code:
    mkdir /mnt/sda2
    mount /dev/sda2 /mnt/sda2
    ls /mnt/sda2
    The last command confirms its content.

    Your Windows partition sda2 is now ready to accept the first 512 bytes from the partition /dev/sda7.

    Please note dd does not need the partition to be mounted but if you are storing the output in a partition then the output destination has to be mounted first.
    You are using incorrect mounting point

  2. #17
    Join Date
    Jun 2004
    Location
    Newcastle upon Tyne
    Posts
    2,978
    MidGart,

    Any suggestion for your version of the correct mounting point?
    Linux user started Jun 2004 - No. 361921
    Using a Linux live CD to clone XP
    To install Linux and keep Windows MBR untouched
    Adding extra Linux & Doing it in a lazy way
    A Grub menu booting 100+ systems & A "Howto" to install and boot 145 systems
    Just cloning tips Just booting tips A collection of booting tips

    Judge asked Linux "You are being charged murdering Windoze by stabbing its heart with a weapon, what was it?" Replied Linux "A Live CD"

  3. #18
    Join Date
    Jun 2004
    Location
    Newcastle upon Tyne
    Posts
    2,978
    MidGart,

    Any suggestion for your version of the correct mounting point for partition sda2?
    Linux user started Jun 2004 - No. 361921
    Using a Linux live CD to clone XP
    To install Linux and keep Windows MBR untouched
    Adding extra Linux & Doing it in a lazy way
    A Grub menu booting 100+ systems & A "Howto" to install and boot 145 systems
    Just cloning tips Just booting tips A collection of booting tips

    Judge asked Linux "You are being charged murdering Windoze by stabbing its heart with a weapon, what was it?" Replied Linux "A Live CD"

  4. #19
    Join Date
    Sep 2010
    Posts
    1
    I think that he has't it =)

  5. #20
    Join Date
    Jul 2002
    Location
    Vladivostok, Russia
    Posts
    9,053
    I'd like to add an excellent editor for bcedit........EasyBCD......I have used it and simply love it for its simplicity and elegance.
    "I was pulled over for speeding today. The officer said, "Don't you know
    the speed limit is 55 miles an hour?" And I said, "Yes, but I wasn't going
    to be out that long."

    How To Ask Questions The Smart Way
    COME VISIT ME IN RUSSIA NOW!!

Posting Permissions

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