|
Home > Archive > alt.os.linux > August 2002 > Grub in - Lilo out
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Grub in - Lilo out
|
|
|
| Hello,
I'm using Mandrake 8.2. Currently I'm using Lilo but I want to change to
Grub and I'm having troubles. The Mandrake Control Center > Boot > Boot
Config module allows for switching between Lilo and Grub, unfortunately it
does not work. I am unable to get Grub when I use this module. Here is
some output in /var/log/messages:
Aug 28 11:19:26 localhost drakboot[26103]: ### Program is starting ###
Aug 28 11:19:41 localhost drakboot[26103]: found a dos partition table on /dev/hda at sector 0
Aug 28 11:19:41 localhost drakboot[26103]: found a dos partition table on /dev/sda at sector 0
Aug 28 11:19:41 localhost drakboot[26103]: running: /sbin/modprobe floppy
Aug 28 11:19:41 localhost drakboot[26103]: running: /sbin/modprobe usb-storage
Aug 28 11:19:52 localhost drakboot[26103]: add_append:
Aug 28 11:19:52 localhost drakboot[26103]: add_append: quiet devfs=mount hdc=ide-scsi
Aug 28 11:19:52 localhost drakboot[26103]: add_append: devfs=mount hdc=ide-scsi
Aug 28 11:19:52 localhost drakboot[26103]: add_append: failsafe devfs=nomount hdc=ide-scsi
Aug 28 11:19:53 localhost drakboot[26103]: running: /sbin/modprobe floppy
Aug 28 11:19:53 localhost drakboot[26103]: running: /sbin/modprobe usb-storage
Aug 28 11:19:56 localhost drakboot[26103]: created file /boot/grub/device.map
Aug 28 11:19:56 localhost drakboot[26103]: writing grub config to /boot/grub/menu.lst
Aug 28 11:19:56 localhost drakboot[26103]: created file /boot/grub/menu.once
Aug 28 11:19:56 localhost drakboot[26103]: created file /boot/grub/install.sh
Aug 28 11:19:56 localhost drakboot[26103]: created file /boot/grub/messages
Aug 28 11:19:56 localhost drakboot[26103]: created file /boot/.enough_space
Aug 28 11:19:56 localhost drakboot[26103]: removed files/directories /boot/.enough_space
Aug 28 11:19:56 localhost drakboot[26103]: symlinked file lilo-menu to /boot/lilo
Aug 28 11:19:56 localhost drakboot[26103]: symlinked file lilo/boot.b to /boot/boot.b
Aug 28 11:19:56 localhost drakboot[26103]: symlinked file lilo/message to /boot/message
Aug 28 11:19:56 localhost drakboot[26103]: stage2 of lilo used is lilo-menu
Aug 28 11:19:56 localhost drakboot[26103]: writing lilo config to /etc/lilo.conf
Aug 28 11:19:56 localhost drakboot[26103]: Installing boot loader...
Aug 28 11:19:56 localhost drakboot[26103]: running: lilo 2> /tmp/.error
Aug 28 11:19:56 localhost drakboot[26103]: removed files/directories /tmp/.error
Aug 28 11:19:56 localhost drakboot[26103]: running: /sbin/modprobe floppy
Aug 28 11:19:56 localhost drakboot[26103]: running: /sbin/modprobe usb-storage
Aug 28 11:19:59 localhost drakboot[26103]: created file /boot/grub/device.map
Aug 28 11:19:59 localhost drakboot[26103]: writing grub config to /boot/grub/menu.lst
Aug 28 11:19:59 localhost drakboot[26103]: created file /boot/grub/menu.once
Aug 28 11:19:59 localhost drakboot[26103]: created file /boot/grub/install.sh
Aug 28 11:19:59 localhost drakboot[26103]: created file /boot/grub/messages
Aug 28 11:19:59 localhost drakboot[26103]: created file /boot/.enough_space
Aug 28 11:19:59 localhost drakboot[26103]: removed files/directories /boot/.enough_space
Aug 28 11:19:59 localhost drakboot[26103]: Installing boot loader...
Aug 28 11:19:59 localhost drakboot[26103]: symlinked file /boot to /boot
Aug 28 11:19:59 localhost drakboot[26103]: running: sh /boot/grub/install.sh
Aug 28 11:20:00 localhost drakboot[26103]: removed files/directories /tmp/.error.grub /boot
Aug 28 11:20:00 localhost drakboot[26103]: modified file /etc/inittab
Aug 28 11:20:00 localhost drakboot[26103]: modified file /etc/sysconfig/autologin
Aug 28 11:20:00 localhost drakboot[26103]: changed mode of /etc/sysconfig/autologin to 600
Aug 28 11:20:00 localhost drakboot[26103]: removed files/directories/etc/aurora/Monitor
Can someone give me some guidance as to how I can use the command line to
remove Lilo and get Grub? Ultimately, my goal is to completely remove Lilo
from my hard drive.
Thanks.
--
Over and Out,
CRH 8^)>
| |
| patrick 2002-08-28, 11:29 am |
| CRH wrote:
> Hello,
>
> I'm using Mandrake 8.2. Currently I'm using Lilo but I want to change to
> Grub and I'm having troubles. The Mandrake Control Center > Boot > Boot
> Config module allows for switching between Lilo and Grub, unfortunately it
> does not work. I am unable to get Grub when I use this module. Here is
> some output in /var/log/messages:
>
> Aug 28 11:19:26 localhost drakboot[26103]: ### Program is starting ###
> Aug 28 11:19:41 localhost drakboot[26103]: found a dos partition table on
> /dev/hda at sector 0 Aug 28 11:19:41 localhost drakboot[26103]: found a
> dos partition table on /dev/sda at sector 0 Aug 28 11:19:41 localhost
> drakboot[26103]: running: /sbin/modprobe floppy Aug 28 11:19:41 localhost
> drakboot[26103]: running: /sbin/modprobe usb-storage Aug 28 11:19:52
> localhost drakboot[26103]: add_append: Aug 28 11:19:52 localhost
> drakboot[26103]: add_append: quiet devfs=mount hdc=ide-scsi Aug 28
> 11:19:52 localhost drakboot[26103]: add_append: devfs=mount hdc=ide-scsi
> Aug 28 11:19:52 localhost drakboot[26103]: add_append: failsafe
> devfs=nomount hdc=ide-scsi Aug 28 11:19:53 localhost drakboot[26103]:
> running: /sbin/modprobe floppy Aug 28 11:19:53 localhost drakboot[26103]:
> running: /sbin/modprobe usb-storage Aug 28 11:19:56 localhost
> drakboot[26103]: created file /boot/grub/device.map Aug 28 11:19:56
> localhost drakboot[26103]: writing grub config to /boot/grub/menu.lst Aug
> 28 11:19:56 localhost drakboot[26103]: created file /boot/grub/menu.once
> Aug 28 11:19:56 localhost drakboot[26103]: created file
> /boot/grub/install.sh Aug 28 11:19:56 localhost drakboot[26103]: created
> file /boot/grub/messages Aug 28 11:19:56 localhost drakboot[26103]:
> created file /boot/.enough_space Aug 28 11:19:56 localhost
> drakboot[26103]: removed files/directories /boot/.enough_space Aug 28
> 11:19:56 localhost drakboot[26103]: symlinked file lilo-menu to /boot/lilo
> Aug 28 11:19:56 localhost drakboot[26103]: symlinked file lilo/boot.b to
> /boot/boot.b Aug 28 11:19:56 localhost drakboot[26103]: symlinked file
> lilo/message to /boot/message Aug 28 11:19:56 localhost drakboot[26103]:
> stage2 of lilo used is lilo-menu Aug 28 11:19:56 localhost
> drakboot[26103]: writing lilo config to /etc/lilo.conf Aug 28 11:19:56
> localhost drakboot[26103]: Installing boot loader... Aug 28 11:19:56
> localhost drakboot[26103]: running: lilo 2> /tmp/.error Aug 28 11:19:56
> localhost drakboot[26103]: removed files/directories /tmp/.error Aug 28
> 11:19:56 localhost drakboot[26103]: running: /sbin/modprobe floppy Aug 28
> 11:19:56 localhost drakboot[26103]: running: /sbin/modprobe usb-storage
> Aug 28 11:19:59 localhost drakboot[26103]: created file
> /boot/grub/device.map Aug 28 11:19:59 localhost drakboot[26103]: writing
> grub config to /boot/grub/menu.lst Aug 28 11:19:59 localhost
> drakboot[26103]: created file /boot/grub/menu.once Aug 28 11:19:59
> localhost drakboot[26103]: created file /boot/grub/install.sh Aug 28
> 11:19:59 localhost drakboot[26103]: created file /boot/grub/messages Aug
> 28 11:19:59 localhost drakboot[26103]: created file /boot/.enough_space
> Aug 28 11:19:59 localhost drakboot[26103]: removed files/directories
> /boot/.enough_space Aug 28 11:19:59 localhost drakboot[26103]: Installing
> boot loader... Aug 28 11:19:59 localhost drakboot[26103]: symlinked file
> /boot to /boot Aug 28 11:19:59 localhost drakboot[26103]: running: sh
> /boot/grub/install.sh Aug 28 11:20:00 localhost drakboot[26103]: removed
> files/directories /tmp/.error.grub /boot Aug 28 11:20:00 localhost
> drakboot[26103]: modified file /etc/inittab Aug 28 11:20:00 localhost
> drakboot[26103]: modified file /etc/sysconfig/autologin Aug 28 11:20:00
> localhost drakboot[26103]: changed mode of /etc/sysconfig/autologin to 600
> Aug 28 11:20:00 localhost drakboot[26103]: removed
> files/directories/etc/aurora/Monitor
>
> Can someone give me some guidance as to how I can use the command line to
> remove Lilo and get Grub? Ultimately, my goal is to completely remove Lilo
> from my hard drive.
>
> Thanks.
>
im sure someone will help u soon but can i ask why
u want to get rid of lilo
thanks
--
Love is all u need.
|
|
|
|
|