LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Lilo vs Grub for USB-which is better and why? (https://www.linuxquestions.org/questions/linux-newbie-8/lilo-vs-grub-for-usb-which-is-better-and-why-729739/)

linus72 05-31-2009 07:55 PM

Lilo vs Grub for USB-which is better and why?
 
Just want opinions and tips on booting USB with either grub or lilo?
Which is better?
Thanks

linus72 05-31-2009 08:36 PM

OK, I am trying to boot TTYLinux-8.1 off my EXT3 USB using GRUB instead of lilo...
Here is the lilo.conf for ttylinux HD install-

Code:

# /etc/lilo.con
# LILO boot loader configuration


# ***********************************************************
# global settings
# ***********************************************************

# Specify where to put the boot loader.
#
boot = %TTYLINUX_BOOT_DEV%

# Specify what the boot loader menu should look like.
#
install    = bmp
bitmap    = /boot/ttylinux.bmp
bmp-colors = 1,2,,2,1,
bmp-table  = 33,11,1,8
bmp-timer  = 44,20,1,2,

# Specify how the boot loader should operate.
#
compact # Try merging read for adjacent sectors into a single read request.
default = ttylinux
lba32  # Use 32-bit Logical Block Address, not cylinder/head/sector.
prompt
timeout = 60


# ***********************************************************
# per-image settings
# ***********************************************************

# ttylinux
#
image=/boot/vmlinuz
        label = ttylinux
        root  = %TTYLINUX_ROOT_DEV%

So, can I use that and install lilo to USB OR
should I use GRUB(already installed to usb) and how to edit menu.lst
to boot??
Code:

default 0
timeout 10

title TTYLinux-8.1
kernel /boot/vmlinuz root=/dev/sdb1

The above MENU.LST causes a kernel panic
I tried many things-so where am I going wrong??
thanks

billymayday 05-31-2009 08:58 PM

Don't you need a root entry?

Try

root (hd1,0)

between title and kernel


All times are GMT -5. The time now is 06:07 AM.