Page 2 of 3 FirstFirst 123 LastLast
Results 11 to 20 of 23

Thread: Ubuntu studio 24.10. newby

  1. #11
    Join Date
    Oct 2024
    Beans
    26

    Re: Ubuntu studio 24.10. newby

    Thanks for the reply. Yes. I watched a YouTube vid about the 2 USB drives. I think it was one of the first things I tried a week or so ago. Thanks for the reminder. I'll revisit that process and see if I have more luck. I bought a new 128gb USB drive to try that. Is there any prep I should be aware of for that drive? Thanx��

  2. #12
    Join Date
    Oct 2024
    Beans
    26

    Re: Ubuntu studio 24.10. newby

    Thanks for the replies. I'm definately going for separate install to external USB drive or ssd. I don't want to risk interfere with the internal or windows. My surface pro has an internal SSD. An external SSD has comparable specs, plus I can try it on my old Dell XPS. It's a test process really, performance etc. Thanks

  3. #13
    Join Date
    May 2008
    Beans
    4,509
    Distro
    Ubuntu 24.04 Noble Numbat

    Re: Ubuntu studio 24.10. newby

    Quote Originally Posted by planemad View Post
    I'm definately going for separate install to external USB drive or ssd. I don't want to risk interfere with the internal or windows.
    Are you completely familiar with the task?
    One USB disk containing the Ubuntu installer and a target destination disk, where the installed system will eventually reside.
    If so, boot the installer, open a terminal and enter:-
    Code:
    sudo parted -l
    Please post the command and output in code tags.
    This will show if your target disk is accessible.
    Last edited by tea for one; October 26th, 2024 at 08:32 PM.

  4. #14
    Join Date
    Mar 2010
    Location
    Been there, meh.
    Beans
    Hidden!
    Distro
    Ubuntu

    Re: Ubuntu studio 24.10. newby

    Generally, there's only one UEFI partition for a system and it would be shared by all OSes that can be booted. I suppose there's an EFI boot manager screen on some systems to allow selecting which OS to be booted. I know nothing about those.

    I've seen recommendations that the drive you don't want touched to be disconnected during an install to ensure it isn't touched. Can you do that?

  5. #15
    Join Date
    Oct 2024
    Beans
    26

    Re: Ubuntu studio 24.10. newby

    Thanks for the reply. I remember, and I tried that. I've tried again. The 2nd USB drive doesn't show up as an option in install, just the main internal drive. I've tried 2nd drive mounted, unmounted. It's 128gb formatted to fat 32

  6. #16
    Join Date
    Oct 2024
    Beans
    26

    Re: Ubuntu studio 24.10. newby

    sudo parted -"l"
    i dont think ive ever seen that symbol on the end

  7. #17
    Join Date
    Aug 2024
    Beans
    33

    Re: Ubuntu studio 24.10. newby

    sudo parted -"l"
    That should be:
    Code:
    sudo parted -l
    or:
    Code:
    sudo parted --list
    Last edited by davetheoldcoder; October 27th, 2024 at 08:33 AM.

  8. #18
    Join Date
    Jun 2009
    Location
    SW Forida
    Beans
    Hidden!
    Distro
    Kubuntu

    Re: Ubuntu studio 24.10. newby

    While the installer uses FAT32 for boot, an install must be a Linux partition, default is ext4.

    But if installing to an external flash drive or SSD, best to use gpt partitioning & have ESP - efi system partition and the LInux partition on external drive. Default typically is to to install boot loader (grub) to first drive or internal drive. That is why we often suggest disconnecting all other drives. Some UEFI allow turning off/disabling a drive in UEFI settings.

    If you have ESP on external drive, then you can boot it just like you boot live installer on any system using a drive entry by label/brand or drive. If always using with one system then you typically have an "ubuntu" entry.

    My external M.2 SSD, internal NVMe drive is now just Windows. I do use a data partition and keep / (root) a bit smaller, but new users probably should just have /, unless drive is very large.
    Code:
    fred@m2-noble:~$ lsblkt 
    MODEL                         NAME        FSTYPE   SIZE FSUSED LABEL       PARTLABEL                    MOUNTPOIN UUID 
    Samsung SSD 850 EVO M.2 250GB sda                232.9G                                                            
                                  ├─sda1      vfat     510M  10.4M             EFI System Partition         /boot/efi A02D-F0F6 
                                  ├─sda2      vfat     5.9G        m2_fat      m2_fat                                 4738-7B8C 
                                  ├─sda3      ext4    35.2G   9.7G m2-noble    m2_noble                     /         09a68bbd-3d26-4630-b18e-7c687761aa36 
                                  └─sda5      ext4   127.4G  22.6G m2_data     m2_data                      /mnt/data 0c374965-53c6-437c-a2ad-f0508486f9d5
    
    Last edited by oldfred; October 27th, 2024 at 10:11 AM.
    UEFI boot install & repair info - Regularly Updated :
    https://ubuntuforums.org/showthread.php?t=2147295
    Intro to Discourse: https://discourse.ubuntu.com/t/welco...and-help/49951

  9. #19
    Join Date
    May 2008
    Beans
    4,509
    Distro
    Ubuntu 24.04 Noble Numbat

    Re: Ubuntu studio 24.10. newby

    Quote Originally Posted by planemad View Post
    Thanks for the reply. I remember, and I tried that. I've tried again. The 2nd USB drive doesn't show up as an option in install, just the main internal drive. I've tried 2nd drive mounted, unmounted. It's 128gb formatted to fat 32
    Power off
    Attach both external disks (installer disk and target disk)
    Access your UEFI settings via your PC dedicated key
    Does the PC recognise both the external USB devices?

    Quote Originally Posted by planemad View Post
    My surface pro has an internal SSD. An external SSD has comparable specs, plus I can try it on my old Dell XPS.
    Any joy with your Dell XPS?

  10. #20
    Join Date
    Oct 2024
    Beans
    26

    Re: Ubuntu studio 24.10. newby

    Thank you for the replies. I'll put more time into it shortly. I've got gparted iso and zip. I'm not too sure how to install it tho. I've tried sudo apt-get install gparted. Sum errors come up at the bottom of the code. But anyway awesome helpful suggestions. Thanks!

Page 2 of 3 FirstFirst 123 LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •