Welcome to Linux Forums! With a comprehensive Linux Forum, information on various types of Linux software and many Linux Reviews articles, we have all the knowledge you need a click away, or accessible via our knowledgeable members.
Find the answer to your Linux question:
New to Linux Forums? Register here for free!
    Linux Forums > Your Distro > Other Distributions > Xandros Help > boot default vista xandros

Forgot Password?
 Xandros Help   For Help and discussions related to Xandros

Site Navigation
Linux Articles
Linux Forums
Linux Downloads
Linux Hosting
Free Magazines
Job Board
IRC Chat
RSS Feeds


Linux Forum Topics
Linux Forums
Your Distro
Linux Resources
GNU Linux Zone
The Community
Reply
 
Thread Tools Display Modes
Old 03-08-2008   #1 (permalink)
Just Joined!
 
Join Date: Mar 2008
Posts: 21
boot default vista xandros

how do I make windows vista the default os when dual booting with xandros,I have a wireless usb keyboard and it does not fuction tell xandros is fully loaded
ladybluballs is offline  


Reply With Quote
Old 03-08-2008   #2 (permalink)
Super Moderator
 
devils casper's Avatar
 
Join Date: Jun 2006
Location: Chandigarh, India
Posts: 21,081
Send a message via Yahoo to devils casper
Hi and Welcome !

Quote:
how do I make windows vista the default os when dual booting with xandros
Open /boot/grub/menu.lst file with root privileges and set default value to Windows Vista title line number. Start counting from zero.
Let say, Windows Vista is 5th title line in menu.lst file. Set default value to 4.

Quote:
I have a wireless usb keyboard and it does not fuction tell xandros is fully loaded
Toggle Legacy USB Support in BIOS.
__________________
It takes a lot of time to be a genius, you have to sit around so much doing nothing, really doing nothing. - Gertrude Stein
New Users: Read This First
devils casper is offline   Reply With Quote
Old 03-08-2008   #3 (permalink)
Just Joined!
 
Join Date: Mar 2008
Posts: 21
Quote:
Originally Posted by devils_casper View Post
Hi and Welcome !

Open /boot/grub/menu.lst file with root privileges and set default value to Windows Vista title line number. Start counting from zero.
Let say, Windows Vista is 5th title line in menu.lst file. Set default value to 4.


Toggle Legacy USB Support in BIOS.
I am to new to understand the steps to do this I tried to copy and past Open /boot/grub/menu.lst file in termnal but got bad command thanks
ladybluballs is offline   Reply With Quote
Old 03-08-2008   #4 (permalink)
Super Moderator
 
devils casper's Avatar
 
Join Date: Jun 2006
Location: Chandigarh, India
Posts: 21,081
Send a message via Yahoo to devils casper
Execute this
Code:
cat /boot/grub/menu.lst
__________________
It takes a lot of time to be a genius, you have to sit around so much doing nothing, really doing nothing. - Gertrude Stein
New Users: Read This First
devils casper is offline   Reply With Quote
Old 03-08-2008   #5 (permalink)
Just Joined!
 
Join Date: Mar 2008
Posts: 21
Quote:
Originally Posted by devils_casper View Post
Execute this
Code:
cat /boot/grub/menu.lst
this returned no such file of directory
ladybluballs is offline   Reply With Quote
Old 03-08-2008   #6 (permalink)
Super Moderator
 
devils casper's Avatar
 
Join Date: Jun 2006
Location: Chandigarh, India
Posts: 21,081
Send a message via Yahoo to devils casper
Check if there is any grub.conf file.
Code:
cat /boot/grub/grub.conf
In case it throws any error, post the output of this
Code:
ls /boot/grub
__________________
It takes a lot of time to be a genius, you have to sit around so much doing nothing, really doing nothing. - Gertrude Stein
New Users: Read This First
devils casper is offline   Reply With Quote
Old 03-08-2008   #7 (permalink)
Just Joined!
 
Join Date: Mar 2008
Posts: 21
Quote:
Originally Posted by devils_casper View Post
Check if there is any grub.conf file.
Code:
cat /boot/grub/grub.conf
In case it throws any error, post the output of this
Code:
ls /boot/grub
ls: /boot/grub: No such file or directory
this is the return I got
ladybluballs is offline   Reply With Quote
Old 03-08-2008   #8 (permalink)
Super Moderator
 
devils casper's Avatar
 
Join Date: Jun 2006
Location: Chandigarh, India
Posts: 21,081
Send a message via Yahoo to devils casper
It means you are using lilo instead of GRUB. Which version of Xandros do you have?
Execute this
Code:
cat /etc/lilo.conf
__________________
It takes a lot of time to be a genius, you have to sit around so much doing nothing, really doing nothing. - Gertrude Stein
New Users: Read This First
devils casper is offline   Reply With Quote
Old 03-08-2008   #9 (permalink)
Just Joined!
 
Join Date: Mar 2008
Posts: 21
Quote:
Originally Posted by devils_casper View Post
It means you are using lilo instead of GRUB. Which version of Xandros do you have?
Execute this
Code:
cat /etc/lilo.conf

boot=/dev/hdb
install=/boot/cboot.b
message=/boot/splash.lilo
timeout=300
map=/boot/map
prompt
lba32
read-only
compact
fix-table
image=/vmlinuz
label=Xandros_4.0_Home_Edition
vga=791
root=/dev/hdb1
initrd=/boot/initrd-2.6.15-dcc-uni.gz
append="quiet rw acpi=on "
image=/vmlinuz
label=Safe_Video_Mode
vga=791
root=/dev/hdb1
initrd=/boot/initrd-2.6.15-dcc-uni.gz
append="3 quiet rw acpi=on "
image=/vmlinuz
label=Configure_(Expert)
vga=normal
root=/dev/hdb1
initrd=/boot/initrd-2.6.15-dcc-uni.gz
append="single quiet rw acpi=on noresume noresume2 nosplash=y "
other=/dev/sda1
label=Windows®_Vista
I got this return but see no way to change boot order thanks
ladybluballs is offline   Reply With Quote
Old 03-08-2008   #10 (permalink)
Super Moderator
 
devils casper's Avatar
 
Join Date: Jun 2006
Location: Chandigarh, India
Posts: 21,081
Send a message via Yahoo to devils casper
This is not a complete output. First line of the file should be default=Xandros_4.0_Home_Edition.

Log in as root and open /etc/lilo.conf file.
Replace
Code:
default=Xandros_4.0_Home_Edition.
with
Code:
default=Windows®_Vista
Open Terminal and execute this
Code:
lilo
Reboot machine.
__________________
It takes a lot of time to be a genius, you have to sit around so much doing nothing, really doing nothing. - Gertrude Stein
New Users: Read This First
devils casper is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off

Free Magazines
Run Your Own Web Server Using Linux & Apache - Free 191 Page Preview
Learn about everything you'll need to build and maintain your Linux servers, and to deploy Web applications to them.
subscribe
Open Source Security Myths Dispelled
Dispel the five major myths surrounding Open Source Security and gain the tools necessary to make a truly informed decision for your IT organization
subscribe
InformationWeek
InformationWeek is the only newsweekly you'll need to stay on top of the latest developments in information technology.
subscribe



All times are GMT. The time now is 09:15 AM.






© 2000 - 2009 - All Rights Reserved - Property of  MAS Media

Content Relevant URLs by vBSEO 3.3.0 RC2