Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.os.linux.misc > #37769 > unrolled thread
| Started by | vjp2.at@at.BioStrategist.dot.dot.com |
|---|---|
| First post | 2023-04-10 13:30 +0000 |
| Last post | 2023-04-11 10:42 +0300 |
| Articles | 5 — 5 participants |
Back to article view | Back to comp.os.linux.misc
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
| From | vjp2.at@at.BioStrategist.dot.dot.com |
|---|---|
| Date | 2023-04-10 13:30 +0000 |
| Subject | Reactos, drivers, boot menu |
| Message-ID | <u1131i$h2a$1@reader2.panix.com> |
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.}---
[toc] | [next] | [standalone]
| From | Bobbie Sellers <bliss@mouse-potato.com> |
|---|---|
| Date | 2023-04-10 08:08 -0700 |
| Message-ID | <u118pu$27c9g$1@dont-email.me> |
| In reply to | #37769 |
On 4/10/23 06:30, vjp2.at@at.BioStrategist.dot.dot.com wrote: > 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 > > How many times do we have to say, "Use a virtural machine like VirtualBox and run a solid Linux or even that icky MS-OS." Living in the past sounds attractive but using a old Linux, an obsolete MS-OS or two is not going to be easy. bliss -- bliss dash SF 4 ever at dslextreme dot com
[toc] | [prev] | [next] | [standalone]
| From | "26B.X929" <26BX929@zoq22u.net> |
|---|---|
| Date | 2023-04-12 22:15 -0400 |
| Message-ID | <yKecnXiocM9U-Kr5nZ2dnZfqnPudnZ2d@earthlink.com> |
| In reply to | #37771 |
On 4/10/23 11:08 AM, Bobbie Sellers wrote: > On 4/10/23 06:30, vjp2.at@at.BioStrategist.dot.dot.com wrote: >> 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 >> >> > How many times do we have to say, "Use a virtural machine like > VirtualBox and run a solid Linux or even that icky MS-OS." > Living in the past sounds attractive but using a old Linux, an obsolete > MS-OS or two is not going to be easy. Agreed ! I've come to agree with some others that this guy really IS some kind of subtle troll - too much "weird" stuff. If he wants REACT-OS, run it in VirtualBox.
[toc] | [prev] | [next] | [standalone]
| From | Kirk_Rockstein <Kirk_Rockstein@nowhere.invalid> |
|---|---|
| Date | 2023-04-10 16:04 +0000 |
| Message-ID | <k9iqciFl1k1U1@mid.individual.net> |
| In reply to | #37769 |
On 2023-04-10, vjp2.at@at.BioStrategist.dot.dot.com <vjp2.at@at.BioStrategist.dot.dot.com> wrote: > 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 > > Post your current grub.cfg file, and the output from fdisk -l run from a console/term (linux not other) sudo fdisk -l or just: fdisk -l from root terminal/console on said laptop.
[toc] | [prev] | [next] | [standalone]
| From | Anssi Saari <as@sci.fi> |
|---|---|
| Date | 2023-04-11 10:42 +0300 |
| Message-ID | <sm0h6tmkgpg.fsf@lakka.kapsi.fi> |
| In reply to | #37769 |
vjp2.at@at.BioStrategist.dot.dot.com writes: > Here is my old grub.cfg from dos-xp-quantian > Can it be this simple now? With a very quick look I think it might work in Grub2 with some minor changes. For example, replace title with menuentry and put the commands in braces. kernel, initrd, root, chainloader would probably work as is. The hide/unhide I think is different, there's a command called parttool which does both hiding and unhiding. I didn't look but I guess there might be converters for grub1 to grub2? For easy testing of the Grub config there's a handy Grub emulator called grub-emu.
[toc] | [prev] | [standalone]
Back to top | Article view | comp.os.linux.misc
csiph-web