Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place! |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
10-03-2006, 03:20 PM
|
#1
|
LQ Newbie
Registered: Oct 2006
Posts: 3
Rep:
|
Disk Read Error with Dual Boot Sled 10 & XP
Hi,
I installed Sled 10 over the weekend and while Linux is working fine, when I attempt toDual Boot XP I get the following error:
Chainloader (hd0,0)+1
A Disk Read Error Occured
Press Ctrl + Alt + Del
I presume the problems something to do with the partition but don't have enough experience with Linux to fix it.
If anyone can advise it would be great, if you need any info just let me know what you need.
Thanks in advance!
|
|
|
10-04-2006, 08:00 AM
|
#2
|
LQ Veteran
Registered: Aug 2003
Location: Australia
Distribution: Lots ...
Posts: 21,362
|
From a terminal session in Linux, enter the following command and post (all of) the output (that's a lower case ell).
If nothing comes back, try "sudo fdisk -l" instead.
|
|
|
10-04-2006, 01:51 PM
|
#3
|
LQ Newbie
Registered: Oct 2006
Posts: 3
Original Poster
Rep:
|
Hi, thanks for the responce, I get this:
Disk /dev/hda: 40.0GB, 40007761920 bytes
255 heads, 63 sectors/track, 4864 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/hda1 * 1 2978 23912752 7 HPFS/NTFS
/dev/hda2 2978 4864 15157296+ f W95 Ext'd (LBA)
/dev/hda5 2978 3025 385528+ 82 Linux swap / Solaris
/dev/hda6 3026 3768 5968116 83 Linux
/dev/hda7 3769 4864 8803588+ 83 Linux
Hope the above helps,
Thanks
|
|
|
10-04-2006, 04:03 PM
|
#4
|
LQ Veteran
Registered: Aug 2003
Location: Australia
Distribution: Lots ...
Posts: 21,362
|
Nothing there stands out - does the NTFS partition mount o.k. in Suse, and can you navigate the files ???. Also let's see the grub conf
Code:
cat /boot/grub/menu.lst
|
|
|
10-04-2006, 04:24 PM
|
#5
|
LQ Newbie
Registered: Oct 2006
Posts: 3
Original Poster
Rep:
|
When I run cat /boot/grub/menu.lst I get:
color white/blue black/light-gray
default 1
timeout 8
gfxmenu (hd0,5)/boot/message
###Don't change this comment - YasT2 identifier: origional name: windows###
title Windows
chainloader (hd0,0)+1
###Don't change this comment - YaST2 identifier: Originak name: linux###
title SUSE Linux Enterprise Desktop 10
root (hd0,5)
kernel /boot/vmlinuz root=/dev/hda6 vga=0x317 resume=/dev/hda5 splash=silent
show0pts
initrd /boot/initrd
###Don't change this comment - YasT2 identifier: original name: failsafe###
title Failsafe -- SUSE Linux Enterprise Desktop 10
root (hd0,5)
kernel /boot/vmlinuz root=/dev/hda6 vga=normal showopts ide=nodma apm=off acpi =off noresume noapic maxcpus=o edd=off 3
=initrd /boot/initrd
How do I check the NTFS partition mount?
Thanks
|
|
|
10-04-2006, 04:48 PM
|
#6
|
LQ Guru
Registered: Jan 2005
Location: USA and Italy
Distribution: Debian testing/sid; OpenSuSE; Fedora; Mint
Posts: 5,524
|
There is a file called "/etc/fstab". You can look in that file to find the "mount point" of the NTFS partition. It is "/windows/C", or something like that. Suse should be mounting it. Open Konquerer, or file manager, and type "file:/" "Enter", and look for a directory that says windows and click on it. If there is anything inside, like a directory called "C", the volume is mounted. Otherwise, try "mount /mount_point. Mount point is the mount point from "etc/fstab", which is just a plain old directory. In Linux drives are mounted to directories, and drives also contain directories. The other thing is, SuSE adopted the insidious policy of installing the grub boot loader in the first partition instead of the MBR. So, you can put the SuSE CD in the drive, boot, act like you are going to install, but when it gets to the screen that says "new installation", click "other" and choose "repair installed system". When you get the repair screen, click on manual repair. Uncheck everything besides reinstall boot loader, and make sure it goes in the MBR. This is another terrible thing about SuSE, if you don't click "next" on the very same screen you check the MBR box, but instead go to another screen and then come back to the same screen you were on, your setting to install the boot loader to the MBR will be changed to "other". So, leave everything else the way it is, check the MBR box for where to install grub, and reinstall it. Then everything should work.
|
|
|
10-04-2006, 05:08 PM
|
#7
|
LQ Veteran
Registered: Aug 2003
Location: Australia
Distribution: Lots ...
Posts: 21,362
|
I suspect that the install to the MBR is o.k. - else highroller_100 wouldn't be able to boot Suse either.
No repair needed.
However if the boot sector of the XP partition did get trashed things are grim. highroller_100 enter the following from a terminal - it'll show us what that partition looks like
Code:
dd if=/dev/hda1 bs=512 count=1 | hexdump -C
There'll be a bit of output, just post it here - use sudo if needed.
|
|
|
All times are GMT -5. The time now is 10:08 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|