Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.os.linux.misc > #37769

Reactos, drivers, boot menu

From vjp2.at@at.BioStrategist.dot.dot.com
Newsgroups comp.os.linux.misc
Subject Reactos, drivers, boot menu
Date 2023-04-10 13:30 +0000
Organization Samani Marions Panyaught NYC-11357-3436-287-USA
Message-ID <u1131i$h2a$1@reader2.panix.com> (permalink)

Show all headers | View raw


CAE Linux (and Win7) got all the right drivers, but Reactos (and XP) did not.
Is there a way to do this better?  I got reactos from sourceforge, so it
should be up to date ie Reactos doesn't have wifi, CAELinux does (yes I
reinstalled without the partitions, whose intallation seems to have killed
CAEL's wifi)


Also, I overwrote Reactos over Xp (over W7) and the MS boot menu still lists
XP as an option, but of course, it's not there.  Then CAE Linux (ubunto) puts
the three MS Options (MSDOS, Reactos, XP) in a submenu called XP.  I looked
at the various grub2 files and they are not as simple as Grub1 Is there a way
to make this easier, less error prone?

Here is my old grub.cfg from dos-xp-quantian
Can it be this simple now?


# menu.lst - See: grub(8), info grub, update-grub(8)
## default num
# Set the default entry to the entry number NUM. Numbering starts from 0, and
# the entry number 0 is the default if the command is not used.
default		1
timeout		177
color cyan/blue white/blue
#Quantian bootable partition config begins
   title Quantian on (/dev/sda6)
   root	(hd0,5)
   kernel /boot/vmlinuz root=/dev/sda6 ro ramdisk_size=100000 init=/etc/init lang=us apm=power-off nomce quiet vga=791 
   initrd /boot/initrd.img
   savedefault
   boot
# QUANTIAN bootable partition config ends
# XP bootable partition config begins
  title XP on (/dev/sda1)
  unhide (hd0,0) 
  hide (hd0,1) 
  root (hd0,0)
  makeactive
  chainloader +1
# Win XP bootable partition config ends
# DOS is in front of XP but was installed later so has a higher SDA number
# DOS bootable partition config begins
  title DOS on (/dev/sda2)
  hide (hd0,0) 
  unhide (hd0,1) 
  root (hd0,1)
  makeactive
  chainloader +1
# DOS bootable partition config ends


-- 
	 Vasos Panagiotopoulos  panix.com/~vjp2/vasos.htm
  ---{Nothing herein constitutes advice.  Everything fully disclaimed.}---

Back to comp.os.linux.misc | Previous | NextNext in thread | Find similar


Thread

Reactos, drivers, boot menu vjp2.at@at.BioStrategist.dot.dot.com - 2023-04-10 13:30 +0000
  Re: Reactos, drivers, boot menu Bobbie Sellers <bliss@mouse-potato.com> - 2023-04-10 08:08 -0700
    Re: Reactos, drivers, boot menu "26B.X929" <26BX929@zoq22u.net> - 2023-04-12 22:15 -0400
  Re: Reactos, drivers, boot menu Kirk_Rockstein <Kirk_Rockstein@nowhere.invalid> - 2023-04-10 16:04 +0000
  Re: Reactos, drivers, boot menu Anssi Saari <as@sci.fi> - 2023-04-11 10:42 +0300

csiph-web