Page 1 of 2 12 LastLast
Results 1 to 10 of 18

Thread: Help with install... grub.

  1. #1
    Junior Member registered user
    Join Date
    Jul 2004
    Posts
    12

    Help with install... grub.

    Hey guys. i am a newbie to linux and after looking around i felt that knoppix would be a good way to go, so i used the live cd and decided i liked and i would install on my old pc to muck around and experiment with.

    The pc is a 700mhz athlon processor, 4gig HD(3gig partitioned for knoppix, 1 gig for swap) and a second HD with 1 gig free. 128mb ram.

    I looked into it and decided that the debian install was probably the best way as i read that begginer is pretty much like the live cd. Well it took a while to get this going, at first the install worked but when i booted my pc nothing loaded after checking the CDROM.

    I reformatted the partitions and started again, Debian install and lilo on the boot manager (MBR?)....setup completed succesfully, knoppix installed on HD. I turn on my computer and i get a black screen with GRUB with text like 'BASH like command editor is supported.' and then stuff about using TAB key for commands. then GRUB> prompting me to type commands, i have looked around but cant find any way of getting past this, i thought it may have been a problem with my install so i formatted and repeated but surely enough i am at the same GRUB screen.

    Any help would be greatly appreciated, if any more information is need please tell me what you need and i will try to get it for you.
    Thanks.

  2. #2
    Senior Member registered user
    Join Date
    Apr 2004
    Location
    Finland
    Posts
    272

    Re: Help with install... grub.

    Quote Originally Posted by xlr8r
    I turn on my computer and i get a black screen with GRUB with text like 'BASH like command editor is supported.' and then stuff about using TAB key for commands. then GRUB> prompting me to type commands.
    That means you have a bash like prompt where you can type boot options. You should type the commands you need to boot your new installed Linux, eg.
    Code:
    kernel (hd0,0)/boot/vmlinuz-2.4.24-xfs root=/dev/hda1  rw vga=791
    I don't know you parameters - so change those according to your system. I,m not sure if Knoppix makes a symlink to kernel, so you could type something like this:
    Code:
    kernel (hd0,0)/vmlinuz root=/dev/hda1  rw vga=791
    But if you are new to Linux, perhaps it would be better to use the default boot loader, Lilo. As far as I remember, there was no possibility to choose Grub instead of Lilo during hdd-install. So I think you have installed it afterwards ('apt-get install grub' ?).

    If you get your Linux to boot, I suggest to run 'liloconfig' as a superuser (su) and check /etc/lilo.conf. If you change anything don't forget to run 'lilo' which updates your changes.

    Did you make lilo boot diskette? You can do it afterwards by
    Code:
    lilo -b /dev/fd0
    ...so you can boot your Linux if something goes wrong with liloconfig. Run 'lilo' after making boot diskette.

    Notice that you have two possiblities to boot from Lilo. First: you get boot menu (default system boots after 7 seconds):
    Code:
    propmt
    timeout="70"
    Second. You don't get boot menu (default system boots after 2 seconds) if Shift is no pressed during Lilo text.
    Code:
    delay=20
    You can change those times anything you want. Hope this helps.

  3. #3
    Junior Member registered user
    Join Date
    Jul 2004
    Posts
    12
    Thanks for the help TR, sure enough the second code works, without the (hd0,0) i logged in and ran liloconfig in root terminal and it said it worked but i still ended up with the GRUB command line. i looked in the Boot folder in hda1 and there is a file called grub. Does this have anything to do with it? please help.

  4. #4
    Junior Member registered user
    Join Date
    Jul 2004
    Posts
    12
    I might mention the knoppix is the only OS on the computer.

  5. #5
    Junior Member registered user
    Join Date
    Jul 2004
    Posts
    12
    i assume the reason lilo is not working is because Knoppix is the only OS on the computer? is there a way to bypass this GRUB screen so i do not have to type in a long command each and every time i load the computer?

  6. #6
    Senior Member registered user
    Join Date
    Apr 2004
    Location
    Finland
    Posts
    272
    Quote Originally Posted by xlr8r
    i assume the reason lilo is not working is because Knoppix is the only OS on the computer?
    Nothing to do with that. But if Knoppix is the only OS, you don't get any menu if not pressing Shift button when LILO text is seen in the beginning of the boot process.

    Did you remember to run 'lilo' after 'liloconfig'? If you still get Grub prompt, please check /etc/lilo.conf that you have
    Code:
    boot="/dev/hda"
    meaning that lilo is in mbr. And don't forget to run 'lilo' after making changes to lilo.conf! Notice also that errors in lilo.conf don't make changes active. So please check that no error message is shown when running lilo.

  7. #7
    Junior Member registered user
    Join Date
    Jul 2004
    Posts
    12
    ok i followed your instructions and i seem to be plagued by errors.

    When i run Liloconfig:
    Error: correct /etc/lilo.conf manually and rerun /sbin/lilo.

    When i run lilo
    FATAL: either FIX-TABLE or IGNORE-TABLE must be specified.

    I open /etc/lilo.conf as the root user and went through and boot and root both seem to point to /dev/hda. i am fresh out of ideas again.

    I also typed help lilo or something similar in the command line as root and then got a list of commands so i saw install lilo and i chose that to install to MBR but still no luck?

  8. #8
    Junior Member registered user
    Join Date
    Jul 2004
    Posts
    12
    *sorry double post*

  9. #9
    Junior Member registered user
    Join Date
    Jul 2004
    Posts
    12
    can somebody please help me with correcting these errors, i am totally stumped and cannot figure anything out.

  10. #10
    Senior Member
    Join Date
    Oct 2003
    Location
    GA
    Posts
    382
    It's odd if you got grub without editing .knofig unless you installed it yourself after knoppix-installer completed. Is that what happened? Maybe telling people what you've done so far can help them to give you some advice on how to fix things. Also you might want to post your lilo.conf file. I'm sorry...I wanna help you...I just don't know what's going on here.

Page 1 of 2 12 LastLast

Similar Threads

  1. How to install GRUB?
    By morgan73 in forum Hdd Install / Debian / Apt
    Replies: 10
    Last Post: 02-09-2009, 11:51 PM
  2. Hdd-install and grub boot??
    By Ish Rattan in forum Hdd Install / Debian / Apt
    Replies: 1
    Last Post: 06-25-2004, 10:31 PM
  3. Can Knoppix be used to install grub in the MBR
    By cykick in forum General Support
    Replies: 2
    Last Post: 06-03-2004, 06:20 PM
  4. how do i install grub?
    By djmihow in forum General Support
    Replies: 3
    Last Post: 02-25-2004, 07:44 AM
  5. LILO: Get rid of it to install GRUB
    By arthur in forum Hdd Install / Debian / Apt
    Replies: 5
    Last Post: 09-11-2003, 05:09 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Vintage 5362 IBM System/36 Mini-Computer Mainframe 5291 2, CRT Terminal DM12N501 picture

Vintage 5362 IBM System/36 Mini-Computer Mainframe 5291 2, CRT Terminal DM12N501

$249.99



IBM Type 4869 External 5 1/4in Floppy Disk Drive Mainframe Collection - UNTESTED picture

IBM Type 4869 External 5 1/4in Floppy Disk Drive Mainframe Collection - UNTESTED

$65.00



6 Vintage Computer Tape Reels mainframe 3200 5000 data ibm magnetic processor picture

6 Vintage Computer Tape Reels mainframe 3200 5000 data ibm magnetic processor

$99.00



VINTAGE IBM Type 4869 External 5 1/4

VINTAGE IBM Type 4869 External 5 1/4" ~ Floppy Disk Drive Mainframe ~

$159.99



IBM Type 4869 External 5 1/4in Floppy Disk Drive Mainframe Collection picture

IBM Type 4869 External 5 1/4in Floppy Disk Drive Mainframe Collection

$145.99



Vintage Family owned Atari 1200xl computer sold as is tested turns on with cable picture

Vintage Family owned Atari 1200xl computer sold as is tested turns on with cable

$299.99



Digital DEC LK201BA Terminal Keyboard RJ11 Connection Mainframe picture

Digital DEC LK201BA Terminal Keyboard RJ11 Connection Mainframe

$44.95



Cray Research Supercomputer Cray X-MP ECL Logic Board picture

Cray Research Supercomputer Cray X-MP ECL Logic Board

$149.99



Commodore Amiga 500 Computer w/Mouse and Amiga A520 RF Modulator As Is Untested picture

Commodore Amiga 500 Computer w/Mouse and Amiga A520 RF Modulator As Is Untested

$299.99



Sage MAS 90 Software for Windows Financial Reporting Mainframe Collection picture

Sage MAS 90 Software for Windows Financial Reporting Mainframe Collection

$339.99