Re: A laptop installation challenge
AG writes: > > On one disk I found something that booted into the grub prompt. I > did some reading up on grub and some basic commands. I didn't get > very far - it reports back that there is an ext2fs loaded on > /dev/hda1 which I'm assuming was root, although I am sure that when > I partitioned the drive today I selected ext3. That's to be expected. Ext3 filesystems are basically ext2 filesystems with a journal. Many tools will recognize them as ext2 filesystems, and they can even be mounted, read, and written by pre-ext3 Linux kernels as if they were ext2 filesystems. And Andrew is right. If you've got a bootable GRUB disk, then you need to try that first. You didn't say what GRUB commands you tried, but did you try something like this: root (hd0,0) ls ## If this fails, try (hd0,1) or (hd0,2) until "ls" gives you what ## looks like your newly installed Debian root filesystem. kernel /boot/vmlinuz-xx.yy.zz-aa-generic root=/dev/hda1 initrd /boot/initrd.img-xx.yy.zz-aa-generic boot For the kernel and initrd file names, you can use to complete the filenames (or the GRUB "ls" command to poke around until you find the right names). The "root=/dev/hda1" option might not be necessary. Try with and without it. -- Kevin -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Re: A laptop installation challenge
Andrew Sackville-West wrote: On Sun, Nov 01, 2009 at 11:16:55AM +, AG wrote: [...] I'm thinking that the way forward would be via the GRUB prompt I was able to get off of an old floppy, but to do so would mean being able to by-pass LILO and boot into the first partition on the HD (/), and then go into LILO.conf and change it to accommodate the larger kernel or dispense with LILO in favour of GRUB. if you have a grub prompt, you may be in luck. You can do quite a lot from a grub prompt. YOu don't even need to know the contents of the partitions to make it work because it will do tab completion for you (depending on the version, I suppose, but I don't know) as well as find. Probably you need to do something like root (hd0,1) initrd /path/to/initrd kernel /path/to/kernel kernel-opts here boot YOu'll probably have to play around with it, but on the assumption that the *only* problem is the boot loader, any grub disk should get you going. A Andrew Thanks - that will be useful info to play around with just to see if I can get something to happen. Lisi has already said that she'll send me a floppy with which I am hoping to turn this otherwise plastic hunk back into something usable. One way or another, I'm hopeful for a happy ending to this particular matter :) Cheers AG
Re: A laptop installation challenge
On Sun, Nov 01, 2009 at 11:16:55AM +, AG wrote: [...] > I'm thinking that the way forward would be via the GRUB prompt I was > able to get off of an old floppy, but to do so would mean being able > to by-pass LILO and boot into the first partition on the HD (/), and > then go into LILO.conf and change it to accommodate the larger > kernel or dispense with LILO in favour of GRUB. if you have a grub prompt, you may be in luck. You can do quite a lot from a grub prompt. YOu don't even need to know the contents of the partitions to make it work because it will do tab completion for you (depending on the version, I suppose, but I don't know) as well as find. Probably you need to do something like root (hd0,1) initrd /path/to/initrd kernel /path/to/kernel kernel-opts here boot YOu'll probably have to play around with it, but on the assumption that the *only* problem is the boot loader, any grub disk should get you going. A signature.asc Description: Digital signature
RE: A laptop installation challenge
> However, I cannot locate the HD, and suspect > that it is under a thin aluminium frame which > will involve dismantling the entire casing. > Under the key pad I can see the IDE ribbon and > connector so can locate the HD - I just don't > see a viable way of accessing it. > The laptop is a rebranded Mitac 7321 which is > well described at http://bongolia.org/linux/mitac7321.php . The manual indicates the hard drive is located in a slide-out tray on the side of the computer, which is held in place by a single screw on the bottom of the computer. Pretty standard for all laptops. I downloaded the manual from http://mtc.mitacservice.com/ -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Re: A laptop installation challenge
On Sun, Nov 01, 2009 at 09:40:12AM +, AG was heard to say: > On one disk I found something that booted into the grub prompt. I > did some reading up on grub and some basic commands. I didn't get > very far - it reports back that there is an ext2fs loaded on > /dev/hda1 which I'm assuming was root, although I am sure that when > I partitioned the drive today I selected ext3. ext3 volumes can be mounted as ext2. The main thing is that you don't have journaling, but that isn't too important for read-only access. > The boot loader > installed today was lilo, because I changed the lilo.conf file to > point to the new vmlinuz and initrd.gz files, so that is what is > being used. I don't know if grub can use/ by-pass lilo? grub is a bootloader just like lilo is. It can chainload into lilo (that is, boot lilo from a partition as if the computer had booted into it directly) or boot a Linux image directly. The usual command for booting from hda1 would be root (hd0,0) kernel /boot/vmlinuz-2.6.30-1-686 root=/dev/hda1 initrd /boot/initrd-2.6.30-1-686 boot but of course they might need to be adapted for your situation. Daniel -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Re: A laptop installation challenge
On Sunday 01 November 2009 15:19:31 Tim Tebbit wrote: > Perhaps the local library would have old enough machines to write > floppies? Is there a LUG nearby that could write floppies for you? I can write floppies. Let me know what floppy exactly you want, and your snail mail address (off list, of course), and once our Post Office gets back to work I'll send it to you. (I hate to see kingdoms lost for the sake of a nail.) If you can find someone either near at hand or blessed with functioning mail, then obviously that is the option you will want to go for. ;-) HTH Lisi -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Re: A laptop installation challenge
AG wrote: > Could be my lack of clarity in writing and precision in terminology :-) > > I was installing Deb testing over a previously installed Slackware > system due to a number of hardware restrictions. First I downloaded a > new version of vmlinuz and initrd.gz and moved those into a directory > called /boot/newinstall. I then changed lilo.conf to point to > /boot/newinstall (I backed up the original lilo.conf first). I had the > USB stick with an *.iso loaded from Debian and rebooted the laptop, > which booted into the new installation. The installation programme > kindly scanned all of the drives, located the *.iso and loaded it. The > installation process was without issue, I allowed the installation to > tasksel and once the packages started being downloaded, I left to do > other things. When I returned the installation process was at the > tasksel screen again, and I had to abort the installation. > > Now the machine won't boot, and I cannot get into lilo.conf to edit it. > A new kernel has been installed and lilo is still the default boot > loader. I don't have any floppy drive onto which I can load a new > install programme to boot from the laptop's floppy drive; the CD is > kaput - spins but no-one's home; and the third boot option in the BIOS > is the hard drive, which is as good as inaccessible. I have no way of > checking just what's on there and I can't get at it remotely. I think this is where you went wrong. I personally would have choose to a debootstrap install from within slackware. There are number of ways to come up with a partition.. ie using swap, resizing something etc. Also going this route you could have continued with a dual boot setup until you were sure Debian was up and running properly. If space only permitted a standard bare bones system, you'd have access to the core utilities to manipulate things. But we're past that now. :) Perhaps the local library would have old enough machines to write floppies? Is there a LUG nearby that could write floppies for you? -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Re: A laptop installation challenge
Hi again, AG: On Saturday 31 October 2009 19:41:16 AG wrote: > Jesús M. Navarro wrote: > > Hi, AG: > > > > On Saturday 31 October 2009 18:49:14 AG wrote: > >> Tim Tebbit wrote: > > > > [...] > > > >> (3) The laptop's BIOS is too old to allow booting from a USB (only > >> allows HD, CD or floppy). It requires something to boot first before it > >> can mount additional files such a USB stick. > > > > Does it support booting from network (PXE?)? What other boot up methods > > are supported? (leaving appart floppy and hard disk). > > Only the three options noted - CD, floppy and HD. The BIOS does not > (appear to) support PXE ... at least that is not given as an option anyway. I'd say you are closed to these options: * Find an external USB-based CD or HD drive. * Find the way to open the case to extract the internal HD. * Find a different computer with a floppy disk drive. Lacking any of these (you migth buy them, rent them or find a friend who lend them) you don't own a laptop but a brick. -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Re: A laptop installation challenge
Stan Hoeppner wrote: AG put forth on 10/31/2009 12:49 PM: (3) The laptop's BIOS is too old to allow booting from a USB (only allows HD, CD or floppy). It requires something to boot first before it can mount additional files such a USB stick. AG put forth on 10/31/2009 10:41 AM: Then I copied a netinst *.iso image onto a USB stick and booted. These two statements are contradictory. If one is true, the other must be false. If you were able to boot the Debian installer once, you should be able to boot from that device again, no? What device did you boot from when you ran the Debian installer the first time? -- Stan Could be my lack of clarity in writing and precision in terminology :-) I was installing Deb testing over a previously installed Slackware system due to a number of hardware restrictions. First I downloaded a new version of vmlinuz and initrd.gz and moved those into a directory called /boot/newinstall. I then changed lilo.conf to point to /boot/newinstall (I backed up the original lilo.conf first). I had the USB stick with an *.iso loaded from Debian and rebooted the laptop, which booted into the new installation. The installation programme kindly scanned all of the drives, located the *.iso and loaded it. The installation process was without issue, I allowed the installation to tasksel and once the packages started being downloaded, I left to do other things. When I returned the installation process was at the tasksel screen again, and I had to abort the installation. Now the machine won't boot, and I cannot get into lilo.conf to edit it. A new kernel has been installed and lilo is still the default boot loader. I don't have any floppy drive onto which I can load a new install programme to boot from the laptop's floppy drive; the CD is kaput - spins but no-one's home; and the third boot option in the BIOS is the hard drive, which is as good as inaccessible. I have no way of checking just what's on there and I can't get at it remotely.
Re: A laptop installation challenge
Alex Samad wrote: On Sun, Nov 01, 2009 at 09:40:12AM +, AG wrote: Kevin Ross wrote: [snip] I took the back completely off this evening and although the CD drive now spins when a CD is inserted (there's progress), it doesn't if its an ide interface, why not plug it into another hd instead of a cdrom ! Because the setting is not compatible with any housing/ receptor I've ever seen before. It looks similar to an eSATA connection, but smaller. I am assuming that it is non-standard, but to be fair haven't taken that many laptops apart to say for sure. I'm thinking that the way forward would be via the GRUB prompt I was able to get off of an old floppy, but to do so would mean being able to by-pass LILO and boot into the first partition on the HD (/), and then go into LILO.conf and change it to accommodate the larger kernel or dispense with LILO in favour of GRUB.
Re: A laptop installation challenge
On Sun, Nov 01, 2009 at 09:40:12AM +, AG wrote: > Kevin Ross wrote: [snip] > > I took the back completely off this evening and although the CD > drive now spins when a CD is inserted (there's progress), it doesn't if its an ide interface, why not plug it into another hd instead of a cdrom ! > seem to boot from any CD that is inserted at power up. I am unable > at present to trouble shoot whether or not that is the fault of the > drive itself. However, I cannot locate the HD, and suspect that it > is under a thin aluminium frame which will involve dismantling the > entire casing. Under the key pad I can see the IDE ribbon and > connector so can locate the HD - I just don't see a viable way of > accessing it. > > The laptop is a rebranded Mitac 7321 which is well described at > http://bongolia.org/linux/mitac7321.php . -- "I wish you would have given me this written question ahead of time, so I could plan for it. (Laughter.) John, I'm sure historians will look back and say, gosh, he could have done it better this way, or that way. You know, I just -- I'm sure something will pop into my head here in the midst of this press conference, with all the pressure of trying to come up with an answer, but it hadn't yet." - George W. Bush 04/03/2004 Washington, DC after being asked to name the biggest mistake he had made signature.asc Description: Digital signature
Re: A laptop installation challenge
Kevin Ross wrote: From: jamesb [mailto:jaggin...@videotron.ca] Sent: Saturday, October 31, 2009 3:18 PM i'm assuming you would be able to use at least iexplorer 3 or something with win 3.1.. it sure is a challenge but definitely possible ;) (it's likely you might have to copy win32s and iexplorer on diskettes somewhere) If memory serves, Windows 3.1 didn't include any TCP/IP stack, and certainly didn't include any version of Internet Explorer (there were 3rd party TCP/IP stacks). Windows for Workgroups 3.11 was the first 16-bit Windows to include a TCP/IP stack. I don't remember what, if any, web browser it came with. Thanks again for all the further help/ suggestions. As it turns out, the Win3.1 disks are not bootable, so that idea is stillborn. I have rummaged around and found a few old floppies from the days when it would run Slackware (i.e. before I hosed it today!). These result in a kernel panic because of the conflict between the kernel installed with today's Debian attempt and the image that the boot is expecting. On one disk I found something that booted into the grub prompt. I did some reading up on grub and some basic commands. I didn't get very far - it reports back that there is an ext2fs loaded on /dev/hda1 which I'm assuming was root, although I am sure that when I partitioned the drive today I selected ext3. The boot loader installed today was lilo, because I changed the lilo.conf file to point to the new vmlinuz and initrd.gz files, so that is what is being used. I don't know if grub can use/ by-pass lilo? If it can then should I boot off of the hard drive on which the latest netinstal testing iso is installed (I think) successfully or from the USB drive onto which I copied it earlier? I took the back completely off this evening and although the CD drive now spins when a CD is inserted (there's progress), it doesn't seem to boot from any CD that is inserted at power up. I am unable at present to trouble shoot whether or not that is the fault of the drive itself. However, I cannot locate the HD, and suspect that it is under a thin aluminium frame which will involve dismantling the entire casing. Under the key pad I can see the IDE ribbon and connector so can locate the HD - I just don't see a viable way of accessing it. The laptop is a rebranded Mitac 7321 which is well described at http://bongolia.org/linux/mitac7321.php .
RE: Re: A laptop installation challenge
> From: jamesb [mailto:jaggin...@videotron.ca] > Sent: Saturday, October 31, 2009 3:18 PM > > i'm assuming you would be able to use at least iexplorer 3 or > something > with win 3.1.. it sure is a challenge but definitely possible ;) > (it's likely you might have to copy win32s and iexplorer on diskettes > somewhere) If memory serves, Windows 3.1 didn't include any TCP/IP stack, and certainly didn't include any version of Internet Explorer (there were 3rd party TCP/IP stacks). Windows for Workgroups 3.11 was the first 16-bit Windows to include a TCP/IP stack. I don't remember what, if any, web browser it came with. -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Re: Re: A laptop installation challenge
Tim Tebbit wrote: AG wrote: Cheers for the suggestions. I may well be up the proverbial creek with this one. Thanks for the tips re removing the screws - I'll give that a shot. Coincidentally - and a long shot - I found an old set of Win3.1 installation floppies whilst looking around for something I could use as a bootstrap boot disk. If I were to install Win3.1 (assuming that goes okay!), is there a way of then installing Debian given all of the constraints listed previously? You bet. http://goodbye-microsoft.com/ Would that work? win3.1 is 16 bit(there's an add-on for win3.1 for supporting 32bit exes..) .. debian.exe is a good bet but it might not have a 16bit routine.. ( http://en.wikipedia.org/wiki/Win32s , is installable on win3.1 ) with debian.exe, once you get into the system, you can even choose the manual guided partition section and ask to resize the current fat16 partition.. to save time, you can also try checking out linux rescue disks from sites like http://www.bootdisk.com/ (there's rawdisk.exe which can write disk images to floppy). i'm assuming you would be able to use at least iexplorer 3 or something with win 3.1.. it sure is a challenge but definitely possible ;) (it's likely you might have to copy win32s and iexplorer on diskettes somewhere) the least hassle, if you're willing to pull a few gut cells then you can look into using a netboot disk.. there are netboot disk makers online.. in which u just have to enter your netcard make.. then copy that image to a floppy disk-> (tools like winimage, winhex, and rawdisk can do this) since the linux rescue setup resides inside a remote server 'image'..for eg: the tftp server , you don't have to change anything on the netboot disk.. any changes thereafter would be done on the tftp server.. http://wiki.debian.org/Tftp :) jamesb -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Re: A laptop installation challenge
AG wrote: > Cheers for the suggestions. I may well be up the proverbial creek with > this one. Thanks for the tips re removing the screws - I'll give that a > shot. > > Coincidentally - and a long shot - I found an old set of Win3.1 > installation floppies whilst looking around for something I could use as > a bootstrap boot disk. If I were to install Win3.1 (assuming that goes > okay!), is there a way of then installing Debian given all of the > constraints listed previously? > You bet. http://goodbye-microsoft.com/ -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Re: A laptop installation challenge
Tim Tebbit wrote: AG wrote: Only the three options noted - CD, floppy and HD. The BIOS does not (appear to) support PXE ... at least that is not given as an option anyway. Sounds like you are left with physically removing the hdd. Of course you could try to /wish/ the OS to appear. :) You had mentioned the screws were threaded. I think you meant to say stripped. If that is the case you can simply use screw extractor. They come in various sizes. Basically a somewhat blunt drill bit with the biting edge oriented for counter clockwise application. Depending on the head of the screw's size it might be beneficial to start a pilot. However, I doubt there is rust/corrosion involved and more than likely the bit biting on the current tool marks would probably do the deed. Another trick you might want to try.. Invert a can of compressed air typically used for cleaning keyboards and such. Spray each screw head directly in several small bursts with the objective of chilling them as much as possible. If the small straw that comes with most is still around, it would greatly help. Take special care as the plastic encasing the screws may become brittle. Then try using a decent knife point as a screwdriver. YMMV. Good luck. Cheers for the suggestions. I may well be up the proverbial creek with this one. Thanks for the tips re removing the screws - I'll give that a shot. Coincidentally - and a long shot - I found an old set of Win3.1 installation floppies whilst looking around for something I could use as a bootstrap boot disk. If I were to install Win3.1 (assuming that goes okay!), is there a way of then installing Debian given all of the constraints listed previously?
Re: A laptop installation challenge
AG wrote: > Only the three options noted - CD, floppy and HD. The BIOS does not > (appear to) support PXE ... at least that is not given as an option anyway. Sounds like you are left with physically removing the hdd. Of course you could try to /wish/ the OS to appear. :) You had mentioned the screws were threaded. I think you meant to say stripped. If that is the case you can simply use screw extractor. They come in various sizes. Basically a somewhat blunt drill bit with the biting edge oriented for counter clockwise application. Depending on the head of the screw's size it might be beneficial to start a pilot. However, I doubt there is rust/corrosion involved and more than likely the bit biting on the current tool marks would probably do the deed. Another trick you might want to try.. Invert a can of compressed air typically used for cleaning keyboards and such. Spray each screw head directly in several small bursts with the objective of chilling them as much as possible. If the small straw that comes with most is still around, it would greatly help. Take special care as the plastic encasing the screws may become brittle. Then try using a decent knife point as a screwdriver. YMMV. Good luck. -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Re: A laptop installation challenge
Jesús M. Navarro wrote: Hi, AG: On Saturday 31 October 2009 18:49:14 AG wrote: Tim Tebbit wrote: [...] (3) The laptop's BIOS is too old to allow booting from a USB (only allows HD, CD or floppy). It requires something to boot first before it can mount additional files such a USB stick. Does it support booting from network (PXE?)? What other boot up methods are supported? (leaving appart floppy and hard disk). Only the three options noted - CD, floppy and HD. The BIOS does not (appear to) support PXE ... at least that is not given as an option anyway.
Re: A laptop installation challenge
Grub allows editing on-the-fly (when the Grub menu appears, you can press e and edit Grub stanzas directly). Is there such functionality in Lilo? I've never used Lilo, unfortunately. Seems to me that sneakernet (taking your floppy to some other machine with a floppy drive) will be your only option in the end... -- Regards, Klistvud Certifiable Loonix User #481801 -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Re: A laptop installation challenge
Hi, AG: On Saturday 31 October 2009 18:49:14 AG wrote: > Tim Tebbit wrote: [...] > (3) The laptop's BIOS is too old to allow booting from a USB (only > allows HD, CD or floppy). It requires something to boot first before it > can mount additional files such a USB stick. Does it support booting from network (PXE?)? What other boot up methods are supported? (leaving appart floppy and hard disk). -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Re: A laptop installation challenge
Tim Tebbit wrote: AG wrote: Then I copied a netinst *.iso image onto a USB stick and booted. Thanks for any ideas. Does this mean you can boot from USB? If that's the case a simple debootstrap install from knoppix would be fairly quick and easy. http://www.debian.org/releases/stable/i386/apds03.html.en Thanks guys for your ideas. In no order of priority, the responses to your suggestions: (1) I tried removing the HD but cannot get to it (there are three screws that are threaded) and I don't really want to break open the plastic casing. (2) Yes, it does have a floppy drive but I have no other machine that can write to floppies, so don't know how I could transfer any floppy boot-image to a floppy (3) The laptop's BIOS is too old to allow booting from a USB (only allows HD, CD or floppy). It requires something to boot first before it can mount additional files such a USB stick. This is currently seeming like an impossible challenge, but I am reluctant to give up because the machine itself is pretty decent albeit a few years' old and without a CD drive. Any other ideas?
Re: A laptop installation challenge
AG wrote: > Then I copied a netinst *.iso image onto a USB stick and > booted. > Thanks for any ideas. Does this mean you can boot from USB? If that's the case a simple debootstrap install from knoppix would be fairly quick and easy. http://www.debian.org/releases/stable/i386/apds03.html.en -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Re: A laptop installation challenge
On Sat, 31 Oct 2009 15:41:44 +, AG in gmane.linux.debian.user wrote: > On a previous thread, I had polled some advice on the best way to > install Debian on an old laptop that lacked a CD drive. A number of > suggestions were made and I eventually went with the idea of changing > the pre-existing /boot/lilo.conf and adding a newly downloaded vmlinuz > and init.gz Then I copied a netinst *.iso image onto a USB stick and booted. > > All went well, and I was able to install a new Debian system. However, > when I went to reboot into the system I received the "EBDA is big; > kernel setup stack overlaps LILO second stage" message. Googling this > message throws back a number of suggested solutions which break down > into one of two choices - changing the lilo.conf file (difficult since I > cannot get into the lilo.conf due to the system having been locked at > boot up) and using a rescue CD (difficult because it has no CD drive to > work with). I cannot ssh into the laptop because it hasn't booted and > so I am left with a laptop that cannot boot, cannot use a CD disk to > boot and which is fundamentally useless. > > Can anyone suggest a way that I can get this thing to boot given the > significant constraints described or has this now been reduced to a hunk > of plastic for use as a doorstop? Does it have a floppy drive? If so, Etch should have some floppy install/rescue images. -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Re: A laptop installation challenge
Taking the laptop's hard disk and using it as a secondary hard disk on another computer with mini ide to ide converter would do the trick. If you have another computer and said converter. 2009/10/31 AG > On a previous thread, I had polled some advice on the best way to install > Debian on an old laptop that lacked a CD drive. A number of suggestions > were made and I eventually went with the idea of changing the pre-existing > /boot/lilo.conf and adding a newly downloaded vmlinuz and init.gz Then I > copied a netinst *.iso image onto a USB stick and booted. > > All went well, and I was able to install a new Debian system. However, > when I went to reboot into the system I received the "EBDA is big; kernel > setup stack overlaps LILO second stage" message. Googling this message > throws back a number of suggested solutions which break down into one of two > choices - changing the lilo.conf file (difficult since I cannot get into the > lilo.conf due to the system having been locked at boot up) and using a > rescue CD (difficult because it has no CD drive to work with). I cannot ssh > into the laptop because it hasn't booted and so I am left with a laptop that > cannot boot, cannot use a CD disk to boot and which is fundamentally > useless. > > Can anyone suggest a way that I can get this thing to boot given the > significant constraints described or has this now been reduced to a hunk of > plastic for use as a doorstop? > > Thanks for any ideas. > > > -- > To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a > subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org > > -- Regards, Umarzuki Mochlis http://gameornot.net