- OT: To set the default boot OS in Lilo???
- Posted by Rahman on June 24th, 2003
hi all,
I am having Win 98 alongwith XP and a old version of Liniux Mandrake in the
same machine. By default LiLo loads first and then I select either Windows
or Linux. After selecting windows then i have option for 98 or XP if i don't
select anything Linux is started.
I am not a linux expoert.
My questions is : since i am using windows regularly i want my default Os to
be Windows even if i don't press anything.
Can i do it ?
regards
- Posted by Mikk on June 24th, 2003
"Rahman" <abdul_r@mail2me.com.au> wrote in message
news:bd9bpo$ega$2@merki.connect.com.au...
Yeah, just login as root and change lilo's configuration
( in Mandrake control centre iirc )
Alternatively make a Linux boot floppy
boot with a windows emergency boot disk
type fdisk /mbr to get rid of lilo
then use the Linux boot floppy to access Mandrake when you need/want to
- Posted by Sanjay Goel on June 24th, 2003
Rahman wrote:
boot into linux. login as root
see /etc/lilo.conf
there is something called timeout.. this is the time after which lilo
automatically loads the default OS if u dont press any key. if it is set as
0 then lilo requires a key press so set it to 5 or 10 sec as u may need it
make windows as the default OS .. u can do that by having the windows boot
entry above linux in this entry
after doing these changes .. type lilo on prompt to activate the changes and
then reboot
it should work fine
Sanjay
- Posted by REMbranded@inu.net on June 24th, 2003
Click on these two, or look for subject "To Set the default...."
Message-ID: <T2XJa.3299$nG4.2904@newsfep4-winn.server.ntli.net>
Message-ID: <bd9k6j$qna0j$1@ID-141943.news.dfncis.de>
Your answers were just posted in these.
-----= Posted via Newsfeeds.Com, Uncensored Usenet News =-----
http://www.newsfeeds.com - The #1 Newsgroup Service in the World!
-----== Over 80,000 Newsgroups - 16 Different Servers! =-----
- Posted by Raman on June 25th, 2003
thanks all you guys,
I am attaching my Lilo info can anyone kindly tell me the options to be
changed coz i think mine is bit different.
regards
boot=/dev/hda
map=/boot/map
install=/boot/boot.b
default=linux
keytable=/boot/us.klt
lba32
prompt
timeout=50
message=/boot/message
image=/boot/vmlinuz
label=linux
root=/dev/hdb1
append=" hdd=ide-scsi"
read-only
image=/boot/vmlinuz
label=failsafe
root=/dev/hdb1
append=" hdd=ide-scsi failsafe"
read-only
other=/dev/hda1
label=windows
table=/dev/hda
other=/dev/fd0
label=floppy
unsafe
I don't want to screw up my system. ;-)
"Rahman" <abdul_r@mail2me.com.au> wrote in message
news:bd9bpo$ega$2@merki.connect.com.au...