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.

Linux Forum ArticlesLinux ForumsLinux Forum DownloadsLinux Hosts
Home|Register|FAQ|Member List|Calendar|Unanswered Posts|Forum Rules|Today's Posts|Advanced Search|
SEARCH FOR IN
Go Back   Linux Forums > Your Distro > Other Distributions > Xandros Help
Reload this Page boot default vista xandros
Linux Forums
Linux Forums
Welcome To The Linux Forums!
Welcome to Linux Forums. We pride ourselves in being one of the largest Linux communities on the web, we encourage you to REGISTER on our forums and participate in the community. There are over 150,000 members ready to answer your questions. JOINING US today will allow you to make new posts, get support, send messages to other members and submit downloads to our downloads directory and many other great features!

Xandros Help For Help and discussions related to Xandros

Reply
 
Thread Tools Display Modes
Old 03-08-2008   #1 (permalink)
ladybluballs
Just Joined!
 
Join Date: Mar 2008
Posts: 17
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)
devils casper
Ghost
 
devils casper's Avatar
 
Join Date: Jun 2006
Location: Chandigarh, INDIA
Posts: 18,098
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.
__________________
New Users: Read This First
If you woke up breathing, Congratulations! You get another chance.

devils casper is offline   Reply With Quote
Old 03-08-2008   #3 (permalink)
ladybluballs
Just Joined!
 
Join Date: Mar 2008
Posts: 17
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)
devils casper
Ghost
 
devils casper's Avatar
 
Join Date: Jun 2006
Location: Chandigarh, INDIA
Posts: 18,098
Execute this
Code:
cat /boot/grub/menu.lst
__________________
New Users: Read This First
If you woke up breathing, Congratulations! You get another chance.

devils casper is offline   Reply With Quote
Old 03-08-2008   #5 (permalink)
ladybluballs
Just Joined!
 
Join Date: Mar 2008
Posts: 17
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)
devils casper
Ghost
 
devils casper's Avatar
 
Join Date: Jun 2006
Location: Chandigarh, INDIA
Posts: 18,098
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
__________________
New Users: Read This First
If you woke up breathing, Congratulations! You get another chance.

devils casper is offline   Reply With Quote
Old 03-08-2008   #7 (permalink)
ladybluballs
Just Joined!
 
Join Date: Mar 2008
Posts: 17
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)
devils casper
Ghost
 
devils casper's Avatar
 
Join Date: Jun 2006
Location: Chandigarh, INDIA
Posts: 18,098
It means you are using lilo instead of GRUB. Which version of Xandros do you have?
Execute this
Code:
cat /etc/lilo.conf
__________________
New Users: Read This First
If you woke up breathing, Congratulations! You get another chance.

devils casper is offline   Reply With Quote
Old 03-08-2008   #9 (permalink)
ladybluballs
Just Joined!
 
Join Date: Mar 2008
Posts: 17
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)
devils casper
Ghost
 
devils casper's Avatar
 
Join Date: Jun 2006
Location: Chandigarh, INDIA
Posts: 18,098
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.
__________________
New Users: Read This First
If you woke up breathing, Congratulations! You get another chance.

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

Similar Threads
Thread Thread Starter Forum Replies Last Post
Configuring fail2ban on centos flux_wizard Redhat / Fedora Linux Help 0 11-23-2007 07:29 AM
How to make the X Window operational orga408 Debian Linux Help 15 08-05-2006 08:13 PM
sound problems tommytomthms5 Debian Linux Help 3 07-02-2006 07:28 PM
X Server in FreeBsd 5.3 JuanWalker Everything BSD 4 04-23-2005 08:46 AM
Solving Boot Problems with Grub - 2nd Edition Nerderello Linux Tutorials, HOWTO's & Reference Material 4 02-06-2005 11:44 AM




All times are GMT. The time now is 08:00 AM.




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

Content Relevant URLs by vBSEO 3.0.0