pcfan5
Wed Feb 13, 2019 4:19:32 pm
Hello!, I have this issue:
I have deleted my "swap" partition , enlarged my "/home" partition and shorten my " / " partition in order to create a bigger swap (the truth is this swap partition isn't the double size of my RAM but this is another history), right now the computer shows a very slow booting and the wi fi conexion is always turned off , I have to enable it by pressin fn+F11.
I must be honest. I did this as an experiment, I want to install linux zorin or linux mx-16 in the laptop (right now I am under linux mint) , but I don't want to touch the "/home" partition (although I have a backup of it) , I was thinking in this two options in order to have a littler "/" since my hard disk isn't quite big (only 320 gb) and most of it has to be destined for (8gb swap - I have 4 gb RAM) and 25 gb for W7 (in virtual machine)-.
I wonder if there is anyway to edit any file where I can say to the system "ok this are your new partitions forget the installation ones" .. so that it boots faster. (more thatn a minute is taken now)
Here is some information for you :
Thanks in Advanced
I have deleted my "swap" partition , enlarged my "/home" partition and shorten my " / " partition in order to create a bigger swap (the truth is this swap partition isn't the double size of my RAM but this is another history), right now the computer shows a very slow booting and the wi fi conexion is always turned off , I have to enable it by pressin fn+F11.
I must be honest. I did this as an experiment, I want to install linux zorin or linux mx-16 in the laptop (right now I am under linux mint) , but I don't want to touch the "/home" partition (although I have a backup of it) , I was thinking in this two options in order to have a littler "/" since my hard disk isn't quite big (only 320 gb) and most of it has to be destined for (8gb swap - I have 4 gb RAM) and 25 gb for W7 (in virtual machine)-.
I wonder if there is anyway to edit any file where I can say to the system "ok this are your new partitions forget the installation ones" .. so that it boots faster. (more thatn a minute is taken now)
Here is some information for you :
- Code:
/etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
# / was on /dev/sda2 during installation
UUID=4df40035-50ee-4d2d-896d-bfaeb1b39a00 / ext4 errors=remount-ro 0 1
# /home was on /dev/sda4 during installation
UUID=544418e7-155a-486f-8a27-cb9761eb87e3 /home ext4 defaults 0 2
# swap was on /dev/sda3 during installation
[b]UUID=167f58d2-d081-4cfb-bcf8-bd6737a95e05 none swap sw [/b] 0 0
- Code:
sil@sil-MOV ~ $ lsblk -f
NAME FSTYPE LABEL UUID MOUNTPOINT
sr0
sda
├─sda4 ext4 544418e7-155a-486f-8a27-cb9761eb87e3 /home
├─sda2 ext4 4df40035-50ee-4d2d-896d-bfaeb1b39a00 /
├─sda3 swap [b]c5e32fab-4ab7-48da-97e2-ffe73406a746 [SWAP][/b]
└─sda1
- Code:
sudo blkid
[sudo] password for sil:
/dev/sda2: UUID="4df40035-50ee-4d2d-896d-bfaeb1b39a00" TYPE="ext4" PARTUUID="f56f548e-4b80-4f46-8110-e24924e56b76"
[b]/dev/sda3: UUID="c5e32fab-4ab7-48da-97e2-ffe73406a746" TYPE="swap" PARTUUID="10e52764-b1ee-45a7-898e-32b2dad7e6e7"[/b]
/dev/sda4: UUID="544418e7-155a-486f-8a27-cb9761eb87e3" TYPE="ext4" PARTUUID="a4b23499-48df-438b-b216-d462af83c47c"
/dev/sda1: PARTUUID="d01b1fac-b84d-49c4-8a87-12aa46198f62"
Thanks in Advanced