Results 1 to 10 of 22
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...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 03-08-2008 #1Just 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
- 03-08-2008 #2
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.how do I make windows vista the default os when dual booting with xandros
Let say, Windows Vista is 5th title line in menu.lst file. Set default value to 4.
Toggle Legacy USB Support in BIOS.I have a wireless usb keyboard and it does not fuction tell xandros is fully loadedIt is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 03-08-2008 #3Just Joined!
- Join Date
- Mar 2008
- Posts
- 21
- 03-08-2008 #4
Execute this
Code:cat /boot/grub/menu.lst
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 03-08-2008 #5Just Joined!
- Join Date
- Mar 2008
- Posts
- 21
- 03-08-2008 #6
Check if there is any grub.conf file.
In case it throws any error, post the output of thisCode:cat /boot/grub/grub.conf
Code:ls /boot/grub
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 03-08-2008 #7Just Joined!
- Join Date
- Mar 2008
- Posts
- 21
- 03-08-2008 #8
It means you are using lilo instead of GRUB. Which version of Xandros do you have?
Execute this
Code:cat /etc/lilo.conf
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 03-08-2008 #9Just Joined!
- Join Date
- Mar 2008
- Posts
- 21
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
- 03-08-2008 #10
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
withCode:default=Xandros_4.0_Home_Edition.
Open Terminal and execute thisCode:default=Windows®_Vista
Reboot machine.Code:lilo
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First


Reply With Quote

