|
|||||||||||
|
Re: new Etch install fails to boot
From: Andrew Sackville-West <andrew(at)farwestbilliards.com>
Date: Mon Jul 30 2007 - 23:35:01 EDT
I agree with trying a grub disk. you can boot the system like this from the grub command line grub> root (hd0,0) #that tells grub to use the first partition of the first disk. it should return something about the file system. grub> kernel /boot/linux-image<insert appropriate info here> root=hda2 \ ro single #note this is all on one line. You can use grubs find feature or its tab completiong to get the complete filename grub> initrd /boot/initrd.img-2.6blahblahblah #use tab completion again, but make sure it matches the kernel grub> boot #this will fire up the boot. Also, if lilo worked before, then maybe you should use lilo again until you can get it sorted out. A -- To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.orgReceived on Mon Jul 30 23:36:18 2007 This archive was generated by hypermail 2.1.8 : Thu Aug 09 2007 - 18:33:38 EDT |
||||||||||
|
|||||||||||