Results 1 to 7 of 7

Thread: Problem with installing ubuntu in pen drive.

  1. #1
    Join Date
    Jul 2009
    Beans
    12

    Problem with installing ubuntu in pen drive.

    I have 16 Gb pen drive in which i want to install ubuntu. but for root i want to use ext2 instead of ext4. The only problem is that GRUB fails to install on ext2.

    What can I do.?

  2. #2
    Join Date
    Nov 2009
    Beans
    Hidden!
    Distro
    Kubuntu 20.04 Focal Fossa

    Re: Problem with installing ubuntu in pen drive.

    why do you want to use ext 2?

    try to use lilo as boot loader then. maybe it supports ext2
    Read the easy to understand, lots of pics Ubuntu manual.
    Do i need antivirus/firewall in linux?
    Full disk backup (newer kernel -> suitable for newer PC): Clonezilla
    User friendly full disk backup: Rescuezilla

  3. #3
    Join Date
    Nov 2011
    Location
    /dev/root
    Beans
    Hidden!

    Re: Problem with installing ubuntu in pen drive.

    Quote Originally Posted by Gauravs90 View Post
    I have 16 Gb pen drive in which i want to install ubuntu. but for root i want to use ext2 instead of ext4. The only problem is that GRUB fails to install on ext2.

    What can I do.?
    Maybe this is your problem: You should not install grub to a partition but to the drive [head].

    So when asked, install grub to /dev/sda (not to /dev/sda1 or /dev/sda2 ...)

  4. #4
    Join Date
    Jul 2009
    Beans
    12

    Re: Problem with installing ubuntu in pen drive.

    Quote Originally Posted by sudodus View Post
    Maybe this is your problem: You should not install grub to a partition but to the drive [head].

    So when asked, install grub to /dev/sda (not to /dev/sda1 or /dev/sda2 ...)
    My usb drive is /dev/sdc and i'm installing grub on /dev/sdc1 which is an ext2 partition and it fails to install. i have fear that if I install on /dev/sdc it will mess with the mbr of hardisk.

    Is it right to install on /dev/sdc/

  5. #5
    Join Date
    Nov 2011
    Location
    /dev/root
    Beans
    Hidden!

    Re: Problem with installing ubuntu in pen drive.

    Quote Originally Posted by Gauravs90 View Post
    My usb drive is /dev/sdc and i'm installing grub on /dev/sdc1 which is an ext2 partition and it fails to install. i have fear that if I install on /dev/sdc it will mess with the mbr of hardisk.

    Is it right to install on /dev/sdc/
    The mbr of each drive 'is' /dev/sda, /dev/sdb, /dev/sdc so if you install it to /dev/sdc you won't interfere with /dev/sda.

    If you do not want update-grub to add entries for the internal drive, you can disconnect your internal drives before running
    Code:
    update-grub
    when booted from the external drive.

  6. #6
    Join Date
    Jul 2009
    Beans
    12

    Re: Problem with installing ubuntu in pen drive.

    Thanks.. It worked...

  7. #7
    Join Date
    Nov 2011
    Location
    /dev/root
    Beans
    Hidden!

    Re: Problem with installing ubuntu in pen drive.

    Congratulations

    Please click on Thread Tools at the top of this page and mark this thread as SOLVED

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
  •