• Installing MGA9 on New HP (Win11) Desktop

    From Daniel70@2:250/1 to All on Saturday, January 25, 2025 11:43:41
    For those of you following my continuing story ...... My HP 6730b Win7
    Laptop (that I had installed MGA6 on) has died, sort of, before I got
    around to installing MGA9 onto it.

    However .... about six months ago, I purchased a New HP Win 11 Desktop computer ... so now I have to install MGA9, which I've downloaded, onto it.

    I had previously downloaded MGA9 and burnt it to DVD as the old Laptop
    had a DVD drive .... however the new Desktop does NOT have a DVD drive,
    just USB drives. So I need to get the MGA9 iso onto a Bootable USB drive.

    Has anybody got Win11 compatible instructions for
    burning/coping/whatever a MGA9 iso file to a USB drive??

    Or, hang on, I can still get to the MGA6 installation on the old Laptop
    ..... so I could use it to burn the Mageia9 (that I had previously
    downloaded) to a USB drive.

    So MGA9 burnt/copied on Win 11 to USB or on MGA6 to USB??

    TIA.
    --
    Daniel70

    --- MBSE BBS v1.1.0 (Linux-x86_64)
    * Origin: A noiseless patient Spider (2:250/1@fidonet)
  • From Markus Robert Kessler@2:250/1 to All on Saturday, January 25, 2025 15:02:59
    On Sat, 25 Jan 2025 22:43:41 +1100 Daniel70 wrote:

    For those of you following my continuing story ...... My HP 6730b Win7
    Laptop (that I had installed MGA6 on) has died, sort of, before I got
    around to installing MGA9 onto it.

    However .... about six months ago, I purchased a New HP Win 11 Desktop computer ... so now I have to install MGA9, which I've downloaded, onto
    it.

    I had previously downloaded MGA9 and burnt it to DVD as the old Laptop
    had a DVD drive .... however the new Desktop does NOT have a DVD drive,
    just USB drives. So I need to get the MGA9 iso onto a Bootable USB
    drive.

    Has anybody got Win11 compatible instructions for
    burning/coping/whatever a MGA9 iso file to a USB drive??

    Or, hang on, I can still get to the MGA6 installation on the old Laptop
    .... so I could use it to burn the Mageia9 (that I had previously
    downloaded) to a USB drive.

    So MGA9 burnt/copied on Win 11 to USB or on MGA6 to USB??

    TIA.

    Hi,

    I was in a similar situation - I ran out of DVDs :-)

    Well, once you have the ISO file, you can easily write it over the device,
    not as a file, but instead the whole USB device. I did the following:

    cat /install/mga9x64.iso > /dev/sdb

    Of cource you have to be sure to address the right device, assuming here
    that sdb is your first USB stick.

    Best regards,

    Markus

    --
    Please reply to group only.
    For private email please use http://www.dipl-ing-kessler.de/email.htm

    --- MBSE BBS v1.1.0 (Linux-x86_64)
    * Origin: A noiseless patient Spider (2:250/1@fidonet)
  • From TJ@2:250/1 to All on Saturday, January 25, 2025 17:24:57
    On 2025-01-25 06:43, Daniel70 wrote:
    For those of you following my continuing story ...... My HP 6730b Win7 Laptop (that I had installed MGA6 on) has died, sort of, before I got
    around to installing MGA9 onto it.

    However .... about six months ago, I purchased a New HP Win 11 Desktop computer ... so now I have to install MGA9, which I've downloaded, onto it.

    I had previously downloaded MGA9 and burnt it to DVD as the old Laptop
    had a DVD drive .... however the new Desktop does NOT have a DVD drive,
    just USB drives. So I need to get the MGA9 iso onto a Bootable USB drive.

    Has anybody got Win11 compatible instructions for burning/coping/
    whatever a MGA9 iso file to a USB drive??

    Or, hang on, I can still get to the MGA6 installation on the old
    Laptop .... so I could use it to burn the Mageia9 (that I had previously downloaded) to a USB drive.

    So MGA9 burnt/copied on Win 11 to USB or on MGA6 to USB??

    TIA.

    If you had a working MGA9 install, you could use our Isodumper to make
    the usb drive. I believe there was an Isodumper for M6, but it wouldn't
    have all the features/bugfixes of the MGA9 version.

    https://wiki.mageia.org/en/Installation_Media#Put_the_ISO_on_a_media_of_your_choice
    has information on dumping to usb using various Linux distros. It was
    written for an earlier version of Mageia, but the technique is the same.

    I have no clue about using Windows for such things. I haven't done that
    since my Windows 2000 days. However, there is some information on https://wiki.mageia.org/en/Dump_Mageia_ISO_on_a_USB_flash_drive_-_Alternative_tools

    TJ

    --- MBSE BBS v1.1.0 (Linux-x86_64)
    * Origin: A noiseless patient Spider (2:250/1@fidonet)
  • From Daniel70@2:250/1 to All on Sunday, January 26, 2025 07:03:24
    On 26/01/2025 2:02 am, Markus Robert Kessler wrote:
    On Sat, 25 Jan 2025 22:43:41 +1100 Daniel70 wrote:

    For those of you following my continuing story ...... My HP 6730b Win7
    Laptop (that I had installed MGA6 on) has died, sort of, before I got
    around to installing MGA9 onto it.

    However .... about six months ago, I purchased a New HP Win 11 Desktop
    computer ... so now I have to install MGA9, which I've downloaded, onto
    it.

    I had previously downloaded MGA9 and burnt it to DVD as the old Laptop
    had a DVD drive .... however the new Desktop does NOT have a DVD drive,
    just USB drives. So I need to get the MGA9 iso onto a Bootable USB
    drive.

    Has anybody got Win11 compatible instructions for
    burning/coping/whatever a MGA9 iso file to a USB drive??

    Or, hang on, I can still get to the MGA6 installation on the old Laptop
    .... so I could use it to burn the Mageia9 (that I had previously
    downloaded) to a USB drive.

    So MGA9 burnt/copied on Win 11 to USB or on MGA6 to USB??

    TIA.

    Hi,

    I was in a similar situation - I ran out of DVDs :-)

    Well, once you have the ISO file, you can easily write it over the device, not as a file, but instead the whole USB device. I did the following:

    cat /install/mga9x64.iso > /dev/sdb

    Of cource you have to be sure to address the right device, assuming here
    that sdb is your first USB stick.

    Good thought, Markus .... but, as the other two devices I have connected
    by USB are my Keyboard and my Mouse, I don't THINK I can do too much
    damage!! ;-P

    Best regards,

    Thank you.
    --
    Daniel70

    --- MBSE BBS v1.1.0 (Linux-x86_64)
    * Origin: A noiseless patient Spider (2:250/1@fidonet)
  • From Daniel70@2:250/1 to All on Sunday, January 26, 2025 07:11:01
    On 26/01/2025 4:24 am, TJ wrote:
    On 2025-01-25 06:43, Daniel70 wrote:
    For those of you following my continuing story ...... My HP 6730b Win7
    Laptop (that I had installed MGA6 on) has died, sort of, before I got
    around to installing MGA9 onto it.

    However .... about six months ago, I purchased a New HP Win 11 Desktop
    computer ... so now I have to install MGA9, which I've downloaded,
    onto it.

    I had previously downloaded MGA9 and burnt it to DVD as the old Laptop
    had a DVD drive .... however the new Desktop does NOT have a DVD
    drive, just USB drives. So I need to get the MGA9 iso onto a Bootable
    USB drive.

    Has anybody got Win11 compatible instructions for burning/coping/
    whatever a MGA9 iso file to a USB drive??

    Or, hang on, I can still get to the MGA6 installation on the old
    Laptop .... so I could use it to burn the Mageia9 (that I had
    previously downloaded) to a USB drive.

    So MGA9 burnt/copied on Win 11 to USB or on MGA6 to USB??

    TIA.

    If you had a working MGA9 install, you could use our Isodumper to make
    the usb drive. I believe there was an Isodumper for M6, but it wouldn't
    have all the features/bugfixes of the MGA9 version.

    https://wiki.mageia.org/en/Installation_Media#Put_the_ISO_on_a_media_of_your_choice
    has information on dumping to usb using various Linux distros. It was written for an earlier version of Mageia, but the technique is the same.

    I have no clue about using Windows for such things. I haven't done that since my Windows 2000 days. However, there is some information on https://wiki.mageia.org/en/Dump_Mageia_ISO_on_a_USB_flash_drive_-_Alternative_tools


    TJ

    Thanks, TJ.

    However, even though I had previously downloaded the MGA9 iso, I got a
    Usage Warning e-mail from my Internet provider yesterday stating that I
    had just about used my limit (updating Win11, I guess) and I'll be
    slowed down (35kB/min or some such) once my limit is reached and that'll
    apply until my next 'New Month' on about 15th Feb ..... so I might wait
    a bit, .... and, who knows, by Mid Feb MGA 10 might be out!! ;-)
    --
    Daniel70

    --- MBSE BBS v1.1.0 (Linux-x86_64)
    * Origin: A noiseless patient Spider (2:250/1@fidonet)
  • From David W. Hodgins@2:250/1 to All on Sunday, January 26, 2025 16:47:57
    On Sun, 26 Jan 2025 02:03:24 -0500, Daniel70 <daniel47@eternal-september.org> wrote:

    On 26/01/2025 2:02 am, Markus Robert Kessler wrote:
    <snip>
    cat /install/mga9x64.iso > /dev/sdb

    Of cource you have to be sure to address the right device, assuming here
    that sdb is your first USB stick.

    Good thought, Markus .... but, as the other two devices I have connected
    by USB are my Keyboard and my Mouse, I don't THINK I can do too much
    damage!! ;-P

    The dev/sd? entries are for disk drives. Doesn't matter if they are ide, sata, usb, etc.

    Make sure you know which /dev/sd? entry is for what, or you may overwrite your disk
    drive.

    That's one of the reasons to use isodumper. It only shows usb drives.

    The following script will show just usb drives ...
    $ cat /home/dave/bin/listusbdrives
    #!/bin/bash
    for block in $(tree -if /sys/devices|grep usb|grep /block/sd[a-z]$); do
    device=${block##*/} # strip last slash and everything before it.
    printf '%s\n' "$device"
    done

    Regards, Dave Hodgins

    --- MBSE BBS v1.1.0 (Linux-x86_64)
    * Origin: A noiseless patient Spider (2:250/1@fidonet)
  • From Markus Robert Kessler@2:250/1 to All on Sunday, January 26, 2025 18:57:49
    On Sun, 26 Jan 2025 11:47:57 -0500 David W. Hodgins wrote:

    On Sun, 26 Jan 2025 02:03:24 -0500, Daniel70
    <daniel47@eternal-september.org> wrote:

    On 26/01/2025 2:02 am, Markus Robert Kessler wrote:
    <snip>
    cat /install/mga9x64.iso > /dev/sdb

    Of cource you have to be sure to address the right device, assuming
    here that sdb is your first USB stick.

    Good thought, Markus .... but, as the other two devices I have
    connected by USB are my Keyboard and my Mouse, I don't THINK I can do
    too much damage!! ;-P

    The dev/sd? entries are for disk drives. Doesn't matter if they are ide, sata, usb, etc.

    Make sure you know which /dev/sd? entry is for what, or you may
    overwrite your disk drive.

    That's one of the reasons to use isodumper. It only shows usb drives.

    The following script will show just usb drives ...
    $ cat /home/dave/bin/listusbdrives #!/bin/bash
    for block in $(tree -if /sys/devices|grep usb|grep
    /block/sd[a-z]$); do
    device=${block##*/} # strip last slash and everything before
    it.
    printf '%s\n' "$device"
    done

    Regards, Dave Hodgins

    Besides this, always remember the first command, we should use when
    working under Unix / Linux / MacOS:

    mount /dev/brain

    :-)

    Best regards,

    Markus


    --
    Please reply to group only.
    For private email please use http://www.dipl-ing-kessler.de/email.htm

    --- MBSE BBS v1.1.0 (Linux-x86_64)
    * Origin: A noiseless patient Spider (2:250/1@fidonet)
  • From faeychild@2:250/1 to All on Monday, January 27, 2025 01:31:25
    On 27/1/25 05:57, Markus Robert Kessler wrote:


    mount /dev/brain

    It becomes less effective as the night grows older.

    All my catastrophes are late at night


    --
    faeychild
    Running kde on 6.6.65-desktop-2.mga9 kernel.
    Mageia release 9 (Official) for x86_64

    --- MBSE BBS v1.1.0 (Linux-x86_64)
    * Origin: A noiseless patient Spider (2:250/1@fidonet)
  • From Daniel70@2:250/1 to All on Monday, January 27, 2025 08:02:23
    On 27/01/2025 3:47 am, David W. Hodgins wrote:
    On Sun, 26 Jan 2025 02:03:24 -0500, Daniel70 <daniel47@eternal-september.org> wrote:

    On 26/01/2025 2:02 am, Markus Robert Kessler wrote:
    <snip>
    cat /install/mga9x64.iso > /dev/sdb

    Of cource you have to be sure to address the right device, assuming here >>> that sdb is your first USB stick.

    Good thought, Markus .... but, as the other two devices I have connected
    by USB are my Keyboard and my Mouse, I don't THINK I can do too much
    damage!! ;-P

    The dev/sd? entries are for disk drives. Doesn't matter if they are ide, sata, usb, etc.

    Make sure you know which /dev/sd? entry is for what, or you may
    overwrite your disk
    drive.

    That's one of the reasons to use isodumper. It only shows usb drives.

    The following script will show just usb drives ...
    $ cat /home/dave/bin/listusbdrives
    #!/bin/bash
        for block in $(tree -if /sys/devices|grep usb|grep
    /block/sd[a-z]$); do
            device=${block##*/} # strip last slash and everything before it.
            printf '%s\n' "$device"
        done

    Regards, Dave Hodgins

    Thanks, Dave.

    I'm guessing I'd have to adjust the /home/ *dave* /bin bit first!! ;-P
    --
    Daniel70

    --- MBSE BBS v1.1.0 (Linux-x86_64)
    * Origin: A noiseless patient Spider (2:250/1@fidonet)
  • From Daniel70@2:250/1 to All on Monday, January 27, 2025 08:05:28
    On 27/01/2025 5:57 am, Markus Robert Kessler wrote:

    <Snip>

    Besides this, always remember the first command, we should use when
    working under Unix / Linux / MacOS:

    mount /dev/brain

    Oww! Is that a recent inclusion in all the OS's?? ;-) Well, all except Windows!!
    --
    Daniel70

    --- MBSE BBS v1.1.0 (Linux-x86_64)
    * Origin: A noiseless patient Spider (2:250/1@fidonet)
  • From David W. Hodgins@2:250/1 to All on Monday, January 27, 2025 15:22:06
    On Mon, 27 Jan 2025 03:02:23 -0500, Daniel70 <daniel47@eternal-september.org> wrote:

    On 27/01/2025 3:47 am, David W. Hodgins wrote:
    <snip>
    The following script will show just usb drives ...
    $ cat /home/dave/bin/listusbdrives
    #!/bin/bash
    for block in $(tree -if /sys/devices|grep usb|grep
    /block/sd[a-z]$); do
    device=${block##*/} # strip last slash and everything before it.
    printf '%s\n' "$device"
    done

    I'm guessing I'd have to adjust the /home/ *dave* /bin bit first!! ;-P

    Yeah. What the above is showing is a script I wrote on my computer. You'll need to create
    the file in your ~/bin directory, copy/paste the script and save it, then run "chmod a+x ~/bin/listusbdrives" to make it executable.

    Regards, Dave Hodgins

    --- MBSE BBS v1.1.0 (Linux-x86_64)
    * Origin: A noiseless patient Spider (2:250/1@fidonet)
  • From Daniel70@2:250/1 to All on Tuesday, January 28, 2025 07:56:15
    On 28/01/2025 2:22 am, David W. Hodgins wrote:
    On Mon, 27 Jan 2025 03:02:23 -0500, Daniel70 <daniel47@eternal-september.org> wrote:
    On 27/01/2025 3:47 am, David W. Hodgins wrote:
    <snip>
    The following script will show just usb drives ...
    $ cat /home/dave/bin/listusbdrives
    #!/bin/bash
         for block in $(tree -if /sys/devices|grep usb|grep
    /block/sd[a-z]$); do
             device=${block##*/} # strip last slash and everything before
    it.
             printf '%s\n' "$device"
         done

    I'm guessing I'd have to adjust the /home/ *dave* /bin bit first!! ;-P

    Yeah. What the above is showing is a script I wrote on my computer.
    You'll need to create
    the file in your ~/bin directory, copy/paste the script and save it,
    then run
    "chmod a+x ~/bin/listusbdrives" to make it executable.

    Regards, Dave Hodgins

    Thanks, Dave.
    --
    Daniel70

    --- MBSE BBS v1.1.0 (Linux-x86_64)
    * Origin: A noiseless patient Spider (2:250/1@fidonet)