Author Topic: grub over lilo  (Read 1003 times)

Siplus

  • Member
  • **
  • Posts: 522
  • Kudos: 43
    • http://www.siplus.org
grub over lilo
« Reply #15 on: 6 December 2002, 02:19 »
ok, now that i'm done asking about the boot disk, the command

#grub-install /dev/hda

does not work

Code: [Select]


http://www.siplus.org

"Your computer is already fucked up by having Windows
on it, you can only unfuck it up by installing Linux."
-- void main (old school MES member)


Desktop: Athlon 2600/ 768mb DDR266
--Running: Ubuntu 5.10, FC4, Win2k
 (Also, Unbuntu 6-06:5, 5.04; Fedora Core 5, WinXP, but none of these are used much)
12" Powerbook: 1.5 Ghz G4 PowerPC / 1.25 GB DDR333
--Running: Mac OS X 10.4 Tiger

voidmain

  • VIP
  • Member
  • ***
  • Posts: 5,605
  • Kudos: 184
    • http://voidmain.is-a-geek.net/
grub over lilo
« Reply #16 on: 6 December 2002, 02:48 »
You didn't put the "-" in the "su" command and the command is not found for the exact same reason your mkbootdisk command was not found. The command is in "/sbin" so you must either do an "su -" before running the command or use the full path "/sbin/grub-install".
Someone please remove this account. Thanks...

Siplus

  • Member
  • **
  • Posts: 522
  • Kudos: 43
    • http://www.siplus.org
grub over lilo
« Reply #17 on: 6 December 2002, 02:52 »
ahhh.....thanks for your help void, and sorry for my constant questions....


http://www.siplus.org

"Your computer is already fucked up by having Windows
on it, you can only unfuck it up by installing Linux."
-- void main (old school MES member)


Desktop: Athlon 2600/ 768mb DDR266
--Running: Ubuntu 5.10, FC4, Win2k
 (Also, Unbuntu 6-06:5, 5.04; Fedora Core 5, WinXP, but none of these are used much)
12" Powerbook: 1.5 Ghz G4 PowerPC / 1.25 GB DDR333
--Running: Mac OS X 10.4 Tiger

voidmain

  • VIP
  • Member
  • ***
  • Posts: 5,605
  • Kudos: 184
    • http://voidmain.is-a-geek.net/
grub over lilo
« Reply #18 on: 6 December 2002, 02:56 »
quote:
Originally posted by Siplus:
ahhh.....thanks for your help void, and sorry for my constant questions....


No problem. That little "-" tidbit seems to be something that n00bs and many not-so-n00b people don't understand. It probably should be the very first item on a FAQ. I'll add it to my list to explain this and the differences in user and root environments, PATHs, etc.  
Someone please remove this account. Thanks...