LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook
User Name
Password
Linux - Laptop and Netbook Having a problem installing or configuring Linux on your laptop? Need help running Linux on your netbook? This forum is for you. This forum is for any topics relating to Linux and either traditional laptops or netbooks (such as the Asus EEE PC, Everex CloudBook or MSI Wind).

Notices


Reply
  Search this Thread
Old 12-06-2009, 10:57 AM   #1
JmaJeremy
LQ Newbie
 
Registered: Dec 2009
Location: Montreal, Canada
Distribution: Slackware, Mint, Knoppix, BackTrack
Posts: 14

Rep: Reputation: 1
Booting from CD: Peculiar Problem


I have an oldish laptop that I'm trying to install any kind of *nix on it. Currently it has Windows XP on it, but it can't actually boot into XP without getting a BSOD.
So, I tried installing Xubuntu, Slackware and FreeBSD, but every time I get an odd clicking noise from the CD drive. I thought the CD drive must be busted so I started working on setting up a PXE server to boot from. Before I got too far into that, however, I thought I'd just try booting from a Windows boot disk. I stuck in a copy of TinyVista that I had lying around and it worked! How peculiar, I though to myself!
It would seem I have a computer that will only boot when a Windows disk is present!

I know it's not a problem with the boot disks, because I've successfully used them for other installations.
 
Old 12-06-2009, 01:01 PM   #2
ofaring
Member
 
Registered: Feb 2006
Location: Ontario, Canada
Distribution: Debian, sometimes BSD.
Posts: 44
Blog Entries: 13

Rep: Reputation: 21
Quote:
I have an oldish laptop...
Depends on how old.

I've heard that sound before on drives which were unable to play/use a disk because of its format. So, presuming that you obviously aren't trying to boot DVDs in a CD-ROM drive, the next question would be, "How have you setup your disk burning for the boot CDs?" For old hardware, make sure you use these settings:

Writing Mode: TAO
File Systems: Rock Ridge and Joliet extensions (Unix and Windows)

Good Luck

Oh yeah, Welcome to LinuxQuestions!
 
Old 12-06-2009, 01:17 PM   #3
GrapefruiTgirl
LQ Guru
 
Registered: Dec 2006
Location: underground
Distribution: Slackware64
Posts: 7,594

Rep: Reputation: 556Reputation: 556Reputation: 556Reputation: 556Reputation: 556Reputation: 556
We have an OLD laptop too -- a Toshiba Satellite xDVD-4090 - and it does that too with certain discs. It will boot a windows disk, but only SOME Linux discs, and it makes the same clicking sounds that yours does.

One thing with old laptops (and maybe desktops too) is that the BIOS is not clever enough to read the whole bootload section of the disc, if the bootload is larger than 4KB. In some cases (some machine), it will plow along anyhow, reading until it gets the EOF signal, and then boot; but in other cases (other machines like mine and yours) it will keep NOT reading the whole bootload on the disc, and eventually fail booting.

One thing you *might* be able to do, if you are creating the ISO image from files (using for example `mkisofs`) which you plan on burning for use on that machine, is to make sure you set the bootload size to 4KB and not the "standard" of 32KB. This *should* make the disc bootable on that machine.

Best of luck,
Sasha
 
Old 12-07-2009, 12:26 AM   #4
JmaJeremy
LQ Newbie
 
Registered: Dec 2009
Location: Montreal, Canada
Distribution: Slackware, Mint, Knoppix, BackTrack
Posts: 14

Original Poster
Rep: Reputation: 1
The laptop in question is a Dell Latitude C610 circa about 2002 from what I can gather (I got it second-or-third-hand in 2006).

Quote:
Originally Posted by GrapefruiTgirl View Post

One thing with old laptops...it will keep NOT reading the whole bootload on the disc, and eventually fail booting.

set the bootload size to 4KB and not the "standard" of 32KB. This *should* make the disc bootable on that machine.
So I have another idea, then. If I were to somehow format the drive and put the installation disc image into a partition, would I then be able to boot into the installer, or would the 4KB rule still apply, even to a harddrive?


It strikes me as funny how I've gotten a stripped-down version of Windows 7 to install perfectly on an 8-year-old laptop, but I can't even get it boot from a Linux distrc!
 
Old 12-07-2009, 02:07 PM   #5
GrapefruiTgirl
LQ Guru
 
Registered: Dec 2006
Location: underground
Distribution: Slackware64
Posts: 7,594

Rep: Reputation: 556Reputation: 556Reputation: 556Reputation: 556Reputation: 556Reputation: 556
The 4kb problem applies only to ISO images for use with optical drives. It would not apply on a hard disk, which uses the MBR as the initial boot code. However, I myself am not really sure how you would go about extracting the ISO to the hard disk and starting the installer; it can be done, but I have not done it myself, so I don't want to try to advise you about how to go about it.

About that funny thing with Windows-- a lot of Microsoft software does not necessarily follow the "standards", and to make matters worse, MS has in some cases 'defined' the standard. With so many hardware makers historically bending to the wishes of MS to keep the hardware MS-compatible, it's not a big wonder why so many things just seem to "work" where MS is concerned, but act up when non-MS comes into play.

Sasha
 
Old 12-07-2009, 02:42 PM   #6
Skaperen
Senior Member
 
Registered: May 2009
Location: center of singularity
Distribution: Xubuntu, Ubuntu, Slackware, Amazon Linux, OpenBSD, LFS (on Sparc_32 and i386)
Posts: 2,684
Blog Entries: 31

Rep: Reputation: 176Reputation: 176
I have modified hybrid images of various Ubuntu ISO images, which can boot from a hard drive (including flash drives if your BIOS will treat them as a hard drive). You would put this image on a (temporary) 2nd hard drive and boot from that, to install the system to the first hard drive. To get the image to a hard drive, you would need to use the "dd" command or similar on another system where the drive can be attached. Copy the image to the WHOLE drive device (which obviously wipes out everything on the drive ... so be very careful), not a partition. The image can also be burned as an ISO (hence the hybrid designation).

http://slashusr.net/ubuntu/ubuntu-9....p-i386.iso.img

Unfortunately, the xubuntu images did not work with this modification.
 
Old 12-07-2009, 06:14 PM   #7
Erik_FL
Member
 
Registered: Sep 2005
Location: Boynton Beach, FL
Distribution: Slackware
Posts: 821

Rep: Reputation: 258Reputation: 258Reputation: 258
Have you tried cleaning the lens with a cotton swab and some alcohol? Laptop drives have the lens pointing upward and dust or dirt tends to accumulate and cause problems reading discs. I've had some drives that would not read certain discs until I cleaned the lens.
 
Old 12-07-2009, 11:21 PM   #8
JmaJeremy
LQ Newbie
 
Registered: Dec 2009
Location: Montreal, Canada
Distribution: Slackware, Mint, Knoppix, BackTrack
Posts: 14

Original Poster
Rep: Reputation: 1
Quote:
Originally Posted by Skaperen View Post
I have modified hybrid images of various Ubuntu ISO images, which can boot from a hard drive (including flash drives if your BIOS will treat them as a hard drive). You would put this image on a (temporary) 2nd hard drive and boot from that, to install the system to the first hard drive. To get the image to a hard drive, you would need to use the "dd" command or similar on another system where the drive can be attached. Copy the image to the WHOLE drive device (which obviously wipes out everything on the drive ... so be very careful), not a partition. The image can also be burned as an ISO (hence the hybrid designation).

http://slashusr.net/ubuntu/ubuntu-9....p-i386.iso.img

Unfortunately, the xubuntu images did not work with this modification.
Thank-you for this. Should be quite helpful!
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
A peculiar C + script problem montylee Programming 6 08-13-2008 11:03 AM
Peculiar resolution problem in Debian Lenny Bill_Hwy Debian 4 04-11-2008 03:14 AM
Peculiar problem in my laptop. how to solve it? karthi26 Linux - Laptop and Netbook 2 11-21-2007 10:46 PM
peculiar modem detection problem in FC 6 eypros Fedora 1 03-27-2007 04:07 AM
peculiar problem with samba share chhatrashal Linux - Software 1 01-09-2007 04:51 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook

All times are GMT -5. The time now is 02:47 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration