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
Printable View
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
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.Quote:
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.Quote:
I have a wireless usb keyboard and it does not fuction tell xandros is fully loaded
Execute this
Code:cat /boot/grub/menu.lst
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 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
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