Author Topic: PCLOS and Windows 7 Don't Play Nice When Dual Booting  (Read 7077 times)

Offline djohnston

  • PCLinuxOS Tester
  • Hero Member
  • *******
  • Posts: 6227
  • I don't do Windows
Re: PCLOS and Windows 7 Don't Play Nice When Dual Booting
« Reply #15 on: August 08, 2010, 01:32:11 AM »
Open a terminal. Type:

cat /boot/grub/menu.lst

Copy and paste the results.


Ok DJ, I'm doing something wrong because it returns "No such file or directory"

You may be reading that as menu.1st, as in "first". It is menu.lst as in list.
Bare metal                           VBox
AMD Athlon 7750 Dual-Core    Single core
4GiB RAM                              1GiB RAM
nVidia GeForce FX 5200          64MB video
LXDE 32bit                            KDE 64bit

Registered Linux User #416378

Offline r2r

  • Jr. Member
  • **
  • Posts: 44
Re: PCLOS and Windows 7 Don't Play Nice When Dual Booting
« Reply #16 on: August 08, 2010, 01:33:08 AM »
About Redo MBR.
When you boot PCLOS from the LiveCD (the install disk) there you go PC-->More applications-->Configuration you'll see Redo MBR/Restore MBR. If you run it it should fix the problem.

I'll give it a shot, uncleV, and be back to let you know whether that solved the problem.  Thanks a million!

uncleV

  • Guest
Re: PCLOS and Windows 7 Don't Play Nice When Dual Booting
« Reply #17 on: August 08, 2010, 01:35:47 AM »
I think you forgot about su for reading menu.lst :)

Offline djohnston

  • PCLinuxOS Tester
  • Hero Member
  • *******
  • Posts: 6227
  • I don't do Windows
Re: PCLOS and Windows 7 Don't Play Nice When Dual Booting
« Reply #18 on: August 08, 2010, 01:41:16 AM »
I think you forgot about su for reading menu.lst :)

Thanks, UncleV. Should be:

su -
(supply root password)
cat /boot/grub/menu.lst
(copy text displayed)
exit
exit

Bare metal                           VBox
AMD Athlon 7750 Dual-Core    Single core
4GiB RAM                              1GiB RAM
nVidia GeForce FX 5200          64MB video
LXDE 32bit                            KDE 64bit

Registered Linux User #416378

Offline r2r

  • Jr. Member
  • **
  • Posts: 44
Re: PCLOS and Windows 7 Don't Play Nice When Dual Booting
« Reply #19 on: August 08, 2010, 01:41:23 AM »
Ok, I'm actually in the LiveCD right now.  Here is the list:

timeout 10
color black/cyan yellow/cyan
gfxmenu (hd0,4)/boot/gfxmenu
default 0

title linux
kernel (hd0,4)/boot/vmlinuz BOOT_IMAGE=linux root=UUID=2cc89db5-155f-49ce-8876-57bf397622c3  vmalloc=256M resume=UUID=9fcb5568-8d58-45f1-86fd-5eeb48f0066c splash=silent vga=788
initrd (hd0,4)/boot/initrd.img

title linux-nonfb
kernel (hd0,4)/boot/vmlinuz BOOT_IMAGE=linux-nonfb root=UUID=2cc89db5-155f-49ce-8876-57bf397622c3  vmalloc=256M resume=UUID=9fcb5568-8d58-45f1-86fd-5eeb48f0066c
initrd (hd0,4)/boot/initrd.img

title failsafe
kernel (hd0,4)/boot/vmlinuz BOOT_IMAGE=failsafe root=UUID=2cc89db5-155f-49ce-8876-57bf397622c3  failsafe vmalloc=256M
initrd (hd0,4)/boot/initrd.img

Offline r2r

  • Jr. Member
  • **
  • Posts: 44
Re: PCLOS and Windows 7 Don't Play Nice When Dual Booting
« Reply #20 on: August 08, 2010, 01:45:37 AM »
I think I'm gonna sit tight until you guys have had a chance to look at the list. Thanks

Offline djohnston

  • PCLinuxOS Tester
  • Hero Member
  • *******
  • Posts: 6227
  • I don't do Windows
Re: PCLOS and Windows 7 Don't Play Nice When Dual Booting
« Reply #21 on: August 08, 2010, 01:50:18 AM »
There's no entry for your Windows install. Need one more list. In a terminal. type

su -
fdisk -l
exit
exit

Please post results.
Bare metal                           VBox
AMD Athlon 7750 Dual-Core    Single core
4GiB RAM                              1GiB RAM
nVidia GeForce FX 5200          64MB video
LXDE 32bit                            KDE 64bit

Registered Linux User #416378

uncleV

  • Guest
Re: PCLOS and Windows 7 Don't Play Nice When Dual Booting
« Reply #22 on: August 08, 2010, 01:50:29 AM »
GUI way here (you have to act on two lines): ;)

So did you try MBR thing and what happened?

Offline r2r

  • Jr. Member
  • **
  • Posts: 44
Re: PCLOS and Windows 7 Don't Play Nice When Dual Booting
« Reply #23 on: August 08, 2010, 01:54:05 AM »
There's no entry for your Windows install. Need one more list. In a terminal. type

su -
fdisk -l
exit
exit

Please post results.


Disk /dev/sda: 640.1 GB, 640135028736 bytes
255 heads, 63 sectors/track, 77825 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x1f3e9ecd

   Device Boot      Start         End      Blocks   Id  System
/dev/sda1               1           5       40131   de  Dell Utility
/dev/sda2   *           6        1918    15360000    7  HPFS/NTFS
/dev/sda3            1918       72604   567785472    7  HPFS/NTFS
/dev/sda4           72605       77825    41937682+   5  Extended
/dev/sda5           72605       74171    12586896   83  Linux
/dev/sda6           74172       74587     3341488+  82  Linux swap / Solaris
/dev/sda7           74588       77825    26009203+  83  Linux

Offline r2r

  • Jr. Member
  • **
  • Posts: 44
Re: PCLOS and Windows 7 Don't Play Nice When Dual Booting
« Reply #24 on: August 08, 2010, 01:55:14 AM »
GUI way here (you have to act on two lines): ;)

So did you try MBR thing and what happened?

No, I thought it best to let you guys take a look at the list before I tried anything.  :D
« Last Edit: August 08, 2010, 02:05:09 AM by r2r »

uncleV

  • Guest
Re: PCLOS and Windows 7 Don't Play Nice When Dual Booting
« Reply #25 on: August 08, 2010, 02:07:34 AM »
I'm wondering what is "de  Dell Utility" on sda1.

Does it mean you have special BIOS boot options provided by Dell?
djohnston?

uncleV

  • Guest
Re: PCLOS and Windows 7 Don't Play Nice When Dual Booting
« Reply #26 on: August 08, 2010, 02:10:00 AM »
The fdisk output shows you have Windows on sda2 and Linux on sda5. Booting partition is Win's sda2.
(waiting for djohnstons decision)
« Last Edit: August 08, 2010, 02:12:41 AM by uncleV »

Offline djohnston

  • PCLinuxOS Tester
  • Hero Member
  • *******
  • Posts: 6227
  • I don't do Windows
Re: PCLOS and Windows 7 Don't Play Nice When Dual Booting
« Reply #27 on: August 08, 2010, 02:11:02 AM »
   Device Boot      Start         End      Blocks   Id  System
/dev/sda1               1           5       40131   de  Dell Utility
/dev/sda2   *           6        1918    15360000    7  HPFS/NTFS
/dev/sda3            1918       72604   567785472    7  HPFS/NTFS
/dev/sda4           72605       77825    41937682+   5  Extended
/dev/sda5           72605       74171    12586896   83  Linux
/dev/sda6           74172       74587     3341488+  82  Linux swap / Solaris
/dev/sda7           74588       77825    26009203+  83  Linux

Having dealt with this before, the first partition is really a FAT type. The MBR originally passed control either to a restore partition, or to the Windows boot partition. First partition probably contains either FreeDOS or Win98. Second partition is usually the restore partition/ Third one is his working Windows install.
Bare metal                           VBox
AMD Athlon 7750 Dual-Core    Single core
4GiB RAM                              1GiB RAM
nVidia GeForce FX 5200          64MB video
LXDE 32bit                            KDE 64bit

Registered Linux User #416378

uncleV

  • Guest
Re: PCLOS and Windows 7 Don't Play Nice When Dual Booting
« Reply #28 on: August 08, 2010, 02:14:39 AM »
I see now the case is some more complex and think will turn to "watch mode" ;)

Offline r2r

  • Jr. Member
  • **
  • Posts: 44
Re: PCLOS and Windows 7 Don't Play Nice When Dual Booting
« Reply #29 on: August 08, 2010, 02:16:08 AM »
I see now the case is some more complex and think will turn to "watch mode" ;)

LOL.  I'm already there, uncleV.   ;)